diff --git a/parse/train/3Wp8HM2CNdR/3Wp8HM2CNdR.md b/parse/train/3Wp8HM2CNdR/3Wp8HM2CNdR.md new file mode 100644 index 0000000000000000000000000000000000000000..e6a0581c29927edd6087c50cf40c24bc554ca082 --- /dev/null +++ b/parse/train/3Wp8HM2CNdR/3Wp8HM2CNdR.md @@ -0,0 +1,308 @@ +# WHITENING FOR SELF-SUPERVISED REPRESENTATION LEARNING + +Anonymous authors Paper under double-blind review + +# ABSTRACT + +Most of the self-supervised representation learning methods are based on the contrastive loss and the instance-discrimination task, where augmented versions of the same image instance (“positives”) are contrasted with instances extracted from other images (“negatives”). For the learning to be effective, a lot of negatives should be compared with a positive pair, which is computationally demanding. In this paper, we propose a different direction and a new loss function for selfsupervised representation learning which is based on the whitening of the latentspace features. The whitening operation has a “scattering” effect on the batch samples, which compensates the use of negatives, avoiding degenerate solutions where all the sample representations collapse to a single point. Our Whitening MSE (W-MSE) loss does not require special heuristics (e.g. additional networks) and it is conceptually simple. Since negatives are not needed, we can extract multiple positive pairs from the same image instance. We empirically show that WMSE is competitive with respect to popular, more complex self-supervised methods. The source code of the method and all the experiments is included in the Supplementary Material. + +# 1 INTRODUCTION + +One of the current main bottlenecks in deep network training is the dependence on large annotated training datasets, and this motivates the recent surge of interest in unsupervised methods. Specifically, in self-supervised representation learning, a network is (pre-)trained without any form of manual annotation, thus providing a means to extract information from unlabeled-data sources (e.g., text corpora, videos, images from the Internet, etc.). In self-supervision, label information is replaced by a prediction problem using some form of context or using a pretext task. Pioneering work in this direction was done in Natural Language Processing (NLP), in which the co-occurrence of words in a sentence is used to learn a language model (Mikolov et al., 2013a;b; Devlin et al., 2019). In Computer Vision, typical contexts or pretext tasks are based on: (1) the temporal consistency in videos (Wang & Gupta, 2015; Misra et al., 2016; Dwibedi et al., 2019), (2) the spatial order of patches in still images (Noroozi & Favaro, 2016; Misra & van der Maaten, 2019; Henaff et al., 2019) ´ or (3) simple image transformation techniques (Ji et al., 2019; He et al., 2019; Wu et al., 2018). The intuitive idea behind most of these methods is to collect pairs of positive and negative samples: two positive samples should share the same semantics, while negatives should be perceptually different. A triplet loss (Sohn, 2016; Schroff et al., 2015; Hermans et al., 2017; Wang & Gupta, 2015; Misra et al., 2016) can then be used to learn a metric space which should represent the human perceptual similarity. However, most of the recent studies use a contrastive loss (Hadsell et al., 2006) or one of its variants (Gutmann & Hyvarinen, 2010; van den Oord et al., 2018; Hjelm et al., 2019), while ¨ Tschannen et al. (2019) show the relation between the triplet loss and the contrastive loss. + +It is worth noticing that the success of both kinds of losses is strongly affected by the number and the quality of the negative samples. For instance, in the case of the triplet loss, a common practice is to select hard/semi-hard negatives (Schroff et al., 2015; Hermans et al., 2017). On the other hand, Hjelm et al. (2019) have shown that the contrastive loss needs a large number of negatives to be competitive. This implies using batches with a large size, which is computationally demanding, especially with high-resolution images. In order to alleviate this problem, Wu et al. (2018) use a memory bank of negatives, which is composed of feature-vector representations of all the training samples. He et al. (2019) conjecture that the use of large and fixed-representation vocabularies is one of the keys to the success of self-supervision in NLP. The solution proposed by He et al. (2019) extends Wu et al. (2018) using a memory-efficient queue of the last visited negatives, together with a momentum encoder which preserves the intra-queue representation consistency. Chen et al. (2020) have performed large-scale experiments confirming that a large number of negatives (and therefore a large batch size) is required for the contrastive loss to be efficient. Concurrently with our work, Grill et al. (2020) have suggested that it is not necessary to rely on the contrastive scheme, introducing a high-performing alternative based on bootstrapping. + +In this paper we propose a new self-supervised loss function which first scatters all the sample representations in a spherical distribution1 and then penalizes the positive pairs which are far from each other. In more detail, given a set of samples $V = \{ \mathbf { v } _ { i } \}$ , corresponding to the current minibatch of images $B = \{ x _ { i } \}$ , we first project the elements of $V$ onto a spherical distribution using a whitening transform (Siarohin et al., 2019). The whitened representations $\left\{ \mathbf { z } _ { i } \right\}$ , corresponding to $V$ , are normalized and then used to compute a Mean Squared Error (MSE) loss which accumulates the error taking into account only positive pairs $( \mathbf { z } _ { i } , \mathbf { z } _ { j } )$ . We do not need to contrast positives against negatives as in the contrastive loss or in the triplet loss because the optimization process leads to shrinking the distance between positive pairs and, indirectly, scatters the other samples to satisfy the overall spherical-distribution constraint. + +In summary, our contributions are the following: + +• We propose a new loss function, Whitening MSE (W-MSE), for self-supervised training. W-MSE constrains the batch samples to lie in a spherical distribution and it is an alternative to positive-negative instance contrasting methods. +Our loss does not rely on negatives, thus including more positive samples in the batch can be beneficial; we indeed demonstrate that multiple positive pairs extracted from one image improve the performance. +• We empirically show that our W-MSE loss outperforms the commonly adopted contrastive loss when measured using different standard classification protocols. We show that W-MSE is competitive with respect to state-of-the-art self-supervised methods. + +# 2 BACKGROUND AND RELATED WORK + +A typical self-supervised method is composed of two main components: a pretext task, which exploits some a-priori knowledge about the domain to automatically extract supervision from data, and a loss function. In this section we briefly review both aspects, and we additionally analyse the recent literature concerning feature whitening. + +Pretext Tasks. The temporal consistency in a video provides an intuitive form of self-supervision: temporally-close frames usually contain a similar semantic content (Wang & Gupta, 2015; van den Oord et al., 2018). Misra et al. (2016) extended this idea using the relative temporal order of 3 frames, while Dwibedi et al. (2019) used a temporal cycle consistency for self-supervision, which is based on comparing two videos sharing the same semantics and computing inter-video frame-toframe nearest neighbour assignments. + +When dealing with still images, the most common pretext task is instance discrimination (Wu et al. (2018)): from a training image $x$ , a composition of data-augmentation techniques are used to extract two different views of $x$ $\cdot \boldsymbol { x } _ { i }$ and $x _ { j }$ ). Commonly adopted transformations are: image cropping, rotation, color jittering, Sobel filtering, etc.. The learner is then required to discriminate $( x _ { i } , x _ { j } )$ from other views extracted from other samples (Wu et al., 2018; Ji et al., 2019; He et al., 2019; Chen et al., 2020). + +Denoising auto-encoders (Vincent et al., 2008) add random noise to the input image and try to recover the original image. More sophisticated pretext tasks consist in predicting the spatial order of image patches (Noroozi & Favaro, 2016; Misra & van der Maaten, 2019) or in reconstructing large masked regions of the image (Pathak et al., 2016). Hjelm et al. (2019); Bachman et al. (2019) compare the holistic representation of an input image with a patch of the same image. Henaff et al. ´ (2019) use a similar idea, where the comparison depends on the patch order: the appearance of a given patch should be predicted given the appearance of the patches which lie above it in the image. + +In this paper we use standard data augmentation techniques on still images to obtain positive pairs, which is a simple method to get self-supervision (Chen et al., 2020) and does not require a pretexttask specific network architecture (Hjelm et al., 2019; Bachman et al., 2019; Henaff et al., 2019). ´ + +Loss functions. Denoising auto-encoders use a reconstruction loss which compares the generated image with the input image before adding noise. Other generative methods use an adversarial loss in which a discriminator provides supervisory information to the generator (Donahue et al., 2017; Donahue & Simonyan, 2019). + +Early self-supervised (deep) discriminative methods used a triplet loss (Wang & Gupta, 2015; Misra et al., 2016): given two positive images $x _ { i } , x _ { j }$ and a negative $x _ { k }$ (Sec. 1), together with their corresponding latent-space representations $\mathbf { z } _ { i } , \mathbf { z } _ { j } , \mathbf { z } _ { k }$ , this loss penalizes those cases in which $\mathbf { z } _ { i }$ and $\mathbf { z } _ { k }$ are closer to each other than $\mathbf { z } _ { i }$ and $\mathbf { z } _ { j }$ plus a margin $m$ : + +$$ +L _ { T r i p l e t } = - \operatorname* { m a x } ( \mathbf { z } _ { i } ^ { T } \mathbf { z } _ { k } - \mathbf { z } _ { i } ^ { T } \mathbf { z } _ { j } + m , 0 ) . +$$ + +Most of the recent self-supervised discriminative methods are based on some contrastive loss (Hadsell et al., 2006) variant, in which $\mathbf { z } _ { i }$ and $\mathbf { z } _ { j }$ are contrasted against a set of negative pairs. Following the common formulation proposed by van den Oord et al. (2018): + +$$ +L _ { C o n t r a s t i v e } = - \log \frac { \exp { ( \mathbf { z } _ { i } ^ { T } \mathbf { z } _ { j } / \tau ) } } { \sum _ { k = 1 , k \neq i } ^ { K } \exp { ( \mathbf { z } _ { i } ^ { T } \mathbf { z } _ { k } / \tau ) } } , +$$ + +where $\tau$ is a temperature hyperparameter which should be manually set and the sum in the denominator is over a set of $K - 1$ negative samples. Usually $K$ is the size of the current batch, i.e., $K = 2 N$ , being $N$ the number of the positive pairs. However, as shown by Hjelm et al. (2019), the contrastive loss (2) requires a large number of negative samples to be competitive. Wu et al. (2018); He et al. (2019) use a set of negatives much larger than the current batch, by pre-computing latent-space representations of old samples. SimCLR (Chen et al. (2020)) uses a simpler, but computationally very demanding, solution based on large batches. + +While recent works (van den Oord et al., 2018; Henaff et al., 2019; Hjelm et al., 2019; Bachman ´ et al., 2019; Ravanelli & Bengio, 2018) draw a relation between the contrastive loss and an estimate of the mutual information between the latent-space image representations, Tschannen et al. (2019) showed that the success of this loss is likely related to learning a metric space, similarly to what happens with a triplet loss. On the other hand, Wang & Isola (2020) showed that the $L _ { 2 }$ normalized contrastive loss asymptotically converges to the minimization of two desirable characteristics of the latent-space representations on the surface of the unit hypersphere: uniformity and semantic alignment. In the same paper, the authors propose two new losses ( ${ \mathcal L } _ { \mathrm { u n i f o r m } }$ and $\mathcal { L } _ { \mathrm { a l i g n } , }$ ) which explicitly deal with these characteristics. + +Concurrently with our work, BYOL (Grill et al. (2020)) proposes a “bootstrapping” scheme which is alternative to the positive-negative contrastive learning. In BYOL, an “online” network is optimised to predict the output of a “target” network, whose parameters are a running average of the online network. The predictions of the two networks are compared using an additional prediction network and an MSE loss. However, very recently, Fetterman & Albrecht (2020) and Tian et al. (2020) have empirically shown that BYOL can avoid a collapsed solution through the use of the Batch Norm (BN) (Ioffe & Szegedy, 2015) which avoids constant representations. Our work can be seen as a generalization of this finding with a much simpler network architecture (more details in Sec. 3.1). + +In this paper we propose a different loss which is competitive with respect to other alternatives. Our loss formulation is simpler because it does not require a proper setting of the $\tau$ hyperparameter in equation 2, $m$ in equation 1, or additional networks with a specific weight update schemes as in BYOL. + +Feature Whitening. We adopt the efficient and stable Cholesky decomposition (Dereniowski & Marek, 2004) based whitening transform proposed by Siarohin et al. (2019) to project our latentspace vectors into a spherical distribution (more details in Sec. 3). Note that Huang et al. (2018); + +![](images/d1a34f8c28ebe7ade64be93a372c8c1761ea3e488a8ecaa0f60e91f994505bfc.jpg) +Figure 1: A schematic representation of the W-MSE based optimization process. Positive pairs are indicated with the same shapes and colors. (1) A representation of the feature batch $V$ when training starts. (2, 3) The distribution of the elements after whitening and $L _ { 2 }$ normalization. (4) The MSE computed over the normalized $\mathbf { z }$ features encourages the network to move the positive pair representations closer to each other. (5) The subsequent iterations move closer and closer the positive pairs, while the relative layout of the other samples is forced to lie in a spherical distribution. + +Siarohin et al. (2019) use whitening transforms in the intermediate layers of the network for a completely different task: extending BN to a multivariate batch normalization. + +# 3 THE WHITENING MSE LOSS + +Given an image $x$ , we extract an embedding $\mathrm { ~ \bf ~ z ~ } = \mathrm { ~ \bf ~ \it ~ f ~ } ( x ; \theta )$ using an encoder network $f ( \cdot ; \theta )$ parametrized with $\theta$ (more details below). We require that: (1) the image embeddings are drawn from a non-degenerate distribution (the latter being a distribution where, e.g., all the representations collapse to a single point), and (2) positive image pairs $( x _ { i } , x _ { j } )$ , which share a similar semantics, should be clustered close to each other. We formulate this problem as follows: + +$$ +\begin{array} { c } { m i n _ { \theta } \operatorname { \mathbb { E } } d i s t ( \mathbf { z } _ { i } , \mathbf { z } _ { j } ) , } \\ { s . t . c o v ( \mathbf { z } _ { i } , \mathbf { z } _ { i } ) = c o v ( \mathbf { z } _ { j } , \mathbf { z } _ { j } ) = I , } \end{array} +$$ + +where $d i s t ( \cdot )$ is a distance between vectors, $I$ is the identity matrix and $( \mathbf { z } _ { i } , \mathbf { z } _ { j } )$ corresponds to a positive pair of images $( x _ { i } , x _ { j } )$ . With equation 4, we constrain the distribution of the $\mathbf { z }$ values to be non-degenerate, hence avoiding that all the probability mass is concentrated in a single point. Moreover, equation 4 makes all the components of $\mathbf { z }$ to be linearly independent from each other, which encourages the different dimensions of $\mathbf { z }$ to represent different semantic content. We define the distance with the cosine similarity, implemented with MSE between normalized vectors: + +$$ +d i s t ( \mathbf { z } _ { i } , \mathbf { z } _ { j } ) = \left\| { \frac { \mathbf { z } _ { i } } { \left\| \mathbf { z } _ { i } \right\| _ { 2 } } } - { \frac { \mathbf { z } _ { j } } { \left\| \mathbf { z } _ { j } \right\| _ { 2 } } } \right\| _ { 2 } ^ { 2 } = 2 - 2 { \frac { \langle \mathbf { z } _ { i } , \mathbf { z } _ { j } \rangle } { \left\| \mathbf { z } _ { i } \right\| _ { 2 } \cdot \left\| \mathbf { z } _ { j } \right\| _ { 2 } } } +$$ + +In Appendix C we also include other experiments in which the cosine similarity is replaced by the Euclidean distance. We provide below the details on how positive image samples are collected, how they are encoded and how the above optimization is implemented. + +First, similarly to Chen et al. (2020), we obtain positive samples sharing the same semantics from a single image $x$ and using standard image transformation techniques. Specifically, we use a composition of image cropping, grayscaling and color jittering transformations $T ( \cdot ; \mathbf { p } )$ . The parameters $\mathbf { \tau } ( \mathbf { p } )$ are selected uniformly at random and independently for each positive sample extracted from the same image: $x _ { i } = T ( x ; { \mathbf p } _ { i } )$ . We concisely indicate with $p o s ( i , j )$ the fact that $x _ { i }$ and $x _ { j } ( x _ { i } , x _ { j } \in B$ , $B$ the current batch) have been extracted from the same image. + +![](images/30fed903347f9275f5f14cd0634d881a6b9fc03086e82bb722a8a53a8a41ffdd.jpg) +Figure 2: A scheme of our training procedure. First, $d$ $Q = 4$ in this case) positive samples are generated using augmentations. These images are transformed into vectors with the encoder $E ( \cdot )$ . Next, they are projected onto a lower dimensional space with a projection head $g ( \cdot )$ . Then, Whitening projects these vectors onto a spherical distribution, followed by an optional $L _ { 2 }$ normalization. Finally, the dashed curves show all the $d ( d - 1 ) / 2 = 6$ comparisons used in our W-MSE loss. + +The number of positive samples per image $d$ may vary, trading off diversity in the batch and the amount of the training signal. Favoring more negatives, most of the methods use one positive pair $\left[ d = 2 \right.$ ). However, Ji et al. (2019) have demonstrated improved performance with 5 samples, while Caron et al. (2020) use 8 samples. In our MSE-based loss (see below), we use all the possible $d ( d - 1 ) / 2$ combinations of positive samples. We include experiments for $d = 2$ (1 positive pair) and $d = 4$ (6 positive pairs). + +For representation learning, we use a backbone encoder network $E ( \cdot ) . E ( \cdot )$ , trained without human supervision, will be used in Sec. 4 for evaluation using standard protocols. We use a standard ResNet-18 (He et al., 2016) as the encoder, and $\mathbf { h } = E ( x )$ is the output of the average-pooling layer. This choice has the advantage to be simple and easily reproducible, in contrast to other methods which use encoder architectures specific for a given pretext task (see Sec. 2). Since $\mathbf { h } \in \mathbb { R } ^ { 5 1 2 }$ is a high-dimensional vector, following Chen et al. (2020) we use a nonlinear projection head $g ( \cdot )$ to project h in a lower dimensional space: $\mathbf { v } = g ( \mathbf { h } )$ , where $g ( \cdot )$ is implemented with a MLP with one hidden layer and a BN layer. The whole network $f ( \cdot )$ is given by the composition of $g ( \cdot )$ with $E ( \cdot )$ (see Fig. 2). + +Given $N$ original images and a batch of samples $B = \{ x _ { 1 } , . . . x _ { K } \}$ , where $K \ : = \ : N d$ , let $V =$ $\left\{ \mathbf { v } _ { 1 } , \ldots \mathbf { v } _ { K } \right\}$ , be the corresponding batch of features obtained as described above. In the proposed W-MSE loss we compute the MSE over all $N d ( d { - } 1 ) / 2$ positive pairs, where constraint 4 is satisfied using the reparameterization of the $\mathbf { v }$ variables with the whitened variables $\mathbf { z }$ : + +$$ +L _ { W - M S E } ( V ) = \frac { 2 } { N d ( d - 1 ) } \sum _ { ( { \bf v } _ { i } , { \bf v } _ { j } ) \in V , p o s ( i , j ) } d i s t ( { \bf z } _ { i } , { \bf z } _ { j } ) , +$$ + +where $\mathbf { z } = W h i t e n i n g ( \mathbf { v } )$ , and: + +$$ +W h i t e n i n g ( \mathbf { v } ) = W _ { V } ( \mathbf { v } - { \pmb \mu } _ { V } ) . +$$ + +In equation 7, $\pmb { \mu } _ { V }$ is the mean of the elements in $V$ : $\begin{array} { r } { \pmb { \mu } _ { V } = \frac { 1 } { K } \sum _ { k } \mathbf { v } _ { k } } \end{array}$ , while the matrix $W _ { V }$ is such that: $W _ { V } ^ { \top } W _ { V } = \Sigma _ { V } ^ { - 1 }$ , being $\Sigma _ { V }$ the covariance matrix of $V$ : + +$$ +\boldsymbol { \Sigma } _ { V } = \frac { 1 } { K - 1 } \sum _ { k } ( { \bf v } _ { k } - { \pmb \mu } _ { V } ) ( { \bf v } _ { k } - { \pmb \mu } _ { V } ) ^ { T } . +$$ + +For more details on how $W _ { V }$ is computed, we refer to Appendix B. Equation 7 performs the full whitening of each $\mathbf { v } _ { i } \in V$ and the resulting set of vectors $Z = \{ { \bf z } _ { 1 } , . . . , { \bf z } _ { K } \}$ lies in a zero-centered distribution with a covariance matrix equal to the identity matrix (Fig. 1). + +![](images/670f016219ae719cc7b4ed09e98be2e40ee9566bbaefc881897287654761deab.jpg) +Figure 3: Batch slicing. $V$ is first partitioned in $d$ parts $\left( d = 2 \right.$ in this example). We randomly permute the first part and we apply the same permutation to the other $d - 1$ parts. Then, we further split all the partitions and we create sub-batches $( V _ { i } )$ . Each $V _ { i }$ is independently used to compute the sub-batch specific whitening matrix $W _ { V } ^ { i }$ and centroid $\mu _ { V } ^ { i }$ . + +The intuition behind the proposed loss is that equation 6 penalizes positives which are far apart from each other, thus leading $\overset { \cdot } { g } ( \bar { E } ( \cdot ) )$ to shrink the inter-positive distances. On the other hand, since $Z$ must lie in a spherical distribution, the other samples should be “moved” and rearranged in order to satisfy constraint 4 (see Fig. 1). + +Batch Slicing. The estimation of the Mean Square Error in equation 6 depends on the whitening matrix $W _ { V }$ , which may have a high variance over consecutive iteration batches $V _ { t } , V _ { t + 1 } , \dots$ For this reason, inspired by the resampling methods (Efron, 1982), given a batch $V$ , we slice $V$ in different non-overlapping sub-batches and we compute a whitening matrix independently for each sub-batch. In more details, we first partition the batch in $d$ parts, being $d$ the number of positives extracted from one image. In this way, each partition contains elements extracted from different original images (i.e., no pair of positives is included in a single partition, see Fig. 3). Then, we randomly permute the elements of the each partition with the same permutation. Next, each partition is further split in sub-batches, using the heuristic that the size of each sub-batch $( V _ { i } )$ should be equal to the size of embedding (v) times 2 (this prevents instability issues when computing the covariance matrices). Next, for each $V _ { i }$ , we use only its elements to compute a corresponding whitening matrix $W _ { V } ^ { i }$ , which is used to whiten the elements of $V _ { i }$ only (Fig. 3). In the loss computation (equation 6), all the elements of all the sub-batches are used, thus implicitly alleviating the differences among the different whitening matrices. Finally, it is possible to repeat the whole operation several times and to average the result to get a more robust estimate of equation 6. + +# 3.1 DISCUSSION + +In a common instance-discrimination task (Sec. 2), e.g., solved using equation 2, the similarity of a positive pair $( \mathbf { z } _ { i } ^ { T } \mathbf { z } _ { j } )$ is contrasted with the similarity computed with respect to all the other samples $( { \bf z } _ { k } )$ in the batch $\mathbf { \langle z } _ { i } ^ { T } \mathbf { z } _ { k } , 1 \leq k \leq K , k \neq i )$ . However, $\mathbf { z } _ { k }$ and $\mathbf { z } _ { i }$ , extracted from different image instances, can occasionally share the same semantics (e.g., $x _ { i }$ and $x _ { k }$ are two different image instances of the unknown “cat” class). Conversely, the proposed W-MSE loss does not force all the instance samples to lie far from each other, but it only imposes a soft constraint (equation 4), which avoids degenerate distributions. + +Note that previous work (He et al., 2019; Henaff et al., 2019; Chen et al., 2020) highlighted that ´ BN may be harmful for learning semantically meaningful representations because the network can “cheat” and exploit the batch statistics in order to find a trivial solution to equation 2. However, our whitening transform (equation 7) is applied only to the very last layer of the network $f ( \cdot )$ (see Fig. 2) and it is not used in the intermediate layers, which is instead the case of BN. Hence, our $f ( \cdot )$ cannot learn to exploit subtle inter-sample dependencies introduced by batch-statistics because of the lack of other learnable layers on top of the $\mathbf { z }$ features. + +Similarly to equation 6, in BYOL (Grill et al., 2020) an MSE loss is used to compare the latent representations of two positives computed by slightly different networks without contrasting positives with negatives (Sec. 2). However, the MSE loss alone is inclined to collapse the representations of all the images to a constant value, which would make the MSE computation equal to zero. In BYOL, both the projection and the prediction sub-networks have BN layers, and, very recently, (Fetterman & Albrecht, 2020; Tian et al., 2020) have empirically shown that BYOL, without these BN layers, generates collapsed latent-space representations with a close-to-chance level classification accuracy. The reason of this behaviour seems to depend on the fact that the feature standardization in BN scatters the $\mathbf { z }$ values in a batch and avoids constant representations. Our W-MSE can be seen as a generalization of this implicit property of BYOL, in which the $\mathbf { z }$ values of the current batch are full-whitened, so preventing possible collapsing effects of the MSE loss. Importantly, we reach this result without the need of a target network or sophisticated training protocols. + +Finally, note that using BN alone without whitening, as in W-MSE, and without additional networks, as in BYOL, is not sufficient. Indeed, if we just minimize an MSE after feature standardization, the network can easily find a solution where all the dimensions of the embedding represent the same feature. We have empirically verified this behaviour in preliminary experiments based on standardization, in which the network converges to a zero loss value after a few epochs but with a low classification accuracy. + +# 4 EXPERIMENTS + +We test our loss and its competitors on the following datasets. + +• CIFAR-10 and CIFAR-100 (Krizhevsky & Hinton, 2009), two small-scale datasets composed of $3 2 \times 3 2$ images with 10 and 100 classes, respectively. +• Tiny ImageNet (Le & Yang, 2015), a reduced version of ImageNet, composed of 200 classes with images scaled down to $6 4 \times 6 4$ . The total number of images is: 100K (training) and 10K (testing). STL-10 (Coates et al., 2011), also derived from ImageNet, with $9 6 \times 9 6$ resolution images. While CIFAR-10, CIFAR-100 and Tiny ImageNet are fully-labeled, STL-10 is composed of 5K labeled training samples (500 per class) and 100K unlabeled training examples from a similar but broader distribution of images. There are additional 8K labeled testing images. +• ImageNet-100, a random 100-class subset of ImageNet (the list of the 100 classes is published in (Wang & Isola, 2020)), consisting of unaltered ImageNet images. + +Setting. The goal of our experiments is to compare W-MSE with state-of-the-art losses, isolating the effects of other settings, such as the architectural choices. For this reason, we use the same encoder $E ( \cdot )$ ResNet-18 for all the experiments. We independently select the best hyperparameter values for every method and every dataset. Each method uses $L _ { 2 }$ feature normalization unless otherwise stated. Contrastive refers to our implementation of the contrastive loss (equation 2) following the details in (Chen et al., 2020), with temperature $\tau = 0 . 5$ . BYOL is our reproduction of (Grill et al., 2020), introduced concurrently with our work. For this method we use the exponential moving average with cosine increasing, starting from 0.99. W-MSE 2 and W-MSE 4 correspond to our method with $d = 2$ and $d = 4$ positives extracted per image, respectively. For CIFAR-10 and CIFAR-100, the slicing sub-batch size is 128, for Tiny ImageNet and STL-10, it is 256. For experiments W-MSE 2 for Tiny ImageNet and STL-10 we use 4 iterations of batch slicing, for all other experiments we use 1 iteration. + +In all the experiments, we use the Adam optimizer (Kingma & Ba, 2014). For all the tested methods (including ours), we use the same number of epochs and the same learning rate schedule. Specifically, for CIFAR-10 and CIFAR-100, we use 1,000 epochs with learning rate $3 \times 1 0 ^ { - 3 }$ ; for Tiny ImageNet, 1,000 epochs with learning rate $2 \times 1 0 ^ { - 3 }$ ; for STL-10, 2,000 epochs with learning rate $2 \times \mathrm { 1 0 ^ { - 3 } }$ . We use learning rate warm-up for the first 500 iterations of the optimizer, and a 0.2 learning rate drop 50 and 25 epochs before the end. We use a mini-batch size of $K = 1 0 2 4$ samples. The dimension of the hidden layer of the projection head $g ( \cdot )$ is 1024. The weight decay is $1 \bar { 0 } ^ { - 6 }$ . Finally, we use an embedding size of 64 for CIFAR-10 and CIFAR-100, and an embedding of size of 128 for STL-10 and Tiny ImageNet. For ImageNet-100 we use a configuration similar to the Tiny ImageNet experiments, and 240 epochs of training. + +As a common practice when using ResNet-like architectures for small-size image resolutions, in all the experiments, except ImageNet-100, we have a first convolutional layer with kernel size 3, stride 1 and padding 1. Additionally, in case of CIFAR-10 and CIFAR-100, we remove the first max pooling layer. + +Table 1: Classification accuracy (top 1) of a linear classifier and a 5-nearest neighbors classifier for different loss functions and datasets with a ResNet-18 encoder. + +
MethodCIFAR-10CIFAR-100STL-10 Tiny ImageNet
linear5-nnlinear 5-nnlinear5-nn linear5-nn
Contrastive91.8088.4266.8356.5690.5185.6848.8432.86
BYOL91.7389.4566.6056.8291.9988.6451.0036.24
W-MSE 291.5589.6966.1056.6990.3687.1048.2034.16
W-MSE 491.9989.8767.6456.4591.7588.5949.2235.44
+ +Table 2: Classification accuracy on ImageNet-100. W-MSE (2 and 4) are based on a ResNet-18 encoder. † indicates that the results are based on a ResNet-50 encoder and the values are reported from (Wang & Isola, 2020). + +
Methodlinear (top 1)linear (top 5)5-nn
MoCot72.8091.641
Lalign and Luniform +74.6092.741
W-MSE 276.0093.1467.04
W-MSE 479.0294.4671.32
+ +Image Transformation Details. We extract crops with a random size from 0.2 to 1.0 of the original area and a random aspect ratio from $3 / 4$ to $4 / 3$ of the original aspect ratio, which is a commonly used data-augmentation technique. We also apply horizontal mirroring with probability 0.5. Finally, we apply color jittering with configuration $( 0 . 4 , 0 . 4 , 0 . 4 , 0 . 1 )$ with probability 0.8 and grayscaling with probability 0.1. For ImageNet-100 we follow details in (Chen et al., 2020): crop size from 0.08 to 1.0, stronger jittering (0.8, 0.8, 0.8, 0.2), grayscaling probability 0.2, and Gaussian blurring with 0.5 probability. + +Evaluation Protocol. The most common evaluation protocol for unsupervised feature learning is based on freezing the network encoder $( E ( \cdot )$ , in our case) after unsupervised pre-training, and then train a supervised linear classifier on top of it. Specifically, the linear classifier is a fully-connected layer followed by softmax, which is placed on top of $E ( \cdot )$ after removing the projection head $g ( \cdot )$ . In all the experiments we train the linear classifier for 500 epochs using the Adam optimizer and the labeled training set of each specific dataset, without data augmentation. The learning rate is exponentially decayed from $1 0 ^ { - 2 }$ to $1 0 ^ { - 6 }$ . The weight decay is $5 \times 1 0 ^ { - 6 }$ . + +In our experiments, we also include the accuracy of a $\mathbf { k }$ -nearest neighbors classifier (k-nn, $k = 5$ ). The advantage of using this classifier is that it does not require additional parameters and training, and it is deterministic. + +# 4.1 COMPARISON WITH THE STATE OF THE ART + +Tab. 1 shows the results of the experiments on small and medium size datasets. For W-MSE, 4 samples are generally better than 2. The contrastive loss performs the worst in most cases. The W-MSE 4 accuracy is the best on CIFAR-10 and CIFAR-100, while BYOL leads on STL-10 and Tiny ImageNet, although the gap between the two methods is minor. In Appendix A, we plot the linear classification accuracy during training for the STL-10 dataset. The plot shows that W-MSE 4 and BYOL have a similar performance during most of the training. However, in the first 120 epochs, BYOL significantly underperforms W-MSE 4 (e.g., the accuracy after 20 epochs: W-MSE 4, $7 9 . 9 8 \%$ ; BYOL, $7 3 . 2 4 \%$ ), indicating that BYOL requires a “warmup” period. On the other hand, W-MSE performs well from the beginning. This property is useful in those domains which require a rapid adaptation of the encoder, e.g., due to the change of the data distribution in continual learning or in reinforcement learning. + +Tab. 2 shows the results on a larger dataset (ImageNet-100). In that table, MoCo is the contrastiveloss based method proposed in (He et al., 2019), where a momentum encoder and a large queue of negatives are used to improve the contrast of the positive pairs with respect to the other samples (see Sec. 2). $\mathcal { L } _ { \mathrm { a l i g n } }$ and ${ \mathcal { L } } _ { \mathrm { u n i f o r m } }$ are the two losses proposed in (Wang & Isola, 2020) (Sec. 2). Note that, while W-MSE (2 and 4) in Tab. 2 refer to our method with a ResNet-18 encoder, the other results are reported from (Wang & Isola, 2020), where a much larger-capacity network (i.e., a ResNet-50) is used as the encoder. Despite this large difference in the encoder capacity, both versions of W-MSE significantly outperform the other two compared methods in this dataset. + +# 4.2 TRAINING TIME COMPLEXITY + +Following (Siarohin et al., 2019), the complexity of the whitening transform is $O ( k ^ { 3 } + M k ^ { 2 } )$ , where $k$ is the embedding dimension and $M$ is the size of the sub-batch used in the batch slicing process. Since $k < M$ (see Sec. 3), the whitening transform is $O ( M k ^ { 2 } )$ , which is basically equivalent to the forward pass of $M$ activations in a fully-connected layer connecting two layers of $k$ neurons each. In fact, the training time is dominated by other architectural choices which are usually more computationally demanding than the loss computation. For instance, BYOL (Grill et al., 2020) needs 4 forward passes through 2 networks for each pair of positives. Hence, to evaluate the wallclock time, we measure the time spent for one mini-batch iteration by all the methods compared in Tab. 1. We use the STL-10 dataset, a ResNet-18 encoder and a server with one Nvidia Titan $\mathrm { X p }$ GPU. Time of one iteration: Contrastive - 459ms, BYOL - 602ms, W-MSE 2 - 478ms, W-MSE 4 - $4 9 3 \mathrm { m s }$ . The $1 9 \mathrm { m s }$ difference between Contrastive and W-MSE 2 is due to the whitening transform. Since the factual time is mostly related to the sample forward and backward passes, the $d ( d - 1 )$ positive comparisons in equation 6 do not significantly increase the wall-clock time of W-MSE 4 with respect to W-MSE 2. + +# 4.3 CONTRASTIVE LOSS WITH WHITENING + +Table 3: Accuracy of the whitened contrastive loss on CIFAR-10 trained for 200 epochs. + +
Methodlinear5-nn
Contrastive89.6686.55
Contrastive with Whiteningdiverged
Contrastive,unnormalized features79.4876.60
Contrastive with Whitening,unnormalized features77.3974.14
+ +In this section, we analyse the effect of the whitening transform in combination with the contrastive loss. Tab. 3 shows the results. The first row refers to the standard contrastive loss. Note that the difference with respect to Tab.1 is due to the use of only 200 training epochs. The second row refers to equation 2, where the features $\mathbf { \rho } ( \mathbf { z } )$ are computed using equation 7 and then $L _ { 2 }$ normalized, while in the last two rows, $\mathbf { z }$ is not normalized. If the features are whitened and then normalized, we observed an unstable training, with divergence after a few epochs. The unnormalized version with whitening converged, but its accuracy is worse than the standard contrastive loss (both normalized and unnormalized). This experiments show that whitening itself does not improve the performance, but it only allows to satisfy the constraint 4. + +# 5 CONCLUSION + +In this paper, we have proposed a new self-supervised representation learning loss, W-MSE, which is alternative to common loss functions used in the field. Differently from the triplet loss and the contrastive loss, both of which are based on comparing an instance-level similarity against other samples, W-MSE computes only the intra-positive distances, while using a whitening transform to avoid degenerate solutions. Despite W-MSE is very simple, its classification accuracy is comparable with state-of-the-art methods, achieving results significantly higher than MoCo, which requires an additional momentum encoder and a large queue of past samples. W-MSE is also comparable with BYOL, which needs an additional target network and a specific training protocol. We believe that the use of whitening to avoid collapsing effects can inspire other self-supervised methods. + +# REFERENCES + +Philip Bachman, R. Devon Hjelm, and William Buchwalter. Learning representations by maximizing mutual information across views. In NeurIPS, 2019. + +Mathilde Caron, Ishan Misra, Julien Mairal, Priya Goyal, Piotr Bojanowski, and Armand Joulin. Unsupervised learning of visual features by contrasting cluster assignments, 2020. + +Ting Chen, Simon Kornblith, Mohammad Norouzi, and Geoffrey Hinton. A simple framework for contrastive learning of visual representations, 2020. + +Adam Coates, Andrew Y. Ng, and Honglak Lee. An analysis of single-layer networks in unsupervised feature learning. In AISTATS, 2011. + +Dariusz Dereniowski and Kubale Marek. Cholesky factorization of matrices in parallel and ranking of graphs. In 5th Int. Conference on Parallel Processing and Applied Mathematics, 2004. + +Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. BERT: Pre-training of deep bidirectional transformers for language understanding. In NAACL,, 2019. + +Jeff Donahue and Karen Simonyan. Large scale adversarial representation learning. In NeurIPS, 2019. + +Jeff Donahue, Philipp Krahenb ¨ uhl, and Trevor Darrell. Adversarial feature learning. In ¨ ICLR, 2017. + +Debidatta Dwibedi, Yusuf Aytar, Jonathan Tompson, Pierre Sermanet, and Andrew Zisserman. Temporal cycle-consistency learning. In CVPR, 2019. + +Bradley Efron. The jackknife, the bootstrap, and other resampling plans, volume 38. Siam, 1982. + +Abe Fetterman and Josh Albrecht. Understanding self-supervised and contrastive learning with bootstrap your own latent (BYOL). https://untitled-ai.github.io/understanding-self-supervisedcontrastive-learning.html, 2020. + +Jean-Bastien Grill, Florian Strub, Florent Altche, Corentin Tallec, Pierre H. Richemond, Elena ´ Buchatskaya, Carl Doersch, Bernardo Avila Pires, Zhaohan Daniel Guo, Mohammad Gheshlaghi Azar, Bilal Piot, Koray Kavukcuoglu, Remi Munos, and Michal Valko. Bootstrap your own ´ latent: A new approach to self-supervised learning, 2020. + +Michael Gutmann and Aapo Hyvarinen. Noise-contrastive estimation: A new estimation principle ¨ for unnormalized statistical models. In Proceedings of the Thirteenth International Conference on Artificial Intelligence and Statistics, 2010. + +Raia Hadsell, Sumit Chopra, and Yann LeCun. Dimensionality reduction by learning an invariant mapping. In CVPR, 2006. + +Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. In CVPR, pp. 770–778, 2016. + +Kaiming He, Haoqi Fan, Yuxin Wu, Saining Xie, and Ross Girshick. Momentum contrast for unsupervised visual representation learning. arXiv:1911.05722, 2019. + +Olivier J. Henaff, Ali Razavi, Carl Doersch, S. M. Ali Eslami, and A ´ aron van den Oord. Data- ¨ efficient image recognition with contrastive predictive coding. arXiv:1905.09272, 2019. + +Alexander Hermans, Lucas Beyer, and Bastian Leibe. In defense of the triplet loss for person reidentification. arXiv:1703.07737, 2017. + +R. Devon Hjelm, Alex Fedorov, Samuel Lavoie-Marchildon, Karan Grewal, Philip Bachman, Adam Trischler, and Yoshua Bengio. Learning deep representations by mutual information estimation and maximization. In ICLR, 2019. + +Lei Huang, Dawei Yang, Bo Lang, and Jia Deng. Decorrelated batch normalization. In CVPR, 2018. + +Sergey Ioffe and Christian Szegedy. Batch normalization: Accelerating deep network training by reducing internal covariate shift. In ICML, 2015. + +Xu Ji, Joao F. Henriques, and Andrea Vedaldi. Invariant information clustering for unsupervised ˜ image classification and segmentation. In ICCV, 2019. + +Diederik P. Kingma and Jimmy Ba. Adam: A method for stochastic optimization, 2014. + +Alex Krizhevsky and Geoffrey Hinton. Learning multiple layers of features from tiny images. Technical Report, 2009. + +Ya Le and Xuan Yang. Tiny imagenet visual recognition challenge. 2015. + +Tomas Mikolov, Kai Chen, Greg Corrado, and Jeffrey Dean. Efficient estimation of word representations in vector space. arXiv:1301.3781, 2013a. + +Tomas Mikolov, Ilya Sutskever, Kai Chen, Gregory S. Corrado, and Jeffrey Dean. Distributed representations of words and phrases and their compositionality. In NIPS, 2013b. + +Ishan Misra and Laurens van der Maaten. Self-supervised learning of pretext-invariant representations. arXiv:1912.01991, 2019. + +Ishan Misra, C. Lawrence Zitnick, and Martial Hebert. Shuffle and learn: Unsupervised learning using temporal order verification. In ECCV, 2016. + +Mehdi Noroozi and Paolo Favaro. Unsupervised learning of visual representations by solving jigsaw puzzles. In ECCV, 2016. + +Deepak Pathak, Philipp Krahenb ¨ uhl, Jeff Donahue, Trevor Darrell, and Alexei A. Efros. Context ¨ encoders: Feature learning by inpainting. CVPR, 2016. + +Mirco Ravanelli and Yoshua Bengio. Learning speaker representations with mutual information. arXiv:1812.00271, 2018. + +Florian Schroff, Dmitry Kalenichenko, and James Philbin. FaceNet: A unified embedding for face recognition and clustering. In CVPR, 2015. + +Aliaksandr Siarohin, Enver Sangineto, and Nicu Sebe. Whitening and coloring transform for GANs. In International Conference on Learning Representations, 2019. + +Kihyuk Sohn. Improved deep metric learning with multi-class n-pair loss objective. In NIPS, 2016. + +Yuandong Tian, Lantao Yu, Xinlei Chen, and Surya Ganguli. Understanding self-supervised learning with dual deep networks. arXiv:2010.00578, 2020. + +Michael Tschannen, Josip Djolonga, Paul K. Rubenstein, Sylvain Gelly, and Mario Lucic. On mutual information maximization for representation learning. arXiv:1907.13625, 2019. + +Aaron van den Oord, Yazhe Li, and Oriol Vinyals. Representation learning with contrastive predic- ¨ tive coding. arXiv:1807.03748, 2018. + +Pascal Vincent, Hugo Larochelle, Yoshua Bengio, and Pierre-Antoine Manzagol. Extracting and composing robust features with denoising autoencoders. In ICML, 2008. + +Tongzhou Wang and Phillip Isola. Understanding contrastive representation learning through alignment and uniformity on the hypersphere. In International Conference on Machine Learning, 2020. + +Xiaolong Wang and Abhinav Gupta. Unsupervised learning of visual representations using videos. In ICCV, 2015. + +Zhirong Wu, Yuanjun Xiong, Stella Yu, and Dahua Lin. Unsupervised feature learning via nonparametric instance-level discrimination. arXiv:1805.01978, 2018. + +# A TRAINING DYNAMICS + +Fig. 4 and 5 show the training dynamics for each of the considered losses. Charts are smoothed with a 0.3 moving average for readability (curves before smoothing are shown semi-transparent). + +![](images/4da7361dea4e214120a4f83ad835fe56daaf9d4478d45e9de5e947e5f9e43203.jpg) +Figure 4: Training dynamics on STL-10 dataset for linear classifier + +![](images/56fa92474a274079c986ab314b71342c7622615ad0b973ce49ef164a7fafb890.jpg) +Figure 5: Training dynamics on STL-10 dataset for 5-nn classifier + +# B CHOLESKY WHITENING AND BACKPROGATION + +We compute $W _ { V }$ (equation 8) following (Siarohin et al., 2019) and using the Cholesky decomposition. The Cholesky decomposition is based on the factorisation of the covariance symmetric matrix using two triangular matrices: $\Sigma _ { V } = L L ^ { \top }$ , where $L$ is a lower triangular matrix. Once we get $L$ , we compute the inverse of $L$ , and we get: $W _ { V } = L ^ { - 1 }$ . Note that Cholesky decomposition is fully diferentiable and it is implemented in all of the major frameworks, such as PyTorch and TensorFlow. However, for the sake of completeness, we provide below the gradient computation. + +# B.1 GRADIENT COMPUTATION + +We provide here the equations for whitening differentiation. Let $Z$ be the whitened version of the batch $V$ , i.e., $Z = W _ { V } ( V - \mu _ { V } )$ (equation 7). The gradient $\textstyle { \frac { \partial L } { \partial V } }$ can be computed by: + +$$ +\frac { \partial L } { \partial V } = \frac { 2 } { K - 1 } \frac { \partial L } { \partial \Sigma } V + W _ { V } ^ { T } \frac { \partial L } { \partial Z } . +$$ + +where the partial derivative $\frac { \partial L } { \partial Z }$ is backpropogated, while $\frac { \partial L } { \partial \Sigma }$ is computed as follows: + +$$ +\frac { \partial L } { \partial \Sigma } = - \frac { 1 } { 2 } W _ { V } ^ { T } \left( P \circ \frac { \partial L } { \partial W _ { V } } W _ { V } ^ { T } + \left( P \circ \frac { \partial L } { \partial W _ { V } } W _ { V } ^ { T } \right) ^ { T } \right) W _ { V } +$$ + +In equation $1 0 , \circ$ is Hadamard product, while $\frac { \partial L } { \partial W _ { V } }$ is: + +$$ +\frac { \partial \cal { L } } { \partial W _ { V } } = \frac { \partial \cal { L } } { \partial Z } V ^ { T } , +$$ + +and $P$ is: + +$$ +P = \left( { \begin{array} { l l l l } { { \frac { 1 } { 2 } } } & { 0 } & { \cdots } & { 0 } \\ { 1 } & { { \frac { 1 } { 2 } } } & { \ddots } & { 0 } \\ { 1 } & { \ddots } & { \ddots } & { 0 } \\ { 1 } & { \cdots } & { 1 } & { { \frac { 1 } { 2 } } } \end{array} } \right) . +$$ + +# C EUCLIDEAN DISTANCE + +Table 4: Classification accuracy (top 1) using the Euclidean distance (unnormalized embeddings) on STL-10. + +
Method linear5-nn
Contrastive78.0071.07
BYOL80.8374.94
W-MSE 289.9185.56
W-MSE 490.4087.09
+ +The cosine similarity is a crucial component in most of the current self-supervised learning approaches. This is usually implemented with an $L _ { 2 }$ normalization of the latent representations, which corresponds to projecting the features on the surface of the unit hypersphere. However, in our WMSE, the whitening transform projects the representation onto a spherical distribution (intuitively, we can say on the whole unit hypersphere). Preserving the module of the features before the $L _ { 2 }$ normalization may be useful in some applications, e.g., clustering the features after the projection head using a Gaussian mixture model. Tab. 4 shows an experiment on the STL-10 dataset where we use unnormalized embeddings for all the methods (and $\tau = 1$ for the contrastive loss). Comparing Tab. 4 with Tab. 1, the accuracy decrease of W-MSE is significantly smaller than the other methods. \ No newline at end of file diff --git a/parse/train/3Wp8HM2CNdR/3Wp8HM2CNdR_content_list.json b/parse/train/3Wp8HM2CNdR/3Wp8HM2CNdR_content_list.json new file mode 100644 index 0000000000000000000000000000000000000000..693bdb2d5cf7e2ddda7965abedde01417419e6f7 --- /dev/null +++ b/parse/train/3Wp8HM2CNdR/3Wp8HM2CNdR_content_list.json @@ -0,0 +1,1620 @@ +[ + { + "type": "text", + "text": "WHITENING FOR SELF-SUPERVISED REPRESENTATION LEARNING ", + "text_level": 1, + "bbox": [ + 174, + 99, + 607, + 146 + ], + "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": "Most of the self-supervised representation learning methods are based on the contrastive loss and the instance-discrimination task, where augmented versions of the same image instance (“positives”) are contrasted with instances extracted from other images (“negatives”). For the learning to be effective, a lot of negatives should be compared with a positive pair, which is computationally demanding. In this paper, we propose a different direction and a new loss function for selfsupervised representation learning which is based on the whitening of the latentspace features. The whitening operation has a “scattering” effect on the batch samples, which compensates the use of negatives, avoiding degenerate solutions where all the sample representations collapse to a single point. Our Whitening MSE (W-MSE) loss does not require special heuristics (e.g. additional networks) and it is conceptually simple. Since negatives are not needed, we can extract multiple positive pairs from the same image instance. We empirically show that WMSE is competitive with respect to popular, more complex self-supervised methods. The source code of the method and all the experiments is included in the Supplementary Material. ", + "bbox": [ + 233, + 265, + 764, + 486 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "1 INTRODUCTION ", + "text_level": 1, + "bbox": [ + 176, + 511, + 336, + 526 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "One of the current main bottlenecks in deep network training is the dependence on large annotated training datasets, and this motivates the recent surge of interest in unsupervised methods. Specifically, in self-supervised representation learning, a network is (pre-)trained without any form of manual annotation, thus providing a means to extract information from unlabeled-data sources (e.g., text corpora, videos, images from the Internet, etc.). In self-supervision, label information is replaced by a prediction problem using some form of context or using a pretext task. Pioneering work in this direction was done in Natural Language Processing (NLP), in which the co-occurrence of words in a sentence is used to learn a language model (Mikolov et al., 2013a;b; Devlin et al., 2019). In Computer Vision, typical contexts or pretext tasks are based on: (1) the temporal consistency in videos (Wang & Gupta, 2015; Misra et al., 2016; Dwibedi et al., 2019), (2) the spatial order of patches in still images (Noroozi & Favaro, 2016; Misra & van der Maaten, 2019; Henaff et al., 2019) ´ or (3) simple image transformation techniques (Ji et al., 2019; He et al., 2019; Wu et al., 2018). The intuitive idea behind most of these methods is to collect pairs of positive and negative samples: two positive samples should share the same semantics, while negatives should be perceptually different. A triplet loss (Sohn, 2016; Schroff et al., 2015; Hermans et al., 2017; Wang & Gupta, 2015; Misra et al., 2016) can then be used to learn a metric space which should represent the human perceptual similarity. However, most of the recent studies use a contrastive loss (Hadsell et al., 2006) or one of its variants (Gutmann & Hyvarinen, 2010; van den Oord et al., 2018; Hjelm et al., 2019), while ¨ Tschannen et al. (2019) show the relation between the triplet loss and the contrastive loss. ", + "bbox": [ + 173, + 541, + 825, + 805 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "It is worth noticing that the success of both kinds of losses is strongly affected by the number and the quality of the negative samples. For instance, in the case of the triplet loss, a common practice is to select hard/semi-hard negatives (Schroff et al., 2015; Hermans et al., 2017). On the other hand, Hjelm et al. (2019) have shown that the contrastive loss needs a large number of negatives to be competitive. This implies using batches with a large size, which is computationally demanding, especially with high-resolution images. In order to alleviate this problem, Wu et al. (2018) use a memory bank of negatives, which is composed of feature-vector representations of all the training samples. He et al. (2019) conjecture that the use of large and fixed-representation vocabularies is one of the keys to the success of self-supervision in NLP. The solution proposed by He et al. (2019) extends Wu et al. (2018) using a memory-efficient queue of the last visited negatives, together with a momentum encoder which preserves the intra-queue representation consistency. Chen et al. (2020) have performed large-scale experiments confirming that a large number of negatives (and therefore a large batch size) is required for the contrastive loss to be efficient. Concurrently with our work, Grill et al. (2020) have suggested that it is not necessary to rely on the contrastive scheme, introducing a high-performing alternative based on bootstrapping. ", + "bbox": [ + 174, + 811, + 823, + 924 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 103, + 825, + 202 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "In this paper we propose a new self-supervised loss function which first scatters all the sample representations in a spherical distribution1 and then penalizes the positive pairs which are far from each other. In more detail, given a set of samples $V = \\{ \\mathbf { v } _ { i } \\}$ , corresponding to the current minibatch of images $B = \\{ x _ { i } \\}$ , we first project the elements of $V$ onto a spherical distribution using a whitening transform (Siarohin et al., 2019). The whitened representations $\\left\\{ \\mathbf { z } _ { i } \\right\\}$ , corresponding to $V$ , are normalized and then used to compute a Mean Squared Error (MSE) loss which accumulates the error taking into account only positive pairs $( \\mathbf { z } _ { i } , \\mathbf { z } _ { j } )$ . We do not need to contrast positives against negatives as in the contrastive loss or in the triplet loss because the optimization process leads to shrinking the distance between positive pairs and, indirectly, scatters the other samples to satisfy the overall spherical-distribution constraint. ", + "bbox": [ + 174, + 208, + 825, + 347 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "In summary, our contributions are the following: ", + "bbox": [ + 173, + 354, + 491, + 368 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "• We propose a new loss function, Whitening MSE (W-MSE), for self-supervised training. W-MSE constrains the batch samples to lie in a spherical distribution and it is an alternative to positive-negative instance contrasting methods. \nOur loss does not rely on negatives, thus including more positive samples in the batch can be beneficial; we indeed demonstrate that multiple positive pairs extracted from one image improve the performance. \n• We empirically show that our W-MSE loss outperforms the commonly adopted contrastive loss when measured using different standard classification protocols. We show that W-MSE is competitive with respect to state-of-the-art self-supervised methods. ", + "bbox": [ + 215, + 382, + 825, + 520 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "2 BACKGROUND AND RELATED WORK ", + "text_level": 1, + "bbox": [ + 174, + 540, + 513, + 556 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "A typical self-supervised method is composed of two main components: a pretext task, which exploits some a-priori knowledge about the domain to automatically extract supervision from data, and a loss function. In this section we briefly review both aspects, and we additionally analyse the recent literature concerning feature whitening. ", + "bbox": [ + 174, + 571, + 825, + 628 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Pretext Tasks. The temporal consistency in a video provides an intuitive form of self-supervision: temporally-close frames usually contain a similar semantic content (Wang & Gupta, 2015; van den Oord et al., 2018). Misra et al. (2016) extended this idea using the relative temporal order of 3 frames, while Dwibedi et al. (2019) used a temporal cycle consistency for self-supervision, which is based on comparing two videos sharing the same semantics and computing inter-video frame-toframe nearest neighbour assignments. ", + "bbox": [ + 174, + 635, + 825, + 718 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "When dealing with still images, the most common pretext task is instance discrimination (Wu et al. (2018)): from a training image $x$ , a composition of data-augmentation techniques are used to extract two different views of $x$ $\\cdot \\boldsymbol { x } _ { i }$ and $x _ { j }$ ). Commonly adopted transformations are: image cropping, rotation, color jittering, Sobel filtering, etc.. The learner is then required to discriminate $( x _ { i } , x _ { j } )$ from other views extracted from other samples (Wu et al., 2018; Ji et al., 2019; He et al., 2019; Chen et al., 2020). ", + "bbox": [ + 173, + 726, + 825, + 809 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Denoising auto-encoders (Vincent et al., 2008) add random noise to the input image and try to recover the original image. More sophisticated pretext tasks consist in predicting the spatial order of image patches (Noroozi & Favaro, 2016; Misra & van der Maaten, 2019) or in reconstructing large masked regions of the image (Pathak et al., 2016). Hjelm et al. (2019); Bachman et al. (2019) compare the holistic representation of an input image with a patch of the same image. Henaff et al. ´ (2019) use a similar idea, where the comparison depends on the patch order: the appearance of a given patch should be predicted given the appearance of the patches which lie above it in the image. ", + "bbox": [ + 174, + 815, + 825, + 886 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "", + "bbox": [ + 171, + 103, + 823, + 132 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "In this paper we use standard data augmentation techniques on still images to obtain positive pairs, which is a simple method to get self-supervision (Chen et al., 2020) and does not require a pretexttask specific network architecture (Hjelm et al., 2019; Bachman et al., 2019; Henaff et al., 2019). ´ ", + "bbox": [ + 176, + 138, + 823, + 181 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Loss functions. Denoising auto-encoders use a reconstruction loss which compares the generated image with the input image before adding noise. Other generative methods use an adversarial loss in which a discriminator provides supervisory information to the generator (Donahue et al., 2017; Donahue & Simonyan, 2019). ", + "bbox": [ + 174, + 188, + 825, + 244 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Early self-supervised (deep) discriminative methods used a triplet loss (Wang & Gupta, 2015; Misra et al., 2016): given two positive images $x _ { i } , x _ { j }$ and a negative $x _ { k }$ (Sec. 1), together with their corresponding latent-space representations $\\mathbf { z } _ { i } , \\mathbf { z } _ { j } , \\mathbf { z } _ { k }$ , this loss penalizes those cases in which $\\mathbf { z } _ { i }$ and $\\mathbf { z } _ { k }$ are closer to each other than $\\mathbf { z } _ { i }$ and $\\mathbf { z } _ { j }$ plus a margin $m$ : ", + "bbox": [ + 173, + 251, + 823, + 308 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/44b2b560b0f14c65533db1f708379ccdefbeb3954729f1889df2a26a81d0c111.jpg", + "text": "$$\nL _ { T r i p l e t } = - \\operatorname* { m a x } ( \\mathbf { z } _ { i } ^ { T } \\mathbf { z } _ { k } - \\mathbf { z } _ { i } ^ { T } \\mathbf { z } _ { j } + m , 0 ) .\n$$", + "text_format": "latex", + "bbox": [ + 357, + 324, + 640, + 344 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Most of the recent self-supervised discriminative methods are based on some contrastive loss (Hadsell et al., 2006) variant, in which $\\mathbf { z } _ { i }$ and $\\mathbf { z } _ { j }$ are contrasted against a set of negative pairs. Following the common formulation proposed by van den Oord et al. (2018): ", + "bbox": [ + 174, + 354, + 825, + 397 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/eb22b78d299c708f33722ee37e28f18a059a44e82828af4f9962a697223db1e9.jpg", + "text": "$$\nL _ { C o n t r a s t i v e } = - \\log \\frac { \\exp { ( \\mathbf { z } _ { i } ^ { T } \\mathbf { z } _ { j } / \\tau ) } } { \\sum _ { k = 1 , k \\neq i } ^ { K } \\exp { ( \\mathbf { z } _ { i } ^ { T } \\mathbf { z } _ { k } / \\tau ) } } ,\n$$", + "text_format": "latex", + "bbox": [ + 338, + 414, + 656, + 454 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "where $\\tau$ is a temperature hyperparameter which should be manually set and the sum in the denominator is over a set of $K - 1$ negative samples. Usually $K$ is the size of the current batch, i.e., $K = 2 N$ , being $N$ the number of the positive pairs. However, as shown by Hjelm et al. (2019), the contrastive loss (2) requires a large number of negative samples to be competitive. Wu et al. (2018); He et al. (2019) use a set of negatives much larger than the current batch, by pre-computing latent-space representations of old samples. SimCLR (Chen et al. (2020)) uses a simpler, but computationally very demanding, solution based on large batches. ", + "bbox": [ + 174, + 463, + 825, + 561 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "While recent works (van den Oord et al., 2018; Henaff et al., 2019; Hjelm et al., 2019; Bachman ´ et al., 2019; Ravanelli & Bengio, 2018) draw a relation between the contrastive loss and an estimate of the mutual information between the latent-space image representations, Tschannen et al. (2019) showed that the success of this loss is likely related to learning a metric space, similarly to what happens with a triplet loss. On the other hand, Wang & Isola (2020) showed that the $L _ { 2 }$ normalized contrastive loss asymptotically converges to the minimization of two desirable characteristics of the latent-space representations on the surface of the unit hypersphere: uniformity and semantic alignment. In the same paper, the authors propose two new losses ( ${ \\mathcal L } _ { \\mathrm { u n i f o r m } }$ and $\\mathcal { L } _ { \\mathrm { a l i g n } , }$ ) which explicitly deal with these characteristics. ", + "bbox": [ + 173, + 568, + 825, + 694 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Concurrently with our work, BYOL (Grill et al. (2020)) proposes a “bootstrapping” scheme which is alternative to the positive-negative contrastive learning. In BYOL, an “online” network is optimised to predict the output of a “target” network, whose parameters are a running average of the online network. The predictions of the two networks are compared using an additional prediction network and an MSE loss. However, very recently, Fetterman & Albrecht (2020) and Tian et al. (2020) have empirically shown that BYOL can avoid a collapsed solution through the use of the Batch Norm (BN) (Ioffe & Szegedy, 2015) which avoids constant representations. Our work can be seen as a generalization of this finding with a much simpler network architecture (more details in Sec. 3.1). ", + "bbox": [ + 173, + 699, + 825, + 813 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "In this paper we propose a different loss which is competitive with respect to other alternatives. Our loss formulation is simpler because it does not require a proper setting of the $\\tau$ hyperparameter in equation 2, $m$ in equation 1, or additional networks with a specific weight update schemes as in BYOL. ", + "bbox": [ + 174, + 818, + 825, + 875 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Feature Whitening. We adopt the efficient and stable Cholesky decomposition (Dereniowski & Marek, 2004) based whitening transform proposed by Siarohin et al. (2019) to project our latentspace vectors into a spherical distribution (more details in Sec. 3). Note that Huang et al. (2018); ", + "bbox": [ + 176, + 881, + 823, + 924 + ], + "page_idx": 2 + }, + { + "type": "image", + "img_path": "images/d1a34f8c28ebe7ade64be93a372c8c1761ea3e488a8ecaa0f60e91f994505bfc.jpg", + "image_caption": [ + "Figure 1: A schematic representation of the W-MSE based optimization process. Positive pairs are indicated with the same shapes and colors. (1) A representation of the feature batch $V$ when training starts. (2, 3) The distribution of the elements after whitening and $L _ { 2 }$ normalization. (4) The MSE computed over the normalized $\\mathbf { z }$ features encourages the network to move the positive pair representations closer to each other. (5) The subsequent iterations move closer and closer the positive pairs, while the relative layout of the other samples is forced to lie in a spherical distribution. " + ], + "image_footnote": [], + "bbox": [ + 276, + 99, + 727, + 371 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Siarohin et al. (2019) use whitening transforms in the intermediate layers of the network for a completely different task: extending BN to a multivariate batch normalization. ", + "bbox": [ + 173, + 486, + 823, + 513 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "3 THE WHITENING MSE LOSS ", + "text_level": 1, + "bbox": [ + 176, + 534, + 446, + 550 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Given an image $x$ , we extract an embedding $\\mathrm { ~ \\bf ~ z ~ } = \\mathrm { ~ \\bf ~ \\it ~ f ~ } ( x ; \\theta )$ using an encoder network $f ( \\cdot ; \\theta )$ parametrized with $\\theta$ (more details below). We require that: (1) the image embeddings are drawn from a non-degenerate distribution (the latter being a distribution where, e.g., all the representations collapse to a single point), and (2) positive image pairs $( x _ { i } , x _ { j } )$ , which share a similar semantics, should be clustered close to each other. We formulate this problem as follows: ", + "bbox": [ + 173, + 564, + 825, + 635 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/30d72da0e98a5c371d2397190b73c3f5ebc19ca27011f812a7ab29fdc71e7c94.jpg", + "text": "$$\n\\begin{array} { c } { m i n _ { \\theta } \\operatorname { \\mathbb { E } } d i s t ( \\mathbf { z } _ { i } , \\mathbf { z } _ { j } ) , } \\\\ { s . t . c o v ( \\mathbf { z } _ { i } , \\mathbf { z } _ { i } ) = c o v ( \\mathbf { z } _ { j } , \\mathbf { z } _ { j } ) = I , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 383, + 654, + 614, + 690 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "where $d i s t ( \\cdot )$ is a distance between vectors, $I$ is the identity matrix and $( \\mathbf { z } _ { i } , \\mathbf { z } _ { j } )$ corresponds to a positive pair of images $( x _ { i } , x _ { j } )$ . With equation 4, we constrain the distribution of the $\\mathbf { z }$ values to be non-degenerate, hence avoiding that all the probability mass is concentrated in a single point. Moreover, equation 4 makes all the components of $\\mathbf { z }$ to be linearly independent from each other, which encourages the different dimensions of $\\mathbf { z }$ to represent different semantic content. We define the distance with the cosine similarity, implemented with MSE between normalized vectors: ", + "bbox": [ + 174, + 695, + 825, + 780 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/64a3f2fce66c9fabe7cd11f9eeab3f4b08cf392f4b703cc4a4159a0d5227dfde.jpg", + "text": "$$\nd i s t ( \\mathbf { z } _ { i } , \\mathbf { z } _ { j } ) = \\left\\| { \\frac { \\mathbf { z } _ { i } } { \\left\\| \\mathbf { z } _ { i } \\right\\| _ { 2 } } } - { \\frac { \\mathbf { z } _ { j } } { \\left\\| \\mathbf { z } _ { j } \\right\\| _ { 2 } } } \\right\\| _ { 2 } ^ { 2 } = 2 - 2 { \\frac { \\langle \\mathbf { z } _ { i } , \\mathbf { z } _ { j } \\rangle } { \\left\\| \\mathbf { z } _ { i } \\right\\| _ { 2 } \\cdot \\left\\| \\mathbf { z } _ { j } \\right\\| _ { 2 } } }\n$$", + "text_format": "latex", + "bbox": [ + 308, + 784, + 691, + 823 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "In Appendix C we also include other experiments in which the cosine similarity is replaced by the Euclidean distance. We provide below the details on how positive image samples are collected, how they are encoded and how the above optimization is implemented. ", + "bbox": [ + 174, + 832, + 825, + 875 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "First, similarly to Chen et al. (2020), we obtain positive samples sharing the same semantics from a single image $x$ and using standard image transformation techniques. Specifically, we use a composition of image cropping, grayscaling and color jittering transformations $T ( \\cdot ; \\mathbf { p } )$ . The parameters $\\mathbf { \\tau } ( \\mathbf { p } )$ are selected uniformly at random and independently for each positive sample extracted from the same image: $x _ { i } = T ( x ; { \\mathbf p } _ { i } )$ . We concisely indicate with $p o s ( i , j )$ the fact that $x _ { i }$ and $x _ { j } ( x _ { i } , x _ { j } \\in B$ , $B$ the current batch) have been extracted from the same image. ", + "bbox": [ + 174, + 881, + 823, + 924 + ], + "page_idx": 3 + }, + { + "type": "image", + "img_path": "images/30fed903347f9275f5f14cd0634d881a6b9fc03086e82bb722a8a53a8a41ffdd.jpg", + "image_caption": [ + "Figure 2: A scheme of our training procedure. First, $d$ $Q = 4$ in this case) positive samples are generated using augmentations. These images are transformed into vectors with the encoder $E ( \\cdot )$ . Next, they are projected onto a lower dimensional space with a projection head $g ( \\cdot )$ . Then, Whitening projects these vectors onto a spherical distribution, followed by an optional $L _ { 2 }$ normalization. Finally, the dashed curves show all the $d ( d - 1 ) / 2 = 6$ comparisons used in our W-MSE loss. " + ], + "image_footnote": [], + "bbox": [ + 236, + 99, + 761, + 219 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 321, + 825, + 364 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "The number of positive samples per image $d$ may vary, trading off diversity in the batch and the amount of the training signal. Favoring more negatives, most of the methods use one positive pair $\\left[ d = 2 \\right.$ ). However, Ji et al. (2019) have demonstrated improved performance with 5 samples, while Caron et al. (2020) use 8 samples. In our MSE-based loss (see below), we use all the possible $d ( d - 1 ) / 2$ combinations of positive samples. We include experiments for $d = 2$ (1 positive pair) and $d = 4$ (6 positive pairs). ", + "bbox": [ + 173, + 371, + 825, + 455 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "For representation learning, we use a backbone encoder network $E ( \\cdot ) . E ( \\cdot )$ , trained without human supervision, will be used in Sec. 4 for evaluation using standard protocols. We use a standard ResNet-18 (He et al., 2016) as the encoder, and $\\mathbf { h } = E ( x )$ is the output of the average-pooling layer. This choice has the advantage to be simple and easily reproducible, in contrast to other methods which use encoder architectures specific for a given pretext task (see Sec. 2). Since $\\mathbf { h } \\in \\mathbb { R } ^ { 5 1 2 }$ is a high-dimensional vector, following Chen et al. (2020) we use a nonlinear projection head $g ( \\cdot )$ to project h in a lower dimensional space: $\\mathbf { v } = g ( \\mathbf { h } )$ , where $g ( \\cdot )$ is implemented with a MLP with one hidden layer and a BN layer. The whole network $f ( \\cdot )$ is given by the composition of $g ( \\cdot )$ with $E ( \\cdot )$ (see Fig. 2). ", + "bbox": [ + 173, + 460, + 825, + 588 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Given $N$ original images and a batch of samples $B = \\{ x _ { 1 } , . . . x _ { K } \\}$ , where $K \\ : = \\ : N d$ , let $V =$ $\\left\\{ \\mathbf { v } _ { 1 } , \\ldots \\mathbf { v } _ { K } \\right\\}$ , be the corresponding batch of features obtained as described above. In the proposed W-MSE loss we compute the MSE over all $N d ( d { - } 1 ) / 2$ positive pairs, where constraint 4 is satisfied using the reparameterization of the $\\mathbf { v }$ variables with the whitened variables $\\mathbf { z }$ : ", + "bbox": [ + 173, + 593, + 825, + 650 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/df8c5ace3f4e6908c1d2ecf424eaeca69c163617bcde0a6046166050c6b8b208.jpg", + "text": "$$\nL _ { W - M S E } ( V ) = \\frac { 2 } { N d ( d - 1 ) } \\sum _ { ( { \\bf v } _ { i } , { \\bf v } _ { j } ) \\in V , p o s ( i , j ) } d i s t ( { \\bf z } _ { i } , { \\bf z } _ { j } ) ,\n$$", + "text_format": "latex", + "bbox": [ + 303, + 666, + 692, + 707 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "where $\\mathbf { z } = W h i t e n i n g ( \\mathbf { v } )$ , and: ", + "bbox": [ + 174, + 719, + 390, + 734 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/b4a3309d784ff6b3da37bca7dab87d2bd6b0664152c9e722b75ebad52d4b4981.jpg", + "text": "$$\nW h i t e n i n g ( \\mathbf { v } ) = W _ { V } ( \\mathbf { v } - { \\pmb \\mu } _ { V } ) .\n$$", + "text_format": "latex", + "bbox": [ + 385, + 755, + 611, + 772 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "In equation 7, $\\pmb { \\mu } _ { V }$ is the mean of the elements in $V$ : $\\begin{array} { r } { \\pmb { \\mu } _ { V } = \\frac { 1 } { K } \\sum _ { k } \\mathbf { v } _ { k } } \\end{array}$ , while the matrix $W _ { V }$ is such that: $W _ { V } ^ { \\top } W _ { V } = \\Sigma _ { V } ^ { - 1 }$ , being $\\Sigma _ { V }$ the covariance matrix of $V$ : ", + "bbox": [ + 171, + 782, + 825, + 815 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/24f762961275719278600b5e97d497dbbd866c070b26a83fbc5616b98ad4927a.jpg", + "text": "$$\n\\boldsymbol { \\Sigma } _ { V } = \\frac { 1 } { K - 1 } \\sum _ { k } ( { \\bf v } _ { k } - { \\pmb \\mu } _ { V } ) ( { \\bf v } _ { k } - { \\pmb \\mu } _ { V } ) ^ { T } .\n$$", + "text_format": "latex", + "bbox": [ + 356, + 832, + 642, + 869 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "For more details on how $W _ { V }$ is computed, we refer to Appendix B. Equation 7 performs the full whitening of each $\\mathbf { v } _ { i } \\in V$ and the resulting set of vectors $Z = \\{ { \\bf z } _ { 1 } , . . . , { \\bf z } _ { K } \\}$ lies in a zero-centered distribution with a covariance matrix equal to the identity matrix (Fig. 1). ", + "bbox": [ + 174, + 881, + 825, + 924 + ], + "page_idx": 4 + }, + { + "type": "image", + "img_path": "images/670f016219ae719cc7b4ed09e98be2e40ee9566bbaefc881897287654761deab.jpg", + "image_caption": [ + "Figure 3: Batch slicing. $V$ is first partitioned in $d$ parts $\\left( d = 2 \\right.$ in this example). We randomly permute the first part and we apply the same permutation to the other $d - 1$ parts. Then, we further split all the partitions and we create sub-batches $( V _ { i } )$ . Each $V _ { i }$ is independently used to compute the sub-batch specific whitening matrix $W _ { V } ^ { i }$ and centroid $\\mu _ { V } ^ { i }$ . " + ], + "image_footnote": [], + "bbox": [ + 318, + 102, + 665, + 244 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "The intuition behind the proposed loss is that equation 6 penalizes positives which are far apart from each other, thus leading $\\overset { \\cdot } { g } ( \\bar { E } ( \\cdot ) )$ to shrink the inter-positive distances. On the other hand, since $Z$ must lie in a spherical distribution, the other samples should be “moved” and rearranged in order to satisfy constraint 4 (see Fig. 1). ", + "bbox": [ + 174, + 342, + 825, + 397 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Batch Slicing. The estimation of the Mean Square Error in equation 6 depends on the whitening matrix $W _ { V }$ , which may have a high variance over consecutive iteration batches $V _ { t } , V _ { t + 1 } , \\dots$ For this reason, inspired by the resampling methods (Efron, 1982), given a batch $V$ , we slice $V$ in different non-overlapping sub-batches and we compute a whitening matrix independently for each sub-batch. In more details, we first partition the batch in $d$ parts, being $d$ the number of positives extracted from one image. In this way, each partition contains elements extracted from different original images (i.e., no pair of positives is included in a single partition, see Fig. 3). Then, we randomly permute the elements of the each partition with the same permutation. Next, each partition is further split in sub-batches, using the heuristic that the size of each sub-batch $( V _ { i } )$ should be equal to the size of embedding (v) times 2 (this prevents instability issues when computing the covariance matrices). Next, for each $V _ { i }$ , we use only its elements to compute a corresponding whitening matrix $W _ { V } ^ { i }$ , which is used to whiten the elements of $V _ { i }$ only (Fig. 3). In the loss computation (equation 6), all the elements of all the sub-batches are used, thus implicitly alleviating the differences among the different whitening matrices. Finally, it is possible to repeat the whole operation several times and to average the result to get a more robust estimate of equation 6. ", + "bbox": [ + 173, + 405, + 825, + 612 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "3.1 DISCUSSION ", + "text_level": 1, + "bbox": [ + 174, + 631, + 302, + 645 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "In a common instance-discrimination task (Sec. 2), e.g., solved using equation 2, the similarity of a positive pair $( \\mathbf { z } _ { i } ^ { T } \\mathbf { z } _ { j } )$ is contrasted with the similarity computed with respect to all the other samples $( { \\bf z } _ { k } )$ in the batch $\\mathbf { \\langle z } _ { i } ^ { T } \\mathbf { z } _ { k } , 1 \\leq k \\leq K , k \\neq i )$ . However, $\\mathbf { z } _ { k }$ and $\\mathbf { z } _ { i }$ , extracted from different image instances, can occasionally share the same semantics (e.g., $x _ { i }$ and $x _ { k }$ are two different image instances of the unknown “cat” class). Conversely, the proposed W-MSE loss does not force all the instance samples to lie far from each other, but it only imposes a soft constraint (equation 4), which avoids degenerate distributions. ", + "bbox": [ + 174, + 657, + 825, + 756 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Note that previous work (He et al., 2019; Henaff et al., 2019; Chen et al., 2020) highlighted that ´ BN may be harmful for learning semantically meaningful representations because the network can “cheat” and exploit the batch statistics in order to find a trivial solution to equation 2. However, our whitening transform (equation 7) is applied only to the very last layer of the network $f ( \\cdot )$ (see Fig. 2) and it is not used in the intermediate layers, which is instead the case of BN. Hence, our $f ( \\cdot )$ cannot learn to exploit subtle inter-sample dependencies introduced by batch-statistics because of the lack of other learnable layers on top of the $\\mathbf { z }$ features. ", + "bbox": [ + 174, + 762, + 825, + 861 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Similarly to equation 6, in BYOL (Grill et al., 2020) an MSE loss is used to compare the latent representations of two positives computed by slightly different networks without contrasting positives with negatives (Sec. 2). However, the MSE loss alone is inclined to collapse the representations of all the images to a constant value, which would make the MSE computation equal to zero. In BYOL, both the projection and the prediction sub-networks have BN layers, and, very recently, (Fetterman & Albrecht, 2020; Tian et al., 2020) have empirically shown that BYOL, without these BN layers, generates collapsed latent-space representations with a close-to-chance level classification accuracy. The reason of this behaviour seems to depend on the fact that the feature standardization in BN scatters the $\\mathbf { z }$ values in a batch and avoids constant representations. Our W-MSE can be seen as a generalization of this implicit property of BYOL, in which the $\\mathbf { z }$ values of the current batch are full-whitened, so preventing possible collapsing effects of the MSE loss. Importantly, we reach this result without the need of a target network or sophisticated training protocols. ", + "bbox": [ + 176, + 867, + 823, + 924 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 103, + 825, + 215 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Finally, note that using BN alone without whitening, as in W-MSE, and without additional networks, as in BYOL, is not sufficient. Indeed, if we just minimize an MSE after feature standardization, the network can easily find a solution where all the dimensions of the embedding represent the same feature. We have empirically verified this behaviour in preliminary experiments based on standardization, in which the network converges to a zero loss value after a few epochs but with a low classification accuracy. ", + "bbox": [ + 174, + 222, + 825, + 305 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "4 EXPERIMENTS ", + "text_level": 1, + "bbox": [ + 176, + 327, + 326, + 343 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "We test our loss and its competitors on the following datasets. ", + "bbox": [ + 174, + 359, + 581, + 375 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "• CIFAR-10 and CIFAR-100 (Krizhevsky & Hinton, 2009), two small-scale datasets composed of $3 2 \\times 3 2$ images with 10 and 100 classes, respectively. \n• Tiny ImageNet (Le & Yang, 2015), a reduced version of ImageNet, composed of 200 classes with images scaled down to $6 4 \\times 6 4$ . The total number of images is: 100K (training) and 10K (testing). STL-10 (Coates et al., 2011), also derived from ImageNet, with $9 6 \\times 9 6$ resolution images. While CIFAR-10, CIFAR-100 and Tiny ImageNet are fully-labeled, STL-10 is composed of 5K labeled training samples (500 per class) and 100K unlabeled training examples from a similar but broader distribution of images. There are additional 8K labeled testing images. \n• ImageNet-100, a random 100-class subset of ImageNet (the list of the 100 classes is published in (Wang & Isola, 2020)), consisting of unaltered ImageNet images. ", + "bbox": [ + 215, + 388, + 825, + 561 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Setting. The goal of our experiments is to compare W-MSE with state-of-the-art losses, isolating the effects of other settings, such as the architectural choices. For this reason, we use the same encoder $E ( \\cdot )$ ResNet-18 for all the experiments. We independently select the best hyperparameter values for every method and every dataset. Each method uses $L _ { 2 }$ feature normalization unless otherwise stated. Contrastive refers to our implementation of the contrastive loss (equation 2) following the details in (Chen et al., 2020), with temperature $\\tau = 0 . 5$ . BYOL is our reproduction of (Grill et al., 2020), introduced concurrently with our work. For this method we use the exponential moving average with cosine increasing, starting from 0.99. W-MSE 2 and W-MSE 4 correspond to our method with $d = 2$ and $d = 4$ positives extracted per image, respectively. For CIFAR-10 and CIFAR-100, the slicing sub-batch size is 128, for Tiny ImageNet and STL-10, it is 256. For experiments W-MSE 2 for Tiny ImageNet and STL-10 we use 4 iterations of batch slicing, for all other experiments we use 1 iteration. ", + "bbox": [ + 173, + 575, + 825, + 742 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "In all the experiments, we use the Adam optimizer (Kingma & Ba, 2014). For all the tested methods (including ours), we use the same number of epochs and the same learning rate schedule. Specifically, for CIFAR-10 and CIFAR-100, we use 1,000 epochs with learning rate $3 \\times 1 0 ^ { - 3 }$ ; for Tiny ImageNet, 1,000 epochs with learning rate $2 \\times 1 0 ^ { - 3 }$ ; for STL-10, 2,000 epochs with learning rate $2 \\times \\mathrm { 1 0 ^ { - 3 } }$ . We use learning rate warm-up for the first 500 iterations of the optimizer, and a 0.2 learning rate drop 50 and 25 epochs before the end. We use a mini-batch size of $K = 1 0 2 4$ samples. The dimension of the hidden layer of the projection head $g ( \\cdot )$ is 1024. The weight decay is $1 \\bar { 0 } ^ { - 6 }$ . Finally, we use an embedding size of 64 for CIFAR-10 and CIFAR-100, and an embedding of size of 128 for STL-10 and Tiny ImageNet. For ImageNet-100 we use a configuration similar to the Tiny ImageNet experiments, and 240 epochs of training. ", + "bbox": [ + 174, + 750, + 825, + 888 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "As a common practice when using ResNet-like architectures for small-size image resolutions, in all the experiments, except ImageNet-100, we have a first convolutional layer with kernel size 3, stride 1 and padding 1. Additionally, in case of CIFAR-10 and CIFAR-100, we remove the first max pooling layer. ", + "bbox": [ + 173, + 895, + 823, + 924 + ], + "page_idx": 6 + }, + { + "type": "table", + "img_path": "images/bb45fa6fa8652c6f2c393511f1f90725ffe31605855f3e3d19b82df58bd95096.jpg", + "table_caption": [ + "Table 1: Classification accuracy (top 1) of a linear classifier and a 5-nearest neighbors classifier for different loss functions and datasets with a ResNet-18 encoder. " + ], + "table_footnote": [], + "table_body": "
MethodCIFAR-10CIFAR-100STL-10 Tiny ImageNet
linear5-nnlinear 5-nnlinear5-nn linear5-nn
Contrastive91.8088.4266.8356.5690.5185.6848.8432.86
BYOL91.7389.4566.6056.8291.9988.6451.0036.24
W-MSE 291.5589.6966.1056.6990.3687.1048.2034.16
W-MSE 491.9989.8767.6456.4591.7588.5949.2235.44
", + "bbox": [ + 222, + 133, + 776, + 247 + ], + "page_idx": 7 + }, + { + "type": "table", + "img_path": "images/3b212b9e82f350eb8213f1000f5d267fa44359e5362bc3fed3290b943b75fbc8.jpg", + "table_caption": [ + "Table 2: Classification accuracy on ImageNet-100. W-MSE (2 and 4) are based on a ResNet-18 encoder. † indicates that the results are based on a ResNet-50 encoder and the values are reported from (Wang & Isola, 2020). " + ], + "table_footnote": [], + "table_body": "
Methodlinear (top 1)linear (top 5)5-nn
MoCot72.8091.641
Lalign and Luniform +74.6092.741
W-MSE 276.0093.1467.04
W-MSE 479.0294.4671.32
", + "bbox": [ + 289, + 314, + 707, + 410 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 441, + 823, + 469 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Image Transformation Details. We extract crops with a random size from 0.2 to 1.0 of the original area and a random aspect ratio from $3 / 4$ to $4 / 3$ of the original aspect ratio, which is a commonly used data-augmentation technique. We also apply horizontal mirroring with probability 0.5. Finally, we apply color jittering with configuration $( 0 . 4 , 0 . 4 , 0 . 4 , 0 . 1 )$ with probability 0.8 and grayscaling with probability 0.1. For ImageNet-100 we follow details in (Chen et al., 2020): crop size from 0.08 to 1.0, stronger jittering (0.8, 0.8, 0.8, 0.2), grayscaling probability 0.2, and Gaussian blurring with 0.5 probability. ", + "bbox": [ + 173, + 477, + 825, + 574 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Evaluation Protocol. The most common evaluation protocol for unsupervised feature learning is based on freezing the network encoder $( E ( \\cdot )$ , in our case) after unsupervised pre-training, and then train a supervised linear classifier on top of it. Specifically, the linear classifier is a fully-connected layer followed by softmax, which is placed on top of $E ( \\cdot )$ after removing the projection head $g ( \\cdot )$ . In all the experiments we train the linear classifier for 500 epochs using the Adam optimizer and the labeled training set of each specific dataset, without data augmentation. The learning rate is exponentially decayed from $1 0 ^ { - 2 }$ to $1 0 ^ { - 6 }$ . The weight decay is $5 \\times 1 0 ^ { - 6 }$ . ", + "bbox": [ + 173, + 582, + 825, + 679 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "In our experiments, we also include the accuracy of a $\\mathbf { k }$ -nearest neighbors classifier (k-nn, $k = 5$ ). The advantage of using this classifier is that it does not require additional parameters and training, and it is deterministic. ", + "bbox": [ + 174, + 685, + 825, + 728 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "4.1 COMPARISON WITH THE STATE OF THE ART ", + "text_level": 1, + "bbox": [ + 174, + 744, + 516, + 758 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Tab. 1 shows the results of the experiments on small and medium size datasets. For W-MSE, 4 samples are generally better than 2. The contrastive loss performs the worst in most cases. The W-MSE 4 accuracy is the best on CIFAR-10 and CIFAR-100, while BYOL leads on STL-10 and Tiny ImageNet, although the gap between the two methods is minor. In Appendix A, we plot the linear classification accuracy during training for the STL-10 dataset. The plot shows that W-MSE 4 and BYOL have a similar performance during most of the training. However, in the first 120 epochs, BYOL significantly underperforms W-MSE 4 (e.g., the accuracy after 20 epochs: W-MSE 4, $7 9 . 9 8 \\%$ ; BYOL, $7 3 . 2 4 \\%$ ), indicating that BYOL requires a “warmup” period. On the other hand, W-MSE performs well from the beginning. This property is useful in those domains which require a rapid adaptation of the encoder, e.g., due to the change of the data distribution in continual learning or in reinforcement learning. ", + "bbox": [ + 173, + 770, + 825, + 924 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Tab. 2 shows the results on a larger dataset (ImageNet-100). In that table, MoCo is the contrastiveloss based method proposed in (He et al., 2019), where a momentum encoder and a large queue of negatives are used to improve the contrast of the positive pairs with respect to the other samples (see Sec. 2). $\\mathcal { L } _ { \\mathrm { a l i g n } }$ and ${ \\mathcal { L } } _ { \\mathrm { u n i f o r m } }$ are the two losses proposed in (Wang & Isola, 2020) (Sec. 2). Note that, while W-MSE (2 and 4) in Tab. 2 refer to our method with a ResNet-18 encoder, the other results are reported from (Wang & Isola, 2020), where a much larger-capacity network (i.e., a ResNet-50) is used as the encoder. Despite this large difference in the encoder capacity, both versions of W-MSE significantly outperform the other two compared methods in this dataset. ", + "bbox": [ + 173, + 103, + 825, + 215 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "4.2 TRAINING TIME COMPLEXITY ", + "text_level": 1, + "bbox": [ + 176, + 232, + 419, + 246 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Following (Siarohin et al., 2019), the complexity of the whitening transform is $O ( k ^ { 3 } + M k ^ { 2 } )$ , where $k$ is the embedding dimension and $M$ is the size of the sub-batch used in the batch slicing process. Since $k < M$ (see Sec. 3), the whitening transform is $O ( M k ^ { 2 } )$ , which is basically equivalent to the forward pass of $M$ activations in a fully-connected layer connecting two layers of $k$ neurons each. In fact, the training time is dominated by other architectural choices which are usually more computationally demanding than the loss computation. For instance, BYOL (Grill et al., 2020) needs 4 forward passes through 2 networks for each pair of positives. Hence, to evaluate the wallclock time, we measure the time spent for one mini-batch iteration by all the methods compared in Tab. 1. We use the STL-10 dataset, a ResNet-18 encoder and a server with one Nvidia Titan $\\mathrm { X p }$ GPU. Time of one iteration: Contrastive - 459ms, BYOL - 602ms, W-MSE 2 - 478ms, W-MSE 4 - $4 9 3 \\mathrm { m s }$ . The $1 9 \\mathrm { m s }$ difference between Contrastive and W-MSE 2 is due to the whitening transform. Since the factual time is mostly related to the sample forward and backward passes, the $d ( d - 1 )$ positive comparisons in equation 6 do not significantly increase the wall-clock time of W-MSE 4 with respect to W-MSE 2. ", + "bbox": [ + 173, + 258, + 825, + 452 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "4.3 CONTRASTIVE LOSS WITH WHITENING ", + "text_level": 1, + "bbox": [ + 176, + 470, + 482, + 484 + ], + "page_idx": 8 + }, + { + "type": "table", + "img_path": "images/24450ef1a580db46f30fd514a144d0633fe1025690c2dcc174a01f7f67b8453b.jpg", + "table_caption": [ + "Table 3: Accuracy of the whitened contrastive loss on CIFAR-10 trained for 200 epochs. " + ], + "table_footnote": [], + "table_body": "
Methodlinear5-nn
Contrastive89.6686.55
Contrastive with Whiteningdiverged
Contrastive,unnormalized features79.4876.60
Contrastive with Whitening,unnormalized features77.3974.14
", + "bbox": [ + 263, + 518, + 735, + 598 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "In this section, we analyse the effect of the whitening transform in combination with the contrastive loss. Tab. 3 shows the results. The first row refers to the standard contrastive loss. Note that the difference with respect to Tab.1 is due to the use of only 200 training epochs. The second row refers to equation 2, where the features $\\mathbf { \\rho } ( \\mathbf { z } )$ are computed using equation 7 and then $L _ { 2 }$ normalized, while in the last two rows, $\\mathbf { z }$ is not normalized. If the features are whitened and then normalized, we observed an unstable training, with divergence after a few epochs. The unnormalized version with whitening converged, but its accuracy is worse than the standard contrastive loss (both normalized and unnormalized). This experiments show that whitening itself does not improve the performance, but it only allows to satisfy the constraint 4. ", + "bbox": [ + 173, + 621, + 825, + 746 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "5 CONCLUSION ", + "text_level": 1, + "bbox": [ + 176, + 767, + 318, + 782 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "In this paper, we have proposed a new self-supervised representation learning loss, W-MSE, which is alternative to common loss functions used in the field. Differently from the triplet loss and the contrastive loss, both of which are based on comparing an instance-level similarity against other samples, W-MSE computes only the intra-positive distances, while using a whitening transform to avoid degenerate solutions. Despite W-MSE is very simple, its classification accuracy is comparable with state-of-the-art methods, achieving results significantly higher than MoCo, which requires an additional momentum encoder and a large queue of past samples. W-MSE is also comparable with BYOL, which needs an additional target network and a specific training protocol. We believe that the use of whitening to avoid collapsing effects can inspire other self-supervised methods. ", + "bbox": [ + 174, + 797, + 825, + 924 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "REFERENCES ", + "text_level": 1, + "bbox": [ + 174, + 103, + 287, + 118 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Philip Bachman, R. Devon Hjelm, and William Buchwalter. Learning representations by maximizing mutual information across views. In NeurIPS, 2019. ", + "bbox": [ + 176, + 126, + 821, + 155 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Mathilde Caron, Ishan Misra, Julien Mairal, Priya Goyal, Piotr Bojanowski, and Armand Joulin. Unsupervised learning of visual features by contrasting cluster assignments, 2020. ", + "bbox": [ + 176, + 161, + 821, + 191 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Ting Chen, Simon Kornblith, Mohammad Norouzi, and Geoffrey Hinton. A simple framework for contrastive learning of visual representations, 2020. ", + "bbox": [ + 174, + 199, + 821, + 228 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Adam Coates, Andrew Y. Ng, and Honglak Lee. An analysis of single-layer networks in unsupervised feature learning. In AISTATS, 2011. ", + "bbox": [ + 174, + 236, + 821, + 266 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Dariusz Dereniowski and Kubale Marek. Cholesky factorization of matrices in parallel and ranking of graphs. In 5th Int. Conference on Parallel Processing and Applied Mathematics, 2004. ", + "bbox": [ + 176, + 273, + 823, + 304 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. BERT: Pre-training of deep bidirectional transformers for language understanding. In NAACL,, 2019. ", + "bbox": [ + 176, + 310, + 823, + 340 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Jeff Donahue and Karen Simonyan. Large scale adversarial representation learning. In NeurIPS, 2019. ", + "bbox": [ + 176, + 347, + 823, + 377 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Jeff Donahue, Philipp Krahenb ¨ uhl, and Trevor Darrell. Adversarial feature learning. In ¨ ICLR, 2017. ", + "bbox": [ + 173, + 385, + 821, + 400 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Debidatta Dwibedi, Yusuf Aytar, Jonathan Tompson, Pierre Sermanet, and Andrew Zisserman. Temporal cycle-consistency learning. In CVPR, 2019. ", + "bbox": [ + 174, + 409, + 820, + 438 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Bradley Efron. The jackknife, the bootstrap, and other resampling plans, volume 38. Siam, 1982. ", + "bbox": [ + 171, + 445, + 810, + 462 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Abe Fetterman and Josh Albrecht. Understanding self-supervised and contrastive learning with bootstrap your own latent (BYOL). https://untitled-ai.github.io/understanding-self-supervisedcontrastive-learning.html, 2020. ", + "bbox": [ + 176, + 468, + 820, + 511 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Jean-Bastien Grill, Florian Strub, Florent Altche, Corentin Tallec, Pierre H. Richemond, Elena ´ Buchatskaya, Carl Doersch, Bernardo Avila Pires, Zhaohan Daniel Guo, Mohammad Gheshlaghi Azar, Bilal Piot, Koray Kavukcuoglu, Remi Munos, and Michal Valko. Bootstrap your own ´ latent: A new approach to self-supervised learning, 2020. ", + "bbox": [ + 173, + 518, + 823, + 577 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Michael Gutmann and Aapo Hyvarinen. Noise-contrastive estimation: A new estimation principle ¨ for unnormalized statistical models. In Proceedings of the Thirteenth International Conference on Artificial Intelligence and Statistics, 2010. ", + "bbox": [ + 174, + 584, + 823, + 627 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Raia Hadsell, Sumit Chopra, and Yann LeCun. Dimensionality reduction by learning an invariant mapping. In CVPR, 2006. ", + "bbox": [ + 173, + 635, + 823, + 665 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. In CVPR, pp. 770–778, 2016. ", + "bbox": [ + 173, + 671, + 821, + 702 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Kaiming He, Haoqi Fan, Yuxin Wu, Saining Xie, and Ross Girshick. Momentum contrast for unsupervised visual representation learning. arXiv:1911.05722, 2019. ", + "bbox": [ + 174, + 709, + 823, + 738 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Olivier J. Henaff, Ali Razavi, Carl Doersch, S. M. Ali Eslami, and A ´ aron van den Oord. Data- ¨ efficient image recognition with contrastive predictive coding. arXiv:1905.09272, 2019. ", + "bbox": [ + 171, + 746, + 821, + 776 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Alexander Hermans, Lucas Beyer, and Bastian Leibe. In defense of the triplet loss for person reidentification. arXiv:1703.07737, 2017. ", + "bbox": [ + 173, + 784, + 820, + 814 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "R. Devon Hjelm, Alex Fedorov, Samuel Lavoie-Marchildon, Karan Grewal, Philip Bachman, Adam Trischler, and Yoshua Bengio. Learning deep representations by mutual information estimation and maximization. In ICLR, 2019. ", + "bbox": [ + 176, + 820, + 821, + 864 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Lei Huang, Dawei Yang, Bo Lang, and Jia Deng. Decorrelated batch normalization. In CVPR, 2018. ", + "bbox": [ + 173, + 872, + 820, + 887 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Sergey Ioffe and Christian Szegedy. Batch normalization: Accelerating deep network training by reducing internal covariate shift. In ICML, 2015. ", + "bbox": [ + 173, + 895, + 823, + 924 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Xu Ji, Joao F. Henriques, and Andrea Vedaldi. Invariant information clustering for unsupervised ˜ image classification and segmentation. In ICCV, 2019. ", + "bbox": [ + 171, + 103, + 825, + 132 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Diederik P. Kingma and Jimmy Ba. Adam: A method for stochastic optimization, 2014. ", + "bbox": [ + 173, + 140, + 753, + 156 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Alex Krizhevsky and Geoffrey Hinton. Learning multiple layers of features from tiny images. Technical Report, 2009. ", + "bbox": [ + 173, + 165, + 823, + 194 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Ya Le and Xuan Yang. Tiny imagenet visual recognition challenge. 2015. ", + "bbox": [ + 174, + 202, + 658, + 218 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Tomas Mikolov, Kai Chen, Greg Corrado, and Jeffrey Dean. Efficient estimation of word representations in vector space. arXiv:1301.3781, 2013a. ", + "bbox": [ + 173, + 226, + 823, + 256 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Tomas Mikolov, Ilya Sutskever, Kai Chen, Gregory S. Corrado, and Jeffrey Dean. Distributed representations of words and phrases and their compositionality. In NIPS, 2013b. ", + "bbox": [ + 171, + 263, + 825, + 294 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Ishan Misra and Laurens van der Maaten. Self-supervised learning of pretext-invariant representations. arXiv:1912.01991, 2019. ", + "bbox": [ + 171, + 301, + 823, + 332 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Ishan Misra, C. Lawrence Zitnick, and Martial Hebert. Shuffle and learn: Unsupervised learning using temporal order verification. In ECCV, 2016. ", + "bbox": [ + 171, + 339, + 823, + 369 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Mehdi Noroozi and Paolo Favaro. Unsupervised learning of visual representations by solving jigsaw puzzles. In ECCV, 2016. ", + "bbox": [ + 171, + 377, + 823, + 406 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Deepak Pathak, Philipp Krahenb ¨ uhl, Jeff Donahue, Trevor Darrell, and Alexei A. Efros. Context ¨ encoders: Feature learning by inpainting. CVPR, 2016. ", + "bbox": [ + 171, + 415, + 823, + 445 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Mirco Ravanelli and Yoshua Bengio. Learning speaker representations with mutual information. arXiv:1812.00271, 2018. ", + "bbox": [ + 171, + 452, + 823, + 482 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Florian Schroff, Dmitry Kalenichenko, and James Philbin. FaceNet: A unified embedding for face recognition and clustering. In CVPR, 2015. ", + "bbox": [ + 173, + 489, + 823, + 520 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Aliaksandr Siarohin, Enver Sangineto, and Nicu Sebe. Whitening and coloring transform for GANs. In International Conference on Learning Representations, 2019. ", + "bbox": [ + 171, + 527, + 823, + 558 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Kihyuk Sohn. Improved deep metric learning with multi-class n-pair loss objective. In NIPS, 2016. ", + "bbox": [ + 173, + 565, + 823, + 582 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Yuandong Tian, Lantao Yu, Xinlei Chen, and Surya Ganguli. Understanding self-supervised learning with dual deep networks. arXiv:2010.00578, 2020. ", + "bbox": [ + 173, + 589, + 823, + 619 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Michael Tschannen, Josip Djolonga, Paul K. Rubenstein, Sylvain Gelly, and Mario Lucic. On mutual information maximization for representation learning. arXiv:1907.13625, 2019. ", + "bbox": [ + 171, + 627, + 825, + 657 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Aaron van den Oord, Yazhe Li, and Oriol Vinyals. Representation learning with contrastive predic- ¨ tive coding. arXiv:1807.03748, 2018. ", + "bbox": [ + 171, + 665, + 823, + 695 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Pascal Vincent, Hugo Larochelle, Yoshua Bengio, and Pierre-Antoine Manzagol. Extracting and composing robust features with denoising autoencoders. In ICML, 2008. ", + "bbox": [ + 171, + 703, + 823, + 733 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Tongzhou Wang and Phillip Isola. Understanding contrastive representation learning through alignment and uniformity on the hypersphere. In International Conference on Machine Learning, 2020. ", + "bbox": [ + 176, + 741, + 823, + 784 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Xiaolong Wang and Abhinav Gupta. Unsupervised learning of visual representations using videos. In ICCV, 2015. ", + "bbox": [ + 173, + 792, + 821, + 821 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Zhirong Wu, Yuanjun Xiong, Stella Yu, and Dahua Lin. Unsupervised feature learning via nonparametric instance-level discrimination. arXiv:1805.01978, 2018. ", + "bbox": [ + 173, + 830, + 821, + 859 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "A TRAINING DYNAMICS ", + "text_level": 1, + "bbox": [ + 176, + 102, + 393, + 118 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Fig. 4 and 5 show the training dynamics for each of the considered losses. Charts are smoothed with a 0.3 moving average for readability (curves before smoothing are shown semi-transparent). ", + "bbox": [ + 173, + 132, + 823, + 162 + ], + "page_idx": 11 + }, + { + "type": "image", + "img_path": "images/4da7361dea4e214120a4f83ad835fe56daaf9d4478d45e9de5e947e5f9e43203.jpg", + "image_caption": [ + "Figure 4: Training dynamics on STL-10 dataset for linear classifier " + ], + "image_footnote": [], + "bbox": [ + 174, + 172, + 825, + 443 + ], + "page_idx": 11 + }, + { + "type": "image", + "img_path": "images/56fa92474a274079c986ab314b71342c7622615ad0b973ce49ef164a7fafb890.jpg", + "image_caption": [ + "Figure 5: Training dynamics on STL-10 dataset for 5-nn classifier " + ], + "image_footnote": [], + "bbox": [ + 171, + 486, + 825, + 756 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "B CHOLESKY WHITENING AND BACKPROGATION ", + "text_level": 1, + "bbox": [ + 173, + 808, + 602, + 825 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "We compute $W _ { V }$ (equation 8) following (Siarohin et al., 2019) and using the Cholesky decomposition. The Cholesky decomposition is based on the factorisation of the covariance symmetric matrix using two triangular matrices: $\\Sigma _ { V } = L L ^ { \\top }$ , where $L$ is a lower triangular matrix. Once we get $L$ , we compute the inverse of $L$ , and we get: $W _ { V } = L ^ { - 1 }$ . Note that Cholesky decomposition is fully diferentiable and it is implemented in all of the major frameworks, such as PyTorch and TensorFlow. However, for the sake of completeness, we provide below the gradient computation. ", + "bbox": [ + 173, + 839, + 825, + 924 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "B.1 GRADIENT COMPUTATION ", + "text_level": 1, + "bbox": [ + 174, + 103, + 400, + 118 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "We provide here the equations for whitening differentiation. Let $Z$ be the whitened version of the batch $V$ , i.e., $Z = W _ { V } ( V - \\mu _ { V } )$ (equation 7). The gradient $\\textstyle { \\frac { \\partial L } { \\partial V } }$ can be computed by: ", + "bbox": [ + 173, + 128, + 825, + 160 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/5f8afbf803ce533b2085950e8fc825a17961bb95879b919e2858de7c02590e52.jpg", + "text": "$$\n\\frac { \\partial L } { \\partial V } = \\frac { 2 } { K - 1 } \\frac { \\partial L } { \\partial \\Sigma } V + W _ { V } ^ { T } \\frac { \\partial L } { \\partial Z } .\n$$", + "text_format": "latex", + "bbox": [ + 390, + 165, + 606, + 198 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "where the partial derivative $\\frac { \\partial L } { \\partial Z }$ is backpropogated, while $\\frac { \\partial L } { \\partial \\Sigma }$ is computed as follows: ", + "bbox": [ + 176, + 204, + 730, + 223 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/396a3a4f79da4a846dbd53d39f2f92b43e589b26bf62cbd064a76c987d233181.jpg", + "text": "$$\n\\frac { \\partial L } { \\partial \\Sigma } = - \\frac { 1 } { 2 } W _ { V } ^ { T } \\left( P \\circ \\frac { \\partial L } { \\partial W _ { V } } W _ { V } ^ { T } + \\left( P \\circ \\frac { \\partial L } { \\partial W _ { V } } W _ { V } ^ { T } \\right) ^ { T } \\right) W _ { V }\n$$", + "text_format": "latex", + "bbox": [ + 294, + 228, + 702, + 271 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "In equation $1 0 , \\circ$ is Hadamard product, while $\\frac { \\partial L } { \\partial W _ { V } }$ is: ", + "bbox": [ + 171, + 277, + 529, + 295 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/b2a29065731ec551647dad9f989db50e2a861620b48bdc48639cd097aaab9a52.jpg", + "text": "$$\n\\frac { \\partial \\cal { L } } { \\partial W _ { V } } = \\frac { \\partial \\cal { L } } { \\partial Z } V ^ { T } ,\n$$", + "text_format": "latex", + "bbox": [ + 439, + 303, + 558, + 335 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "and $P$ is: ", + "bbox": [ + 173, + 348, + 236, + 363 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/c6627970627ab3dadeb9de587b6a9b5acb93e9d0da11acf7afb72420247c5833.jpg", + "text": "$$\nP = \\left( { \\begin{array} { l l l l } { { \\frac { 1 } { 2 } } } & { 0 } & { \\cdots } & { 0 } \\\\ { 1 } & { { \\frac { 1 } { 2 } } } & { \\ddots } & { 0 } \\\\ { 1 } & { \\ddots } & { \\ddots } & { 0 } \\\\ { 1 } & { \\cdots } & { 1 } & { { \\frac { 1 } { 2 } } } \\end{array} } \\right) .\n$$", + "text_format": "latex", + "bbox": [ + 403, + 358, + 593, + 440 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "C EUCLIDEAN DISTANCE ", + "text_level": 1, + "bbox": [ + 174, + 455, + 398, + 472 + ], + "page_idx": 12 + }, + { + "type": "table", + "img_path": "images/f9df48ccc18f58650e27cceff16f26e86a16c5551f19c79b3da719364ec4566e.jpg", + "table_caption": [ + "Table 4: Classification accuracy (top 1) using the Euclidean distance (unnormalized embeddings) on STL-10. " + ], + "table_footnote": [], + "table_body": "
Method linear5-nn
Contrastive78.0071.07
BYOL80.8374.94
W-MSE 289.9185.56
W-MSE 490.4087.09
", + "bbox": [ + 393, + 523, + 604, + 619 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "The cosine similarity is a crucial component in most of the current self-supervised learning approaches. This is usually implemented with an $L _ { 2 }$ normalization of the latent representations, which corresponds to projecting the features on the surface of the unit hypersphere. However, in our WMSE, the whitening transform projects the representation onto a spherical distribution (intuitively, we can say on the whole unit hypersphere). Preserving the module of the features before the $L _ { 2 }$ normalization may be useful in some applications, e.g., clustering the features after the projection head using a Gaussian mixture model. Tab. 4 shows an experiment on the STL-10 dataset where we use unnormalized embeddings for all the methods (and $\\tau = 1$ for the contrastive loss). Comparing Tab. 4 with Tab. 1, the accuracy decrease of W-MSE is significantly smaller than the other methods. ", + "bbox": [ + 173, + 642, + 825, + 768 + ], + "page_idx": 12 + } +] \ No newline at end of file diff --git a/parse/train/3Wp8HM2CNdR/3Wp8HM2CNdR_middle.json b/parse/train/3Wp8HM2CNdR/3Wp8HM2CNdR_middle.json new file mode 100644 index 0000000000000000000000000000000000000000..35b9218f6ae373fc8f741af96eda71a41b8147e5 --- /dev/null +++ b/parse/train/3Wp8HM2CNdR/3Wp8HM2CNdR_middle.json @@ -0,0 +1,37122 @@ +{ + "pdf_info": [ + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 79, + 372, + 116 + ], + "lines": [ + { + "bbox": [ + 106, + 78, + 373, + 97 + ], + "spans": [ + { + "bbox": [ + 106, + 78, + 373, + 97 + ], + "score": 1.0, + "content": "WHITENING FOR SELF-SUPERVISED", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 99, + 324, + 116 + ], + "spans": [ + { + "bbox": [ + 106, + 99, + 324, + 116 + ], + "score": 1.0, + "content": "REPRESENTATION LEARNING", + "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, + 185, + 336, + 201 + ], + "spans": [ + { + "bbox": [ + 276, + 185, + 336, + 201 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 143, + 210, + 468, + 385 + ], + "lines": [ + { + "bbox": [ + 142, + 210, + 469, + 222 + ], + "spans": [ + { + "bbox": [ + 142, + 210, + 469, + 222 + ], + "score": 1.0, + "content": "Most of the self-supervised representation learning methods are based on the con-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 221, + 469, + 232 + ], + "spans": [ + { + "bbox": [ + 141, + 221, + 469, + 232 + ], + "score": 1.0, + "content": "trastive loss and the instance-discrimination task, where augmented versions of", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 232, + 470, + 245 + ], + "spans": [ + { + "bbox": [ + 141, + 232, + 470, + 245 + ], + "score": 1.0, + "content": "the same image instance (“positives”) are contrasted with instances extracted from", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 142, + 243, + 469, + 255 + ], + "spans": [ + { + "bbox": [ + 142, + 243, + 469, + 255 + ], + "score": 1.0, + "content": "other images (“negatives”). For the learning to be effective, a lot of negatives", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 254, + 469, + 267 + ], + "spans": [ + { + "bbox": [ + 141, + 254, + 469, + 267 + ], + "score": 1.0, + "content": "should be compared with a positive pair, which is computationally demanding.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 264, + 470, + 277 + ], + "spans": [ + { + "bbox": [ + 141, + 264, + 470, + 277 + ], + "score": 1.0, + "content": "In this paper, we propose a different direction and a new loss function for self-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 141, + 276, + 469, + 287 + ], + "spans": [ + { + "bbox": [ + 141, + 276, + 469, + 287 + ], + "score": 1.0, + "content": "supervised representation learning which is based on the whitening of the latent-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 141, + 287, + 470, + 299 + ], + "spans": [ + { + "bbox": [ + 141, + 287, + 470, + 299 + ], + "score": 1.0, + "content": "space features. The whitening operation has a “scattering” effect on the batch", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 298, + 470, + 309 + ], + "spans": [ + { + "bbox": [ + 141, + 298, + 470, + 309 + ], + "score": 1.0, + "content": "samples, which compensates the use of negatives, avoiding degenerate solutions", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 141, + 308, + 470, + 322 + ], + "spans": [ + { + "bbox": [ + 141, + 308, + 470, + 322 + ], + "score": 1.0, + "content": "where all the sample representations collapse to a single point. Our Whitening", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 140, + 319, + 470, + 333 + ], + "spans": [ + { + "bbox": [ + 140, + 319, + 470, + 333 + ], + "score": 1.0, + "content": "MSE (W-MSE) loss does not require special heuristics (e.g. additional networks)", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 331, + 469, + 343 + ], + "spans": [ + { + "bbox": [ + 141, + 331, + 469, + 343 + ], + "score": 1.0, + "content": "and it is conceptually simple. Since negatives are not needed, we can extract mul-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 141, + 342, + 469, + 353 + ], + "spans": [ + { + "bbox": [ + 141, + 342, + 469, + 353 + ], + "score": 1.0, + "content": "tiple positive pairs from the same image instance. We empirically show that W-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 141, + 352, + 469, + 365 + ], + "spans": [ + { + "bbox": [ + 141, + 352, + 469, + 365 + ], + "score": 1.0, + "content": "MSE is competitive with respect to popular, more complex self-supervised meth-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 142, + 364, + 469, + 375 + ], + "spans": [ + { + "bbox": [ + 142, + 364, + 469, + 375 + ], + "score": 1.0, + "content": "ods. The source code of the method and all the experiments is included in the", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 141, + 375, + 244, + 386 + ], + "spans": [ + { + "bbox": [ + 141, + 375, + 244, + 386 + ], + "score": 1.0, + "content": "Supplementary Material.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 12.5 + }, + { + "type": "title", + "bbox": [ + 108, + 405, + 206, + 417 + ], + "lines": [ + { + "bbox": [ + 105, + 403, + 208, + 421 + ], + "spans": [ + { + "bbox": [ + 105, + 403, + 208, + 421 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 106, + 429, + 505, + 638 + ], + "lines": [ + { + "bbox": [ + 106, + 429, + 505, + 442 + ], + "spans": [ + { + "bbox": [ + 106, + 429, + 505, + 442 + ], + "score": 1.0, + "content": "One of the current main bottlenecks in deep network training is the dependence on large annotated", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 441, + 505, + 453 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 505, + 453 + ], + "score": 1.0, + "content": "training datasets, and this motivates the recent surge of interest in unsupervised methods. Specif-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 451, + 506, + 464 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 506, + 464 + ], + "score": 1.0, + "content": "ically, in self-supervised representation learning, a network is (pre-)trained without any form of", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 104, + 461, + 506, + 477 + ], + "spans": [ + { + "bbox": [ + 104, + 461, + 506, + 477 + ], + "score": 1.0, + "content": "manual annotation, thus providing a means to extract information from unlabeled-data sources (e.g.,", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 473, + 506, + 487 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 506, + 487 + ], + "score": 1.0, + "content": "text corpora, videos, images from the Internet, etc.). In self-supervision, label information is re-", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 484, + 506, + 498 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 506, + 498 + ], + "score": 1.0, + "content": "placed by a prediction problem using some form of context or using a pretext task. Pioneering work", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 495, + 506, + 508 + ], + "spans": [ + { + "bbox": [ + 105, + 495, + 506, + 508 + ], + "score": 1.0, + "content": "in this direction was done in Natural Language Processing (NLP), in which the co-occurrence of", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 506, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 506, + 505, + 519 + ], + "score": 1.0, + "content": "words in a sentence is used to learn a language model (Mikolov et al., 2013a;b; Devlin et al., 2019).", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 104, + 516, + 506, + 531 + ], + "spans": [ + { + "bbox": [ + 104, + 516, + 506, + 531 + ], + "score": 1.0, + "content": "In Computer Vision, typical contexts or pretext tasks are based on: (1) the temporal consistency", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 529, + 506, + 540 + ], + "spans": [ + { + "bbox": [ + 106, + 529, + 506, + 540 + ], + "score": 1.0, + "content": "in videos (Wang & Gupta, 2015; Misra et al., 2016; Dwibedi et al., 2019), (2) the spatial order of", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 539, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 539, + 505, + 552 + ], + "score": 1.0, + "content": "patches in still images (Noroozi & Favaro, 2016; Misra & van der Maaten, 2019; Henaff et al., 2019) ´", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 550, + 505, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 505, + 563 + ], + "score": 1.0, + "content": "or (3) simple image transformation techniques (Ji et al., 2019; He et al., 2019; Wu et al., 2018). The", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 560, + 505, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 505, + 574 + ], + "score": 1.0, + "content": "intuitive idea behind most of these methods is to collect pairs of positive and negative samples: two", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 572, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 505, + 585 + ], + "score": 1.0, + "content": "positive samples should share the same semantics, while negatives should be perceptually different.", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 583, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 505, + 595 + ], + "score": 1.0, + "content": "A triplet loss (Sohn, 2016; Schroff et al., 2015; Hermans et al., 2017; Wang & Gupta, 2015; Misra", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 594, + 505, + 607 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 505, + 607 + ], + "score": 1.0, + "content": "et al., 2016) can then be used to learn a metric space which should represent the human perceptual", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 604, + 506, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 506, + 618 + ], + "score": 1.0, + "content": "similarity. However, most of the recent studies use a contrastive loss (Hadsell et al., 2006) or one", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 616, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 505, + 628 + ], + "score": 1.0, + "content": "of its variants (Gutmann & Hyvarinen, 2010; van den Oord et al., 2018; Hjelm et al., 2019), while ¨", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 627, + 466, + 639 + ], + "spans": [ + { + "bbox": [ + 106, + 627, + 466, + 639 + ], + "score": 1.0, + "content": "Tschannen et al. (2019) show the relation between the triplet loss and the contrastive loss.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 107, + 643, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 644, + 505, + 656 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 505, + 656 + ], + "score": 1.0, + "content": "It is worth noticing that the success of both kinds of losses is strongly affected by the number and", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 655, + 506, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 506, + 667 + ], + "score": 1.0, + "content": "the quality of the negative samples. For instance, in the case of the triplet loss, a common practice", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "is to select hard/semi-hard negatives (Schroff et al., 2015; Hermans et al., 2017). On the other hand,", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 677, + 506, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 506, + 689 + ], + "score": 1.0, + "content": "Hjelm et al. (2019) have shown that the contrastive loss needs a large number of negatives to be", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 687, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 701 + ], + "score": 1.0, + "content": "competitive. This implies using batches with a large size, which is computationally demanding,", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 699, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 712 + ], + "score": 1.0, + "content": "especially with high-resolution images. In order to alleviate this problem, Wu et al. (2018) use a", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "memory bank of negatives, which is composed of feature-vector representations of all the training", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 721, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 506, + 733 + ], + "score": 1.0, + "content": "samples. He et al. (2019) conjecture that the use of large and fixed-representation vocabularies is", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 44.5 + } + ], + "page_idx": 0, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 307, + 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 2021", + "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, + 79, + 372, + 116 + ], + "lines": [ + { + "bbox": [ + 106, + 78, + 373, + 97 + ], + "spans": [ + { + "bbox": [ + 106, + 78, + 373, + 97 + ], + "score": 1.0, + "content": "WHITENING FOR SELF-SUPERVISED", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 99, + 324, + 116 + ], + "spans": [ + { + "bbox": [ + 106, + 99, + 324, + 116 + ], + "score": 1.0, + "content": "REPRESENTATION LEARNING", + "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, + 185, + 336, + 201 + ], + "spans": [ + { + "bbox": [ + 276, + 185, + 336, + 201 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 143, + 210, + 468, + 385 + ], + "lines": [ + { + "bbox": [ + 142, + 210, + 469, + 222 + ], + "spans": [ + { + "bbox": [ + 142, + 210, + 469, + 222 + ], + "score": 1.0, + "content": "Most of the self-supervised representation learning methods are based on the con-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 221, + 469, + 232 + ], + "spans": [ + { + "bbox": [ + 141, + 221, + 469, + 232 + ], + "score": 1.0, + "content": "trastive loss and the instance-discrimination task, where augmented versions of", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 232, + 470, + 245 + ], + "spans": [ + { + "bbox": [ + 141, + 232, + 470, + 245 + ], + "score": 1.0, + "content": "the same image instance (“positives”) are contrasted with instances extracted from", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 142, + 243, + 469, + 255 + ], + "spans": [ + { + "bbox": [ + 142, + 243, + 469, + 255 + ], + "score": 1.0, + "content": "other images (“negatives”). For the learning to be effective, a lot of negatives", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 254, + 469, + 267 + ], + "spans": [ + { + "bbox": [ + 141, + 254, + 469, + 267 + ], + "score": 1.0, + "content": "should be compared with a positive pair, which is computationally demanding.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 264, + 470, + 277 + ], + "spans": [ + { + "bbox": [ + 141, + 264, + 470, + 277 + ], + "score": 1.0, + "content": "In this paper, we propose a different direction and a new loss function for self-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 141, + 276, + 469, + 287 + ], + "spans": [ + { + "bbox": [ + 141, + 276, + 469, + 287 + ], + "score": 1.0, + "content": "supervised representation learning which is based on the whitening of the latent-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 141, + 287, + 470, + 299 + ], + "spans": [ + { + "bbox": [ + 141, + 287, + 470, + 299 + ], + "score": 1.0, + "content": "space features. The whitening operation has a “scattering” effect on the batch", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 298, + 470, + 309 + ], + "spans": [ + { + "bbox": [ + 141, + 298, + 470, + 309 + ], + "score": 1.0, + "content": "samples, which compensates the use of negatives, avoiding degenerate solutions", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 141, + 308, + 470, + 322 + ], + "spans": [ + { + "bbox": [ + 141, + 308, + 470, + 322 + ], + "score": 1.0, + "content": "where all the sample representations collapse to a single point. Our Whitening", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 140, + 319, + 470, + 333 + ], + "spans": [ + { + "bbox": [ + 140, + 319, + 470, + 333 + ], + "score": 1.0, + "content": "MSE (W-MSE) loss does not require special heuristics (e.g. additional networks)", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 331, + 469, + 343 + ], + "spans": [ + { + "bbox": [ + 141, + 331, + 469, + 343 + ], + "score": 1.0, + "content": "and it is conceptually simple. Since negatives are not needed, we can extract mul-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 141, + 342, + 469, + 353 + ], + "spans": [ + { + "bbox": [ + 141, + 342, + 469, + 353 + ], + "score": 1.0, + "content": "tiple positive pairs from the same image instance. We empirically show that W-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 141, + 352, + 469, + 365 + ], + "spans": [ + { + "bbox": [ + 141, + 352, + 469, + 365 + ], + "score": 1.0, + "content": "MSE is competitive with respect to popular, more complex self-supervised meth-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 142, + 364, + 469, + 375 + ], + "spans": [ + { + "bbox": [ + 142, + 364, + 469, + 375 + ], + "score": 1.0, + "content": "ods. The source code of the method and all the experiments is included in the", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 141, + 375, + 244, + 386 + ], + "spans": [ + { + "bbox": [ + 141, + 375, + 244, + 386 + ], + "score": 1.0, + "content": "Supplementary Material.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 12.5, + "bbox_fs": [ + 140, + 210, + 470, + 386 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 405, + 206, + 417 + ], + "lines": [ + { + "bbox": [ + 105, + 403, + 208, + 421 + ], + "spans": [ + { + "bbox": [ + 105, + 403, + 208, + 421 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 106, + 429, + 505, + 638 + ], + "lines": [ + { + "bbox": [ + 106, + 429, + 505, + 442 + ], + "spans": [ + { + "bbox": [ + 106, + 429, + 505, + 442 + ], + "score": 1.0, + "content": "One of the current main bottlenecks in deep network training is the dependence on large annotated", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 441, + 505, + 453 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 505, + 453 + ], + "score": 1.0, + "content": "training datasets, and this motivates the recent surge of interest in unsupervised methods. Specif-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 451, + 506, + 464 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 506, + 464 + ], + "score": 1.0, + "content": "ically, in self-supervised representation learning, a network is (pre-)trained without any form of", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 104, + 461, + 506, + 477 + ], + "spans": [ + { + "bbox": [ + 104, + 461, + 506, + 477 + ], + "score": 1.0, + "content": "manual annotation, thus providing a means to extract information from unlabeled-data sources (e.g.,", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 473, + 506, + 487 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 506, + 487 + ], + "score": 1.0, + "content": "text corpora, videos, images from the Internet, etc.). In self-supervision, label information is re-", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 484, + 506, + 498 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 506, + 498 + ], + "score": 1.0, + "content": "placed by a prediction problem using some form of context or using a pretext task. Pioneering work", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 495, + 506, + 508 + ], + "spans": [ + { + "bbox": [ + 105, + 495, + 506, + 508 + ], + "score": 1.0, + "content": "in this direction was done in Natural Language Processing (NLP), in which the co-occurrence of", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 506, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 506, + 505, + 519 + ], + "score": 1.0, + "content": "words in a sentence is used to learn a language model (Mikolov et al., 2013a;b; Devlin et al., 2019).", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 104, + 516, + 506, + 531 + ], + "spans": [ + { + "bbox": [ + 104, + 516, + 506, + 531 + ], + "score": 1.0, + "content": "In Computer Vision, typical contexts or pretext tasks are based on: (1) the temporal consistency", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 529, + 506, + 540 + ], + "spans": [ + { + "bbox": [ + 106, + 529, + 506, + 540 + ], + "score": 1.0, + "content": "in videos (Wang & Gupta, 2015; Misra et al., 2016; Dwibedi et al., 2019), (2) the spatial order of", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 539, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 539, + 505, + 552 + ], + "score": 1.0, + "content": "patches in still images (Noroozi & Favaro, 2016; Misra & van der Maaten, 2019; Henaff et al., 2019) ´", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 550, + 505, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 505, + 563 + ], + "score": 1.0, + "content": "or (3) simple image transformation techniques (Ji et al., 2019; He et al., 2019; Wu et al., 2018). The", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 560, + 505, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 505, + 574 + ], + "score": 1.0, + "content": "intuitive idea behind most of these methods is to collect pairs of positive and negative samples: two", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 572, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 505, + 585 + ], + "score": 1.0, + "content": "positive samples should share the same semantics, while negatives should be perceptually different.", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 583, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 505, + 595 + ], + "score": 1.0, + "content": "A triplet loss (Sohn, 2016; Schroff et al., 2015; Hermans et al., 2017; Wang & Gupta, 2015; Misra", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 594, + 505, + 607 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 505, + 607 + ], + "score": 1.0, + "content": "et al., 2016) can then be used to learn a metric space which should represent the human perceptual", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 604, + 506, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 506, + 618 + ], + "score": 1.0, + "content": "similarity. However, most of the recent studies use a contrastive loss (Hadsell et al., 2006) or one", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 616, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 505, + 628 + ], + "score": 1.0, + "content": "of its variants (Gutmann & Hyvarinen, 2010; van den Oord et al., 2018; Hjelm et al., 2019), while ¨", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 627, + 466, + 639 + ], + "spans": [ + { + "bbox": [ + 106, + 627, + 466, + 639 + ], + "score": 1.0, + "content": "Tschannen et al. (2019) show the relation between the triplet loss and the contrastive loss.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 31, + "bbox_fs": [ + 104, + 429, + 506, + 639 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 643, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 644, + 505, + 656 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 505, + 656 + ], + "score": 1.0, + "content": "It is worth noticing that the success of both kinds of losses is strongly affected by the number and", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 655, + 506, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 506, + 667 + ], + "score": 1.0, + "content": "the quality of the negative samples. For instance, in the case of the triplet loss, a common practice", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "is to select hard/semi-hard negatives (Schroff et al., 2015; Hermans et al., 2017). On the other hand,", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 677, + 506, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 506, + 689 + ], + "score": 1.0, + "content": "Hjelm et al. (2019) have shown that the contrastive loss needs a large number of negatives to be", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 687, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 701 + ], + "score": 1.0, + "content": "competitive. This implies using batches with a large size, which is computationally demanding,", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 699, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 712 + ], + "score": 1.0, + "content": "especially with high-resolution images. In order to alleviate this problem, Wu et al. (2018) use a", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "memory bank of negatives, which is composed of feature-vector representations of all the training", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 721, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 506, + 733 + ], + "score": 1.0, + "content": "samples. He et al. (2019) conjecture that the use of large and fixed-representation vocabularies is", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 82, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 96 + ], + "score": 1.0, + "content": "one of the keys to the success of self-supervision in NLP. The solution proposed by He et al. (2019)", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "extends Wu et al. (2018) using a memory-efficient queue of the last visited negatives, together with", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 104, + 104, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 104, + 104, + 505, + 117 + ], + "score": 1.0, + "content": "a momentum encoder which preserves the intra-queue representation consistency. Chen et al. (2020)", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 506, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 506, + 128 + ], + "score": 1.0, + "content": "have performed large-scale experiments confirming that a large number of negatives (and therefore a", + "type": "text", + "cross_page": true + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 505, + 138 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 505, + 138 + ], + "score": 1.0, + "content": "large batch size) is required for the contrastive loss to be efficient. Concurrently with our work, Grill", + "type": "text", + "cross_page": true + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 506, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 506, + 150 + ], + "score": 1.0, + "content": "et al. (2020) have suggested that it is not necessary to rely on the contrastive scheme, introducing a", + "type": "text", + "cross_page": true + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 148, + 316, + 162 + ], + "spans": [ + { + "bbox": [ + 105, + 148, + 316, + 162 + ], + "score": 1.0, + "content": "high-performing alternative based on bootstrapping.", + "type": "text", + "cross_page": true + } + ], + "index": 6 + } + ], + "index": 44.5, + "bbox_fs": [ + 105, + 644, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 160 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 96 + ], + "score": 1.0, + "content": "one of the keys to the success of self-supervision in NLP. The solution proposed by He et al. (2019)", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "extends Wu et al. (2018) using a memory-efficient queue of the last visited negatives, together with", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 104, + 104, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 104, + 104, + 505, + 117 + ], + "score": 1.0, + "content": "a momentum encoder which preserves the intra-queue representation consistency. Chen et al. (2020)", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 506, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 506, + 128 + ], + "score": 1.0, + "content": "have performed large-scale experiments confirming that a large number of negatives (and therefore a", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 505, + 138 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 505, + 138 + ], + "score": 1.0, + "content": "large batch size) is required for the contrastive loss to be efficient. Concurrently with our work, Grill", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 506, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 506, + 150 + ], + "score": 1.0, + "content": "et al. (2020) have suggested that it is not necessary to rely on the contrastive scheme, introducing a", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 148, + 316, + 162 + ], + "spans": [ + { + "bbox": [ + 105, + 148, + 316, + 162 + ], + "score": 1.0, + "content": "high-performing alternative based on bootstrapping.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 107, + 165, + 505, + 275 + ], + "lines": [ + { + "bbox": [ + 105, + 164, + 505, + 179 + ], + "spans": [ + { + "bbox": [ + 105, + 164, + 505, + 179 + ], + "score": 1.0, + "content": "In this paper we propose a new self-supervised loss function which first scatters all the sample", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 176, + 505, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 176, + 505, + 189 + ], + "score": 1.0, + "content": "representations in a spherical distribution1 and then penalizes the positive pairs which are far from", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 187, + 504, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 313, + 200 + ], + "score": 1.0, + "content": "each other. In more detail, given a set of samples", + "type": "text" + }, + { + "bbox": [ + 313, + 187, + 358, + 199 + ], + "score": 0.92, + "content": "V = \\{ \\mathbf { v } _ { i } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 358, + 187, + 504, + 200 + ], + "score": 1.0, + "content": ", corresponding to the current mini-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 198, + 506, + 211 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 173, + 211 + ], + "score": 1.0, + "content": "batch of images", + "type": "text" + }, + { + "bbox": [ + 173, + 198, + 216, + 210 + ], + "score": 0.93, + "content": "B = \\{ x _ { i } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 198, + 347, + 211 + ], + "score": 1.0, + "content": ", we first project the elements of", + "type": "text" + }, + { + "bbox": [ + 348, + 199, + 357, + 208 + ], + "score": 0.8, + "content": "V", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 198, + 506, + 211 + ], + "score": 1.0, + "content": "onto a spherical distribution using a", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 208, + 505, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 208, + 400, + 222 + ], + "score": 1.0, + "content": "whitening transform (Siarohin et al., 2019). The whitened representations", + "type": "text" + }, + { + "bbox": [ + 400, + 209, + 419, + 221 + ], + "score": 0.92, + "content": "\\left\\{ \\mathbf { z } _ { i } \\right\\}", + "type": "inline_equation" + }, + { + "bbox": [ + 419, + 208, + 492, + 222 + ], + "score": 1.0, + "content": ", corresponding to", + "type": "text" + }, + { + "bbox": [ + 492, + 210, + 501, + 219 + ], + "score": 0.73, + "content": "V", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 208, + 505, + 222 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 221, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 105, + 221, + 505, + 232 + ], + "score": 1.0, + "content": "are normalized and then used to compute a Mean Squared Error (MSE) loss which accumulates the", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 230, + 505, + 243 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 287, + 243 + ], + "score": 1.0, + "content": "error taking into account only positive pairs", + "type": "text" + }, + { + "bbox": [ + 287, + 231, + 317, + 243 + ], + "score": 0.93, + "content": "( \\mathbf { z } _ { i } , \\mathbf { z } _ { j } )", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 230, + 505, + 243 + ], + "score": 1.0, + "content": ". We do not need to contrast positives against", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 243, + 505, + 254 + ], + "spans": [ + { + "bbox": [ + 106, + 243, + 505, + 254 + ], + "score": 1.0, + "content": "negatives as in the contrastive loss or in the triplet loss because the optimization process leads to", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 253, + 505, + 266 + ], + "spans": [ + { + "bbox": [ + 105, + 253, + 505, + 266 + ], + "score": 1.0, + "content": "shrinking the distance between positive pairs and, indirectly, scatters the other samples to satisfy the", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 264, + 268, + 276 + ], + "spans": [ + { + "bbox": [ + 106, + 264, + 268, + 276 + ], + "score": 1.0, + "content": "overall spherical-distribution constraint.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 11.5 + }, + { + "type": "text", + "bbox": [ + 106, + 281, + 301, + 292 + ], + "lines": [ + { + "bbox": [ + 105, + 279, + 303, + 295 + ], + "spans": [ + { + "bbox": [ + 105, + 279, + 303, + 295 + ], + "score": 1.0, + "content": "In summary, our contributions are the following:", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 132, + 303, + 505, + 412 + ], + "lines": [ + { + "bbox": [ + 132, + 303, + 505, + 316 + ], + "spans": [ + { + "bbox": [ + 132, + 303, + 505, + 316 + ], + "score": 1.0, + "content": "• We propose a new loss function, Whitening MSE (W-MSE), for self-supervised training.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 142, + 313, + 506, + 326 + ], + "spans": [ + { + "bbox": [ + 142, + 313, + 506, + 326 + ], + "score": 1.0, + "content": "W-MSE constrains the batch samples to lie in a spherical distribution and it is an alternative", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 141, + 326, + 343, + 337 + ], + "spans": [ + { + "bbox": [ + 141, + 326, + 343, + 337 + ], + "score": 1.0, + "content": "to positive-negative instance contrasting methods.", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 137, + 339, + 506, + 354 + ], + "spans": [ + { + "bbox": [ + 137, + 339, + 506, + 354 + ], + "score": 1.0, + "content": "Our loss does not rely on negatives, thus including more positive samples in the batch can", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 141, + 351, + 506, + 365 + ], + "spans": [ + { + "bbox": [ + 141, + 351, + 506, + 365 + ], + "score": 1.0, + "content": "be beneficial; we indeed demonstrate that multiple positive pairs extracted from one image", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 142, + 363, + 247, + 375 + ], + "spans": [ + { + "bbox": [ + 142, + 363, + 247, + 375 + ], + "score": 1.0, + "content": "improve the performance.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 133, + 378, + 506, + 391 + ], + "spans": [ + { + "bbox": [ + 133, + 378, + 506, + 391 + ], + "score": 1.0, + "content": "• We empirically show that our W-MSE loss outperforms the commonly adopted contrastive", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 141, + 389, + 505, + 401 + ], + "spans": [ + { + "bbox": [ + 141, + 389, + 505, + 401 + ], + "score": 1.0, + "content": "loss when measured using different standard classification protocols. We show that W-MSE", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 141, + 401, + 425, + 412 + ], + "spans": [ + { + "bbox": [ + 141, + 401, + 425, + 412 + ], + "score": 1.0, + "content": "is competitive with respect to state-of-the-art self-supervised methods.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 22 + }, + { + "type": "title", + "bbox": [ + 107, + 428, + 314, + 441 + ], + "lines": [ + { + "bbox": [ + 105, + 426, + 315, + 442 + ], + "spans": [ + { + "bbox": [ + 105, + 426, + 315, + 442 + ], + "score": 1.0, + "content": "2 BACKGROUND AND RELATED WORK", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 107, + 453, + 505, + 498 + ], + "lines": [ + { + "bbox": [ + 105, + 453, + 506, + 466 + ], + "spans": [ + { + "bbox": [ + 105, + 453, + 506, + 466 + ], + "score": 1.0, + "content": "A typical self-supervised method is composed of two main components: a pretext task, which ex-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 465, + 505, + 477 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 505, + 477 + ], + "score": 1.0, + "content": "ploits some a-priori knowledge about the domain to automatically extract supervision from data, and", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 475, + 506, + 488 + ], + "spans": [ + { + "bbox": [ + 105, + 475, + 506, + 488 + ], + "score": 1.0, + "content": "a loss function. In this section we briefly review both aspects, and we additionally analyse the recent", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 485, + 267, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 485, + 267, + 500 + ], + "score": 1.0, + "content": "literature concerning feature whitening.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 29.5 + }, + { + "type": "text", + "bbox": [ + 107, + 503, + 505, + 569 + ], + "lines": [ + { + "bbox": [ + 105, + 502, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 505, + 516 + ], + "score": 1.0, + "content": "Pretext Tasks. The temporal consistency in a video provides an intuitive form of self-supervision:", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 515, + 505, + 526 + ], + "spans": [ + { + "bbox": [ + 106, + 515, + 505, + 526 + ], + "score": 1.0, + "content": "temporally-close frames usually contain a similar semantic content (Wang & Gupta, 2015; van den", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 525, + 505, + 537 + ], + "spans": [ + { + "bbox": [ + 105, + 525, + 505, + 537 + ], + "score": 1.0, + "content": "Oord et al., 2018). Misra et al. (2016) extended this idea using the relative temporal order of 3", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 536, + 505, + 549 + ], + "spans": [ + { + "bbox": [ + 105, + 536, + 505, + 549 + ], + "score": 1.0, + "content": "frames, while Dwibedi et al. (2019) used a temporal cycle consistency for self-supervision, which", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 104, + 546, + 506, + 560 + ], + "spans": [ + { + "bbox": [ + 104, + 546, + 506, + 560 + ], + "score": 1.0, + "content": "is based on comparing two videos sharing the same semantics and computing inter-video frame-to-", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 558, + 259, + 571 + ], + "spans": [ + { + "bbox": [ + 105, + 558, + 259, + 571 + ], + "score": 1.0, + "content": "frame nearest neighbour assignments.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 34.5 + }, + { + "type": "text", + "bbox": [ + 106, + 575, + 505, + 641 + ], + "lines": [ + { + "bbox": [ + 106, + 574, + 505, + 587 + ], + "spans": [ + { + "bbox": [ + 106, + 574, + 505, + 587 + ], + "score": 1.0, + "content": "When dealing with still images, the most common pretext task is instance discrimination (Wu et al.", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 586, + 506, + 598 + ], + "spans": [ + { + "bbox": [ + 106, + 586, + 230, + 598 + ], + "score": 1.0, + "content": "(2018)): from a training image", + "type": "text" + }, + { + "bbox": [ + 230, + 588, + 237, + 596 + ], + "score": 0.63, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 586, + 506, + 598 + ], + "score": 1.0, + "content": ", a composition of data-augmentation techniques are used to extract", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 596, + 506, + 611 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 201, + 611 + ], + "score": 1.0, + "content": "two different views of", + "type": "text" + }, + { + "bbox": [ + 201, + 599, + 208, + 607 + ], + "score": 0.66, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 598, + 224, + 608 + ], + "score": 0.82, + "content": "\\cdot \\boldsymbol { x } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 596, + 244, + 611 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 244, + 598, + 255, + 609 + ], + "score": 0.83, + "content": "x _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 596, + 506, + 611 + ], + "score": 1.0, + "content": "). Commonly adopted transformations are: image cropping,", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 104, + 606, + 504, + 622 + ], + "spans": [ + { + "bbox": [ + 104, + 606, + 471, + 622 + ], + "score": 1.0, + "content": "rotation, color jittering, Sobel filtering, etc.. The learner is then required to discriminate", + "type": "text" + }, + { + "bbox": [ + 472, + 608, + 504, + 620 + ], + "score": 0.91, + "content": "( x _ { i } , x _ { j } )", + "type": "inline_equation" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 619, + 505, + 631 + ], + "spans": [ + { + "bbox": [ + 106, + 619, + 505, + 631 + ], + "score": 1.0, + "content": "from other views extracted from other samples (Wu et al., 2018; Ji et al., 2019; He et al., 2019; Chen", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 630, + 158, + 641 + ], + "spans": [ + { + "bbox": [ + 106, + 630, + 158, + 641 + ], + "score": 1.0, + "content": "et al., 2020).", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 40.5 + }, + { + "type": "text", + "bbox": [ + 107, + 646, + 505, + 702 + ], + "lines": [ + { + "bbox": [ + 105, + 646, + 505, + 660 + ], + "spans": [ + { + "bbox": [ + 105, + 646, + 505, + 660 + ], + "score": 1.0, + "content": "Denoising auto-encoders (Vincent et al., 2008) add random noise to the input image and try to", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 658, + 505, + 670 + ], + "spans": [ + { + "bbox": [ + 105, + 658, + 505, + 670 + ], + "score": 1.0, + "content": "recover the original image. More sophisticated pretext tasks consist in predicting the spatial order", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 668, + 506, + 682 + ], + "spans": [ + { + "bbox": [ + 105, + 668, + 506, + 682 + ], + "score": 1.0, + "content": "of image patches (Noroozi & Favaro, 2016; Misra & van der Maaten, 2019) or in reconstructing", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 679, + 505, + 692 + ], + "spans": [ + { + "bbox": [ + 105, + 679, + 505, + 692 + ], + "score": 1.0, + "content": "large masked regions of the image (Pathak et al., 2016). Hjelm et al. (2019); Bachman et al. (2019)", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 690, + 505, + 704 + ], + "spans": [ + { + "bbox": [ + 105, + 690, + 505, + 704 + ], + "score": 1.0, + "content": "compare the holistic representation of an input image with a patch of the same image. Henaff et al. ´", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 46 + } + ], + "page_idx": 1, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 711, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 119, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 119, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "1Here and in the following, with “spherical distribution” we mean a distribution with a zero-mean and an", + "type": "text" + } + ] + }, + { + "bbox": [ + 106, + 720, + 205, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 205, + 733 + ], + "score": 1.0, + "content": "identity-matrix covariance.", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 108, + 27, + 306, + 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 2021", + "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": [ + 107, + 82, + 505, + 160 + ], + "lines": [], + "index": 3, + "bbox_fs": [ + 104, + 82, + 506, + 162 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 165, + 505, + 275 + ], + "lines": [ + { + "bbox": [ + 105, + 164, + 505, + 179 + ], + "spans": [ + { + "bbox": [ + 105, + 164, + 505, + 179 + ], + "score": 1.0, + "content": "In this paper we propose a new self-supervised loss function which first scatters all the sample", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 176, + 505, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 176, + 505, + 189 + ], + "score": 1.0, + "content": "representations in a spherical distribution1 and then penalizes the positive pairs which are far from", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 187, + 504, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 313, + 200 + ], + "score": 1.0, + "content": "each other. In more detail, given a set of samples", + "type": "text" + }, + { + "bbox": [ + 313, + 187, + 358, + 199 + ], + "score": 0.92, + "content": "V = \\{ \\mathbf { v } _ { i } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 358, + 187, + 504, + 200 + ], + "score": 1.0, + "content": ", corresponding to the current mini-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 198, + 506, + 211 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 173, + 211 + ], + "score": 1.0, + "content": "batch of images", + "type": "text" + }, + { + "bbox": [ + 173, + 198, + 216, + 210 + ], + "score": 0.93, + "content": "B = \\{ x _ { i } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 198, + 347, + 211 + ], + "score": 1.0, + "content": ", we first project the elements of", + "type": "text" + }, + { + "bbox": [ + 348, + 199, + 357, + 208 + ], + "score": 0.8, + "content": "V", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 198, + 506, + 211 + ], + "score": 1.0, + "content": "onto a spherical distribution using a", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 208, + 505, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 208, + 400, + 222 + ], + "score": 1.0, + "content": "whitening transform (Siarohin et al., 2019). The whitened representations", + "type": "text" + }, + { + "bbox": [ + 400, + 209, + 419, + 221 + ], + "score": 0.92, + "content": "\\left\\{ \\mathbf { z } _ { i } \\right\\}", + "type": "inline_equation" + }, + { + "bbox": [ + 419, + 208, + 492, + 222 + ], + "score": 1.0, + "content": ", corresponding to", + "type": "text" + }, + { + "bbox": [ + 492, + 210, + 501, + 219 + ], + "score": 0.73, + "content": "V", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 208, + 505, + 222 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 221, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 105, + 221, + 505, + 232 + ], + "score": 1.0, + "content": "are normalized and then used to compute a Mean Squared Error (MSE) loss which accumulates the", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 230, + 505, + 243 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 287, + 243 + ], + "score": 1.0, + "content": "error taking into account only positive pairs", + "type": "text" + }, + { + "bbox": [ + 287, + 231, + 317, + 243 + ], + "score": 0.93, + "content": "( \\mathbf { z } _ { i } , \\mathbf { z } _ { j } )", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 230, + 505, + 243 + ], + "score": 1.0, + "content": ". We do not need to contrast positives against", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 243, + 505, + 254 + ], + "spans": [ + { + "bbox": [ + 106, + 243, + 505, + 254 + ], + "score": 1.0, + "content": "negatives as in the contrastive loss or in the triplet loss because the optimization process leads to", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 253, + 505, + 266 + ], + "spans": [ + { + "bbox": [ + 105, + 253, + 505, + 266 + ], + "score": 1.0, + "content": "shrinking the distance between positive pairs and, indirectly, scatters the other samples to satisfy the", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 264, + 268, + 276 + ], + "spans": [ + { + "bbox": [ + 106, + 264, + 268, + 276 + ], + "score": 1.0, + "content": "overall spherical-distribution constraint.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 11.5, + "bbox_fs": [ + 105, + 164, + 506, + 276 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 281, + 301, + 292 + ], + "lines": [ + { + "bbox": [ + 105, + 279, + 303, + 295 + ], + "spans": [ + { + "bbox": [ + 105, + 279, + 303, + 295 + ], + "score": 1.0, + "content": "In summary, our contributions are the following:", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17, + "bbox_fs": [ + 105, + 279, + 303, + 295 + ] + }, + { + "type": "list", + "bbox": [ + 132, + 303, + 505, + 412 + ], + "lines": [ + { + "bbox": [ + 132, + 303, + 505, + 316 + ], + "spans": [ + { + "bbox": [ + 132, + 303, + 505, + 316 + ], + "score": 1.0, + "content": "• We propose a new loss function, Whitening MSE (W-MSE), for self-supervised training.", + "type": "text" + } + ], + "index": 18, + "is_list_start_line": true + }, + { + "bbox": [ + 142, + 313, + 506, + 326 + ], + "spans": [ + { + "bbox": [ + 142, + 313, + 506, + 326 + ], + "score": 1.0, + "content": "W-MSE constrains the batch samples to lie in a spherical distribution and it is an alternative", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 141, + 326, + 343, + 337 + ], + "spans": [ + { + "bbox": [ + 141, + 326, + 343, + 337 + ], + "score": 1.0, + "content": "to positive-negative instance contrasting methods.", + "type": "text" + } + ], + "index": 20, + "is_list_end_line": true + }, + { + "bbox": [ + 137, + 339, + 506, + 354 + ], + "spans": [ + { + "bbox": [ + 137, + 339, + 506, + 354 + ], + "score": 1.0, + "content": "Our loss does not rely on negatives, thus including more positive samples in the batch can", + "type": "text" + } + ], + "index": 21, + "is_list_start_line": true + }, + { + "bbox": [ + 141, + 351, + 506, + 365 + ], + "spans": [ + { + "bbox": [ + 141, + 351, + 506, + 365 + ], + "score": 1.0, + "content": "be beneficial; we indeed demonstrate that multiple positive pairs extracted from one image", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 142, + 363, + 247, + 375 + ], + "spans": [ + { + "bbox": [ + 142, + 363, + 247, + 375 + ], + "score": 1.0, + "content": "improve the performance.", + "type": "text" + } + ], + "index": 23, + "is_list_end_line": true + }, + { + "bbox": [ + 133, + 378, + 506, + 391 + ], + "spans": [ + { + "bbox": [ + 133, + 378, + 506, + 391 + ], + "score": 1.0, + "content": "• We empirically show that our W-MSE loss outperforms the commonly adopted contrastive", + "type": "text" + } + ], + "index": 24, + "is_list_start_line": true + }, + { + "bbox": [ + 141, + 389, + 505, + 401 + ], + "spans": [ + { + "bbox": [ + 141, + 389, + 505, + 401 + ], + "score": 1.0, + "content": "loss when measured using different standard classification protocols. We show that W-MSE", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 141, + 401, + 425, + 412 + ], + "spans": [ + { + "bbox": [ + 141, + 401, + 425, + 412 + ], + "score": 1.0, + "content": "is competitive with respect to state-of-the-art self-supervised methods.", + "type": "text" + } + ], + "index": 26, + "is_list_end_line": true + } + ], + "index": 22, + "bbox_fs": [ + 132, + 303, + 506, + 412 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 428, + 314, + 441 + ], + "lines": [ + { + "bbox": [ + 105, + 426, + 315, + 442 + ], + "spans": [ + { + "bbox": [ + 105, + 426, + 315, + 442 + ], + "score": 1.0, + "content": "2 BACKGROUND AND RELATED WORK", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 107, + 453, + 505, + 498 + ], + "lines": [ + { + "bbox": [ + 105, + 453, + 506, + 466 + ], + "spans": [ + { + "bbox": [ + 105, + 453, + 506, + 466 + ], + "score": 1.0, + "content": "A typical self-supervised method is composed of two main components: a pretext task, which ex-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 465, + 505, + 477 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 505, + 477 + ], + "score": 1.0, + "content": "ploits some a-priori knowledge about the domain to automatically extract supervision from data, and", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 475, + 506, + 488 + ], + "spans": [ + { + "bbox": [ + 105, + 475, + 506, + 488 + ], + "score": 1.0, + "content": "a loss function. In this section we briefly review both aspects, and we additionally analyse the recent", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 485, + 267, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 485, + 267, + 500 + ], + "score": 1.0, + "content": "literature concerning feature whitening.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 29.5, + "bbox_fs": [ + 105, + 453, + 506, + 500 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 503, + 505, + 569 + ], + "lines": [ + { + "bbox": [ + 105, + 502, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 505, + 516 + ], + "score": 1.0, + "content": "Pretext Tasks. The temporal consistency in a video provides an intuitive form of self-supervision:", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 515, + 505, + 526 + ], + "spans": [ + { + "bbox": [ + 106, + 515, + 505, + 526 + ], + "score": 1.0, + "content": "temporally-close frames usually contain a similar semantic content (Wang & Gupta, 2015; van den", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 525, + 505, + 537 + ], + "spans": [ + { + "bbox": [ + 105, + 525, + 505, + 537 + ], + "score": 1.0, + "content": "Oord et al., 2018). Misra et al. (2016) extended this idea using the relative temporal order of 3", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 536, + 505, + 549 + ], + "spans": [ + { + "bbox": [ + 105, + 536, + 505, + 549 + ], + "score": 1.0, + "content": "frames, while Dwibedi et al. (2019) used a temporal cycle consistency for self-supervision, which", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 104, + 546, + 506, + 560 + ], + "spans": [ + { + "bbox": [ + 104, + 546, + 506, + 560 + ], + "score": 1.0, + "content": "is based on comparing two videos sharing the same semantics and computing inter-video frame-to-", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 558, + 259, + 571 + ], + "spans": [ + { + "bbox": [ + 105, + 558, + 259, + 571 + ], + "score": 1.0, + "content": "frame nearest neighbour assignments.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 34.5, + "bbox_fs": [ + 104, + 502, + 506, + 571 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 575, + 505, + 641 + ], + "lines": [ + { + "bbox": [ + 106, + 574, + 505, + 587 + ], + "spans": [ + { + "bbox": [ + 106, + 574, + 505, + 587 + ], + "score": 1.0, + "content": "When dealing with still images, the most common pretext task is instance discrimination (Wu et al.", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 586, + 506, + 598 + ], + "spans": [ + { + "bbox": [ + 106, + 586, + 230, + 598 + ], + "score": 1.0, + "content": "(2018)): from a training image", + "type": "text" + }, + { + "bbox": [ + 230, + 588, + 237, + 596 + ], + "score": 0.63, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 586, + 506, + 598 + ], + "score": 1.0, + "content": ", a composition of data-augmentation techniques are used to extract", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 596, + 506, + 611 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 201, + 611 + ], + "score": 1.0, + "content": "two different views of", + "type": "text" + }, + { + "bbox": [ + 201, + 599, + 208, + 607 + ], + "score": 0.66, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 598, + 224, + 608 + ], + "score": 0.82, + "content": "\\cdot \\boldsymbol { x } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 596, + 244, + 611 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 244, + 598, + 255, + 609 + ], + "score": 0.83, + "content": "x _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 596, + 506, + 611 + ], + "score": 1.0, + "content": "). Commonly adopted transformations are: image cropping,", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 104, + 606, + 504, + 622 + ], + "spans": [ + { + "bbox": [ + 104, + 606, + 471, + 622 + ], + "score": 1.0, + "content": "rotation, color jittering, Sobel filtering, etc.. The learner is then required to discriminate", + "type": "text" + }, + { + "bbox": [ + 472, + 608, + 504, + 620 + ], + "score": 0.91, + "content": "( x _ { i } , x _ { j } )", + "type": "inline_equation" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 619, + 505, + 631 + ], + "spans": [ + { + "bbox": [ + 106, + 619, + 505, + 631 + ], + "score": 1.0, + "content": "from other views extracted from other samples (Wu et al., 2018; Ji et al., 2019; He et al., 2019; Chen", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 630, + 158, + 641 + ], + "spans": [ + { + "bbox": [ + 106, + 630, + 158, + 641 + ], + "score": 1.0, + "content": "et al., 2020).", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 40.5, + "bbox_fs": [ + 104, + 574, + 506, + 641 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 646, + 505, + 702 + ], + "lines": [ + { + "bbox": [ + 105, + 646, + 505, + 660 + ], + "spans": [ + { + "bbox": [ + 105, + 646, + 505, + 660 + ], + "score": 1.0, + "content": "Denoising auto-encoders (Vincent et al., 2008) add random noise to the input image and try to", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 658, + 505, + 670 + ], + "spans": [ + { + "bbox": [ + 105, + 658, + 505, + 670 + ], + "score": 1.0, + "content": "recover the original image. More sophisticated pretext tasks consist in predicting the spatial order", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 668, + 506, + 682 + ], + "spans": [ + { + "bbox": [ + 105, + 668, + 506, + 682 + ], + "score": 1.0, + "content": "of image patches (Noroozi & Favaro, 2016; Misra & van der Maaten, 2019) or in reconstructing", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 679, + 505, + 692 + ], + "spans": [ + { + "bbox": [ + 105, + 679, + 505, + 692 + ], + "score": 1.0, + "content": "large masked regions of the image (Pathak et al., 2016). Hjelm et al. (2019); Bachman et al. (2019)", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 690, + 505, + 704 + ], + "spans": [ + { + "bbox": [ + 105, + 690, + 505, + 704 + ], + "score": 1.0, + "content": "compare the holistic representation of an input image with a patch of the same image. Henaff et al. ´", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "(2019) use a similar idea, where the comparison depends on the patch order: the appearance of a", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 506, + 107 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 506, + 107 + ], + "score": 1.0, + "content": "given patch should be predicted given the appearance of the patches which lie above it in the image.", + "type": "text", + "cross_page": true + } + ], + "index": 1 + } + ], + "index": 46, + "bbox_fs": [ + 105, + 646, + 506, + 704 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 504, + 105 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "(2019) use a similar idea, where the comparison depends on the patch order: the appearance of a", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 506, + 107 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 506, + 107 + ], + "score": 1.0, + "content": "given patch should be predicted given the appearance of the patches which lie above it in the image.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 108, + 110, + 504, + 144 + ], + "lines": [ + { + "bbox": [ + 105, + 110, + 505, + 124 + ], + "spans": [ + { + "bbox": [ + 105, + 110, + 505, + 124 + ], + "score": 1.0, + "content": "In this paper we use standard data augmentation techniques on still images to obtain positive pairs,", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 122, + 505, + 134 + ], + "spans": [ + { + "bbox": [ + 106, + 122, + 505, + 134 + ], + "score": 1.0, + "content": "which is a simple method to get self-supervision (Chen et al., 2020) and does not require a pretext-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 132, + 495, + 145 + ], + "spans": [ + { + "bbox": [ + 106, + 132, + 495, + 145 + ], + "score": 1.0, + "content": "task specific network architecture (Hjelm et al., 2019; Bachman et al., 2019; Henaff et al., 2019). ´", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 107, + 149, + 505, + 194 + ], + "lines": [ + { + "bbox": [ + 105, + 149, + 505, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 149, + 505, + 161 + ], + "score": 1.0, + "content": "Loss functions. Denoising auto-encoders use a reconstruction loss which compares the generated", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 160, + 506, + 173 + ], + "spans": [ + { + "bbox": [ + 105, + 160, + 506, + 173 + ], + "score": 1.0, + "content": "image with the input image before adding noise. Other generative methods use an adversarial loss", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 171, + 506, + 184 + ], + "spans": [ + { + "bbox": [ + 105, + 171, + 506, + 184 + ], + "score": 1.0, + "content": "in which a discriminator provides supervisory information to the generator (Donahue et al., 2017;", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 183, + 228, + 194 + ], + "spans": [ + { + "bbox": [ + 106, + 183, + 228, + 194 + ], + "score": 1.0, + "content": "Donahue & Simonyan, 2019).", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6.5 + }, + { + "type": "text", + "bbox": [ + 106, + 199, + 504, + 244 + ], + "lines": [ + { + "bbox": [ + 106, + 199, + 505, + 211 + ], + "spans": [ + { + "bbox": [ + 106, + 199, + 505, + 211 + ], + "score": 1.0, + "content": "Early self-supervised (deep) discriminative methods used a triplet loss (Wang & Gupta, 2015; Misra", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 210, + 506, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 210, + 266, + 223 + ], + "score": 1.0, + "content": "et al., 2016): given two positive images", + "type": "text" + }, + { + "bbox": [ + 267, + 212, + 291, + 222 + ], + "score": 0.9, + "content": "x _ { i } , x _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 291, + 210, + 352, + 223 + ], + "score": 1.0, + "content": "and a negative", + "type": "text" + }, + { + "bbox": [ + 353, + 211, + 365, + 221 + ], + "score": 0.86, + "content": "x _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 365, + 210, + 506, + 223 + ], + "score": 1.0, + "content": "(Sec. 1), together with their corre-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 221, + 504, + 234 + ], + "spans": [ + { + "bbox": [ + 105, + 221, + 259, + 234 + ], + "score": 1.0, + "content": "sponding latent-space representations", + "type": "text" + }, + { + "bbox": [ + 260, + 223, + 297, + 233 + ], + "score": 0.91, + "content": "\\mathbf { z } _ { i } , \\mathbf { z } _ { j } , \\mathbf { z } _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 221, + 463, + 234 + ], + "score": 1.0, + "content": ", this loss penalizes those cases in which", + "type": "text" + }, + { + "bbox": [ + 464, + 223, + 473, + 232 + ], + "score": 0.85, + "content": "\\mathbf { z } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 221, + 492, + 234 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 492, + 223, + 504, + 232 + ], + "score": 0.84, + "content": "\\mathbf { z } _ { k }", + "type": "inline_equation" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 232, + 331, + 245 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 221, + 245 + ], + "score": 1.0, + "content": "are closer to each other than", + "type": "text" + }, + { + "bbox": [ + 221, + 234, + 231, + 243 + ], + "score": 0.86, + "content": "\\mathbf { z } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 231, + 232, + 248, + 245 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 249, + 234, + 259, + 244 + ], + "score": 0.88, + "content": "\\mathbf { z } _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 232, + 317, + 245 + ], + "score": 1.0, + "content": "plus a margin", + "type": "text" + }, + { + "bbox": [ + 317, + 234, + 327, + 242 + ], + "score": 0.75, + "content": "m", + "type": "inline_equation" + }, + { + "bbox": [ + 327, + 232, + 331, + 245 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 10.5 + }, + { + "type": "interline_equation", + "bbox": [ + 219, + 257, + 392, + 273 + ], + "lines": [ + { + "bbox": [ + 219, + 257, + 392, + 273 + ], + "spans": [ + { + "bbox": [ + 219, + 257, + 392, + 273 + ], + "score": 0.92, + "content": "L _ { T r i p l e t } = - \\operatorname* { m a x } ( \\mathbf { z } _ { i } ^ { T } \\mathbf { z } _ { k } - \\mathbf { z } _ { i } ^ { T } \\mathbf { z } _ { j } + m , 0 ) .", + "type": "interline_equation", + "image_path": "44b2b560b0f14c65533db1f708379ccdefbeb3954729f1889df2a26a81d0c111.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 219, + 257, + 392, + 273 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 281, + 505, + 315 + ], + "lines": [ + { + "bbox": [ + 106, + 282, + 504, + 293 + ], + "spans": [ + { + "bbox": [ + 106, + 282, + 504, + 293 + ], + "score": 1.0, + "content": "Most of the recent self-supervised discriminative methods are based on some contrastive loss (Had-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 291, + 505, + 306 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 241, + 306 + ], + "score": 1.0, + "content": "sell et al., 2006) variant, in which", + "type": "text" + }, + { + "bbox": [ + 242, + 294, + 252, + 303 + ], + "score": 0.86, + "content": "\\mathbf { z } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 252, + 291, + 269, + 306 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 270, + 294, + 280, + 304 + ], + "score": 0.88, + "content": "\\mathbf { z } _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 280, + 291, + 505, + 306 + ], + "score": 1.0, + "content": "are contrasted against a set of negative pairs. Following", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 303, + 370, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 370, + 316 + ], + "score": 1.0, + "content": "the common formulation proposed by van den Oord et al. (2018):", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15 + }, + { + "type": "interline_equation", + "bbox": [ + 207, + 328, + 402, + 360 + ], + "lines": [ + { + "bbox": [ + 207, + 328, + 402, + 360 + ], + "spans": [ + { + "bbox": [ + 207, + 328, + 402, + 360 + ], + "score": 0.93, + "content": "L _ { C o n t r a s t i v e } = - \\log \\frac { \\exp { ( \\mathbf { z } _ { i } ^ { T } \\mathbf { z } _ { j } / \\tau ) } } { \\sum _ { k = 1 , k \\neq i } ^ { K } \\exp { ( \\mathbf { z } _ { i } ^ { T } \\mathbf { z } _ { k } / \\tau ) } } ,", + "type": "interline_equation", + "image_path": "eb22b78d299c708f33722ee37e28f18a059a44e82828af4f9962a697223db1e9.jpg" + } + ] + } + ], + "index": 17.5, + "virtual_lines": [ + { + "bbox": [ + 207, + 328, + 402, + 344.0 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 207, + 344.0, + 402, + 360.0 + ], + "spans": [], + "index": 18 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 367, + 505, + 445 + ], + "lines": [ + { + "bbox": [ + 106, + 368, + 505, + 380 + ], + "spans": [ + { + "bbox": [ + 106, + 368, + 133, + 380 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 370, + 140, + 378 + ], + "score": 0.77, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 368, + 505, + 380 + ], + "score": 1.0, + "content": "is a temperature hyperparameter which should be manually set and the sum in the denom-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 378, + 505, + 391 + ], + "spans": [ + { + "bbox": [ + 105, + 378, + 199, + 391 + ], + "score": 1.0, + "content": "inator is over a set of", + "type": "text" + }, + { + "bbox": [ + 199, + 379, + 228, + 389 + ], + "score": 0.9, + "content": "K - 1", + "type": "inline_equation" + }, + { + "bbox": [ + 228, + 378, + 343, + 391 + ], + "score": 1.0, + "content": "negative samples. Usually", + "type": "text" + }, + { + "bbox": [ + 343, + 379, + 353, + 389 + ], + "score": 0.82, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 378, + 505, + 391 + ], + "score": 1.0, + "content": "is the size of the current batch, i.e.,", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 107, + 389, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 107, + 390, + 147, + 400 + ], + "score": 0.9, + "content": "K = 2 N", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 389, + 177, + 403 + ], + "score": 1.0, + "content": ", being", + "type": "text" + }, + { + "bbox": [ + 177, + 390, + 187, + 400 + ], + "score": 0.8, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 188, + 389, + 505, + 403 + ], + "score": 1.0, + "content": "the number of the positive pairs. However, as shown by Hjelm et al. (2019),", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 401, + 505, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 505, + 414 + ], + "score": 1.0, + "content": "the contrastive loss (2) requires a large number of negative samples to be competitive. Wu et al.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 410, + 505, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 410, + 505, + 425 + ], + "score": 1.0, + "content": "(2018); He et al. (2019) use a set of negatives much larger than the current batch, by pre-computing", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 423, + 505, + 435 + ], + "spans": [ + { + "bbox": [ + 105, + 423, + 505, + 435 + ], + "score": 1.0, + "content": "latent-space representations of old samples. SimCLR (Chen et al. (2020)) uses a simpler, but com-", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 434, + 356, + 446 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 356, + 446 + ], + "score": 1.0, + "content": "putationally very demanding, solution based on large batches.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 106, + 450, + 505, + 550 + ], + "lines": [ + { + "bbox": [ + 106, + 451, + 505, + 462 + ], + "spans": [ + { + "bbox": [ + 106, + 451, + 505, + 462 + ], + "score": 1.0, + "content": "While recent works (van den Oord et al., 2018; Henaff et al., 2019; Hjelm et al., 2019; Bachman ´", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 462, + 505, + 474 + ], + "spans": [ + { + "bbox": [ + 106, + 462, + 505, + 474 + ], + "score": 1.0, + "content": "et al., 2019; Ravanelli & Bengio, 2018) draw a relation between the contrastive loss and an estimate", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 472, + 505, + 486 + ], + "spans": [ + { + "bbox": [ + 105, + 472, + 505, + 486 + ], + "score": 1.0, + "content": "of the mutual information between the latent-space image representations, Tschannen et al. (2019)", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 483, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 505, + 496 + ], + "score": 1.0, + "content": "showed that the success of this loss is likely related to learning a metric space, similarly to what", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 495, + 505, + 507 + ], + "spans": [ + { + "bbox": [ + 106, + 495, + 443, + 507 + ], + "score": 1.0, + "content": "happens with a triplet loss. On the other hand, Wang & Isola (2020) showed that the", + "type": "text" + }, + { + "bbox": [ + 444, + 495, + 456, + 505 + ], + "score": 0.88, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 457, + 495, + 505, + 507 + ], + "score": 1.0, + "content": "normalized", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 505, + 505, + 518 + ], + "spans": [ + { + "bbox": [ + 105, + 505, + 505, + 518 + ], + "score": 1.0, + "content": "contrastive loss asymptotically converges to the minimization of two desirable characteristics of the", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 516, + 505, + 529 + ], + "spans": [ + { + "bbox": [ + 106, + 516, + 505, + 529 + ], + "score": 1.0, + "content": "latent-space representations on the surface of the unit hypersphere: uniformity and semantic align-", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 527, + 505, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 527, + 360, + 541 + ], + "score": 1.0, + "content": "ment. In the same paper, the authors propose two new losses (", + "type": "text" + }, + { + "bbox": [ + 360, + 528, + 391, + 539 + ], + "score": 0.84, + "content": "{ \\mathcal L } _ { \\mathrm { u n i f o r m } }", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 527, + 410, + 541 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 410, + 528, + 433, + 540 + ], + "score": 0.89, + "content": "\\mathcal { L } _ { \\mathrm { a l i g n } , }", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 527, + 505, + 541 + ], + "score": 1.0, + "content": ") which explicitly", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 538, + 231, + 550 + ], + "spans": [ + { + "bbox": [ + 106, + 538, + 231, + 550 + ], + "score": 1.0, + "content": "deal with these characteristics.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 106, + 554, + 505, + 644 + ], + "lines": [ + { + "bbox": [ + 106, + 555, + 505, + 568 + ], + "spans": [ + { + "bbox": [ + 106, + 555, + 505, + 568 + ], + "score": 1.0, + "content": "Concurrently with our work, BYOL (Grill et al. (2020)) proposes a “bootstrapping” scheme which is", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 566, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 106, + 566, + 505, + 578 + ], + "score": 1.0, + "content": "alternative to the positive-negative contrastive learning. In BYOL, an “online” network is optimised", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 578, + 505, + 590 + ], + "spans": [ + { + "bbox": [ + 106, + 578, + 505, + 590 + ], + "score": 1.0, + "content": "to predict the output of a “target” network, whose parameters are a running average of the online", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 588, + 505, + 600 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 505, + 600 + ], + "score": 1.0, + "content": "network. The predictions of the two networks are compared using an additional prediction network", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 599, + 505, + 612 + ], + "spans": [ + { + "bbox": [ + 106, + 599, + 505, + 612 + ], + "score": 1.0, + "content": "and an MSE loss. However, very recently, Fetterman & Albrecht (2020) and Tian et al. (2020) have", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 610, + 505, + 622 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 505, + 622 + ], + "score": 1.0, + "content": "empirically shown that BYOL can avoid a collapsed solution through the use of the Batch Norm", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 621, + 506, + 633 + ], + "spans": [ + { + "bbox": [ + 106, + 621, + 506, + 633 + ], + "score": 1.0, + "content": "(BN) (Ioffe & Szegedy, 2015) which avoids constant representations. Our work can be seen as a", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 632, + 498, + 644 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 498, + 644 + ], + "score": 1.0, + "content": "generalization of this finding with a much simpler network architecture (more details in Sec. 3.1).", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 38.5 + }, + { + "type": "text", + "bbox": [ + 107, + 648, + 505, + 693 + ], + "lines": [ + { + "bbox": [ + 105, + 648, + 505, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 505, + 661 + ], + "score": 1.0, + "content": "In this paper we propose a different loss which is competitive with respect to other alternatives. Our", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 660, + 505, + 672 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 420, + 672 + ], + "score": 1.0, + "content": "loss formulation is simpler because it does not require a proper setting of the", + "type": "text" + }, + { + "bbox": [ + 421, + 662, + 428, + 670 + ], + "score": 0.71, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 660, + 505, + 672 + ], + "score": 1.0, + "content": "hyperparameter in", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 671, + 506, + 684 + ], + "spans": [ + { + "bbox": [ + 105, + 671, + 155, + 684 + ], + "score": 1.0, + "content": "equation 2,", + "type": "text" + }, + { + "bbox": [ + 155, + 672, + 165, + 681 + ], + "score": 0.64, + "content": "m", + "type": "inline_equation" + }, + { + "bbox": [ + 166, + 671, + 506, + 684 + ], + "score": 1.0, + "content": "in equation 1, or additional networks with a specific weight update schemes as in", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 681, + 139, + 693 + ], + "spans": [ + { + "bbox": [ + 105, + 681, + 139, + 693 + ], + "score": 1.0, + "content": "BYOL.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 44.5 + }, + { + "type": "text", + "bbox": [ + 108, + 698, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "Feature Whitening. We adopt the efficient and stable Cholesky decomposition (Dereniowski &", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "Marek, 2004) based whitening transform proposed by Siarohin et al. (2019) to project our latent-", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 506, + 733 + ], + "score": 1.0, + "content": "space vectors into a spherical distribution (more details in Sec. 3). Note that Huang et al. (2018);", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 48 + } + ], + "page_idx": 2, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 307, + 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 2021", + "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": [ + 105, + 82, + 504, + 105 + ], + "lines": [], + "index": 0.5, + "bbox_fs": [ + 105, + 82, + 506, + 107 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 108, + 110, + 504, + 144 + ], + "lines": [ + { + "bbox": [ + 105, + 110, + 505, + 124 + ], + "spans": [ + { + "bbox": [ + 105, + 110, + 505, + 124 + ], + "score": 1.0, + "content": "In this paper we use standard data augmentation techniques on still images to obtain positive pairs,", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 122, + 505, + 134 + ], + "spans": [ + { + "bbox": [ + 106, + 122, + 505, + 134 + ], + "score": 1.0, + "content": "which is a simple method to get self-supervision (Chen et al., 2020) and does not require a pretext-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 132, + 495, + 145 + ], + "spans": [ + { + "bbox": [ + 106, + 132, + 495, + 145 + ], + "score": 1.0, + "content": "task specific network architecture (Hjelm et al., 2019; Bachman et al., 2019; Henaff et al., 2019). ´", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3, + "bbox_fs": [ + 105, + 110, + 505, + 145 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 149, + 505, + 194 + ], + "lines": [ + { + "bbox": [ + 105, + 149, + 505, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 149, + 505, + 161 + ], + "score": 1.0, + "content": "Loss functions. Denoising auto-encoders use a reconstruction loss which compares the generated", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 160, + 506, + 173 + ], + "spans": [ + { + "bbox": [ + 105, + 160, + 506, + 173 + ], + "score": 1.0, + "content": "image with the input image before adding noise. Other generative methods use an adversarial loss", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 171, + 506, + 184 + ], + "spans": [ + { + "bbox": [ + 105, + 171, + 506, + 184 + ], + "score": 1.0, + "content": "in which a discriminator provides supervisory information to the generator (Donahue et al., 2017;", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 183, + 228, + 194 + ], + "spans": [ + { + "bbox": [ + 106, + 183, + 228, + 194 + ], + "score": 1.0, + "content": "Donahue & Simonyan, 2019).", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6.5, + "bbox_fs": [ + 105, + 149, + 506, + 194 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 199, + 504, + 244 + ], + "lines": [ + { + "bbox": [ + 106, + 199, + 505, + 211 + ], + "spans": [ + { + "bbox": [ + 106, + 199, + 505, + 211 + ], + "score": 1.0, + "content": "Early self-supervised (deep) discriminative methods used a triplet loss (Wang & Gupta, 2015; Misra", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 210, + 506, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 210, + 266, + 223 + ], + "score": 1.0, + "content": "et al., 2016): given two positive images", + "type": "text" + }, + { + "bbox": [ + 267, + 212, + 291, + 222 + ], + "score": 0.9, + "content": "x _ { i } , x _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 291, + 210, + 352, + 223 + ], + "score": 1.0, + "content": "and a negative", + "type": "text" + }, + { + "bbox": [ + 353, + 211, + 365, + 221 + ], + "score": 0.86, + "content": "x _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 365, + 210, + 506, + 223 + ], + "score": 1.0, + "content": "(Sec. 1), together with their corre-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 221, + 504, + 234 + ], + "spans": [ + { + "bbox": [ + 105, + 221, + 259, + 234 + ], + "score": 1.0, + "content": "sponding latent-space representations", + "type": "text" + }, + { + "bbox": [ + 260, + 223, + 297, + 233 + ], + "score": 0.91, + "content": "\\mathbf { z } _ { i } , \\mathbf { z } _ { j } , \\mathbf { z } _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 221, + 463, + 234 + ], + "score": 1.0, + "content": ", this loss penalizes those cases in which", + "type": "text" + }, + { + "bbox": [ + 464, + 223, + 473, + 232 + ], + "score": 0.85, + "content": "\\mathbf { z } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 221, + 492, + 234 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 492, + 223, + 504, + 232 + ], + "score": 0.84, + "content": "\\mathbf { z } _ { k }", + "type": "inline_equation" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 232, + 331, + 245 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 221, + 245 + ], + "score": 1.0, + "content": "are closer to each other than", + "type": "text" + }, + { + "bbox": [ + 221, + 234, + 231, + 243 + ], + "score": 0.86, + "content": "\\mathbf { z } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 231, + 232, + 248, + 245 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 249, + 234, + 259, + 244 + ], + "score": 0.88, + "content": "\\mathbf { z } _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 232, + 317, + 245 + ], + "score": 1.0, + "content": "plus a margin", + "type": "text" + }, + { + "bbox": [ + 317, + 234, + 327, + 242 + ], + "score": 0.75, + "content": "m", + "type": "inline_equation" + }, + { + "bbox": [ + 327, + 232, + 331, + 245 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 10.5, + "bbox_fs": [ + 105, + 199, + 506, + 245 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 219, + 257, + 392, + 273 + ], + "lines": [ + { + "bbox": [ + 219, + 257, + 392, + 273 + ], + "spans": [ + { + "bbox": [ + 219, + 257, + 392, + 273 + ], + "score": 0.92, + "content": "L _ { T r i p l e t } = - \\operatorname* { m a x } ( \\mathbf { z } _ { i } ^ { T } \\mathbf { z } _ { k } - \\mathbf { z } _ { i } ^ { T } \\mathbf { z } _ { j } + m , 0 ) .", + "type": "interline_equation", + "image_path": "44b2b560b0f14c65533db1f708379ccdefbeb3954729f1889df2a26a81d0c111.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 219, + 257, + 392, + 273 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 281, + 505, + 315 + ], + "lines": [ + { + "bbox": [ + 106, + 282, + 504, + 293 + ], + "spans": [ + { + "bbox": [ + 106, + 282, + 504, + 293 + ], + "score": 1.0, + "content": "Most of the recent self-supervised discriminative methods are based on some contrastive loss (Had-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 291, + 505, + 306 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 241, + 306 + ], + "score": 1.0, + "content": "sell et al., 2006) variant, in which", + "type": "text" + }, + { + "bbox": [ + 242, + 294, + 252, + 303 + ], + "score": 0.86, + "content": "\\mathbf { z } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 252, + 291, + 269, + 306 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 270, + 294, + 280, + 304 + ], + "score": 0.88, + "content": "\\mathbf { z } _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 280, + 291, + 505, + 306 + ], + "score": 1.0, + "content": "are contrasted against a set of negative pairs. Following", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 303, + 370, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 370, + 316 + ], + "score": 1.0, + "content": "the common formulation proposed by van den Oord et al. (2018):", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15, + "bbox_fs": [ + 105, + 282, + 505, + 316 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 207, + 328, + 402, + 360 + ], + "lines": [ + { + "bbox": [ + 207, + 328, + 402, + 360 + ], + "spans": [ + { + "bbox": [ + 207, + 328, + 402, + 360 + ], + "score": 0.93, + "content": "L _ { C o n t r a s t i v e } = - \\log \\frac { \\exp { ( \\mathbf { z } _ { i } ^ { T } \\mathbf { z } _ { j } / \\tau ) } } { \\sum _ { k = 1 , k \\neq i } ^ { K } \\exp { ( \\mathbf { z } _ { i } ^ { T } \\mathbf { z } _ { k } / \\tau ) } } ,", + "type": "interline_equation", + "image_path": "eb22b78d299c708f33722ee37e28f18a059a44e82828af4f9962a697223db1e9.jpg" + } + ] + } + ], + "index": 17.5, + "virtual_lines": [ + { + "bbox": [ + 207, + 328, + 402, + 344.0 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 207, + 344.0, + 402, + 360.0 + ], + "spans": [], + "index": 18 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 367, + 505, + 445 + ], + "lines": [ + { + "bbox": [ + 106, + 368, + 505, + 380 + ], + "spans": [ + { + "bbox": [ + 106, + 368, + 133, + 380 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 370, + 140, + 378 + ], + "score": 0.77, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 368, + 505, + 380 + ], + "score": 1.0, + "content": "is a temperature hyperparameter which should be manually set and the sum in the denom-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 378, + 505, + 391 + ], + "spans": [ + { + "bbox": [ + 105, + 378, + 199, + 391 + ], + "score": 1.0, + "content": "inator is over a set of", + "type": "text" + }, + { + "bbox": [ + 199, + 379, + 228, + 389 + ], + "score": 0.9, + "content": "K - 1", + "type": "inline_equation" + }, + { + "bbox": [ + 228, + 378, + 343, + 391 + ], + "score": 1.0, + "content": "negative samples. Usually", + "type": "text" + }, + { + "bbox": [ + 343, + 379, + 353, + 389 + ], + "score": 0.82, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 378, + 505, + 391 + ], + "score": 1.0, + "content": "is the size of the current batch, i.e.,", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 107, + 389, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 107, + 390, + 147, + 400 + ], + "score": 0.9, + "content": "K = 2 N", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 389, + 177, + 403 + ], + "score": 1.0, + "content": ", being", + "type": "text" + }, + { + "bbox": [ + 177, + 390, + 187, + 400 + ], + "score": 0.8, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 188, + 389, + 505, + 403 + ], + "score": 1.0, + "content": "the number of the positive pairs. However, as shown by Hjelm et al. (2019),", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 401, + 505, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 505, + 414 + ], + "score": 1.0, + "content": "the contrastive loss (2) requires a large number of negative samples to be competitive. Wu et al.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 410, + 505, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 410, + 505, + 425 + ], + "score": 1.0, + "content": "(2018); He et al. (2019) use a set of negatives much larger than the current batch, by pre-computing", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 423, + 505, + 435 + ], + "spans": [ + { + "bbox": [ + 105, + 423, + 505, + 435 + ], + "score": 1.0, + "content": "latent-space representations of old samples. SimCLR (Chen et al. (2020)) uses a simpler, but com-", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 434, + 356, + 446 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 356, + 446 + ], + "score": 1.0, + "content": "putationally very demanding, solution based on large batches.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 22, + "bbox_fs": [ + 105, + 368, + 505, + 446 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 450, + 505, + 550 + ], + "lines": [ + { + "bbox": [ + 106, + 451, + 505, + 462 + ], + "spans": [ + { + "bbox": [ + 106, + 451, + 505, + 462 + ], + "score": 1.0, + "content": "While recent works (van den Oord et al., 2018; Henaff et al., 2019; Hjelm et al., 2019; Bachman ´", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 462, + 505, + 474 + ], + "spans": [ + { + "bbox": [ + 106, + 462, + 505, + 474 + ], + "score": 1.0, + "content": "et al., 2019; Ravanelli & Bengio, 2018) draw a relation between the contrastive loss and an estimate", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 472, + 505, + 486 + ], + "spans": [ + { + "bbox": [ + 105, + 472, + 505, + 486 + ], + "score": 1.0, + "content": "of the mutual information between the latent-space image representations, Tschannen et al. (2019)", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 483, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 505, + 496 + ], + "score": 1.0, + "content": "showed that the success of this loss is likely related to learning a metric space, similarly to what", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 495, + 505, + 507 + ], + "spans": [ + { + "bbox": [ + 106, + 495, + 443, + 507 + ], + "score": 1.0, + "content": "happens with a triplet loss. On the other hand, Wang & Isola (2020) showed that the", + "type": "text" + }, + { + "bbox": [ + 444, + 495, + 456, + 505 + ], + "score": 0.88, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 457, + 495, + 505, + 507 + ], + "score": 1.0, + "content": "normalized", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 505, + 505, + 518 + ], + "spans": [ + { + "bbox": [ + 105, + 505, + 505, + 518 + ], + "score": 1.0, + "content": "contrastive loss asymptotically converges to the minimization of two desirable characteristics of the", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 516, + 505, + 529 + ], + "spans": [ + { + "bbox": [ + 106, + 516, + 505, + 529 + ], + "score": 1.0, + "content": "latent-space representations on the surface of the unit hypersphere: uniformity and semantic align-", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 527, + 505, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 527, + 360, + 541 + ], + "score": 1.0, + "content": "ment. In the same paper, the authors propose two new losses (", + "type": "text" + }, + { + "bbox": [ + 360, + 528, + 391, + 539 + ], + "score": 0.84, + "content": "{ \\mathcal L } _ { \\mathrm { u n i f o r m } }", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 527, + 410, + 541 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 410, + 528, + 433, + 540 + ], + "score": 0.89, + "content": "\\mathcal { L } _ { \\mathrm { a l i g n } , }", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 527, + 505, + 541 + ], + "score": 1.0, + "content": ") which explicitly", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 538, + 231, + 550 + ], + "spans": [ + { + "bbox": [ + 106, + 538, + 231, + 550 + ], + "score": 1.0, + "content": "deal with these characteristics.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 30, + "bbox_fs": [ + 105, + 451, + 505, + 550 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 554, + 505, + 644 + ], + "lines": [ + { + "bbox": [ + 106, + 555, + 505, + 568 + ], + "spans": [ + { + "bbox": [ + 106, + 555, + 505, + 568 + ], + "score": 1.0, + "content": "Concurrently with our work, BYOL (Grill et al. (2020)) proposes a “bootstrapping” scheme which is", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 566, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 106, + 566, + 505, + 578 + ], + "score": 1.0, + "content": "alternative to the positive-negative contrastive learning. In BYOL, an “online” network is optimised", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 578, + 505, + 590 + ], + "spans": [ + { + "bbox": [ + 106, + 578, + 505, + 590 + ], + "score": 1.0, + "content": "to predict the output of a “target” network, whose parameters are a running average of the online", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 588, + 505, + 600 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 505, + 600 + ], + "score": 1.0, + "content": "network. The predictions of the two networks are compared using an additional prediction network", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 599, + 505, + 612 + ], + "spans": [ + { + "bbox": [ + 106, + 599, + 505, + 612 + ], + "score": 1.0, + "content": "and an MSE loss. However, very recently, Fetterman & Albrecht (2020) and Tian et al. (2020) have", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 610, + 505, + 622 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 505, + 622 + ], + "score": 1.0, + "content": "empirically shown that BYOL can avoid a collapsed solution through the use of the Batch Norm", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 621, + 506, + 633 + ], + "spans": [ + { + "bbox": [ + 106, + 621, + 506, + 633 + ], + "score": 1.0, + "content": "(BN) (Ioffe & Szegedy, 2015) which avoids constant representations. Our work can be seen as a", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 632, + 498, + 644 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 498, + 644 + ], + "score": 1.0, + "content": "generalization of this finding with a much simpler network architecture (more details in Sec. 3.1).", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 38.5, + "bbox_fs": [ + 105, + 555, + 506, + 644 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 648, + 505, + 693 + ], + "lines": [ + { + "bbox": [ + 105, + 648, + 505, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 505, + 661 + ], + "score": 1.0, + "content": "In this paper we propose a different loss which is competitive with respect to other alternatives. Our", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 660, + 505, + 672 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 420, + 672 + ], + "score": 1.0, + "content": "loss formulation is simpler because it does not require a proper setting of the", + "type": "text" + }, + { + "bbox": [ + 421, + 662, + 428, + 670 + ], + "score": 0.71, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 660, + 505, + 672 + ], + "score": 1.0, + "content": "hyperparameter in", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 671, + 506, + 684 + ], + "spans": [ + { + "bbox": [ + 105, + 671, + 155, + 684 + ], + "score": 1.0, + "content": "equation 2,", + "type": "text" + }, + { + "bbox": [ + 155, + 672, + 165, + 681 + ], + "score": 0.64, + "content": "m", + "type": "inline_equation" + }, + { + "bbox": [ + 166, + 671, + 506, + 684 + ], + "score": 1.0, + "content": "in equation 1, or additional networks with a specific weight update schemes as in", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 681, + 139, + 693 + ], + "spans": [ + { + "bbox": [ + 105, + 681, + 139, + 693 + ], + "score": 1.0, + "content": "BYOL.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 44.5, + "bbox_fs": [ + 105, + 648, + 506, + 693 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 698, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "Feature Whitening. We adopt the efficient and stable Cholesky decomposition (Dereniowski &", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "Marek, 2004) based whitening transform proposed by Siarohin et al. (2019) to project our latent-", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 506, + 733 + ], + "score": 1.0, + "content": "space vectors into a spherical distribution (more details in Sec. 3). Note that Huang et al. (2018);", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 48, + "bbox_fs": [ + 105, + 698, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 169, + 79, + 445, + 294 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 169, + 79, + 445, + 294 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 169, + 79, + 445, + 294 + ], + "spans": [ + { + "bbox": [ + 169, + 79, + 445, + 294 + ], + "score": 0.977, + "type": "image", + "image_path": "d1a34f8c28ebe7ade64be93a372c8c1761ea3e488a8ecaa0f60e91f994505bfc.jpg" + } + ] + } + ], + "index": 7.5, + "virtual_lines": [ + { + "bbox": [ + 169, + 79, + 445, + 92.4375 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 169, + 92.4375, + 445, + 105.875 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 169, + 105.875, + 445, + 119.3125 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 169, + 119.3125, + 445, + 132.75 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 169, + 132.75, + 445, + 146.1875 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 169, + 146.1875, + 445, + 159.625 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 169, + 159.625, + 445, + 173.0625 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 169, + 173.0625, + 445, + 186.5 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 169, + 186.5, + 445, + 199.9375 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 169, + 199.9375, + 445, + 213.375 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 169, + 213.375, + 445, + 226.8125 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 169, + 226.8125, + 445, + 240.25 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 169, + 240.25, + 445, + 253.6875 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 169, + 253.6875, + 445, + 267.125 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 169, + 267.125, + 445, + 280.5625 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 169, + 280.5625, + 445, + 294.0 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 299, + 505, + 366 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 299, + 505, + 312 + ], + "spans": [ + { + "bbox": [ + 106, + 299, + 505, + 312 + ], + "score": 1.0, + "content": "Figure 1: A schematic representation of the W-MSE based optimization process. Positive pairs", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 310, + 505, + 322 + ], + "spans": [ + { + "bbox": [ + 105, + 310, + 469, + 322 + ], + "score": 1.0, + "content": "are indicated with the same shapes and colors. (1) A representation of the feature batch", + "type": "text" + }, + { + "bbox": [ + 469, + 311, + 479, + 320 + ], + "score": 0.72, + "content": "V", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 310, + 505, + 322 + ], + "score": 1.0, + "content": "when", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 320, + 505, + 333 + ], + "spans": [ + { + "bbox": [ + 105, + 320, + 412, + 333 + ], + "score": 1.0, + "content": "training starts. (2, 3) The distribution of the elements after whitening and", + "type": "text" + }, + { + "bbox": [ + 413, + 321, + 425, + 332 + ], + "score": 0.88, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 320, + 505, + 333 + ], + "score": 1.0, + "content": "normalization. (4)", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 331, + 505, + 345 + ], + "spans": [ + { + "bbox": [ + 105, + 331, + 276, + 345 + ], + "score": 1.0, + "content": "The MSE computed over the normalized", + "type": "text" + }, + { + "bbox": [ + 276, + 334, + 283, + 342 + ], + "score": 0.39, + "content": "\\mathbf { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 331, + 505, + 345 + ], + "score": 1.0, + "content": "features encourages the network to move the positive", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 343, + 505, + 355 + ], + "spans": [ + { + "bbox": [ + 105, + 343, + 505, + 355 + ], + "score": 1.0, + "content": "pair representations closer to each other. (5) The subsequent iterations move closer and closer the", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 354, + 505, + 366 + ], + "spans": [ + { + "bbox": [ + 105, + 354, + 505, + 366 + ], + "score": 1.0, + "content": "positive pairs, while the relative layout of the other samples is forced to lie in a spherical distribution.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 18.5 + } + ], + "index": 13.0 + }, + { + "type": "text", + "bbox": [ + 106, + 385, + 504, + 407 + ], + "lines": [ + { + "bbox": [ + 106, + 384, + 505, + 398 + ], + "spans": [ + { + "bbox": [ + 106, + 384, + 505, + 398 + ], + "score": 1.0, + "content": "Siarohin et al. (2019) use whitening transforms in the intermediate layers of the network for a com-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 396, + 404, + 409 + ], + "spans": [ + { + "bbox": [ + 106, + 396, + 404, + 409 + ], + "score": 1.0, + "content": "pletely different task: extending BN to a multivariate batch normalization.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5 + }, + { + "type": "title", + "bbox": [ + 108, + 423, + 273, + 436 + ], + "lines": [ + { + "bbox": [ + 105, + 422, + 274, + 438 + ], + "spans": [ + { + "bbox": [ + 105, + 422, + 274, + 438 + ], + "score": 1.0, + "content": "3 THE WHITENING MSE LOSS", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 106, + 447, + 505, + 503 + ], + "lines": [ + { + "bbox": [ + 106, + 447, + 504, + 461 + ], + "spans": [ + { + "bbox": [ + 106, + 447, + 178, + 461 + ], + "score": 1.0, + "content": "Given an image", + "type": "text" + }, + { + "bbox": [ + 178, + 451, + 185, + 458 + ], + "score": 0.71, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 447, + 303, + 461 + ], + "score": 1.0, + "content": ", we extract an embedding", + "type": "text" + }, + { + "bbox": [ + 303, + 448, + 359, + 460 + ], + "score": 0.93, + "content": "\\mathrm { ~ \\bf ~ z ~ } = \\mathrm { ~ \\bf ~ \\it ~ f ~ } ( x ; \\theta )", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 447, + 476, + 461 + ], + "score": 1.0, + "content": "using an encoder network", + "type": "text" + }, + { + "bbox": [ + 477, + 448, + 504, + 460 + ], + "score": 0.91, + "content": "f ( \\cdot ; \\theta )", + "type": "inline_equation" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 459, + 506, + 471 + ], + "spans": [ + { + "bbox": [ + 105, + 459, + 182, + 471 + ], + "score": 1.0, + "content": "parametrized with", + "type": "text" + }, + { + "bbox": [ + 183, + 459, + 189, + 469 + ], + "score": 0.78, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 459, + 506, + 471 + ], + "score": 1.0, + "content": "(more details below). We require that: (1) the image embeddings are drawn", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 469, + 506, + 483 + ], + "spans": [ + { + "bbox": [ + 106, + 469, + 506, + 483 + ], + "score": 1.0, + "content": "from a non-degenerate distribution (the latter being a distribution where, e.g., all the representations", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 480, + 506, + 494 + ], + "spans": [ + { + "bbox": [ + 106, + 480, + 334, + 494 + ], + "score": 1.0, + "content": "collapse to a single point), and (2) positive image pairs", + "type": "text" + }, + { + "bbox": [ + 334, + 481, + 366, + 493 + ], + "score": 0.92, + "content": "( x _ { i } , x _ { j } )", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 480, + 506, + 494 + ], + "score": 1.0, + "content": ", which share a similar semantics,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 490, + 421, + 505 + ], + "spans": [ + { + "bbox": [ + 105, + 490, + 421, + 505 + ], + "score": 1.0, + "content": "should be clustered close to each other. We formulate this problem as follows:", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 27 + }, + { + "type": "interline_equation", + "bbox": [ + 235, + 518, + 376, + 547 + ], + "lines": [ + { + "bbox": [ + 235, + 518, + 376, + 547 + ], + "spans": [ + { + "bbox": [ + 235, + 518, + 376, + 547 + ], + "score": 0.91, + "content": "\\begin{array} { c } { m i n _ { \\theta } \\operatorname { \\mathbb { E } } d i s t ( \\mathbf { z } _ { i } , \\mathbf { z } _ { j } ) , } \\\\ { s . t . c o v ( \\mathbf { z } _ { i } , \\mathbf { z } _ { i } ) = c o v ( \\mathbf { z } _ { j } , \\mathbf { z } _ { j } ) = I , } \\end{array}", + "type": "interline_equation", + "image_path": "30d72da0e98a5c371d2397190b73c3f5ebc19ca27011f812a7ab29fdc71e7c94.jpg" + } + ] + } + ], + "index": 30.5, + "virtual_lines": [ + { + "bbox": [ + 235, + 518, + 376, + 532.5 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 235, + 532.5, + 376, + 547.0 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 551, + 505, + 618 + ], + "lines": [ + { + "bbox": [ + 106, + 551, + 506, + 565 + ], + "spans": [ + { + "bbox": [ + 106, + 551, + 134, + 565 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 552, + 163, + 564 + ], + "score": 0.9, + "content": "d i s t ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 551, + 288, + 565 + ], + "score": 1.0, + "content": "is a distance between vectors,", + "type": "text" + }, + { + "bbox": [ + 289, + 553, + 295, + 562 + ], + "score": 0.79, + "content": "I", + "type": "inline_equation" + }, + { + "bbox": [ + 296, + 551, + 403, + 565 + ], + "score": 1.0, + "content": "is the identity matrix and", + "type": "text" + }, + { + "bbox": [ + 403, + 552, + 434, + 565 + ], + "score": 0.94, + "content": "( \\mathbf { z } _ { i } , \\mathbf { z } _ { j } )", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 551, + 506, + 565 + ], + "score": 1.0, + "content": "corresponds to a", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 563, + 506, + 576 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 203, + 575 + ], + "score": 1.0, + "content": "positive pair of images", + "type": "text" + }, + { + "bbox": [ + 203, + 563, + 235, + 576 + ], + "score": 0.93, + "content": "( x _ { i } , x _ { j } )", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 563, + 457, + 575 + ], + "score": 1.0, + "content": ". With equation 4, we constrain the distribution of the", + "type": "text" + }, + { + "bbox": [ + 458, + 565, + 465, + 573 + ], + "score": 0.68, + "content": "\\mathbf { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 563, + 506, + 575 + ], + "score": 1.0, + "content": "values to", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 575, + 504, + 586 + ], + "spans": [ + { + "bbox": [ + 106, + 575, + 504, + 586 + ], + "score": 1.0, + "content": "be non-degenerate, hence avoiding that all the probability mass is concentrated in a single point.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 585, + 505, + 598 + ], + "spans": [ + { + "bbox": [ + 106, + 585, + 317, + 598 + ], + "score": 1.0, + "content": "Moreover, equation 4 makes all the components of", + "type": "text" + }, + { + "bbox": [ + 317, + 587, + 324, + 595 + ], + "score": 0.7, + "content": "\\mathbf { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 325, + 585, + 505, + 598 + ], + "score": 1.0, + "content": "to be linearly independent from each other,", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 596, + 506, + 609 + ], + "spans": [ + { + "bbox": [ + 106, + 596, + 293, + 609 + ], + "score": 1.0, + "content": "which encourages the different dimensions of", + "type": "text" + }, + { + "bbox": [ + 293, + 598, + 300, + 606 + ], + "score": 0.67, + "content": "\\mathbf { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 596, + 506, + 609 + ], + "score": 1.0, + "content": "to represent different semantic content. We define", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 606, + 476, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 476, + 619 + ], + "score": 1.0, + "content": "the distance with the cosine similarity, implemented with MSE between normalized vectors:", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 34.5 + }, + { + "type": "interline_equation", + "bbox": [ + 189, + 621, + 423, + 652 + ], + "lines": [ + { + "bbox": [ + 189, + 621, + 423, + 652 + ], + "spans": [ + { + "bbox": [ + 189, + 621, + 423, + 652 + ], + "score": 0.94, + "content": "d i s t ( \\mathbf { z } _ { i } , \\mathbf { z } _ { j } ) = \\left\\| { \\frac { \\mathbf { z } _ { i } } { \\left\\| \\mathbf { z } _ { i } \\right\\| _ { 2 } } } - { \\frac { \\mathbf { z } _ { j } } { \\left\\| \\mathbf { z } _ { j } \\right\\| _ { 2 } } } \\right\\| _ { 2 } ^ { 2 } = 2 - 2 { \\frac { \\langle \\mathbf { z } _ { i } , \\mathbf { z } _ { j } \\rangle } { \\left\\| \\mathbf { z } _ { i } \\right\\| _ { 2 } \\cdot \\left\\| \\mathbf { z } _ { j } \\right\\| _ { 2 } } }", + "type": "interline_equation", + "image_path": "64a3f2fce66c9fabe7cd11f9eeab3f4b08cf392f4b703cc4a4159a0d5227dfde.jpg" + } + ] + } + ], + "index": 38.5, + "virtual_lines": [ + { + "bbox": [ + 189, + 621, + 423, + 636.5 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 189, + 636.5, + 423, + 652.0 + ], + "spans": [], + "index": 39 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 659, + 505, + 693 + ], + "lines": [ + { + "bbox": [ + 105, + 658, + 505, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 658, + 505, + 673 + ], + "score": 1.0, + "content": "In Appendix C we also include other experiments in which the cosine similarity is replaced by the", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 670, + 505, + 683 + ], + "spans": [ + { + "bbox": [ + 105, + 670, + 505, + 683 + ], + "score": 1.0, + "content": "Euclidean distance. We provide below the details on how positive image samples are collected, how", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 682, + 372, + 694 + ], + "spans": [ + { + "bbox": [ + 106, + 682, + 372, + 694 + ], + "score": 1.0, + "content": "they are encoded and how the above optimization is implemented.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41 + }, + { + "type": "text", + "bbox": [ + 107, + 698, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "First, similarly to Chen et al. (2020), we obtain positive samples sharing the same semantics from", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 167, + 722 + ], + "score": 1.0, + "content": "a single image", + "type": "text" + }, + { + "bbox": [ + 168, + 712, + 175, + 720 + ], + "score": 0.74, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 175, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "and using standard image transformation techniques. Specifically, we use a com-", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 720, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 406, + 733 + ], + "score": 1.0, + "content": "position of image cropping, grayscaling and color jittering transformations", + "type": "text" + }, + { + "bbox": [ + 407, + 720, + 436, + 732 + ], + "score": 0.93, + "content": "T ( \\cdot ; \\mathbf { p } )", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 721, + 505, + 733 + ], + "score": 1.0, + "content": ". The parameters", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 44 + } + ], + "page_idx": 3, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 306, + 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 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 308, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 310, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 310, + 762 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 12, + "width": 8 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 169, + 79, + 445, + 294 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 169, + 79, + 445, + 294 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 169, + 79, + 445, + 294 + ], + "spans": [ + { + "bbox": [ + 169, + 79, + 445, + 294 + ], + "score": 0.977, + "type": "image", + "image_path": "d1a34f8c28ebe7ade64be93a372c8c1761ea3e488a8ecaa0f60e91f994505bfc.jpg" + } + ] + } + ], + "index": 7.5, + "virtual_lines": [ + { + "bbox": [ + 169, + 79, + 445, + 92.4375 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 169, + 92.4375, + 445, + 105.875 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 169, + 105.875, + 445, + 119.3125 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 169, + 119.3125, + 445, + 132.75 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 169, + 132.75, + 445, + 146.1875 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 169, + 146.1875, + 445, + 159.625 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 169, + 159.625, + 445, + 173.0625 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 169, + 173.0625, + 445, + 186.5 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 169, + 186.5, + 445, + 199.9375 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 169, + 199.9375, + 445, + 213.375 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 169, + 213.375, + 445, + 226.8125 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 169, + 226.8125, + 445, + 240.25 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 169, + 240.25, + 445, + 253.6875 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 169, + 253.6875, + 445, + 267.125 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 169, + 267.125, + 445, + 280.5625 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 169, + 280.5625, + 445, + 294.0 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 299, + 505, + 366 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 299, + 505, + 312 + ], + "spans": [ + { + "bbox": [ + 106, + 299, + 505, + 312 + ], + "score": 1.0, + "content": "Figure 1: A schematic representation of the W-MSE based optimization process. Positive pairs", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 310, + 505, + 322 + ], + "spans": [ + { + "bbox": [ + 105, + 310, + 469, + 322 + ], + "score": 1.0, + "content": "are indicated with the same shapes and colors. (1) A representation of the feature batch", + "type": "text" + }, + { + "bbox": [ + 469, + 311, + 479, + 320 + ], + "score": 0.72, + "content": "V", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 310, + 505, + 322 + ], + "score": 1.0, + "content": "when", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 320, + 505, + 333 + ], + "spans": [ + { + "bbox": [ + 105, + 320, + 412, + 333 + ], + "score": 1.0, + "content": "training starts. (2, 3) The distribution of the elements after whitening and", + "type": "text" + }, + { + "bbox": [ + 413, + 321, + 425, + 332 + ], + "score": 0.88, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 320, + 505, + 333 + ], + "score": 1.0, + "content": "normalization. (4)", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 331, + 505, + 345 + ], + "spans": [ + { + "bbox": [ + 105, + 331, + 276, + 345 + ], + "score": 1.0, + "content": "The MSE computed over the normalized", + "type": "text" + }, + { + "bbox": [ + 276, + 334, + 283, + 342 + ], + "score": 0.39, + "content": "\\mathbf { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 331, + 505, + 345 + ], + "score": 1.0, + "content": "features encourages the network to move the positive", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 343, + 505, + 355 + ], + "spans": [ + { + "bbox": [ + 105, + 343, + 505, + 355 + ], + "score": 1.0, + "content": "pair representations closer to each other. (5) The subsequent iterations move closer and closer the", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 354, + 505, + 366 + ], + "spans": [ + { + "bbox": [ + 105, + 354, + 505, + 366 + ], + "score": 1.0, + "content": "positive pairs, while the relative layout of the other samples is forced to lie in a spherical distribution.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 18.5 + } + ], + "index": 13.0 + }, + { + "type": "text", + "bbox": [ + 106, + 385, + 504, + 407 + ], + "lines": [ + { + "bbox": [ + 106, + 384, + 505, + 398 + ], + "spans": [ + { + "bbox": [ + 106, + 384, + 505, + 398 + ], + "score": 1.0, + "content": "Siarohin et al. (2019) use whitening transforms in the intermediate layers of the network for a com-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 396, + 404, + 409 + ], + "spans": [ + { + "bbox": [ + 106, + 396, + 404, + 409 + ], + "score": 1.0, + "content": "pletely different task: extending BN to a multivariate batch normalization.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5, + "bbox_fs": [ + 106, + 384, + 505, + 409 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 423, + 273, + 436 + ], + "lines": [ + { + "bbox": [ + 105, + 422, + 274, + 438 + ], + "spans": [ + { + "bbox": [ + 105, + 422, + 274, + 438 + ], + "score": 1.0, + "content": "3 THE WHITENING MSE LOSS", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 106, + 447, + 505, + 503 + ], + "lines": [ + { + "bbox": [ + 106, + 447, + 504, + 461 + ], + "spans": [ + { + "bbox": [ + 106, + 447, + 178, + 461 + ], + "score": 1.0, + "content": "Given an image", + "type": "text" + }, + { + "bbox": [ + 178, + 451, + 185, + 458 + ], + "score": 0.71, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 447, + 303, + 461 + ], + "score": 1.0, + "content": ", we extract an embedding", + "type": "text" + }, + { + "bbox": [ + 303, + 448, + 359, + 460 + ], + "score": 0.93, + "content": "\\mathrm { ~ \\bf ~ z ~ } = \\mathrm { ~ \\bf ~ \\it ~ f ~ } ( x ; \\theta )", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 447, + 476, + 461 + ], + "score": 1.0, + "content": "using an encoder network", + "type": "text" + }, + { + "bbox": [ + 477, + 448, + 504, + 460 + ], + "score": 0.91, + "content": "f ( \\cdot ; \\theta )", + "type": "inline_equation" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 459, + 506, + 471 + ], + "spans": [ + { + "bbox": [ + 105, + 459, + 182, + 471 + ], + "score": 1.0, + "content": "parametrized with", + "type": "text" + }, + { + "bbox": [ + 183, + 459, + 189, + 469 + ], + "score": 0.78, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 459, + 506, + 471 + ], + "score": 1.0, + "content": "(more details below). We require that: (1) the image embeddings are drawn", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 469, + 506, + 483 + ], + "spans": [ + { + "bbox": [ + 106, + 469, + 506, + 483 + ], + "score": 1.0, + "content": "from a non-degenerate distribution (the latter being a distribution where, e.g., all the representations", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 480, + 506, + 494 + ], + "spans": [ + { + "bbox": [ + 106, + 480, + 334, + 494 + ], + "score": 1.0, + "content": "collapse to a single point), and (2) positive image pairs", + "type": "text" + }, + { + "bbox": [ + 334, + 481, + 366, + 493 + ], + "score": 0.92, + "content": "( x _ { i } , x _ { j } )", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 480, + 506, + 494 + ], + "score": 1.0, + "content": ", which share a similar semantics,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 490, + 421, + 505 + ], + "spans": [ + { + "bbox": [ + 105, + 490, + 421, + 505 + ], + "score": 1.0, + "content": "should be clustered close to each other. We formulate this problem as follows:", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 27, + "bbox_fs": [ + 105, + 447, + 506, + 505 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 235, + 518, + 376, + 547 + ], + "lines": [ + { + "bbox": [ + 235, + 518, + 376, + 547 + ], + "spans": [ + { + "bbox": [ + 235, + 518, + 376, + 547 + ], + "score": 0.91, + "content": "\\begin{array} { c } { m i n _ { \\theta } \\operatorname { \\mathbb { E } } d i s t ( \\mathbf { z } _ { i } , \\mathbf { z } _ { j } ) , } \\\\ { s . t . c o v ( \\mathbf { z } _ { i } , \\mathbf { z } _ { i } ) = c o v ( \\mathbf { z } _ { j } , \\mathbf { z } _ { j } ) = I , } \\end{array}", + "type": "interline_equation", + "image_path": "30d72da0e98a5c371d2397190b73c3f5ebc19ca27011f812a7ab29fdc71e7c94.jpg" + } + ] + } + ], + "index": 30.5, + "virtual_lines": [ + { + "bbox": [ + 235, + 518, + 376, + 532.5 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 235, + 532.5, + 376, + 547.0 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 551, + 505, + 618 + ], + "lines": [ + { + "bbox": [ + 106, + 551, + 506, + 565 + ], + "spans": [ + { + "bbox": [ + 106, + 551, + 134, + 565 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 552, + 163, + 564 + ], + "score": 0.9, + "content": "d i s t ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 551, + 288, + 565 + ], + "score": 1.0, + "content": "is a distance between vectors,", + "type": "text" + }, + { + "bbox": [ + 289, + 553, + 295, + 562 + ], + "score": 0.79, + "content": "I", + "type": "inline_equation" + }, + { + "bbox": [ + 296, + 551, + 403, + 565 + ], + "score": 1.0, + "content": "is the identity matrix and", + "type": "text" + }, + { + "bbox": [ + 403, + 552, + 434, + 565 + ], + "score": 0.94, + "content": "( \\mathbf { z } _ { i } , \\mathbf { z } _ { j } )", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 551, + 506, + 565 + ], + "score": 1.0, + "content": "corresponds to a", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 563, + 506, + 576 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 203, + 575 + ], + "score": 1.0, + "content": "positive pair of images", + "type": "text" + }, + { + "bbox": [ + 203, + 563, + 235, + 576 + ], + "score": 0.93, + "content": "( x _ { i } , x _ { j } )", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 563, + 457, + 575 + ], + "score": 1.0, + "content": ". With equation 4, we constrain the distribution of the", + "type": "text" + }, + { + "bbox": [ + 458, + 565, + 465, + 573 + ], + "score": 0.68, + "content": "\\mathbf { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 563, + 506, + 575 + ], + "score": 1.0, + "content": "values to", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 575, + 504, + 586 + ], + "spans": [ + { + "bbox": [ + 106, + 575, + 504, + 586 + ], + "score": 1.0, + "content": "be non-degenerate, hence avoiding that all the probability mass is concentrated in a single point.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 585, + 505, + 598 + ], + "spans": [ + { + "bbox": [ + 106, + 585, + 317, + 598 + ], + "score": 1.0, + "content": "Moreover, equation 4 makes all the components of", + "type": "text" + }, + { + "bbox": [ + 317, + 587, + 324, + 595 + ], + "score": 0.7, + "content": "\\mathbf { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 325, + 585, + 505, + 598 + ], + "score": 1.0, + "content": "to be linearly independent from each other,", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 596, + 506, + 609 + ], + "spans": [ + { + "bbox": [ + 106, + 596, + 293, + 609 + ], + "score": 1.0, + "content": "which encourages the different dimensions of", + "type": "text" + }, + { + "bbox": [ + 293, + 598, + 300, + 606 + ], + "score": 0.67, + "content": "\\mathbf { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 596, + 506, + 609 + ], + "score": 1.0, + "content": "to represent different semantic content. We define", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 606, + 476, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 476, + 619 + ], + "score": 1.0, + "content": "the distance with the cosine similarity, implemented with MSE between normalized vectors:", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 34.5, + "bbox_fs": [ + 105, + 551, + 506, + 619 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 189, + 621, + 423, + 652 + ], + "lines": [ + { + "bbox": [ + 189, + 621, + 423, + 652 + ], + "spans": [ + { + "bbox": [ + 189, + 621, + 423, + 652 + ], + "score": 0.94, + "content": "d i s t ( \\mathbf { z } _ { i } , \\mathbf { z } _ { j } ) = \\left\\| { \\frac { \\mathbf { z } _ { i } } { \\left\\| \\mathbf { z } _ { i } \\right\\| _ { 2 } } } - { \\frac { \\mathbf { z } _ { j } } { \\left\\| \\mathbf { z } _ { j } \\right\\| _ { 2 } } } \\right\\| _ { 2 } ^ { 2 } = 2 - 2 { \\frac { \\langle \\mathbf { z } _ { i } , \\mathbf { z } _ { j } \\rangle } { \\left\\| \\mathbf { z } _ { i } \\right\\| _ { 2 } \\cdot \\left\\| \\mathbf { z } _ { j } \\right\\| _ { 2 } } }", + "type": "interline_equation", + "image_path": "64a3f2fce66c9fabe7cd11f9eeab3f4b08cf392f4b703cc4a4159a0d5227dfde.jpg" + } + ] + } + ], + "index": 38.5, + "virtual_lines": [ + { + "bbox": [ + 189, + 621, + 423, + 636.5 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 189, + 636.5, + 423, + 652.0 + ], + "spans": [], + "index": 39 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 659, + 505, + 693 + ], + "lines": [ + { + "bbox": [ + 105, + 658, + 505, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 658, + 505, + 673 + ], + "score": 1.0, + "content": "In Appendix C we also include other experiments in which the cosine similarity is replaced by the", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 670, + 505, + 683 + ], + "spans": [ + { + "bbox": [ + 105, + 670, + 505, + 683 + ], + "score": 1.0, + "content": "Euclidean distance. We provide below the details on how positive image samples are collected, how", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 682, + 372, + 694 + ], + "spans": [ + { + "bbox": [ + 106, + 682, + 372, + 694 + ], + "score": 1.0, + "content": "they are encoded and how the above optimization is implemented.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41, + "bbox_fs": [ + 105, + 658, + 505, + 694 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 698, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "First, similarly to Chen et al. (2020), we obtain positive samples sharing the same semantics from", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 167, + 722 + ], + "score": 1.0, + "content": "a single image", + "type": "text" + }, + { + "bbox": [ + 168, + 712, + 175, + 720 + ], + "score": 0.74, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 175, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "and using standard image transformation techniques. Specifically, we use a com-", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 720, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 406, + 733 + ], + "score": 1.0, + "content": "position of image cropping, grayscaling and color jittering transformations", + "type": "text" + }, + { + "bbox": [ + 407, + 720, + 436, + 732 + ], + "score": 0.93, + "content": "T ( \\cdot ; \\mathbf { p } )", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 721, + 505, + 733 + ], + "score": 1.0, + "content": ". The parameters", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 107, + 255, + 505, + 268 + ], + "spans": [ + { + "bbox": [ + 107, + 256, + 121, + 267 + ], + "score": 0.46, + "content": "\\mathbf { \\tau } ( \\mathbf { p } )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 121, + 255, + 505, + 268 + ], + "score": 1.0, + "content": "are selected uniformly at random and independently for each positive sample extracted from the", + "type": "text", + "cross_page": true + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 266, + 505, + 280 + ], + "spans": [ + { + "bbox": [ + 105, + 266, + 159, + 280 + ], + "score": 1.0, + "content": "same image:", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 159, + 266, + 217, + 279 + ], + "score": 0.93, + "content": "x _ { i } = T ( x ; { \\mathbf p } _ { i } )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 217, + 266, + 329, + 280 + ], + "score": 1.0, + "content": ". We concisely indicate with", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 329, + 267, + 365, + 279 + ], + "score": 0.92, + "content": "p o s ( i , j )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 365, + 266, + 414, + 280 + ], + "score": 1.0, + "content": "the fact that", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 414, + 268, + 424, + 277 + ], + "score": 0.86, + "content": "x _ { i }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 424, + 266, + 441, + 280 + ], + "score": 1.0, + "content": "and", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 441, + 267, + 501, + 279 + ], + "score": 0.91, + "content": "x _ { j } ( x _ { i } , x _ { j } \\in B", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 502, + 266, + 505, + 280 + ], + "score": 1.0, + "content": ",", + "type": "text", + "cross_page": true + } + ], + "index": 9 + }, + { + "bbox": [ + 107, + 276, + 359, + 290 + ], + "spans": [ + { + "bbox": [ + 107, + 278, + 116, + 287 + ], + "score": 0.76, + "content": "B", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 116, + 276, + 359, + 290 + ], + "score": 1.0, + "content": "the current batch) have been extracted from the same image.", + "type": "text", + "cross_page": true + } + ], + "index": 10 + } + ], + "index": 44, + "bbox_fs": [ + 105, + 698, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 145, + 79, + 466, + 174 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 145, + 79, + 466, + 174 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 145, + 79, + 466, + 174 + ], + "spans": [ + { + "bbox": [ + 145, + 79, + 466, + 174 + ], + "score": 0.964, + "type": "image", + "image_path": "30fed903347f9275f5f14cd0634d881a6b9fc03086e82bb722a8a53a8a41ffdd.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 145, + 79, + 466, + 110.66666666666667 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 145, + 110.66666666666667, + 466, + 142.33333333333334 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 145, + 142.33333333333334, + 466, + 174.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 177, + 506, + 233 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 177, + 506, + 190 + ], + "spans": [ + { + "bbox": [ + 105, + 177, + 326, + 190 + ], + "score": 1.0, + "content": "Figure 2: A scheme of our training procedure. First,", + "type": "text" + }, + { + "bbox": [ + 326, + 178, + 334, + 188 + ], + "score": 0.62, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 177, + 338, + 190 + ], + "score": 0.0, + "content": "", + "type": "text" + }, + { + "bbox": [ + 338, + 178, + 366, + 188 + ], + "score": 0.84, + "content": "Q = 4", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 177, + 506, + 190 + ], + "score": 1.0, + "content": "in this case) positive samples are", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 187, + 506, + 203 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 481, + 203 + ], + "score": 1.0, + "content": "generated using augmentations. These images are transformed into vectors with the encoder", + "type": "text" + }, + { + "bbox": [ + 482, + 189, + 501, + 201 + ], + "score": 0.9, + "content": "E ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 187, + 506, + 203 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 199, + 505, + 212 + ], + "spans": [ + { + "bbox": [ + 106, + 199, + 423, + 212 + ], + "score": 1.0, + "content": "Next, they are projected onto a lower dimensional space with a projection head", + "type": "text" + }, + { + "bbox": [ + 423, + 200, + 440, + 211 + ], + "score": 0.89, + "content": "g ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 440, + 199, + 505, + 212 + ], + "score": 1.0, + "content": ". Then, Whiten-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 210, + 505, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 210, + 430, + 223 + ], + "score": 1.0, + "content": "ing projects these vectors onto a spherical distribution, followed by an optional", + "type": "text" + }, + { + "bbox": [ + 430, + 212, + 443, + 222 + ], + "score": 0.88, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 210, + 505, + 223 + ], + "score": 1.0, + "content": "normalization.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 221, + 483, + 234 + ], + "spans": [ + { + "bbox": [ + 105, + 221, + 263, + 234 + ], + "score": 1.0, + "content": "Finally, the dashed curves show all the", + "type": "text" + }, + { + "bbox": [ + 263, + 221, + 327, + 234 + ], + "score": 0.93, + "content": "d ( d - 1 ) / 2 = 6", + "type": "inline_equation" + }, + { + "bbox": [ + 328, + 221, + 483, + 234 + ], + "score": 1.0, + "content": "comparisons used in our W-MSE loss.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5 + } + ], + "index": 3.0 + }, + { + "type": "text", + "bbox": [ + 107, + 255, + 505, + 289 + ], + "lines": [ + { + "bbox": [ + 107, + 255, + 505, + 268 + ], + "spans": [ + { + "bbox": [ + 107, + 256, + 121, + 267 + ], + "score": 0.46, + "content": "\\mathbf { \\tau } ( \\mathbf { p } )", + "type": "inline_equation" + }, + { + "bbox": [ + 121, + 255, + 505, + 268 + ], + "score": 1.0, + "content": "are selected uniformly at random and independently for each positive sample extracted from the", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 266, + 505, + 280 + ], + "spans": [ + { + "bbox": [ + 105, + 266, + 159, + 280 + ], + "score": 1.0, + "content": "same image:", + "type": "text" + }, + { + "bbox": [ + 159, + 266, + 217, + 279 + ], + "score": 0.93, + "content": "x _ { i } = T ( x ; { \\mathbf p } _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 217, + 266, + 329, + 280 + ], + "score": 1.0, + "content": ". We concisely indicate with", + "type": "text" + }, + { + "bbox": [ + 329, + 267, + 365, + 279 + ], + "score": 0.92, + "content": "p o s ( i , j )", + "type": "inline_equation" + }, + { + "bbox": [ + 365, + 266, + 414, + 280 + ], + "score": 1.0, + "content": "the fact that", + "type": "text" + }, + { + "bbox": [ + 414, + 268, + 424, + 277 + ], + "score": 0.86, + "content": "x _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 266, + 441, + 280 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 441, + 267, + 501, + 279 + ], + "score": 0.91, + "content": "x _ { j } ( x _ { i } , x _ { j } \\in B", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 266, + 505, + 280 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 107, + 276, + 359, + 290 + ], + "spans": [ + { + "bbox": [ + 107, + 278, + 116, + 287 + ], + "score": 0.76, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 116, + 276, + 359, + 290 + ], + "score": 1.0, + "content": "the current batch) have been extracted from the same image.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9 + }, + { + "type": "text", + "bbox": [ + 106, + 294, + 505, + 361 + ], + "lines": [ + { + "bbox": [ + 106, + 294, + 506, + 307 + ], + "spans": [ + { + "bbox": [ + 106, + 294, + 284, + 307 + ], + "score": 1.0, + "content": "The number of positive samples per image", + "type": "text" + }, + { + "bbox": [ + 285, + 295, + 291, + 304 + ], + "score": 0.73, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 292, + 294, + 506, + 307 + ], + "score": 1.0, + "content": "may vary, trading off diversity in the batch and the", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 306, + 505, + 317 + ], + "spans": [ + { + "bbox": [ + 106, + 306, + 505, + 317 + ], + "score": 1.0, + "content": "amount of the training signal. Favoring more negatives, most of the methods use one positive pair", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 110, + 316, + 506, + 329 + ], + "spans": [ + { + "bbox": [ + 110, + 316, + 135, + 327 + ], + "score": 0.85, + "content": "\\left[ d = 2 \\right.", + "type": "inline_equation" + }, + { + "bbox": [ + 136, + 316, + 506, + 329 + ], + "score": 1.0, + "content": "). However, Ji et al. (2019) have demonstrated improved performance with 5 samples, while", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 327, + 505, + 339 + ], + "spans": [ + { + "bbox": [ + 106, + 327, + 505, + 339 + ], + "score": 1.0, + "content": "Caron et al. (2020) use 8 samples. In our MSE-based loss (see below), we use all the possible", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 107, + 337, + 505, + 351 + ], + "spans": [ + { + "bbox": [ + 107, + 338, + 154, + 350 + ], + "score": 0.91, + "content": "d ( d - 1 ) / 2", + "type": "inline_equation" + }, + { + "bbox": [ + 154, + 337, + 410, + 351 + ], + "score": 1.0, + "content": "combinations of positive samples. We include experiments for", + "type": "text" + }, + { + "bbox": [ + 411, + 338, + 437, + 348 + ], + "score": 0.89, + "content": "d = 2", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 337, + 505, + 351 + ], + "score": 1.0, + "content": "(1 positive pair)", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 348, + 222, + 361 + ], + "spans": [ + { + "bbox": [ + 105, + 348, + 123, + 361 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 123, + 350, + 148, + 359 + ], + "score": 0.86, + "content": "d = 4", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 348, + 222, + 361 + ], + "score": 1.0, + "content": "(6 positive pairs).", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 13.5 + }, + { + "type": "text", + "bbox": [ + 106, + 365, + 505, + 466 + ], + "lines": [ + { + "bbox": [ + 105, + 365, + 505, + 379 + ], + "spans": [ + { + "bbox": [ + 105, + 365, + 365, + 379 + ], + "score": 1.0, + "content": "For representation learning, we use a backbone encoder network", + "type": "text" + }, + { + "bbox": [ + 365, + 366, + 408, + 378 + ], + "score": 0.32, + "content": "E ( \\cdot ) . E ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 409, + 365, + 505, + 379 + ], + "score": 1.0, + "content": ", trained without human", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 104, + 377, + 506, + 389 + ], + "spans": [ + { + "bbox": [ + 104, + 377, + 506, + 389 + ], + "score": 1.0, + "content": "supervision, will be used in Sec. 4 for evaluation using standard protocols. We use a standard", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 104, + 386, + 505, + 401 + ], + "spans": [ + { + "bbox": [ + 104, + 386, + 295, + 401 + ], + "score": 1.0, + "content": "ResNet-18 (He et al., 2016) as the encoder, and", + "type": "text" + }, + { + "bbox": [ + 295, + 388, + 337, + 400 + ], + "score": 0.93, + "content": "\\mathbf { h } = E ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 337, + 386, + 505, + 401 + ], + "score": 1.0, + "content": "is the output of the average-pooling layer.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 399, + 505, + 411 + ], + "spans": [ + { + "bbox": [ + 106, + 399, + 505, + 411 + ], + "score": 1.0, + "content": "This choice has the advantage to be simple and easily reproducible, in contrast to other methods", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 104, + 408, + 507, + 423 + ], + "spans": [ + { + "bbox": [ + 104, + 408, + 451, + 423 + ], + "score": 1.0, + "content": "which use encoder architectures specific for a given pretext task (see Sec. 2). Since", + "type": "text" + }, + { + "bbox": [ + 451, + 409, + 494, + 420 + ], + "score": 0.91, + "content": "\\mathbf { h } \\in \\mathbb { R } ^ { 5 1 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 494, + 408, + 507, + 423 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 420, + 505, + 434 + ], + "spans": [ + { + "bbox": [ + 105, + 420, + 476, + 434 + ], + "score": 1.0, + "content": "a high-dimensional vector, following Chen et al. (2020) we use a nonlinear projection head", + "type": "text" + }, + { + "bbox": [ + 476, + 421, + 493, + 433 + ], + "score": 0.9, + "content": "g ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 493, + 420, + 505, + 434 + ], + "score": 1.0, + "content": "to", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 432, + 506, + 444 + ], + "spans": [ + { + "bbox": [ + 105, + 432, + 266, + 444 + ], + "score": 1.0, + "content": "project h in a lower dimensional space:", + "type": "text" + }, + { + "bbox": [ + 266, + 432, + 306, + 443 + ], + "score": 0.92, + "content": "\\mathbf { v } = g ( \\mathbf { h } )", + "type": "inline_equation" + }, + { + "bbox": [ + 306, + 432, + 336, + 444 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 337, + 432, + 353, + 444 + ], + "score": 0.91, + "content": "g ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 432, + 506, + 444 + ], + "score": 1.0, + "content": "is implemented with a MLP with one", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 104, + 442, + 504, + 456 + ], + "spans": [ + { + "bbox": [ + 104, + 442, + 303, + 456 + ], + "score": 1.0, + "content": "hidden layer and a BN layer. The whole network", + "type": "text" + }, + { + "bbox": [ + 304, + 443, + 321, + 455 + ], + "score": 0.91, + "content": "f ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 321, + 442, + 446, + 456 + ], + "score": 1.0, + "content": "is given by the composition of", + "type": "text" + }, + { + "bbox": [ + 446, + 443, + 462, + 455 + ], + "score": 0.9, + "content": "g ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 463, + 442, + 484, + 456 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 484, + 443, + 504, + 455 + ], + "score": 0.9, + "content": "E ( \\cdot )", + "type": "inline_equation" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 452, + 158, + 468 + ], + "spans": [ + { + "bbox": [ + 105, + 452, + 158, + 468 + ], + "score": 1.0, + "content": "(see Fig. 2).", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 106, + 470, + 505, + 515 + ], + "lines": [ + { + "bbox": [ + 106, + 470, + 505, + 483 + ], + "spans": [ + { + "bbox": [ + 106, + 470, + 134, + 483 + ], + "score": 1.0, + "content": "Given", + "type": "text" + }, + { + "bbox": [ + 134, + 471, + 145, + 480 + ], + "score": 0.79, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 470, + 313, + 483 + ], + "score": 1.0, + "content": "original images and a batch of samples", + "type": "text" + }, + { + "bbox": [ + 313, + 470, + 386, + 483 + ], + "score": 0.92, + "content": "B = \\{ x _ { 1 } , . . . x _ { K } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 387, + 470, + 420, + 483 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 420, + 471, + 463, + 481 + ], + "score": 0.89, + "content": "K \\ : = \\ : N d", + "type": "inline_equation" + }, + { + "bbox": [ + 463, + 470, + 482, + 483 + ], + "score": 1.0, + "content": ", let", + "type": "text" + }, + { + "bbox": [ + 482, + 471, + 505, + 482 + ], + "score": 0.83, + "content": "V =", + "type": "inline_equation" + } + ], + "index": 26 + }, + { + "bbox": [ + 107, + 482, + 506, + 495 + ], + "spans": [ + { + "bbox": [ + 107, + 482, + 154, + 494 + ], + "score": 0.91, + "content": "\\left\\{ \\mathbf { v } _ { 1 } , \\ldots \\mathbf { v } _ { K } \\right\\}", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 482, + 506, + 495 + ], + "score": 1.0, + "content": ", be the corresponding batch of features obtained as described above. In the proposed", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 492, + 506, + 505 + ], + "spans": [ + { + "bbox": [ + 106, + 492, + 277, + 505 + ], + "score": 1.0, + "content": "W-MSE loss we compute the MSE over all", + "type": "text" + }, + { + "bbox": [ + 277, + 492, + 329, + 505 + ], + "score": 0.93, + "content": "N d ( d { - } 1 ) / 2", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 492, + 506, + 505 + ], + "score": 1.0, + "content": "positive pairs, where constraint 4 is satisfied", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 503, + 418, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 503, + 248, + 516 + ], + "score": 1.0, + "content": "using the reparameterization of the", + "type": "text" + }, + { + "bbox": [ + 248, + 505, + 255, + 513 + ], + "score": 0.52, + "content": "\\mathbf { v }", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 503, + 407, + 516 + ], + "score": 1.0, + "content": "variables with the whitened variables", + "type": "text" + }, + { + "bbox": [ + 407, + 506, + 413, + 513 + ], + "score": 0.68, + "content": "\\mathbf { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 503, + 418, + 516 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 27.5 + }, + { + "type": "interline_equation", + "bbox": [ + 186, + 528, + 424, + 560 + ], + "lines": [ + { + "bbox": [ + 186, + 528, + 424, + 560 + ], + "spans": [ + { + "bbox": [ + 186, + 528, + 424, + 560 + ], + "score": 0.94, + "content": "L _ { W - M S E } ( V ) = \\frac { 2 } { N d ( d - 1 ) } \\sum _ { ( { \\bf v } _ { i } , { \\bf v } _ { j } ) \\in V , p o s ( i , j ) } d i s t ( { \\bf z } _ { i } , { \\bf z } _ { j } ) ,", + "type": "interline_equation", + "image_path": "df8c5ace3f4e6908c1d2ecf424eaeca69c163617bcde0a6046166050c6b8b208.jpg" + } + ] + } + ], + "index": 30.5, + "virtual_lines": [ + { + "bbox": [ + 186, + 528, + 424, + 544.0 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 186, + 544.0, + 424, + 560.0 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 570, + 239, + 582 + ], + "lines": [ + { + "bbox": [ + 106, + 570, + 239, + 583 + ], + "spans": [ + { + "bbox": [ + 106, + 570, + 133, + 583 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 570, + 216, + 583 + ], + "score": 0.73, + "content": "\\mathbf { z } = W h i t e n i n g ( \\mathbf { v } )", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 570, + 239, + 583 + ], + "score": 1.0, + "content": ", and:", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32 + }, + { + "type": "interline_equation", + "bbox": [ + 236, + 598, + 374, + 612 + ], + "lines": [ + { + "bbox": [ + 236, + 598, + 374, + 612 + ], + "spans": [ + { + "bbox": [ + 236, + 598, + 374, + 612 + ], + "score": 0.9, + "content": "W h i t e n i n g ( \\mathbf { v } ) = W _ { V } ( \\mathbf { v } - { \\pmb \\mu } _ { V } ) .", + "type": "interline_equation", + "image_path": "b4a3309d784ff6b3da37bca7dab87d2bd6b0664152c9e722b75ebad52d4b4981.jpg" + } + ] + } + ], + "index": 33, + "virtual_lines": [ + { + "bbox": [ + 236, + 598, + 374, + 612 + ], + "spans": [], + "index": 33 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 620, + 505, + 646 + ], + "lines": [ + { + "bbox": [ + 105, + 619, + 506, + 636 + ], + "spans": [ + { + "bbox": [ + 105, + 619, + 164, + 636 + ], + "score": 1.0, + "content": "In equation 7,", + "type": "text" + }, + { + "bbox": [ + 164, + 623, + 179, + 633 + ], + "score": 0.81, + "content": "\\pmb { \\mu } _ { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 619, + 302, + 636 + ], + "score": 1.0, + "content": "is the mean of the elements in", + "type": "text" + }, + { + "bbox": [ + 302, + 622, + 312, + 632 + ], + "score": 0.7, + "content": "V", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 619, + 316, + 636 + ], + "score": 1.0, + "content": ":", + "type": "text" + }, + { + "bbox": [ + 317, + 620, + 384, + 635 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\pmb { \\mu } _ { V } = \\frac { 1 } { K } \\sum _ { k } \\mathbf { v } _ { k } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 619, + 456, + 636 + ], + "score": 1.0, + "content": ", while the matrix", + "type": "text" + }, + { + "bbox": [ + 456, + 622, + 473, + 632 + ], + "score": 0.9, + "content": "W _ { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 619, + 506, + 636 + ], + "score": 1.0, + "content": "is such", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 633, + 353, + 648 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 127, + 648 + ], + "score": 1.0, + "content": "that:", + "type": "text" + }, + { + "bbox": [ + 128, + 633, + 193, + 647 + ], + "score": 0.92, + "content": "W _ { V } ^ { \\top } W _ { V } = \\Sigma _ { V } ^ { - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 633, + 222, + 648 + ], + "score": 1.0, + "content": ", being", + "type": "text" + }, + { + "bbox": [ + 222, + 635, + 237, + 646 + ], + "score": 0.89, + "content": "\\Sigma _ { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 633, + 338, + 648 + ], + "score": 1.0, + "content": "the covariance matrix of", + "type": "text" + }, + { + "bbox": [ + 338, + 635, + 347, + 645 + ], + "score": 0.82, + "content": "V", + "type": "inline_equation" + }, + { + "bbox": [ + 347, + 633, + 353, + 648 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34.5 + }, + { + "type": "interline_equation", + "bbox": [ + 218, + 659, + 393, + 689 + ], + "lines": [ + { + "bbox": [ + 218, + 659, + 393, + 689 + ], + "spans": [ + { + "bbox": [ + 218, + 659, + 393, + 689 + ], + "score": 0.94, + "content": "\\boldsymbol { \\Sigma } _ { V } = \\frac { 1 } { K - 1 } \\sum _ { k } ( { \\bf v } _ { k } - { \\pmb \\mu } _ { V } ) ( { \\bf v } _ { k } - { \\pmb \\mu } _ { V } ) ^ { T } .", + "type": "interline_equation", + "image_path": "24f762961275719278600b5e97d497dbbd866c070b26a83fbc5616b98ad4927a.jpg" + } + ] + } + ], + "index": 36.5, + "virtual_lines": [ + { + "bbox": [ + 218, + 659, + 393, + 674.0 + ], + "spans": [], + "index": 36 + }, + { + "bbox": [ + 218, + 674.0, + 393, + 689.0 + ], + "spans": [], + "index": 37 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 698, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 209, + 712 + ], + "score": 1.0, + "content": "For more details on how", + "type": "text" + }, + { + "bbox": [ + 210, + 699, + 227, + 710 + ], + "score": 0.9, + "content": "W _ { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "is computed, we refer to Appendix B. Equation 7 performs the full", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 181, + 722 + ], + "score": 1.0, + "content": "whitening of each", + "type": "text" + }, + { + "bbox": [ + 181, + 710, + 213, + 721 + ], + "score": 0.92, + "content": "\\mathbf { v } _ { i } \\in V", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 709, + 340, + 722 + ], + "score": 1.0, + "content": "and the resulting set of vectors", + "type": "text" + }, + { + "bbox": [ + 341, + 710, + 412, + 722 + ], + "score": 0.93, + "content": "Z = \\{ { \\bf z } _ { 1 } , . . . , { \\bf z } _ { K } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 413, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "lies in a zero-centered", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 720, + 401, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 401, + 733 + ], + "score": 1.0, + "content": "distribution with a covariance matrix equal to the identity matrix (Fig. 1).", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39 + } + ], + "page_idx": 4, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 27, + 307, + 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 2021", + "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": "image", + "bbox": [ + 145, + 79, + 466, + 174 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 145, + 79, + 466, + 174 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 145, + 79, + 466, + 174 + ], + "spans": [ + { + "bbox": [ + 145, + 79, + 466, + 174 + ], + "score": 0.964, + "type": "image", + "image_path": "30fed903347f9275f5f14cd0634d881a6b9fc03086e82bb722a8a53a8a41ffdd.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 145, + 79, + 466, + 110.66666666666667 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 145, + 110.66666666666667, + 466, + 142.33333333333334 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 145, + 142.33333333333334, + 466, + 174.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 177, + 506, + 233 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 177, + 506, + 190 + ], + "spans": [ + { + "bbox": [ + 105, + 177, + 326, + 190 + ], + "score": 1.0, + "content": "Figure 2: A scheme of our training procedure. First,", + "type": "text" + }, + { + "bbox": [ + 326, + 178, + 334, + 188 + ], + "score": 0.62, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 177, + 338, + 190 + ], + "score": 0.0, + "content": "", + "type": "text" + }, + { + "bbox": [ + 338, + 178, + 366, + 188 + ], + "score": 0.84, + "content": "Q = 4", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 177, + 506, + 190 + ], + "score": 1.0, + "content": "in this case) positive samples are", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 187, + 506, + 203 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 481, + 203 + ], + "score": 1.0, + "content": "generated using augmentations. These images are transformed into vectors with the encoder", + "type": "text" + }, + { + "bbox": [ + 482, + 189, + 501, + 201 + ], + "score": 0.9, + "content": "E ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 187, + 506, + 203 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 199, + 505, + 212 + ], + "spans": [ + { + "bbox": [ + 106, + 199, + 423, + 212 + ], + "score": 1.0, + "content": "Next, they are projected onto a lower dimensional space with a projection head", + "type": "text" + }, + { + "bbox": [ + 423, + 200, + 440, + 211 + ], + "score": 0.89, + "content": "g ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 440, + 199, + 505, + 212 + ], + "score": 1.0, + "content": ". Then, Whiten-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 210, + 505, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 210, + 430, + 223 + ], + "score": 1.0, + "content": "ing projects these vectors onto a spherical distribution, followed by an optional", + "type": "text" + }, + { + "bbox": [ + 430, + 212, + 443, + 222 + ], + "score": 0.88, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 210, + 505, + 223 + ], + "score": 1.0, + "content": "normalization.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 221, + 483, + 234 + ], + "spans": [ + { + "bbox": [ + 105, + 221, + 263, + 234 + ], + "score": 1.0, + "content": "Finally, the dashed curves show all the", + "type": "text" + }, + { + "bbox": [ + 263, + 221, + 327, + 234 + ], + "score": 0.93, + "content": "d ( d - 1 ) / 2 = 6", + "type": "inline_equation" + }, + { + "bbox": [ + 328, + 221, + 483, + 234 + ], + "score": 1.0, + "content": "comparisons used in our W-MSE loss.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5 + } + ], + "index": 3.0 + }, + { + "type": "text", + "bbox": [ + 107, + 255, + 505, + 289 + ], + "lines": [], + "index": 9, + "bbox_fs": [ + 105, + 255, + 505, + 290 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 106, + 294, + 505, + 361 + ], + "lines": [ + { + "bbox": [ + 106, + 294, + 506, + 307 + ], + "spans": [ + { + "bbox": [ + 106, + 294, + 284, + 307 + ], + "score": 1.0, + "content": "The number of positive samples per image", + "type": "text" + }, + { + "bbox": [ + 285, + 295, + 291, + 304 + ], + "score": 0.73, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 292, + 294, + 506, + 307 + ], + "score": 1.0, + "content": "may vary, trading off diversity in the batch and the", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 306, + 505, + 317 + ], + "spans": [ + { + "bbox": [ + 106, + 306, + 505, + 317 + ], + "score": 1.0, + "content": "amount of the training signal. Favoring more negatives, most of the methods use one positive pair", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 110, + 316, + 506, + 329 + ], + "spans": [ + { + "bbox": [ + 110, + 316, + 135, + 327 + ], + "score": 0.85, + "content": "\\left[ d = 2 \\right.", + "type": "inline_equation" + }, + { + "bbox": [ + 136, + 316, + 506, + 329 + ], + "score": 1.0, + "content": "). However, Ji et al. (2019) have demonstrated improved performance with 5 samples, while", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 327, + 505, + 339 + ], + "spans": [ + { + "bbox": [ + 106, + 327, + 505, + 339 + ], + "score": 1.0, + "content": "Caron et al. (2020) use 8 samples. In our MSE-based loss (see below), we use all the possible", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 107, + 337, + 505, + 351 + ], + "spans": [ + { + "bbox": [ + 107, + 338, + 154, + 350 + ], + "score": 0.91, + "content": "d ( d - 1 ) / 2", + "type": "inline_equation" + }, + { + "bbox": [ + 154, + 337, + 410, + 351 + ], + "score": 1.0, + "content": "combinations of positive samples. We include experiments for", + "type": "text" + }, + { + "bbox": [ + 411, + 338, + 437, + 348 + ], + "score": 0.89, + "content": "d = 2", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 337, + 505, + 351 + ], + "score": 1.0, + "content": "(1 positive pair)", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 348, + 222, + 361 + ], + "spans": [ + { + "bbox": [ + 105, + 348, + 123, + 361 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 123, + 350, + 148, + 359 + ], + "score": 0.86, + "content": "d = 4", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 348, + 222, + 361 + ], + "score": 1.0, + "content": "(6 positive pairs).", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 13.5, + "bbox_fs": [ + 105, + 294, + 506, + 361 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 365, + 505, + 466 + ], + "lines": [ + { + "bbox": [ + 105, + 365, + 505, + 379 + ], + "spans": [ + { + "bbox": [ + 105, + 365, + 365, + 379 + ], + "score": 1.0, + "content": "For representation learning, we use a backbone encoder network", + "type": "text" + }, + { + "bbox": [ + 365, + 366, + 408, + 378 + ], + "score": 0.32, + "content": "E ( \\cdot ) . E ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 409, + 365, + 505, + 379 + ], + "score": 1.0, + "content": ", trained without human", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 104, + 377, + 506, + 389 + ], + "spans": [ + { + "bbox": [ + 104, + 377, + 506, + 389 + ], + "score": 1.0, + "content": "supervision, will be used in Sec. 4 for evaluation using standard protocols. We use a standard", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 104, + 386, + 505, + 401 + ], + "spans": [ + { + "bbox": [ + 104, + 386, + 295, + 401 + ], + "score": 1.0, + "content": "ResNet-18 (He et al., 2016) as the encoder, and", + "type": "text" + }, + { + "bbox": [ + 295, + 388, + 337, + 400 + ], + "score": 0.93, + "content": "\\mathbf { h } = E ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 337, + 386, + 505, + 401 + ], + "score": 1.0, + "content": "is the output of the average-pooling layer.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 399, + 505, + 411 + ], + "spans": [ + { + "bbox": [ + 106, + 399, + 505, + 411 + ], + "score": 1.0, + "content": "This choice has the advantage to be simple and easily reproducible, in contrast to other methods", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 104, + 408, + 507, + 423 + ], + "spans": [ + { + "bbox": [ + 104, + 408, + 451, + 423 + ], + "score": 1.0, + "content": "which use encoder architectures specific for a given pretext task (see Sec. 2). Since", + "type": "text" + }, + { + "bbox": [ + 451, + 409, + 494, + 420 + ], + "score": 0.91, + "content": "\\mathbf { h } \\in \\mathbb { R } ^ { 5 1 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 494, + 408, + 507, + 423 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 420, + 505, + 434 + ], + "spans": [ + { + "bbox": [ + 105, + 420, + 476, + 434 + ], + "score": 1.0, + "content": "a high-dimensional vector, following Chen et al. (2020) we use a nonlinear projection head", + "type": "text" + }, + { + "bbox": [ + 476, + 421, + 493, + 433 + ], + "score": 0.9, + "content": "g ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 493, + 420, + 505, + 434 + ], + "score": 1.0, + "content": "to", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 432, + 506, + 444 + ], + "spans": [ + { + "bbox": [ + 105, + 432, + 266, + 444 + ], + "score": 1.0, + "content": "project h in a lower dimensional space:", + "type": "text" + }, + { + "bbox": [ + 266, + 432, + 306, + 443 + ], + "score": 0.92, + "content": "\\mathbf { v } = g ( \\mathbf { h } )", + "type": "inline_equation" + }, + { + "bbox": [ + 306, + 432, + 336, + 444 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 337, + 432, + 353, + 444 + ], + "score": 0.91, + "content": "g ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 432, + 506, + 444 + ], + "score": 1.0, + "content": "is implemented with a MLP with one", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 104, + 442, + 504, + 456 + ], + "spans": [ + { + "bbox": [ + 104, + 442, + 303, + 456 + ], + "score": 1.0, + "content": "hidden layer and a BN layer. The whole network", + "type": "text" + }, + { + "bbox": [ + 304, + 443, + 321, + 455 + ], + "score": 0.91, + "content": "f ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 321, + 442, + 446, + 456 + ], + "score": 1.0, + "content": "is given by the composition of", + "type": "text" + }, + { + "bbox": [ + 446, + 443, + 462, + 455 + ], + "score": 0.9, + "content": "g ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 463, + 442, + 484, + 456 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 484, + 443, + 504, + 455 + ], + "score": 0.9, + "content": "E ( \\cdot )", + "type": "inline_equation" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 452, + 158, + 468 + ], + "spans": [ + { + "bbox": [ + 105, + 452, + 158, + 468 + ], + "score": 1.0, + "content": "(see Fig. 2).", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 21, + "bbox_fs": [ + 104, + 365, + 507, + 468 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 470, + 505, + 515 + ], + "lines": [ + { + "bbox": [ + 106, + 470, + 505, + 483 + ], + "spans": [ + { + "bbox": [ + 106, + 470, + 134, + 483 + ], + "score": 1.0, + "content": "Given", + "type": "text" + }, + { + "bbox": [ + 134, + 471, + 145, + 480 + ], + "score": 0.79, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 470, + 313, + 483 + ], + "score": 1.0, + "content": "original images and a batch of samples", + "type": "text" + }, + { + "bbox": [ + 313, + 470, + 386, + 483 + ], + "score": 0.92, + "content": "B = \\{ x _ { 1 } , . . . x _ { K } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 387, + 470, + 420, + 483 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 420, + 471, + 463, + 481 + ], + "score": 0.89, + "content": "K \\ : = \\ : N d", + "type": "inline_equation" + }, + { + "bbox": [ + 463, + 470, + 482, + 483 + ], + "score": 1.0, + "content": ", let", + "type": "text" + }, + { + "bbox": [ + 482, + 471, + 505, + 482 + ], + "score": 0.83, + "content": "V =", + "type": "inline_equation" + } + ], + "index": 26 + }, + { + "bbox": [ + 107, + 482, + 506, + 495 + ], + "spans": [ + { + "bbox": [ + 107, + 482, + 154, + 494 + ], + "score": 0.91, + "content": "\\left\\{ \\mathbf { v } _ { 1 } , \\ldots \\mathbf { v } _ { K } \\right\\}", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 482, + 506, + 495 + ], + "score": 1.0, + "content": ", be the corresponding batch of features obtained as described above. In the proposed", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 492, + 506, + 505 + ], + "spans": [ + { + "bbox": [ + 106, + 492, + 277, + 505 + ], + "score": 1.0, + "content": "W-MSE loss we compute the MSE over all", + "type": "text" + }, + { + "bbox": [ + 277, + 492, + 329, + 505 + ], + "score": 0.93, + "content": "N d ( d { - } 1 ) / 2", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 492, + 506, + 505 + ], + "score": 1.0, + "content": "positive pairs, where constraint 4 is satisfied", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 503, + 418, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 503, + 248, + 516 + ], + "score": 1.0, + "content": "using the reparameterization of the", + "type": "text" + }, + { + "bbox": [ + 248, + 505, + 255, + 513 + ], + "score": 0.52, + "content": "\\mathbf { v }", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 503, + 407, + 516 + ], + "score": 1.0, + "content": "variables with the whitened variables", + "type": "text" + }, + { + "bbox": [ + 407, + 506, + 413, + 513 + ], + "score": 0.68, + "content": "\\mathbf { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 503, + 418, + 516 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 27.5, + "bbox_fs": [ + 105, + 470, + 506, + 516 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 186, + 528, + 424, + 560 + ], + "lines": [ + { + "bbox": [ + 186, + 528, + 424, + 560 + ], + "spans": [ + { + "bbox": [ + 186, + 528, + 424, + 560 + ], + "score": 0.94, + "content": "L _ { W - M S E } ( V ) = \\frac { 2 } { N d ( d - 1 ) } \\sum _ { ( { \\bf v } _ { i } , { \\bf v } _ { j } ) \\in V , p o s ( i , j ) } d i s t ( { \\bf z } _ { i } , { \\bf z } _ { j } ) ,", + "type": "interline_equation", + "image_path": "df8c5ace3f4e6908c1d2ecf424eaeca69c163617bcde0a6046166050c6b8b208.jpg" + } + ] + } + ], + "index": 30.5, + "virtual_lines": [ + { + "bbox": [ + 186, + 528, + 424, + 544.0 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 186, + 544.0, + 424, + 560.0 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 570, + 239, + 582 + ], + "lines": [ + { + "bbox": [ + 106, + 570, + 239, + 583 + ], + "spans": [ + { + "bbox": [ + 106, + 570, + 133, + 583 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 570, + 216, + 583 + ], + "score": 0.73, + "content": "\\mathbf { z } = W h i t e n i n g ( \\mathbf { v } )", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 570, + 239, + 583 + ], + "score": 1.0, + "content": ", and:", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32, + "bbox_fs": [ + 106, + 570, + 239, + 583 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 236, + 598, + 374, + 612 + ], + "lines": [ + { + "bbox": [ + 236, + 598, + 374, + 612 + ], + "spans": [ + { + "bbox": [ + 236, + 598, + 374, + 612 + ], + "score": 0.9, + "content": "W h i t e n i n g ( \\mathbf { v } ) = W _ { V } ( \\mathbf { v } - { \\pmb \\mu } _ { V } ) .", + "type": "interline_equation", + "image_path": "b4a3309d784ff6b3da37bca7dab87d2bd6b0664152c9e722b75ebad52d4b4981.jpg" + } + ] + } + ], + "index": 33, + "virtual_lines": [ + { + "bbox": [ + 236, + 598, + 374, + 612 + ], + "spans": [], + "index": 33 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 620, + 505, + 646 + ], + "lines": [ + { + "bbox": [ + 105, + 619, + 506, + 636 + ], + "spans": [ + { + "bbox": [ + 105, + 619, + 164, + 636 + ], + "score": 1.0, + "content": "In equation 7,", + "type": "text" + }, + { + "bbox": [ + 164, + 623, + 179, + 633 + ], + "score": 0.81, + "content": "\\pmb { \\mu } _ { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 619, + 302, + 636 + ], + "score": 1.0, + "content": "is the mean of the elements in", + "type": "text" + }, + { + "bbox": [ + 302, + 622, + 312, + 632 + ], + "score": 0.7, + "content": "V", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 619, + 316, + 636 + ], + "score": 1.0, + "content": ":", + "type": "text" + }, + { + "bbox": [ + 317, + 620, + 384, + 635 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\pmb { \\mu } _ { V } = \\frac { 1 } { K } \\sum _ { k } \\mathbf { v } _ { k } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 619, + 456, + 636 + ], + "score": 1.0, + "content": ", while the matrix", + "type": "text" + }, + { + "bbox": [ + 456, + 622, + 473, + 632 + ], + "score": 0.9, + "content": "W _ { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 619, + 506, + 636 + ], + "score": 1.0, + "content": "is such", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 633, + 353, + 648 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 127, + 648 + ], + "score": 1.0, + "content": "that:", + "type": "text" + }, + { + "bbox": [ + 128, + 633, + 193, + 647 + ], + "score": 0.92, + "content": "W _ { V } ^ { \\top } W _ { V } = \\Sigma _ { V } ^ { - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 633, + 222, + 648 + ], + "score": 1.0, + "content": ", being", + "type": "text" + }, + { + "bbox": [ + 222, + 635, + 237, + 646 + ], + "score": 0.89, + "content": "\\Sigma _ { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 633, + 338, + 648 + ], + "score": 1.0, + "content": "the covariance matrix of", + "type": "text" + }, + { + "bbox": [ + 338, + 635, + 347, + 645 + ], + "score": 0.82, + "content": "V", + "type": "inline_equation" + }, + { + "bbox": [ + 347, + 633, + 353, + 648 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34.5, + "bbox_fs": [ + 105, + 619, + 506, + 648 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 218, + 659, + 393, + 689 + ], + "lines": [ + { + "bbox": [ + 218, + 659, + 393, + 689 + ], + "spans": [ + { + "bbox": [ + 218, + 659, + 393, + 689 + ], + "score": 0.94, + "content": "\\boldsymbol { \\Sigma } _ { V } = \\frac { 1 } { K - 1 } \\sum _ { k } ( { \\bf v } _ { k } - { \\pmb \\mu } _ { V } ) ( { \\bf v } _ { k } - { \\pmb \\mu } _ { V } ) ^ { T } .", + "type": "interline_equation", + "image_path": "24f762961275719278600b5e97d497dbbd866c070b26a83fbc5616b98ad4927a.jpg" + } + ] + } + ], + "index": 36.5, + "virtual_lines": [ + { + "bbox": [ + 218, + 659, + 393, + 674.0 + ], + "spans": [], + "index": 36 + }, + { + "bbox": [ + 218, + 674.0, + 393, + 689.0 + ], + "spans": [], + "index": 37 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 698, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 209, + 712 + ], + "score": 1.0, + "content": "For more details on how", + "type": "text" + }, + { + "bbox": [ + 210, + 699, + 227, + 710 + ], + "score": 0.9, + "content": "W _ { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "is computed, we refer to Appendix B. Equation 7 performs the full", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 181, + 722 + ], + "score": 1.0, + "content": "whitening of each", + "type": "text" + }, + { + "bbox": [ + 181, + 710, + 213, + 721 + ], + "score": 0.92, + "content": "\\mathbf { v } _ { i } \\in V", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 709, + 340, + 722 + ], + "score": 1.0, + "content": "and the resulting set of vectors", + "type": "text" + }, + { + "bbox": [ + 341, + 710, + 412, + 722 + ], + "score": 0.93, + "content": "Z = \\{ { \\bf z } _ { 1 } , . . . , { \\bf z } _ { K } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 413, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "lies in a zero-centered", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 720, + 401, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 401, + 733 + ], + "score": 1.0, + "content": "distribution with a covariance matrix equal to the identity matrix (Fig. 1).", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39, + "bbox_fs": [ + 105, + 698, + 505, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 195, + 81, + 407, + 194 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 195, + 81, + 407, + 194 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 195, + 81, + 407, + 194 + ], + "spans": [ + { + "bbox": [ + 195, + 81, + 407, + 194 + ], + "score": 0.969, + "type": "image", + "image_path": "670f016219ae719cc7b4ed09e98be2e40ee9566bbaefc881897287654761deab.jpg" + } + ] + } + ], + "index": 3.5, + "virtual_lines": [ + { + "bbox": [ + 195, + 81, + 407, + 95.125 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 195, + 95.125, + 407, + 109.25 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 195, + 109.25, + 407, + 123.375 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 195, + 123.375, + 407, + 137.5 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 195, + 137.5, + 407, + 151.625 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 195, + 151.625, + 407, + 165.75 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 195, + 165.75, + 407, + 179.875 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 195, + 179.875, + 407, + 194.0 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 204, + 505, + 249 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 204, + 505, + 217 + ], + "spans": [ + { + "bbox": [ + 105, + 204, + 210, + 217 + ], + "score": 1.0, + "content": "Figure 3: Batch slicing.", + "type": "text" + }, + { + "bbox": [ + 210, + 204, + 219, + 214 + ], + "score": 0.71, + "content": "V", + "type": "inline_equation" + }, + { + "bbox": [ + 220, + 204, + 308, + 217 + ], + "score": 1.0, + "content": "is first partitioned in", + "type": "text" + }, + { + "bbox": [ + 308, + 205, + 315, + 214 + ], + "score": 0.75, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 316, + 204, + 343, + 217 + ], + "score": 1.0, + "content": "parts", + "type": "text" + }, + { + "bbox": [ + 343, + 204, + 372, + 214 + ], + "score": 0.88, + "content": "\\left( d = 2 \\right.", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 204, + 505, + 217 + ], + "score": 1.0, + "content": "in this example). We randomly", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 215, + 506, + 227 + ], + "spans": [ + { + "bbox": [ + 105, + 215, + 385, + 227 + ], + "score": 1.0, + "content": "permute the first part and we apply the same permutation to the other", + "type": "text" + }, + { + "bbox": [ + 385, + 215, + 409, + 226 + ], + "score": 0.88, + "content": "d - 1", + "type": "inline_equation" + }, + { + "bbox": [ + 410, + 215, + 506, + 227 + ], + "score": 1.0, + "content": "parts. Then, we further", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 226, + 506, + 239 + ], + "spans": [ + { + "bbox": [ + 105, + 226, + 300, + 239 + ], + "score": 1.0, + "content": "split all the partitions and we create sub-batches", + "type": "text" + }, + { + "bbox": [ + 300, + 226, + 316, + 237 + ], + "score": 0.8, + "content": "( V _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 316, + 226, + 343, + 239 + ], + "score": 1.0, + "content": ". Each", + "type": "text" + }, + { + "bbox": [ + 343, + 226, + 353, + 237 + ], + "score": 0.85, + "content": "V _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 226, + 506, + 239 + ], + "score": 1.0, + "content": "is independently used to compute the", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 104, + 235, + 342, + 251 + ], + "spans": [ + { + "bbox": [ + 104, + 235, + 251, + 251 + ], + "score": 1.0, + "content": "sub-batch specific whitening matrix", + "type": "text" + }, + { + "bbox": [ + 252, + 236, + 269, + 249 + ], + "score": 0.91, + "content": "W _ { V } ^ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 269, + 235, + 322, + 251 + ], + "score": 1.0, + "content": "and centroid", + "type": "text" + }, + { + "bbox": [ + 322, + 236, + 337, + 249 + ], + "score": 0.91, + "content": "\\mu _ { V } ^ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 338, + 235, + 342, + 251 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 9.5 + } + ], + "index": 6.5 + }, + { + "type": "text", + "bbox": [ + 107, + 271, + 505, + 315 + ], + "lines": [ + { + "bbox": [ + 105, + 270, + 505, + 284 + ], + "spans": [ + { + "bbox": [ + 105, + 270, + 505, + 284 + ], + "score": 1.0, + "content": "The intuition behind the proposed loss is that equation 6 penalizes positives which are far apart from", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 282, + 504, + 295 + ], + "spans": [ + { + "bbox": [ + 105, + 282, + 205, + 295 + ], + "score": 1.0, + "content": "each other, thus leading", + "type": "text" + }, + { + "bbox": [ + 205, + 282, + 237, + 294 + ], + "score": 0.93, + "content": "\\overset { \\cdot } { g } ( \\bar { E } ( \\cdot ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 238, + 282, + 495, + 295 + ], + "score": 1.0, + "content": "to shrink the inter-positive distances. On the other hand, since", + "type": "text" + }, + { + "bbox": [ + 495, + 282, + 504, + 292 + ], + "score": 0.77, + "content": "Z", + "type": "inline_equation" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 293, + 506, + 306 + ], + "spans": [ + { + "bbox": [ + 105, + 293, + 506, + 306 + ], + "score": 1.0, + "content": "must lie in a spherical distribution, the other samples should be “moved” and rearranged in order to", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 304, + 234, + 316 + ], + "spans": [ + { + "bbox": [ + 106, + 304, + 234, + 316 + ], + "score": 1.0, + "content": "satisfy constraint 4 (see Fig. 1).", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 13.5 + }, + { + "type": "text", + "bbox": [ + 106, + 321, + 505, + 485 + ], + "lines": [ + { + "bbox": [ + 105, + 319, + 505, + 334 + ], + "spans": [ + { + "bbox": [ + 105, + 319, + 505, + 334 + ], + "score": 1.0, + "content": "Batch Slicing. The estimation of the Mean Square Error in equation 6 depends on the whitening", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 331, + 505, + 345 + ], + "spans": [ + { + "bbox": [ + 105, + 331, + 135, + 345 + ], + "score": 1.0, + "content": "matrix", + "type": "text" + }, + { + "bbox": [ + 135, + 332, + 152, + 343 + ], + "score": 0.9, + "content": "W _ { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 331, + 421, + 345 + ], + "score": 1.0, + "content": ", which may have a high variance over consecutive iteration batches", + "type": "text" + }, + { + "bbox": [ + 421, + 332, + 470, + 343 + ], + "score": 0.73, + "content": "V _ { t } , V _ { t + 1 } , \\dots", + "type": "inline_equation" + }, + { + "bbox": [ + 471, + 331, + 505, + 345 + ], + "score": 1.0, + "content": "For this", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 343, + 505, + 355 + ], + "spans": [ + { + "bbox": [ + 105, + 343, + 398, + 355 + ], + "score": 1.0, + "content": "reason, inspired by the resampling methods (Efron, 1982), given a batch", + "type": "text" + }, + { + "bbox": [ + 399, + 343, + 408, + 353 + ], + "score": 0.76, + "content": "V", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 343, + 447, + 355 + ], + "score": 1.0, + "content": ", we slice", + "type": "text" + }, + { + "bbox": [ + 447, + 344, + 456, + 353 + ], + "score": 0.76, + "content": "V", + "type": "inline_equation" + }, + { + "bbox": [ + 457, + 343, + 505, + 355 + ], + "score": 1.0, + "content": "in different", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 354, + 505, + 366 + ], + "spans": [ + { + "bbox": [ + 105, + 354, + 505, + 366 + ], + "score": 1.0, + "content": "non-overlapping sub-batches and we compute a whitening matrix independently for each sub-batch.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 365, + 505, + 377 + ], + "spans": [ + { + "bbox": [ + 106, + 365, + 286, + 377 + ], + "score": 1.0, + "content": "In more details, we first partition the batch in", + "type": "text" + }, + { + "bbox": [ + 286, + 365, + 293, + 375 + ], + "score": 0.76, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 365, + 342, + 377 + ], + "score": 1.0, + "content": "parts, being", + "type": "text" + }, + { + "bbox": [ + 342, + 365, + 349, + 375 + ], + "score": 0.76, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 365, + 505, + 377 + ], + "score": 1.0, + "content": "the number of positives extracted from", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 375, + 505, + 389 + ], + "spans": [ + { + "bbox": [ + 105, + 375, + 505, + 389 + ], + "score": 1.0, + "content": "one image. In this way, each partition contains elements extracted from different original images", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 386, + 505, + 399 + ], + "spans": [ + { + "bbox": [ + 105, + 386, + 505, + 399 + ], + "score": 1.0, + "content": "(i.e., no pair of positives is included in a single partition, see Fig. 3). Then, we randomly permute", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 397, + 505, + 410 + ], + "spans": [ + { + "bbox": [ + 105, + 397, + 505, + 410 + ], + "score": 1.0, + "content": "the elements of the each partition with the same permutation. Next, each partition is further split", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 408, + 505, + 421 + ], + "spans": [ + { + "bbox": [ + 105, + 408, + 375, + 421 + ], + "score": 1.0, + "content": "in sub-batches, using the heuristic that the size of each sub-batch", + "type": "text" + }, + { + "bbox": [ + 375, + 408, + 392, + 420 + ], + "score": 0.81, + "content": "( V _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 392, + 408, + 505, + 421 + ], + "score": 1.0, + "content": "should be equal to the size", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 419, + 505, + 433 + ], + "spans": [ + { + "bbox": [ + 105, + 419, + 505, + 433 + ], + "score": 1.0, + "content": "of embedding (v) times 2 (this prevents instability issues when computing the covariance matrices).", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 104, + 427, + 507, + 446 + ], + "spans": [ + { + "bbox": [ + 104, + 427, + 169, + 446 + ], + "score": 1.0, + "content": "Next, for each", + "type": "text" + }, + { + "bbox": [ + 170, + 431, + 180, + 442 + ], + "score": 0.87, + "content": "V _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 427, + 483, + 446 + ], + "score": 1.0, + "content": ", we use only its elements to compute a corresponding whitening matrix", + "type": "text" + }, + { + "bbox": [ + 484, + 430, + 501, + 443 + ], + "score": 0.9, + "content": "W _ { V } ^ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 427, + 507, + 446 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 442, + 505, + 454 + ], + "spans": [ + { + "bbox": [ + 106, + 442, + 270, + 454 + ], + "score": 1.0, + "content": "which is used to whiten the elements of", + "type": "text" + }, + { + "bbox": [ + 270, + 442, + 281, + 452 + ], + "score": 0.87, + "content": "V _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 281, + 442, + 505, + 454 + ], + "score": 1.0, + "content": "only (Fig. 3). In the loss computation (equation 6), all", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 452, + 505, + 465 + ], + "spans": [ + { + "bbox": [ + 105, + 452, + 505, + 465 + ], + "score": 1.0, + "content": "the elements of all the sub-batches are used, thus implicitly alleviating the differences among the", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 464, + 506, + 476 + ], + "spans": [ + { + "bbox": [ + 106, + 464, + 506, + 476 + ], + "score": 1.0, + "content": "different whitening matrices. Finally, it is possible to repeat the whole operation several times and", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 475, + 365, + 486 + ], + "spans": [ + { + "bbox": [ + 105, + 475, + 365, + 486 + ], + "score": 1.0, + "content": "to average the result to get a more robust estimate of equation 6.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 23 + }, + { + "type": "title", + "bbox": [ + 107, + 500, + 185, + 511 + ], + "lines": [ + { + "bbox": [ + 105, + 499, + 186, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 499, + 186, + 513 + ], + "score": 1.0, + "content": "3.1 DISCUSSION", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 107, + 521, + 505, + 599 + ], + "lines": [ + { + "bbox": [ + 105, + 520, + 505, + 533 + ], + "spans": [ + { + "bbox": [ + 105, + 520, + 505, + 533 + ], + "score": 1.0, + "content": "In a common instance-discrimination task (Sec. 2), e.g., solved using equation 2, the similarity", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 531, + 506, + 545 + ], + "spans": [ + { + "bbox": [ + 105, + 531, + 180, + 545 + ], + "score": 1.0, + "content": "of a positive pair", + "type": "text" + }, + { + "bbox": [ + 181, + 531, + 209, + 545 + ], + "score": 0.92, + "content": "( \\mathbf { z } _ { i } ^ { T } \\mathbf { z } _ { j } )", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 531, + 506, + 545 + ], + "score": 1.0, + "content": "is contrasted with the similarity computed with respect to all the other", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 544, + 506, + 558 + ], + "spans": [ + { + "bbox": [ + 105, + 544, + 141, + 558 + ], + "score": 1.0, + "content": "samples", + "type": "text" + }, + { + "bbox": [ + 142, + 545, + 159, + 556 + ], + "score": 0.85, + "content": "( { \\bf z } _ { k } )", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 544, + 211, + 558 + ], + "score": 1.0, + "content": "in the batch", + "type": "text" + }, + { + "bbox": [ + 213, + 544, + 318, + 556 + ], + "score": 0.71, + "content": "\\mathbf { \\langle z } _ { i } ^ { T } \\mathbf { z } _ { k } , 1 \\leq k \\leq K , k \\neq i )", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 544, + 363, + 558 + ], + "score": 1.0, + "content": ". However,", + "type": "text" + }, + { + "bbox": [ + 364, + 546, + 375, + 556 + ], + "score": 0.84, + "content": "\\mathbf { z } _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 544, + 393, + 558 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 393, + 546, + 403, + 555 + ], + "score": 0.84, + "content": "\\mathbf { z } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 544, + 506, + 558 + ], + "score": 1.0, + "content": ", extracted from different", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 555, + 505, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 368, + 568 + ], + "score": 1.0, + "content": "image instances, can occasionally share the same semantics (e.g.,", + "type": "text" + }, + { + "bbox": [ + 369, + 557, + 379, + 566 + ], + "score": 0.85, + "content": "x _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 555, + 396, + 568 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 397, + 557, + 408, + 566 + ], + "score": 0.87, + "content": "x _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 409, + 555, + 505, + 568 + ], + "score": 1.0, + "content": "are two different image", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 566, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 566, + 505, + 578 + ], + "score": 1.0, + "content": "instances of the unknown “cat” class). Conversely, the proposed W-MSE loss does not force all the", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 577, + 505, + 590 + ], + "spans": [ + { + "bbox": [ + 105, + 577, + 505, + 590 + ], + "score": 1.0, + "content": "instance samples to lie far from each other, but it only imposes a soft constraint (equation 4), which", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 588, + 235, + 600 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 235, + 600 + ], + "score": 1.0, + "content": "avoids degenerate distributions.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 107, + 604, + 505, + 682 + ], + "lines": [ + { + "bbox": [ + 105, + 605, + 506, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 506, + 617 + ], + "score": 1.0, + "content": "Note that previous work (He et al., 2019; Henaff et al., 2019; Chen et al., 2020) highlighted that ´", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 615, + 505, + 629 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 505, + 629 + ], + "score": 1.0, + "content": "BN may be harmful for learning semantically meaningful representations because the network can", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 626, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 505, + 640 + ], + "score": 1.0, + "content": "“cheat” and exploit the batch statistics in order to find a trivial solution to equation 2. However,", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 638, + 505, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 638, + 467, + 651 + ], + "score": 1.0, + "content": "our whitening transform (equation 7) is applied only to the very last layer of the network", + "type": "text" + }, + { + "bbox": [ + 467, + 638, + 485, + 650 + ], + "score": 0.9, + "content": "f ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 638, + 505, + 651 + ], + "score": 1.0, + "content": "(see", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 648, + 504, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 486, + 662 + ], + "score": 1.0, + "content": "Fig. 2) and it is not used in the intermediate layers, which is instead the case of BN. Hence, our", + "type": "text" + }, + { + "bbox": [ + 486, + 649, + 504, + 661 + ], + "score": 0.9, + "content": "f ( \\cdot )", + "type": "inline_equation" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 660, + 506, + 672 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 506, + 672 + ], + "score": 1.0, + "content": "cannot learn to exploit subtle inter-sample dependencies introduced by batch-statistics because of", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 670, + 336, + 684 + ], + "spans": [ + { + "bbox": [ + 105, + 670, + 292, + 684 + ], + "score": 1.0, + "content": "the lack of other learnable layers on top of the", + "type": "text" + }, + { + "bbox": [ + 292, + 673, + 299, + 680 + ], + "score": 0.45, + "content": "\\mathbf { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 670, + 336, + 684 + ], + "score": 1.0, + "content": "features.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 42 + }, + { + "type": "text", + "bbox": [ + 108, + 687, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 687, + 505, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 505, + 701 + ], + "score": 1.0, + "content": "Similarly to equation 6, in BYOL (Grill et al., 2020) an MSE loss is used to compare the latent rep-", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "resentations of two positives computed by slightly different networks without contrasting positives", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 710, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 506, + 722 + ], + "score": 1.0, + "content": "with negatives (Sec. 2). However, the MSE loss alone is inclined to collapse the representations of", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 106, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 506, + 733 + ], + "score": 1.0, + "content": "all the images to a constant value, which would make the MSE computation equal to zero. In BYOL,", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 47.5 + } + ], + "page_idx": 5, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 752, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "score": 1.0, + "content": "6", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 307, + 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 2021", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 195, + 81, + 407, + 194 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 195, + 81, + 407, + 194 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 195, + 81, + 407, + 194 + ], + "spans": [ + { + "bbox": [ + 195, + 81, + 407, + 194 + ], + "score": 0.969, + "type": "image", + "image_path": "670f016219ae719cc7b4ed09e98be2e40ee9566bbaefc881897287654761deab.jpg" + } + ] + } + ], + "index": 3.5, + "virtual_lines": [ + { + "bbox": [ + 195, + 81, + 407, + 95.125 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 195, + 95.125, + 407, + 109.25 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 195, + 109.25, + 407, + 123.375 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 195, + 123.375, + 407, + 137.5 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 195, + 137.5, + 407, + 151.625 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 195, + 151.625, + 407, + 165.75 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 195, + 165.75, + 407, + 179.875 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 195, + 179.875, + 407, + 194.0 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 204, + 505, + 249 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 204, + 505, + 217 + ], + "spans": [ + { + "bbox": [ + 105, + 204, + 210, + 217 + ], + "score": 1.0, + "content": "Figure 3: Batch slicing.", + "type": "text" + }, + { + "bbox": [ + 210, + 204, + 219, + 214 + ], + "score": 0.71, + "content": "V", + "type": "inline_equation" + }, + { + "bbox": [ + 220, + 204, + 308, + 217 + ], + "score": 1.0, + "content": "is first partitioned in", + "type": "text" + }, + { + "bbox": [ + 308, + 205, + 315, + 214 + ], + "score": 0.75, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 316, + 204, + 343, + 217 + ], + "score": 1.0, + "content": "parts", + "type": "text" + }, + { + "bbox": [ + 343, + 204, + 372, + 214 + ], + "score": 0.88, + "content": "\\left( d = 2 \\right.", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 204, + 505, + 217 + ], + "score": 1.0, + "content": "in this example). We randomly", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 215, + 506, + 227 + ], + "spans": [ + { + "bbox": [ + 105, + 215, + 385, + 227 + ], + "score": 1.0, + "content": "permute the first part and we apply the same permutation to the other", + "type": "text" + }, + { + "bbox": [ + 385, + 215, + 409, + 226 + ], + "score": 0.88, + "content": "d - 1", + "type": "inline_equation" + }, + { + "bbox": [ + 410, + 215, + 506, + 227 + ], + "score": 1.0, + "content": "parts. Then, we further", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 226, + 506, + 239 + ], + "spans": [ + { + "bbox": [ + 105, + 226, + 300, + 239 + ], + "score": 1.0, + "content": "split all the partitions and we create sub-batches", + "type": "text" + }, + { + "bbox": [ + 300, + 226, + 316, + 237 + ], + "score": 0.8, + "content": "( V _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 316, + 226, + 343, + 239 + ], + "score": 1.0, + "content": ". Each", + "type": "text" + }, + { + "bbox": [ + 343, + 226, + 353, + 237 + ], + "score": 0.85, + "content": "V _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 226, + 506, + 239 + ], + "score": 1.0, + "content": "is independently used to compute the", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 104, + 235, + 342, + 251 + ], + "spans": [ + { + "bbox": [ + 104, + 235, + 251, + 251 + ], + "score": 1.0, + "content": "sub-batch specific whitening matrix", + "type": "text" + }, + { + "bbox": [ + 252, + 236, + 269, + 249 + ], + "score": 0.91, + "content": "W _ { V } ^ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 269, + 235, + 322, + 251 + ], + "score": 1.0, + "content": "and centroid", + "type": "text" + }, + { + "bbox": [ + 322, + 236, + 337, + 249 + ], + "score": 0.91, + "content": "\\mu _ { V } ^ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 338, + 235, + 342, + 251 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 9.5 + } + ], + "index": 6.5 + }, + { + "type": "text", + "bbox": [ + 107, + 271, + 505, + 315 + ], + "lines": [ + { + "bbox": [ + 105, + 270, + 505, + 284 + ], + "spans": [ + { + "bbox": [ + 105, + 270, + 505, + 284 + ], + "score": 1.0, + "content": "The intuition behind the proposed loss is that equation 6 penalizes positives which are far apart from", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 282, + 504, + 295 + ], + "spans": [ + { + "bbox": [ + 105, + 282, + 205, + 295 + ], + "score": 1.0, + "content": "each other, thus leading", + "type": "text" + }, + { + "bbox": [ + 205, + 282, + 237, + 294 + ], + "score": 0.93, + "content": "\\overset { \\cdot } { g } ( \\bar { E } ( \\cdot ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 238, + 282, + 495, + 295 + ], + "score": 1.0, + "content": "to shrink the inter-positive distances. On the other hand, since", + "type": "text" + }, + { + "bbox": [ + 495, + 282, + 504, + 292 + ], + "score": 0.77, + "content": "Z", + "type": "inline_equation" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 293, + 506, + 306 + ], + "spans": [ + { + "bbox": [ + 105, + 293, + 506, + 306 + ], + "score": 1.0, + "content": "must lie in a spherical distribution, the other samples should be “moved” and rearranged in order to", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 304, + 234, + 316 + ], + "spans": [ + { + "bbox": [ + 106, + 304, + 234, + 316 + ], + "score": 1.0, + "content": "satisfy constraint 4 (see Fig. 1).", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 13.5, + "bbox_fs": [ + 105, + 270, + 506, + 316 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 321, + 505, + 485 + ], + "lines": [ + { + "bbox": [ + 105, + 319, + 505, + 334 + ], + "spans": [ + { + "bbox": [ + 105, + 319, + 505, + 334 + ], + "score": 1.0, + "content": "Batch Slicing. The estimation of the Mean Square Error in equation 6 depends on the whitening", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 331, + 505, + 345 + ], + "spans": [ + { + "bbox": [ + 105, + 331, + 135, + 345 + ], + "score": 1.0, + "content": "matrix", + "type": "text" + }, + { + "bbox": [ + 135, + 332, + 152, + 343 + ], + "score": 0.9, + "content": "W _ { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 331, + 421, + 345 + ], + "score": 1.0, + "content": ", which may have a high variance over consecutive iteration batches", + "type": "text" + }, + { + "bbox": [ + 421, + 332, + 470, + 343 + ], + "score": 0.73, + "content": "V _ { t } , V _ { t + 1 } , \\dots", + "type": "inline_equation" + }, + { + "bbox": [ + 471, + 331, + 505, + 345 + ], + "score": 1.0, + "content": "For this", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 343, + 505, + 355 + ], + "spans": [ + { + "bbox": [ + 105, + 343, + 398, + 355 + ], + "score": 1.0, + "content": "reason, inspired by the resampling methods (Efron, 1982), given a batch", + "type": "text" + }, + { + "bbox": [ + 399, + 343, + 408, + 353 + ], + "score": 0.76, + "content": "V", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 343, + 447, + 355 + ], + "score": 1.0, + "content": ", we slice", + "type": "text" + }, + { + "bbox": [ + 447, + 344, + 456, + 353 + ], + "score": 0.76, + "content": "V", + "type": "inline_equation" + }, + { + "bbox": [ + 457, + 343, + 505, + 355 + ], + "score": 1.0, + "content": "in different", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 354, + 505, + 366 + ], + "spans": [ + { + "bbox": [ + 105, + 354, + 505, + 366 + ], + "score": 1.0, + "content": "non-overlapping sub-batches and we compute a whitening matrix independently for each sub-batch.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 365, + 505, + 377 + ], + "spans": [ + { + "bbox": [ + 106, + 365, + 286, + 377 + ], + "score": 1.0, + "content": "In more details, we first partition the batch in", + "type": "text" + }, + { + "bbox": [ + 286, + 365, + 293, + 375 + ], + "score": 0.76, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 365, + 342, + 377 + ], + "score": 1.0, + "content": "parts, being", + "type": "text" + }, + { + "bbox": [ + 342, + 365, + 349, + 375 + ], + "score": 0.76, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 365, + 505, + 377 + ], + "score": 1.0, + "content": "the number of positives extracted from", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 375, + 505, + 389 + ], + "spans": [ + { + "bbox": [ + 105, + 375, + 505, + 389 + ], + "score": 1.0, + "content": "one image. In this way, each partition contains elements extracted from different original images", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 386, + 505, + 399 + ], + "spans": [ + { + "bbox": [ + 105, + 386, + 505, + 399 + ], + "score": 1.0, + "content": "(i.e., no pair of positives is included in a single partition, see Fig. 3). Then, we randomly permute", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 397, + 505, + 410 + ], + "spans": [ + { + "bbox": [ + 105, + 397, + 505, + 410 + ], + "score": 1.0, + "content": "the elements of the each partition with the same permutation. Next, each partition is further split", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 408, + 505, + 421 + ], + "spans": [ + { + "bbox": [ + 105, + 408, + 375, + 421 + ], + "score": 1.0, + "content": "in sub-batches, using the heuristic that the size of each sub-batch", + "type": "text" + }, + { + "bbox": [ + 375, + 408, + 392, + 420 + ], + "score": 0.81, + "content": "( V _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 392, + 408, + 505, + 421 + ], + "score": 1.0, + "content": "should be equal to the size", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 419, + 505, + 433 + ], + "spans": [ + { + "bbox": [ + 105, + 419, + 505, + 433 + ], + "score": 1.0, + "content": "of embedding (v) times 2 (this prevents instability issues when computing the covariance matrices).", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 104, + 427, + 507, + 446 + ], + "spans": [ + { + "bbox": [ + 104, + 427, + 169, + 446 + ], + "score": 1.0, + "content": "Next, for each", + "type": "text" + }, + { + "bbox": [ + 170, + 431, + 180, + 442 + ], + "score": 0.87, + "content": "V _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 427, + 483, + 446 + ], + "score": 1.0, + "content": ", we use only its elements to compute a corresponding whitening matrix", + "type": "text" + }, + { + "bbox": [ + 484, + 430, + 501, + 443 + ], + "score": 0.9, + "content": "W _ { V } ^ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 427, + 507, + 446 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 442, + 505, + 454 + ], + "spans": [ + { + "bbox": [ + 106, + 442, + 270, + 454 + ], + "score": 1.0, + "content": "which is used to whiten the elements of", + "type": "text" + }, + { + "bbox": [ + 270, + 442, + 281, + 452 + ], + "score": 0.87, + "content": "V _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 281, + 442, + 505, + 454 + ], + "score": 1.0, + "content": "only (Fig. 3). In the loss computation (equation 6), all", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 452, + 505, + 465 + ], + "spans": [ + { + "bbox": [ + 105, + 452, + 505, + 465 + ], + "score": 1.0, + "content": "the elements of all the sub-batches are used, thus implicitly alleviating the differences among the", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 464, + 506, + 476 + ], + "spans": [ + { + "bbox": [ + 106, + 464, + 506, + 476 + ], + "score": 1.0, + "content": "different whitening matrices. Finally, it is possible to repeat the whole operation several times and", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 475, + 365, + 486 + ], + "spans": [ + { + "bbox": [ + 105, + 475, + 365, + 486 + ], + "score": 1.0, + "content": "to average the result to get a more robust estimate of equation 6.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 23, + "bbox_fs": [ + 104, + 319, + 507, + 486 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 500, + 185, + 511 + ], + "lines": [ + { + "bbox": [ + 105, + 499, + 186, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 499, + 186, + 513 + ], + "score": 1.0, + "content": "3.1 DISCUSSION", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 107, + 521, + 505, + 599 + ], + "lines": [ + { + "bbox": [ + 105, + 520, + 505, + 533 + ], + "spans": [ + { + "bbox": [ + 105, + 520, + 505, + 533 + ], + "score": 1.0, + "content": "In a common instance-discrimination task (Sec. 2), e.g., solved using equation 2, the similarity", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 531, + 506, + 545 + ], + "spans": [ + { + "bbox": [ + 105, + 531, + 180, + 545 + ], + "score": 1.0, + "content": "of a positive pair", + "type": "text" + }, + { + "bbox": [ + 181, + 531, + 209, + 545 + ], + "score": 0.92, + "content": "( \\mathbf { z } _ { i } ^ { T } \\mathbf { z } _ { j } )", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 531, + 506, + 545 + ], + "score": 1.0, + "content": "is contrasted with the similarity computed with respect to all the other", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 544, + 506, + 558 + ], + "spans": [ + { + "bbox": [ + 105, + 544, + 141, + 558 + ], + "score": 1.0, + "content": "samples", + "type": "text" + }, + { + "bbox": [ + 142, + 545, + 159, + 556 + ], + "score": 0.85, + "content": "( { \\bf z } _ { k } )", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 544, + 211, + 558 + ], + "score": 1.0, + "content": "in the batch", + "type": "text" + }, + { + "bbox": [ + 213, + 544, + 318, + 556 + ], + "score": 0.71, + "content": "\\mathbf { \\langle z } _ { i } ^ { T } \\mathbf { z } _ { k } , 1 \\leq k \\leq K , k \\neq i )", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 544, + 363, + 558 + ], + "score": 1.0, + "content": ". However,", + "type": "text" + }, + { + "bbox": [ + 364, + 546, + 375, + 556 + ], + "score": 0.84, + "content": "\\mathbf { z } _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 544, + 393, + 558 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 393, + 546, + 403, + 555 + ], + "score": 0.84, + "content": "\\mathbf { z } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 544, + 506, + 558 + ], + "score": 1.0, + "content": ", extracted from different", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 555, + 505, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 368, + 568 + ], + "score": 1.0, + "content": "image instances, can occasionally share the same semantics (e.g.,", + "type": "text" + }, + { + "bbox": [ + 369, + 557, + 379, + 566 + ], + "score": 0.85, + "content": "x _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 555, + 396, + 568 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 397, + 557, + 408, + 566 + ], + "score": 0.87, + "content": "x _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 409, + 555, + 505, + 568 + ], + "score": 1.0, + "content": "are two different image", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 566, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 566, + 505, + 578 + ], + "score": 1.0, + "content": "instances of the unknown “cat” class). Conversely, the proposed W-MSE loss does not force all the", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 577, + 505, + 590 + ], + "spans": [ + { + "bbox": [ + 105, + 577, + 505, + 590 + ], + "score": 1.0, + "content": "instance samples to lie far from each other, but it only imposes a soft constraint (equation 4), which", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 588, + 235, + 600 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 235, + 600 + ], + "score": 1.0, + "content": "avoids degenerate distributions.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 35, + "bbox_fs": [ + 105, + 520, + 506, + 600 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 604, + 505, + 682 + ], + "lines": [ + { + "bbox": [ + 105, + 605, + 506, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 506, + 617 + ], + "score": 1.0, + "content": "Note that previous work (He et al., 2019; Henaff et al., 2019; Chen et al., 2020) highlighted that ´", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 615, + 505, + 629 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 505, + 629 + ], + "score": 1.0, + "content": "BN may be harmful for learning semantically meaningful representations because the network can", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 626, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 505, + 640 + ], + "score": 1.0, + "content": "“cheat” and exploit the batch statistics in order to find a trivial solution to equation 2. However,", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 638, + 505, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 638, + 467, + 651 + ], + "score": 1.0, + "content": "our whitening transform (equation 7) is applied only to the very last layer of the network", + "type": "text" + }, + { + "bbox": [ + 467, + 638, + 485, + 650 + ], + "score": 0.9, + "content": "f ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 638, + 505, + 651 + ], + "score": 1.0, + "content": "(see", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 648, + 504, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 486, + 662 + ], + "score": 1.0, + "content": "Fig. 2) and it is not used in the intermediate layers, which is instead the case of BN. Hence, our", + "type": "text" + }, + { + "bbox": [ + 486, + 649, + 504, + 661 + ], + "score": 0.9, + "content": "f ( \\cdot )", + "type": "inline_equation" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 660, + 506, + 672 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 506, + 672 + ], + "score": 1.0, + "content": "cannot learn to exploit subtle inter-sample dependencies introduced by batch-statistics because of", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 670, + 336, + 684 + ], + "spans": [ + { + "bbox": [ + 105, + 670, + 292, + 684 + ], + "score": 1.0, + "content": "the lack of other learnable layers on top of the", + "type": "text" + }, + { + "bbox": [ + 292, + 673, + 299, + 680 + ], + "score": 0.45, + "content": "\\mathbf { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 670, + 336, + 684 + ], + "score": 1.0, + "content": "features.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 42, + "bbox_fs": [ + 105, + 605, + 506, + 684 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 687, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 687, + 505, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 505, + 701 + ], + "score": 1.0, + "content": "Similarly to equation 6, in BYOL (Grill et al., 2020) an MSE loss is used to compare the latent rep-", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "resentations of two positives computed by slightly different networks without contrasting positives", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 710, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 506, + 722 + ], + "score": 1.0, + "content": "with negatives (Sec. 2). However, the MSE loss alone is inclined to collapse the representations of", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 106, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 506, + 733 + ], + "score": 1.0, + "content": "all the images to a constant value, which would make the MSE computation equal to zero. In BYOL,", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "score": 1.0, + "content": "both the projection and the prediction sub-networks have BN layers, and, very recently, (Fetterman", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 92, + 506, + 107 + ], + "spans": [ + { + "bbox": [ + 105, + 92, + 506, + 107 + ], + "score": 1.0, + "content": "& Albrecht, 2020; Tian et al., 2020) have empirically shown that BYOL, without these BN layers,", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 506, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 506, + 118 + ], + "score": 1.0, + "content": "generates collapsed latent-space representations with a close-to-chance level classification accuracy.", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 116, + 505, + 127 + ], + "spans": [ + { + "bbox": [ + 106, + 116, + 505, + 127 + ], + "score": 1.0, + "content": "The reason of this behaviour seems to depend on the fact that the feature standardization in BN", + "type": "text", + "cross_page": true + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 505, + 138 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 154, + 138 + ], + "score": 1.0, + "content": "scatters the", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 155, + 128, + 162, + 137 + ], + "score": 0.27, + "content": "\\mathbf { z }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 163, + 126, + 505, + 138 + ], + "score": 1.0, + "content": "values in a batch and avoids constant representations. Our W-MSE can be seen as", + "type": "text", + "cross_page": true + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 370, + 150 + ], + "score": 1.0, + "content": "a generalization of this implicit property of BYOL, in which the", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 371, + 139, + 378, + 147 + ], + "score": 0.32, + "content": "\\mathbf { z }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 378, + 137, + 505, + 150 + ], + "score": 1.0, + "content": "values of the current batch are", + "type": "text", + "cross_page": true + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 149, + 505, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 149, + 505, + 161 + ], + "score": 1.0, + "content": "full-whitened, so preventing possible collapsing effects of the MSE loss. Importantly, we reach this", + "type": "text", + "cross_page": true + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 160, + 418, + 172 + ], + "spans": [ + { + "bbox": [ + 105, + 160, + 418, + 172 + ], + "score": 1.0, + "content": "result without the need of a target network or sophisticated training protocols.", + "type": "text", + "cross_page": true + } + ], + "index": 7 + } + ], + "index": 47.5, + "bbox_fs": [ + 105, + 687, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 171 + ], + "lines": [ + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "score": 1.0, + "content": "both the projection and the prediction sub-networks have BN layers, and, very recently, (Fetterman", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 92, + 506, + 107 + ], + "spans": [ + { + "bbox": [ + 105, + 92, + 506, + 107 + ], + "score": 1.0, + "content": "& Albrecht, 2020; Tian et al., 2020) have empirically shown that BYOL, without these BN layers,", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 506, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 506, + 118 + ], + "score": 1.0, + "content": "generates collapsed latent-space representations with a close-to-chance level classification accuracy.", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 116, + 505, + 127 + ], + "spans": [ + { + "bbox": [ + 106, + 116, + 505, + 127 + ], + "score": 1.0, + "content": "The reason of this behaviour seems to depend on the fact that the feature standardization in BN", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 505, + 138 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 154, + 138 + ], + "score": 1.0, + "content": "scatters the", + "type": "text" + }, + { + "bbox": [ + 155, + 128, + 162, + 137 + ], + "score": 0.27, + "content": "\\mathbf { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 126, + 505, + 138 + ], + "score": 1.0, + "content": "values in a batch and avoids constant representations. Our W-MSE can be seen as", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 370, + 150 + ], + "score": 1.0, + "content": "a generalization of this implicit property of BYOL, in which the", + "type": "text" + }, + { + "bbox": [ + 371, + 139, + 378, + 147 + ], + "score": 0.32, + "content": "\\mathbf { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 378, + 137, + 505, + 150 + ], + "score": 1.0, + "content": "values of the current batch are", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 149, + 505, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 149, + 505, + 161 + ], + "score": 1.0, + "content": "full-whitened, so preventing possible collapsing effects of the MSE loss. Importantly, we reach this", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 160, + 418, + 172 + ], + "spans": [ + { + "bbox": [ + 105, + 160, + 418, + 172 + ], + "score": 1.0, + "content": "result without the need of a target network or sophisticated training protocols.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 3.5 + }, + { + "type": "text", + "bbox": [ + 107, + 176, + 505, + 242 + ], + "lines": [ + { + "bbox": [ + 105, + 175, + 505, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 175, + 505, + 189 + ], + "score": 1.0, + "content": "Finally, note that using BN alone without whitening, as in W-MSE, and without additional networks,", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 187, + 505, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 505, + 200 + ], + "score": 1.0, + "content": "as in BYOL, is not sufficient. Indeed, if we just minimize an MSE after feature standardization,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 199, + 505, + 210 + ], + "spans": [ + { + "bbox": [ + 106, + 199, + 505, + 210 + ], + "score": 1.0, + "content": "the network can easily find a solution where all the dimensions of the embedding represent the", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 209, + 505, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 505, + 222 + ], + "score": 1.0, + "content": "same feature. We have empirically verified this behaviour in preliminary experiments based on", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 219, + 506, + 232 + ], + "spans": [ + { + "bbox": [ + 105, + 219, + 506, + 232 + ], + "score": 1.0, + "content": "standardization, in which the network converges to a zero loss value after a few epochs but with a", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 230, + 218, + 243 + ], + "spans": [ + { + "bbox": [ + 106, + 230, + 218, + 243 + ], + "score": 1.0, + "content": "low classification accuracy.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 10.5 + }, + { + "type": "title", + "bbox": [ + 108, + 259, + 200, + 272 + ], + "lines": [ + { + "bbox": [ + 105, + 258, + 201, + 274 + ], + "spans": [ + { + "bbox": [ + 105, + 258, + 201, + 274 + ], + "score": 1.0, + "content": "4 EXPERIMENTS", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 107, + 285, + 356, + 297 + ], + "lines": [ + { + "bbox": [ + 105, + 284, + 358, + 299 + ], + "spans": [ + { + "bbox": [ + 105, + 284, + 358, + 299 + ], + "score": 1.0, + "content": "We test our loss and its competitors on the following datasets.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 132, + 308, + 505, + 445 + ], + "lines": [ + { + "bbox": [ + 131, + 308, + 505, + 321 + ], + "spans": [ + { + "bbox": [ + 131, + 308, + 505, + 321 + ], + "score": 1.0, + "content": "• CIFAR-10 and CIFAR-100 (Krizhevsky & Hinton, 2009), two small-scale datasets com-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 141, + 319, + 396, + 332 + ], + "spans": [ + { + "bbox": [ + 141, + 319, + 179, + 332 + ], + "score": 1.0, + "content": "posed of", + "type": "text" + }, + { + "bbox": [ + 179, + 320, + 213, + 330 + ], + "score": 0.89, + "content": "3 2 \\times 3 2", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 319, + 396, + 332 + ], + "score": 1.0, + "content": "images with 10 and 100 classes, respectively.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 132, + 335, + 506, + 349 + ], + "spans": [ + { + "bbox": [ + 132, + 335, + 506, + 349 + ], + "score": 1.0, + "content": "• Tiny ImageNet (Le & Yang, 2015), a reduced version of ImageNet, composed of 200", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 141, + 346, + 505, + 360 + ], + "spans": [ + { + "bbox": [ + 141, + 346, + 283, + 360 + ], + "score": 1.0, + "content": "classes with images scaled down to", + "type": "text" + }, + { + "bbox": [ + 283, + 347, + 314, + 357 + ], + "score": 0.9, + "content": "6 4 \\times 6 4", + "type": "inline_equation" + }, + { + "bbox": [ + 314, + 346, + 505, + 360 + ], + "score": 1.0, + "content": ". The total number of images is: 100K (training)", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 141, + 357, + 217, + 370 + ], + "spans": [ + { + "bbox": [ + 141, + 357, + 217, + 370 + ], + "score": 1.0, + "content": "and 10K (testing).", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 139, + 373, + 506, + 387 + ], + "spans": [ + { + "bbox": [ + 139, + 373, + 396, + 387 + ], + "score": 1.0, + "content": "STL-10 (Coates et al., 2011), also derived from ImageNet, with", + "type": "text" + }, + { + "bbox": [ + 396, + 374, + 429, + 384 + ], + "score": 0.9, + "content": "9 6 \\times 9 6", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 373, + 506, + 387 + ], + "score": 1.0, + "content": "resolution images.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 141, + 384, + 505, + 397 + ], + "spans": [ + { + "bbox": [ + 141, + 384, + 505, + 397 + ], + "score": 1.0, + "content": "While CIFAR-10, CIFAR-100 and Tiny ImageNet are fully-labeled, STL-10 is composed", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 141, + 395, + 506, + 409 + ], + "spans": [ + { + "bbox": [ + 141, + 395, + 506, + 409 + ], + "score": 1.0, + "content": "of 5K labeled training samples (500 per class) and 100K unlabeled training examples from", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 140, + 406, + 506, + 420 + ], + "spans": [ + { + "bbox": [ + 140, + 406, + 506, + 420 + ], + "score": 1.0, + "content": "a similar but broader distribution of images. There are additional 8K labeled testing images.", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 132, + 422, + 505, + 436 + ], + "spans": [ + { + "bbox": [ + 132, + 422, + 505, + 436 + ], + "score": 1.0, + "content": "• ImageNet-100, a random 100-class subset of ImageNet (the list of the 100 classes is pub-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 140, + 433, + 442, + 447 + ], + "spans": [ + { + "bbox": [ + 140, + 433, + 442, + 447 + ], + "score": 1.0, + "content": "lished in (Wang & Isola, 2020)), consisting of unaltered ImageNet images.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 106, + 456, + 505, + 588 + ], + "lines": [ + { + "bbox": [ + 105, + 456, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 505, + 469 + ], + "score": 1.0, + "content": "Setting. The goal of our experiments is to compare W-MSE with state-of-the-art losses, isolating the", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 468, + 505, + 480 + ], + "spans": [ + { + "bbox": [ + 106, + 468, + 505, + 480 + ], + "score": 1.0, + "content": "effects of other settings, such as the architectural choices. For this reason, we use the same encoder", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 107, + 478, + 505, + 491 + ], + "spans": [ + { + "bbox": [ + 107, + 478, + 126, + 491 + ], + "score": 0.89, + "content": "E ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 126, + 478, + 505, + 491 + ], + "score": 1.0, + "content": "ResNet-18 for all the experiments. We independently select the best hyperparameter values for", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 489, + 505, + 502 + ], + "spans": [ + { + "bbox": [ + 106, + 489, + 308, + 502 + ], + "score": 1.0, + "content": "every method and every dataset. Each method uses", + "type": "text" + }, + { + "bbox": [ + 309, + 489, + 321, + 501 + ], + "score": 0.89, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 321, + 489, + 505, + 502 + ], + "score": 1.0, + "content": "feature normalization unless otherwise stated.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 501, + 505, + 513 + ], + "spans": [ + { + "bbox": [ + 106, + 501, + 505, + 513 + ], + "score": 1.0, + "content": "Contrastive refers to our implementation of the contrastive loss (equation 2) following the details", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 511, + 505, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 511, + 269, + 524 + ], + "score": 1.0, + "content": "in (Chen et al., 2020), with temperature", + "type": "text" + }, + { + "bbox": [ + 269, + 511, + 303, + 522 + ], + "score": 0.78, + "content": "\\tau = 0 . 5", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 511, + 505, + 524 + ], + "score": 1.0, + "content": ". BYOL is our reproduction of (Grill et al., 2020),", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 522, + 505, + 536 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 505, + 536 + ], + "score": 1.0, + "content": "introduced concurrently with our work. For this method we use the exponential moving average", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 533, + 505, + 546 + ], + "spans": [ + { + "bbox": [ + 106, + 533, + 505, + 546 + ], + "score": 1.0, + "content": "with cosine increasing, starting from 0.99. W-MSE 2 and W-MSE 4 correspond to our method with", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 107, + 544, + 506, + 558 + ], + "spans": [ + { + "bbox": [ + 107, + 545, + 133, + 555 + ], + "score": 0.89, + "content": "d = 2", + "type": "inline_equation" + }, + { + "bbox": [ + 134, + 544, + 152, + 558 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 153, + 545, + 180, + 555 + ], + "score": 0.89, + "content": "d = 4", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 544, + 506, + 558 + ], + "score": 1.0, + "content": "positives extracted per image, respectively. For CIFAR-10 and CIFAR-100, the", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 555, + 505, + 567 + ], + "spans": [ + { + "bbox": [ + 106, + 555, + 505, + 567 + ], + "score": 1.0, + "content": "slicing sub-batch size is 128, for Tiny ImageNet and STL-10, it is 256. For experiments W-MSE 2", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 104, + 565, + 506, + 579 + ], + "spans": [ + { + "bbox": [ + 104, + 565, + 506, + 579 + ], + "score": 1.0, + "content": "for Tiny ImageNet and STL-10 we use 4 iterations of batch slicing, for all other experiments we use", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 577, + 153, + 589 + ], + "spans": [ + { + "bbox": [ + 105, + 577, + 153, + 589 + ], + "score": 1.0, + "content": "1 iteration.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 32.5 + }, + { + "type": "text", + "bbox": [ + 107, + 594, + 505, + 704 + ], + "lines": [ + { + "bbox": [ + 105, + 594, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 505, + 606 + ], + "score": 1.0, + "content": "In all the experiments, we use the Adam optimizer (Kingma & Ba, 2014). For all the tested methods", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 604, + 505, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 505, + 617 + ], + "score": 1.0, + "content": "(including ours), we use the same number of epochs and the same learning rate schedule. Specif-", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 104, + 614, + 506, + 630 + ], + "spans": [ + { + "bbox": [ + 104, + 614, + 425, + 630 + ], + "score": 1.0, + "content": "ically, for CIFAR-10 and CIFAR-100, we use 1,000 epochs with learning rate", + "type": "text" + }, + { + "bbox": [ + 425, + 615, + 464, + 627 + ], + "score": 0.93, + "content": "3 \\times 1 0 ^ { - 3 }", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 614, + 506, + 630 + ], + "score": 1.0, + "content": "; for Tiny", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 625, + 506, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 625, + 280, + 640 + ], + "score": 1.0, + "content": "ImageNet, 1,000 epochs with learning rate", + "type": "text" + }, + { + "bbox": [ + 281, + 627, + 320, + 637 + ], + "score": 0.91, + "content": "2 \\times 1 0 ^ { - 3 }", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 625, + 506, + 640 + ], + "score": 1.0, + "content": "; for STL-10, 2,000 epochs with learning rate", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 636, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 106, + 637, + 147, + 649 + ], + "score": 0.91, + "content": "2 \\times \\mathrm { 1 0 ^ { - 3 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 636, + 506, + 651 + ], + "score": 1.0, + "content": ". We use learning rate warm-up for the first 500 iterations of the optimizer, and a 0.2", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 648, + 505, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 423, + 661 + ], + "score": 1.0, + "content": "learning rate drop 50 and 25 epochs before the end. We use a mini-batch size of", + "type": "text" + }, + { + "bbox": [ + 424, + 649, + 467, + 659 + ], + "score": 0.9, + "content": "K = 1 0 2 4", + "type": "inline_equation" + }, + { + "bbox": [ + 468, + 648, + 505, + 661 + ], + "score": 1.0, + "content": "samples.", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 104, + 658, + 506, + 673 + ], + "spans": [ + { + "bbox": [ + 104, + 658, + 340, + 673 + ], + "score": 1.0, + "content": "The dimension of the hidden layer of the projection head", + "type": "text" + }, + { + "bbox": [ + 340, + 660, + 357, + 672 + ], + "score": 0.91, + "content": "g ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 658, + 479, + 673 + ], + "score": 1.0, + "content": "is 1024. The weight decay is", + "type": "text" + }, + { + "bbox": [ + 479, + 659, + 501, + 670 + ], + "score": 0.9, + "content": "1 \\bar { 0 } ^ { - 6 }", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 658, + 506, + 673 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 670, + 505, + 683 + ], + "spans": [ + { + "bbox": [ + 105, + 670, + 505, + 683 + ], + "score": 1.0, + "content": "Finally, we use an embedding size of 64 for CIFAR-10 and CIFAR-100, and an embedding of size", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 681, + 505, + 695 + ], + "spans": [ + { + "bbox": [ + 105, + 681, + 505, + 695 + ], + "score": 1.0, + "content": "of 128 for STL-10 and Tiny ImageNet. For ImageNet-100 we use a configuration similar to the Tiny", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 691, + 313, + 707 + ], + "spans": [ + { + "bbox": [ + 105, + 691, + 313, + 707 + ], + "score": 1.0, + "content": "ImageNet experiments, and 240 epochs of training.", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 43.5 + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 708, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 106, + 708, + 506, + 723 + ], + "score": 1.0, + "content": "As a common practice when using ResNet-like architectures for small-size image resolutions, in", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 719, + 506, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 506, + 734 + ], + "score": 1.0, + "content": "all the experiments, except ImageNet-100, we have a first convolutional layer with kernel size 3,", + "type": "text" + } + ], + "index": 50 + } + ], + "index": 49.5 + } + ], + "page_idx": 6, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 108, + 27, + 306, + 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 2021", + "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": "text", + "bbox": [ + 107, + 82, + 505, + 171 + ], + "lines": [], + "index": 3.5, + "bbox_fs": [ + 105, + 83, + 506, + 172 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 176, + 505, + 242 + ], + "lines": [ + { + "bbox": [ + 105, + 175, + 505, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 175, + 505, + 189 + ], + "score": 1.0, + "content": "Finally, note that using BN alone without whitening, as in W-MSE, and without additional networks,", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 187, + 505, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 505, + 200 + ], + "score": 1.0, + "content": "as in BYOL, is not sufficient. Indeed, if we just minimize an MSE after feature standardization,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 199, + 505, + 210 + ], + "spans": [ + { + "bbox": [ + 106, + 199, + 505, + 210 + ], + "score": 1.0, + "content": "the network can easily find a solution where all the dimensions of the embedding represent the", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 209, + 505, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 505, + 222 + ], + "score": 1.0, + "content": "same feature. We have empirically verified this behaviour in preliminary experiments based on", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 219, + 506, + 232 + ], + "spans": [ + { + "bbox": [ + 105, + 219, + 506, + 232 + ], + "score": 1.0, + "content": "standardization, in which the network converges to a zero loss value after a few epochs but with a", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 230, + 218, + 243 + ], + "spans": [ + { + "bbox": [ + 106, + 230, + 218, + 243 + ], + "score": 1.0, + "content": "low classification accuracy.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 10.5, + "bbox_fs": [ + 105, + 175, + 506, + 243 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 259, + 200, + 272 + ], + "lines": [ + { + "bbox": [ + 105, + 258, + 201, + 274 + ], + "spans": [ + { + "bbox": [ + 105, + 258, + 201, + 274 + ], + "score": 1.0, + "content": "4 EXPERIMENTS", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 107, + 285, + 356, + 297 + ], + "lines": [ + { + "bbox": [ + 105, + 284, + 358, + 299 + ], + "spans": [ + { + "bbox": [ + 105, + 284, + 358, + 299 + ], + "score": 1.0, + "content": "We test our loss and its competitors on the following datasets.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15, + "bbox_fs": [ + 105, + 284, + 358, + 299 + ] + }, + { + "type": "list", + "bbox": [ + 132, + 308, + 505, + 445 + ], + "lines": [ + { + "bbox": [ + 131, + 308, + 505, + 321 + ], + "spans": [ + { + "bbox": [ + 131, + 308, + 505, + 321 + ], + "score": 1.0, + "content": "• CIFAR-10 and CIFAR-100 (Krizhevsky & Hinton, 2009), two small-scale datasets com-", + "type": "text" + } + ], + "index": 16, + "is_list_start_line": true + }, + { + "bbox": [ + 141, + 319, + 396, + 332 + ], + "spans": [ + { + "bbox": [ + 141, + 319, + 179, + 332 + ], + "score": 1.0, + "content": "posed of", + "type": "text" + }, + { + "bbox": [ + 179, + 320, + 213, + 330 + ], + "score": 0.89, + "content": "3 2 \\times 3 2", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 319, + 396, + 332 + ], + "score": 1.0, + "content": "images with 10 and 100 classes, respectively.", + "type": "text" + } + ], + "index": 17, + "is_list_end_line": true + }, + { + "bbox": [ + 132, + 335, + 506, + 349 + ], + "spans": [ + { + "bbox": [ + 132, + 335, + 506, + 349 + ], + "score": 1.0, + "content": "• Tiny ImageNet (Le & Yang, 2015), a reduced version of ImageNet, composed of 200", + "type": "text" + } + ], + "index": 18, + "is_list_start_line": true + }, + { + "bbox": [ + 141, + 346, + 505, + 360 + ], + "spans": [ + { + "bbox": [ + 141, + 346, + 283, + 360 + ], + "score": 1.0, + "content": "classes with images scaled down to", + "type": "text" + }, + { + "bbox": [ + 283, + 347, + 314, + 357 + ], + "score": 0.9, + "content": "6 4 \\times 6 4", + "type": "inline_equation" + }, + { + "bbox": [ + 314, + 346, + 505, + 360 + ], + "score": 1.0, + "content": ". The total number of images is: 100K (training)", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 141, + 357, + 217, + 370 + ], + "spans": [ + { + "bbox": [ + 141, + 357, + 217, + 370 + ], + "score": 1.0, + "content": "and 10K (testing).", + "type": "text" + } + ], + "index": 20, + "is_list_end_line": true + }, + { + "bbox": [ + 139, + 373, + 506, + 387 + ], + "spans": [ + { + "bbox": [ + 139, + 373, + 396, + 387 + ], + "score": 1.0, + "content": "STL-10 (Coates et al., 2011), also derived from ImageNet, with", + "type": "text" + }, + { + "bbox": [ + 396, + 374, + 429, + 384 + ], + "score": 0.9, + "content": "9 6 \\times 9 6", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 373, + 506, + 387 + ], + "score": 1.0, + "content": "resolution images.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 141, + 384, + 505, + 397 + ], + "spans": [ + { + "bbox": [ + 141, + 384, + 505, + 397 + ], + "score": 1.0, + "content": "While CIFAR-10, CIFAR-100 and Tiny ImageNet are fully-labeled, STL-10 is composed", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 141, + 395, + 506, + 409 + ], + "spans": [ + { + "bbox": [ + 141, + 395, + 506, + 409 + ], + "score": 1.0, + "content": "of 5K labeled training samples (500 per class) and 100K unlabeled training examples from", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 140, + 406, + 506, + 420 + ], + "spans": [ + { + "bbox": [ + 140, + 406, + 506, + 420 + ], + "score": 1.0, + "content": "a similar but broader distribution of images. There are additional 8K labeled testing images.", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 132, + 422, + 505, + 436 + ], + "spans": [ + { + "bbox": [ + 132, + 422, + 505, + 436 + ], + "score": 1.0, + "content": "• ImageNet-100, a random 100-class subset of ImageNet (the list of the 100 classes is pub-", + "type": "text" + } + ], + "index": 25, + "is_list_start_line": true + }, + { + "bbox": [ + 140, + 433, + 442, + 447 + ], + "spans": [ + { + "bbox": [ + 140, + 433, + 442, + 447 + ], + "score": 1.0, + "content": "lished in (Wang & Isola, 2020)), consisting of unaltered ImageNet images.", + "type": "text" + } + ], + "index": 26, + "is_list_end_line": true + } + ], + "index": 21, + "bbox_fs": [ + 131, + 308, + 506, + 447 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 456, + 505, + 588 + ], + "lines": [ + { + "bbox": [ + 105, + 456, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 505, + 469 + ], + "score": 1.0, + "content": "Setting. The goal of our experiments is to compare W-MSE with state-of-the-art losses, isolating the", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 468, + 505, + 480 + ], + "spans": [ + { + "bbox": [ + 106, + 468, + 505, + 480 + ], + "score": 1.0, + "content": "effects of other settings, such as the architectural choices. For this reason, we use the same encoder", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 107, + 478, + 505, + 491 + ], + "spans": [ + { + "bbox": [ + 107, + 478, + 126, + 491 + ], + "score": 0.89, + "content": "E ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 126, + 478, + 505, + 491 + ], + "score": 1.0, + "content": "ResNet-18 for all the experiments. We independently select the best hyperparameter values for", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 489, + 505, + 502 + ], + "spans": [ + { + "bbox": [ + 106, + 489, + 308, + 502 + ], + "score": 1.0, + "content": "every method and every dataset. Each method uses", + "type": "text" + }, + { + "bbox": [ + 309, + 489, + 321, + 501 + ], + "score": 0.89, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 321, + 489, + 505, + 502 + ], + "score": 1.0, + "content": "feature normalization unless otherwise stated.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 501, + 505, + 513 + ], + "spans": [ + { + "bbox": [ + 106, + 501, + 505, + 513 + ], + "score": 1.0, + "content": "Contrastive refers to our implementation of the contrastive loss (equation 2) following the details", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 511, + 505, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 511, + 269, + 524 + ], + "score": 1.0, + "content": "in (Chen et al., 2020), with temperature", + "type": "text" + }, + { + "bbox": [ + 269, + 511, + 303, + 522 + ], + "score": 0.78, + "content": "\\tau = 0 . 5", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 511, + 505, + 524 + ], + "score": 1.0, + "content": ". BYOL is our reproduction of (Grill et al., 2020),", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 522, + 505, + 536 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 505, + 536 + ], + "score": 1.0, + "content": "introduced concurrently with our work. For this method we use the exponential moving average", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 533, + 505, + 546 + ], + "spans": [ + { + "bbox": [ + 106, + 533, + 505, + 546 + ], + "score": 1.0, + "content": "with cosine increasing, starting from 0.99. W-MSE 2 and W-MSE 4 correspond to our method with", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 107, + 544, + 506, + 558 + ], + "spans": [ + { + "bbox": [ + 107, + 545, + 133, + 555 + ], + "score": 0.89, + "content": "d = 2", + "type": "inline_equation" + }, + { + "bbox": [ + 134, + 544, + 152, + 558 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 153, + 545, + 180, + 555 + ], + "score": 0.89, + "content": "d = 4", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 544, + 506, + 558 + ], + "score": 1.0, + "content": "positives extracted per image, respectively. For CIFAR-10 and CIFAR-100, the", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 555, + 505, + 567 + ], + "spans": [ + { + "bbox": [ + 106, + 555, + 505, + 567 + ], + "score": 1.0, + "content": "slicing sub-batch size is 128, for Tiny ImageNet and STL-10, it is 256. For experiments W-MSE 2", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 104, + 565, + 506, + 579 + ], + "spans": [ + { + "bbox": [ + 104, + 565, + 506, + 579 + ], + "score": 1.0, + "content": "for Tiny ImageNet and STL-10 we use 4 iterations of batch slicing, for all other experiments we use", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 577, + 153, + 589 + ], + "spans": [ + { + "bbox": [ + 105, + 577, + 153, + 589 + ], + "score": 1.0, + "content": "1 iteration.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 32.5, + "bbox_fs": [ + 104, + 456, + 506, + 589 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 594, + 505, + 704 + ], + "lines": [ + { + "bbox": [ + 105, + 594, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 505, + 606 + ], + "score": 1.0, + "content": "In all the experiments, we use the Adam optimizer (Kingma & Ba, 2014). For all the tested methods", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 604, + 505, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 505, + 617 + ], + "score": 1.0, + "content": "(including ours), we use the same number of epochs and the same learning rate schedule. Specif-", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 104, + 614, + 506, + 630 + ], + "spans": [ + { + "bbox": [ + 104, + 614, + 425, + 630 + ], + "score": 1.0, + "content": "ically, for CIFAR-10 and CIFAR-100, we use 1,000 epochs with learning rate", + "type": "text" + }, + { + "bbox": [ + 425, + 615, + 464, + 627 + ], + "score": 0.93, + "content": "3 \\times 1 0 ^ { - 3 }", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 614, + 506, + 630 + ], + "score": 1.0, + "content": "; for Tiny", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 625, + 506, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 625, + 280, + 640 + ], + "score": 1.0, + "content": "ImageNet, 1,000 epochs with learning rate", + "type": "text" + }, + { + "bbox": [ + 281, + 627, + 320, + 637 + ], + "score": 0.91, + "content": "2 \\times 1 0 ^ { - 3 }", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 625, + 506, + 640 + ], + "score": 1.0, + "content": "; for STL-10, 2,000 epochs with learning rate", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 636, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 106, + 637, + 147, + 649 + ], + "score": 0.91, + "content": "2 \\times \\mathrm { 1 0 ^ { - 3 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 636, + 506, + 651 + ], + "score": 1.0, + "content": ". We use learning rate warm-up for the first 500 iterations of the optimizer, and a 0.2", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 648, + 505, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 423, + 661 + ], + "score": 1.0, + "content": "learning rate drop 50 and 25 epochs before the end. We use a mini-batch size of", + "type": "text" + }, + { + "bbox": [ + 424, + 649, + 467, + 659 + ], + "score": 0.9, + "content": "K = 1 0 2 4", + "type": "inline_equation" + }, + { + "bbox": [ + 468, + 648, + 505, + 661 + ], + "score": 1.0, + "content": "samples.", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 104, + 658, + 506, + 673 + ], + "spans": [ + { + "bbox": [ + 104, + 658, + 340, + 673 + ], + "score": 1.0, + "content": "The dimension of the hidden layer of the projection head", + "type": "text" + }, + { + "bbox": [ + 340, + 660, + 357, + 672 + ], + "score": 0.91, + "content": "g ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 658, + 479, + 673 + ], + "score": 1.0, + "content": "is 1024. The weight decay is", + "type": "text" + }, + { + "bbox": [ + 479, + 659, + 501, + 670 + ], + "score": 0.9, + "content": "1 \\bar { 0 } ^ { - 6 }", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 658, + 506, + 673 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 670, + 505, + 683 + ], + "spans": [ + { + "bbox": [ + 105, + 670, + 505, + 683 + ], + "score": 1.0, + "content": "Finally, we use an embedding size of 64 for CIFAR-10 and CIFAR-100, and an embedding of size", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 681, + 505, + 695 + ], + "spans": [ + { + "bbox": [ + 105, + 681, + 505, + 695 + ], + "score": 1.0, + "content": "of 128 for STL-10 and Tiny ImageNet. For ImageNet-100 we use a configuration similar to the Tiny", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 691, + 313, + 707 + ], + "spans": [ + { + "bbox": [ + 105, + 691, + 313, + 707 + ], + "score": 1.0, + "content": "ImageNet experiments, and 240 epochs of training.", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 43.5, + "bbox_fs": [ + 104, + 594, + 506, + 707 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 708, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 106, + 708, + 506, + 723 + ], + "score": 1.0, + "content": "As a common practice when using ResNet-like architectures for small-size image resolutions, in", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 719, + 506, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 506, + 734 + ], + "score": 1.0, + "content": "all the experiments, except ImageNet-100, we have a first convolutional layer with kernel size 3,", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 349, + 506, + 363 + ], + "spans": [ + { + "bbox": [ + 105, + 349, + 506, + 363 + ], + "score": 1.0, + "content": "stride 1 and padding 1. Additionally, in case of CIFAR-10 and CIFAR-100, we remove the first max", + "type": "text", + "cross_page": true + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 361, + 164, + 374 + ], + "spans": [ + { + "bbox": [ + 105, + 361, + 164, + 374 + ], + "score": 1.0, + "content": "pooling layer.", + "type": "text", + "cross_page": true + } + ], + "index": 12 + } + ], + "index": 49.5, + "bbox_fs": [ + 105, + 708, + 506, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 136, + 106, + 475, + 196 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 107, + 80, + 503, + 103 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 80, + 505, + 93 + ], + "spans": [ + { + "bbox": [ + 106, + 80, + 505, + 93 + ], + "score": 1.0, + "content": "Table 1: Classification accuracy (top 1) of a linear classifier and a 5-nearest neighbors classifier for", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 90, + 360, + 103 + ], + "spans": [ + { + "bbox": [ + 106, + 90, + 360, + 103 + ], + "score": 1.0, + "content": "different loss functions and datasets with a ResNet-18 encoder.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "table_body", + "bbox": [ + 136, + 106, + 475, + 196 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 136, + 106, + 475, + 196 + ], + "spans": [ + { + "bbox": [ + 136, + 106, + 475, + 196 + ], + "score": 0.981, + "html": "
MethodCIFAR-10CIFAR-100STL-10 Tiny ImageNet
linear5-nnlinear 5-nnlinear5-nn linear5-nn
Contrastive91.8088.4266.8356.5690.5185.6848.8432.86
BYOL91.7389.4566.6056.8291.9988.6451.0036.24
W-MSE 291.5589.6966.1056.6990.3687.1048.2034.16
W-MSE 491.9989.8767.6456.4591.7588.5949.2235.44
", + "type": "table", + "image_path": "bb45fa6fa8652c6f2c393511f1f90725ffe31605855f3e3d19b82df58bd95096.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 136, + 106, + 475, + 136.0 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 136, + 136.0, + 475, + 166.0 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 136, + 166.0, + 475, + 196.0 + ], + "spans": [], + "index": 4 + } + ] + } + ], + "index": 1.75 + }, + { + "type": "table", + "bbox": [ + 177, + 249, + 433, + 325 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 107, + 211, + 504, + 245 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 210, + 506, + 224 + ], + "spans": [ + { + "bbox": [ + 105, + 210, + 506, + 224 + ], + "score": 1.0, + "content": "Table 2: Classification accuracy on ImageNet-100. W-MSE (2 and 4) are based on a ResNet-18", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 222, + 505, + 235 + ], + "spans": [ + { + "bbox": [ + 105, + 222, + 505, + 235 + ], + "score": 1.0, + "content": "encoder. † indicates that the results are based on a ResNet-50 encoder and the values are reported", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 233, + 220, + 245 + ], + "spans": [ + { + "bbox": [ + 106, + 233, + 220, + 245 + ], + "score": 1.0, + "content": "from (Wang & Isola, 2020).", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6 + }, + { + "type": "table_body", + "bbox": [ + 177, + 249, + 433, + 325 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 177, + 249, + 433, + 325 + ], + "spans": [ + { + "bbox": [ + 177, + 249, + 433, + 325 + ], + "score": 0.98, + "html": "
Methodlinear (top 1)linear (top 5)5-nn
MoCot72.8091.641
Lalign and Luniform +74.6092.741
W-MSE 276.0093.1467.04
W-MSE 479.0294.4671.32
", + "type": "table", + "image_path": "3b212b9e82f350eb8213f1000f5d267fa44359e5362bc3fed3290b943b75fbc8.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 177, + 249, + 433, + 274.3333333333333 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 177, + 274.3333333333333, + 433, + 299.66666666666663 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 177, + 299.66666666666663, + 433, + 324.99999999999994 + ], + "spans": [], + "index": 10 + } + ] + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 107, + 350, + 504, + 372 + ], + "lines": [ + { + "bbox": [ + 105, + 349, + 506, + 363 + ], + "spans": [ + { + "bbox": [ + 105, + 349, + 506, + 363 + ], + "score": 1.0, + "content": "stride 1 and padding 1. Additionally, in case of CIFAR-10 and CIFAR-100, we remove the first max", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 361, + 164, + 374 + ], + "spans": [ + { + "bbox": [ + 105, + 361, + 164, + 374 + ], + "score": 1.0, + "content": "pooling layer.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5 + }, + { + "type": "text", + "bbox": [ + 106, + 378, + 505, + 455 + ], + "lines": [ + { + "bbox": [ + 106, + 378, + 505, + 390 + ], + "spans": [ + { + "bbox": [ + 106, + 378, + 505, + 390 + ], + "score": 1.0, + "content": "Image Transformation Details. We extract crops with a random size from 0.2 to 1.0 of the original", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 389, + 505, + 402 + ], + "spans": [ + { + "bbox": [ + 106, + 389, + 256, + 402 + ], + "score": 1.0, + "content": "area and a random aspect ratio from", + "type": "text" + }, + { + "bbox": [ + 256, + 389, + 273, + 401 + ], + "score": 0.32, + "content": "3 / 4", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 389, + 284, + 402 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 285, + 389, + 302, + 401 + ], + "score": 0.52, + "content": "4 / 3", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 389, + 505, + 402 + ], + "score": 1.0, + "content": "of the original aspect ratio, which is a commonly", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 399, + 505, + 413 + ], + "spans": [ + { + "bbox": [ + 105, + 399, + 505, + 413 + ], + "score": 1.0, + "content": "used data-augmentation technique. We also apply horizontal mirroring with probability 0.5. Finally,", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 410, + 506, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 410, + 282, + 425 + ], + "score": 1.0, + "content": "we apply color jittering with configuration", + "type": "text" + }, + { + "bbox": [ + 283, + 411, + 353, + 423 + ], + "score": 0.45, + "content": "( 0 . 4 , 0 . 4 , 0 . 4 , 0 . 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 410, + 506, + 425 + ], + "score": 1.0, + "content": "with probability 0.8 and grayscaling", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 423, + 505, + 434 + ], + "spans": [ + { + "bbox": [ + 106, + 423, + 505, + 434 + ], + "score": 1.0, + "content": "with probability 0.1. For ImageNet-100 we follow details in (Chen et al., 2020): crop size from 0.08", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 104, + 432, + 506, + 447 + ], + "spans": [ + { + "bbox": [ + 104, + 432, + 506, + 447 + ], + "score": 1.0, + "content": "to 1.0, stronger jittering (0.8, 0.8, 0.8, 0.2), grayscaling probability 0.2, and Gaussian blurring with", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 443, + 170, + 458 + ], + "spans": [ + { + "bbox": [ + 105, + 443, + 170, + 458 + ], + "score": 1.0, + "content": "0.5 probability.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 106, + 461, + 505, + 538 + ], + "lines": [ + { + "bbox": [ + 105, + 460, + 505, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 460, + 505, + 474 + ], + "score": 1.0, + "content": "Evaluation Protocol. The most common evaluation protocol for unsupervised feature learning is", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 471, + 505, + 485 + ], + "spans": [ + { + "bbox": [ + 105, + 471, + 264, + 485 + ], + "score": 1.0, + "content": "based on freezing the network encoder", + "type": "text" + }, + { + "bbox": [ + 264, + 472, + 286, + 484 + ], + "score": 0.87, + "content": "( E ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 471, + 505, + 485 + ], + "score": 1.0, + "content": ", in our case) after unsupervised pre-training, and then", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 483, + 505, + 495 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 505, + 495 + ], + "score": 1.0, + "content": "train a supervised linear classifier on top of it. Specifically, the linear classifier is a fully-connected", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 104, + 493, + 505, + 507 + ], + "spans": [ + { + "bbox": [ + 104, + 493, + 321, + 507 + ], + "score": 1.0, + "content": "layer followed by softmax, which is placed on top of", + "type": "text" + }, + { + "bbox": [ + 322, + 494, + 342, + 505 + ], + "score": 0.9, + "content": "E ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 493, + 484, + 507 + ], + "score": 1.0, + "content": "after removing the projection head", + "type": "text" + }, + { + "bbox": [ + 484, + 493, + 501, + 506 + ], + "score": 0.9, + "content": "g ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 493, + 505, + 507 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 504, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 504, + 505, + 516 + ], + "score": 1.0, + "content": "In all the experiments we train the linear classifier for 500 epochs using the Adam optimizer and", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 515, + 506, + 528 + ], + "spans": [ + { + "bbox": [ + 105, + 515, + 506, + 528 + ], + "score": 1.0, + "content": "the labeled training set of each specific dataset, without data augmentation. The learning rate is", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 526, + 404, + 539 + ], + "spans": [ + { + "bbox": [ + 105, + 527, + 220, + 539 + ], + "score": 1.0, + "content": "exponentially decayed from", + "type": "text" + }, + { + "bbox": [ + 220, + 526, + 242, + 537 + ], + "score": 0.89, + "content": "1 0 ^ { - 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 242, + 527, + 253, + 539 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 253, + 526, + 275, + 537 + ], + "score": 0.91, + "content": "1 0 ^ { - 6 }", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 527, + 362, + 539 + ], + "score": 1.0, + "content": ". The weight decay is", + "type": "text" + }, + { + "bbox": [ + 362, + 526, + 401, + 537 + ], + "score": 0.92, + "content": "5 \\times 1 0 ^ { - 6 }", + "type": "inline_equation" + }, + { + "bbox": [ + 401, + 527, + 404, + 539 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 107, + 543, + 505, + 577 + ], + "lines": [ + { + "bbox": [ + 105, + 543, + 505, + 556 + ], + "spans": [ + { + "bbox": [ + 105, + 543, + 324, + 556 + ], + "score": 1.0, + "content": "In our experiments, we also include the accuracy of a", + "type": "text" + }, + { + "bbox": [ + 325, + 545, + 331, + 554 + ], + "score": 0.52, + "content": "\\mathbf { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 543, + 471, + 556 + ], + "score": 1.0, + "content": "-nearest neighbors classifier (k-nn,", + "type": "text" + }, + { + "bbox": [ + 472, + 544, + 498, + 554 + ], + "score": 0.79, + "content": "k = 5", + "type": "inline_equation" + }, + { + "bbox": [ + 498, + 543, + 505, + 556 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 553, + 506, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 553, + 506, + 568 + ], + "score": 1.0, + "content": "The advantage of using this classifier is that it does not require additional parameters and training,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 566, + 198, + 577 + ], + "spans": [ + { + "bbox": [ + 106, + 566, + 198, + 577 + ], + "score": 1.0, + "content": "and it is deterministic.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28 + }, + { + "type": "title", + "bbox": [ + 107, + 590, + 316, + 601 + ], + "lines": [ + { + "bbox": [ + 106, + 590, + 317, + 603 + ], + "spans": [ + { + "bbox": [ + 106, + 590, + 317, + 603 + ], + "score": 1.0, + "content": "4.1 COMPARISON WITH THE STATE OF THE ART", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 106, + 610, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 611, + 506, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 611, + 506, + 623 + ], + "score": 1.0, + "content": "Tab. 1 shows the results of the experiments on small and medium size datasets. For W-MSE, 4", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 622, + 505, + 633 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 505, + 633 + ], + "score": 1.0, + "content": "samples are generally better than 2. The contrastive loss performs the worst in most cases. The", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 633, + 505, + 644 + ], + "spans": [ + { + "bbox": [ + 106, + 633, + 505, + 644 + ], + "score": 1.0, + "content": "W-MSE 4 accuracy is the best on CIFAR-10 and CIFAR-100, while BYOL leads on STL-10 and", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 643, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 506, + 657 + ], + "score": 1.0, + "content": "Tiny ImageNet, although the gap between the two methods is minor. In Appendix A, we plot the", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 104, + 653, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 104, + 653, + 506, + 668 + ], + "score": 1.0, + "content": "linear classification accuracy during training for the STL-10 dataset. The plot shows that W-MSE", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 104, + 665, + 506, + 678 + ], + "spans": [ + { + "bbox": [ + 104, + 665, + 506, + 678 + ], + "score": 1.0, + "content": "4 and BYOL have a similar performance during most of the training. However, in the first 120", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 677, + 506, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 506, + 689 + ], + "score": 1.0, + "content": "epochs, BYOL significantly underperforms W-MSE 4 (e.g., the accuracy after 20 epochs: W-MSE", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 116, + 700 + ], + "score": 1.0, + "content": "4,", + "type": "text" + }, + { + "bbox": [ + 117, + 687, + 149, + 699 + ], + "score": 0.83, + "content": "7 9 . 9 8 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 687, + 184, + 700 + ], + "score": 1.0, + "content": "; BYOL,", + "type": "text" + }, + { + "bbox": [ + 185, + 687, + 217, + 699 + ], + "score": 0.87, + "content": "7 3 . 2 4 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 687, + 505, + 700 + ], + "score": 1.0, + "content": "), indicating that BYOL requires a “warmup” period. On the other hand,", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "W-MSE performs well from the beginning. This property is useful in those domains which require a", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "rapid adaptation of the encoder, e.g., due to the change of the data distribution in continual learning", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 720, + 223, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 223, + 734 + ], + "score": 1.0, + "content": "or in reinforcement learning.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 36 + } + ], + "page_idx": 7, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "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" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 307, + 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 2021", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 136, + 106, + 475, + 196 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 107, + 80, + 503, + 103 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 80, + 505, + 93 + ], + "spans": [ + { + "bbox": [ + 106, + 80, + 505, + 93 + ], + "score": 1.0, + "content": "Table 1: Classification accuracy (top 1) of a linear classifier and a 5-nearest neighbors classifier for", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 90, + 360, + 103 + ], + "spans": [ + { + "bbox": [ + 106, + 90, + 360, + 103 + ], + "score": 1.0, + "content": "different loss functions and datasets with a ResNet-18 encoder.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "table_body", + "bbox": [ + 136, + 106, + 475, + 196 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 136, + 106, + 475, + 196 + ], + "spans": [ + { + "bbox": [ + 136, + 106, + 475, + 196 + ], + "score": 0.981, + "html": "
MethodCIFAR-10CIFAR-100STL-10 Tiny ImageNet
linear5-nnlinear 5-nnlinear5-nn linear5-nn
Contrastive91.8088.4266.8356.5690.5185.6848.8432.86
BYOL91.7389.4566.6056.8291.9988.6451.0036.24
W-MSE 291.5589.6966.1056.6990.3687.1048.2034.16
W-MSE 491.9989.8767.6456.4591.7588.5949.2235.44
", + "type": "table", + "image_path": "bb45fa6fa8652c6f2c393511f1f90725ffe31605855f3e3d19b82df58bd95096.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 136, + 106, + 475, + 136.0 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 136, + 136.0, + 475, + 166.0 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 136, + 166.0, + 475, + 196.0 + ], + "spans": [], + "index": 4 + } + ] + } + ], + "index": 1.75 + }, + { + "type": "table", + "bbox": [ + 177, + 249, + 433, + 325 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 107, + 211, + 504, + 245 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 210, + 506, + 224 + ], + "spans": [ + { + "bbox": [ + 105, + 210, + 506, + 224 + ], + "score": 1.0, + "content": "Table 2: Classification accuracy on ImageNet-100. W-MSE (2 and 4) are based on a ResNet-18", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 222, + 505, + 235 + ], + "spans": [ + { + "bbox": [ + 105, + 222, + 505, + 235 + ], + "score": 1.0, + "content": "encoder. † indicates that the results are based on a ResNet-50 encoder and the values are reported", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 233, + 220, + 245 + ], + "spans": [ + { + "bbox": [ + 106, + 233, + 220, + 245 + ], + "score": 1.0, + "content": "from (Wang & Isola, 2020).", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6 + }, + { + "type": "table_body", + "bbox": [ + 177, + 249, + 433, + 325 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 177, + 249, + 433, + 325 + ], + "spans": [ + { + "bbox": [ + 177, + 249, + 433, + 325 + ], + "score": 0.98, + "html": "
Methodlinear (top 1)linear (top 5)5-nn
MoCot72.8091.641
Lalign and Luniform +74.6092.741
W-MSE 276.0093.1467.04
W-MSE 479.0294.4671.32
", + "type": "table", + "image_path": "3b212b9e82f350eb8213f1000f5d267fa44359e5362bc3fed3290b943b75fbc8.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 177, + 249, + 433, + 274.3333333333333 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 177, + 274.3333333333333, + 433, + 299.66666666666663 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 177, + 299.66666666666663, + 433, + 324.99999999999994 + ], + "spans": [], + "index": 10 + } + ] + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 107, + 350, + 504, + 372 + ], + "lines": [], + "index": 11.5, + "bbox_fs": [ + 105, + 349, + 506, + 374 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 106, + 378, + 505, + 455 + ], + "lines": [ + { + "bbox": [ + 106, + 378, + 505, + 390 + ], + "spans": [ + { + "bbox": [ + 106, + 378, + 505, + 390 + ], + "score": 1.0, + "content": "Image Transformation Details. We extract crops with a random size from 0.2 to 1.0 of the original", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 389, + 505, + 402 + ], + "spans": [ + { + "bbox": [ + 106, + 389, + 256, + 402 + ], + "score": 1.0, + "content": "area and a random aspect ratio from", + "type": "text" + }, + { + "bbox": [ + 256, + 389, + 273, + 401 + ], + "score": 0.32, + "content": "3 / 4", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 389, + 284, + 402 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 285, + 389, + 302, + 401 + ], + "score": 0.52, + "content": "4 / 3", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 389, + 505, + 402 + ], + "score": 1.0, + "content": "of the original aspect ratio, which is a commonly", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 399, + 505, + 413 + ], + "spans": [ + { + "bbox": [ + 105, + 399, + 505, + 413 + ], + "score": 1.0, + "content": "used data-augmentation technique. We also apply horizontal mirroring with probability 0.5. Finally,", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 410, + 506, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 410, + 282, + 425 + ], + "score": 1.0, + "content": "we apply color jittering with configuration", + "type": "text" + }, + { + "bbox": [ + 283, + 411, + 353, + 423 + ], + "score": 0.45, + "content": "( 0 . 4 , 0 . 4 , 0 . 4 , 0 . 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 410, + 506, + 425 + ], + "score": 1.0, + "content": "with probability 0.8 and grayscaling", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 423, + 505, + 434 + ], + "spans": [ + { + "bbox": [ + 106, + 423, + 505, + 434 + ], + "score": 1.0, + "content": "with probability 0.1. For ImageNet-100 we follow details in (Chen et al., 2020): crop size from 0.08", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 104, + 432, + 506, + 447 + ], + "spans": [ + { + "bbox": [ + 104, + 432, + 506, + 447 + ], + "score": 1.0, + "content": "to 1.0, stronger jittering (0.8, 0.8, 0.8, 0.2), grayscaling probability 0.2, and Gaussian blurring with", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 443, + 170, + 458 + ], + "spans": [ + { + "bbox": [ + 105, + 443, + 170, + 458 + ], + "score": 1.0, + "content": "0.5 probability.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 16, + "bbox_fs": [ + 104, + 378, + 506, + 458 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 461, + 505, + 538 + ], + "lines": [ + { + "bbox": [ + 105, + 460, + 505, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 460, + 505, + 474 + ], + "score": 1.0, + "content": "Evaluation Protocol. The most common evaluation protocol for unsupervised feature learning is", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 471, + 505, + 485 + ], + "spans": [ + { + "bbox": [ + 105, + 471, + 264, + 485 + ], + "score": 1.0, + "content": "based on freezing the network encoder", + "type": "text" + }, + { + "bbox": [ + 264, + 472, + 286, + 484 + ], + "score": 0.87, + "content": "( E ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 471, + 505, + 485 + ], + "score": 1.0, + "content": ", in our case) after unsupervised pre-training, and then", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 483, + 505, + 495 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 505, + 495 + ], + "score": 1.0, + "content": "train a supervised linear classifier on top of it. Specifically, the linear classifier is a fully-connected", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 104, + 493, + 505, + 507 + ], + "spans": [ + { + "bbox": [ + 104, + 493, + 321, + 507 + ], + "score": 1.0, + "content": "layer followed by softmax, which is placed on top of", + "type": "text" + }, + { + "bbox": [ + 322, + 494, + 342, + 505 + ], + "score": 0.9, + "content": "E ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 493, + 484, + 507 + ], + "score": 1.0, + "content": "after removing the projection head", + "type": "text" + }, + { + "bbox": [ + 484, + 493, + 501, + 506 + ], + "score": 0.9, + "content": "g ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 493, + 505, + 507 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 504, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 504, + 505, + 516 + ], + "score": 1.0, + "content": "In all the experiments we train the linear classifier for 500 epochs using the Adam optimizer and", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 515, + 506, + 528 + ], + "spans": [ + { + "bbox": [ + 105, + 515, + 506, + 528 + ], + "score": 1.0, + "content": "the labeled training set of each specific dataset, without data augmentation. The learning rate is", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 526, + 404, + 539 + ], + "spans": [ + { + "bbox": [ + 105, + 527, + 220, + 539 + ], + "score": 1.0, + "content": "exponentially decayed from", + "type": "text" + }, + { + "bbox": [ + 220, + 526, + 242, + 537 + ], + "score": 0.89, + "content": "1 0 ^ { - 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 242, + 527, + 253, + 539 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 253, + 526, + 275, + 537 + ], + "score": 0.91, + "content": "1 0 ^ { - 6 }", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 527, + 362, + 539 + ], + "score": 1.0, + "content": ". The weight decay is", + "type": "text" + }, + { + "bbox": [ + 362, + 526, + 401, + 537 + ], + "score": 0.92, + "content": "5 \\times 1 0 ^ { - 6 }", + "type": "inline_equation" + }, + { + "bbox": [ + 401, + 527, + 404, + 539 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 23, + "bbox_fs": [ + 104, + 460, + 506, + 539 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 543, + 505, + 577 + ], + "lines": [ + { + "bbox": [ + 105, + 543, + 505, + 556 + ], + "spans": [ + { + "bbox": [ + 105, + 543, + 324, + 556 + ], + "score": 1.0, + "content": "In our experiments, we also include the accuracy of a", + "type": "text" + }, + { + "bbox": [ + 325, + 545, + 331, + 554 + ], + "score": 0.52, + "content": "\\mathbf { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 543, + 471, + 556 + ], + "score": 1.0, + "content": "-nearest neighbors classifier (k-nn,", + "type": "text" + }, + { + "bbox": [ + 472, + 544, + 498, + 554 + ], + "score": 0.79, + "content": "k = 5", + "type": "inline_equation" + }, + { + "bbox": [ + 498, + 543, + 505, + 556 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 553, + 506, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 553, + 506, + 568 + ], + "score": 1.0, + "content": "The advantage of using this classifier is that it does not require additional parameters and training,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 566, + 198, + 577 + ], + "spans": [ + { + "bbox": [ + 106, + 566, + 198, + 577 + ], + "score": 1.0, + "content": "and it is deterministic.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28, + "bbox_fs": [ + 105, + 543, + 506, + 577 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 590, + 316, + 601 + ], + "lines": [ + { + "bbox": [ + 106, + 590, + 317, + 603 + ], + "spans": [ + { + "bbox": [ + 106, + 590, + 317, + 603 + ], + "score": 1.0, + "content": "4.1 COMPARISON WITH THE STATE OF THE ART", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 106, + 610, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 611, + 506, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 611, + 506, + 623 + ], + "score": 1.0, + "content": "Tab. 1 shows the results of the experiments on small and medium size datasets. For W-MSE, 4", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 622, + 505, + 633 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 505, + 633 + ], + "score": 1.0, + "content": "samples are generally better than 2. The contrastive loss performs the worst in most cases. The", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 633, + 505, + 644 + ], + "spans": [ + { + "bbox": [ + 106, + 633, + 505, + 644 + ], + "score": 1.0, + "content": "W-MSE 4 accuracy is the best on CIFAR-10 and CIFAR-100, while BYOL leads on STL-10 and", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 643, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 506, + 657 + ], + "score": 1.0, + "content": "Tiny ImageNet, although the gap between the two methods is minor. In Appendix A, we plot the", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 104, + 653, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 104, + 653, + 506, + 668 + ], + "score": 1.0, + "content": "linear classification accuracy during training for the STL-10 dataset. The plot shows that W-MSE", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 104, + 665, + 506, + 678 + ], + "spans": [ + { + "bbox": [ + 104, + 665, + 506, + 678 + ], + "score": 1.0, + "content": "4 and BYOL have a similar performance during most of the training. However, in the first 120", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 677, + 506, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 506, + 689 + ], + "score": 1.0, + "content": "epochs, BYOL significantly underperforms W-MSE 4 (e.g., the accuracy after 20 epochs: W-MSE", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 116, + 700 + ], + "score": 1.0, + "content": "4,", + "type": "text" + }, + { + "bbox": [ + 117, + 687, + 149, + 699 + ], + "score": 0.83, + "content": "7 9 . 9 8 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 687, + 184, + 700 + ], + "score": 1.0, + "content": "; BYOL,", + "type": "text" + }, + { + "bbox": [ + 185, + 687, + 217, + 699 + ], + "score": 0.87, + "content": "7 3 . 2 4 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 687, + 505, + 700 + ], + "score": 1.0, + "content": "), indicating that BYOL requires a “warmup” period. On the other hand,", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "W-MSE performs well from the beginning. This property is useful in those domains which require a", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "rapid adaptation of the encoder, e.g., due to the change of the data distribution in continual learning", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 720, + 223, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 223, + 734 + ], + "score": 1.0, + "content": "or in reinforcement learning.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 36, + "bbox_fs": [ + 104, + 611, + 506, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 171 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "score": 1.0, + "content": "Tab. 2 shows the results on a larger dataset (ImageNet-100). In that table, MoCo is the contrastive-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 506, + 106 + ], + "score": 1.0, + "content": "loss based method proposed in (He et al., 2019), where a momentum encoder and a large queue of", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 506, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 506, + 117 + ], + "score": 1.0, + "content": "negatives are used to improve the contrast of the positive pairs with respect to the other samples (see", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 506, + 129 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 140, + 129 + ], + "score": 1.0, + "content": "Sec. 2).", + "type": "text" + }, + { + "bbox": [ + 140, + 115, + 163, + 127 + ], + "score": 0.9, + "content": "\\mathcal { L } _ { \\mathrm { a l i g n } }", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 115, + 181, + 129 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 181, + 116, + 212, + 127 + ], + "score": 0.91, + "content": "{ \\mathcal { L } } _ { \\mathrm { u n i f o r m } }", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 115, + 506, + 129 + ], + "score": 1.0, + "content": "are the two losses proposed in (Wang & Isola, 2020) (Sec. 2). Note that,", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "score": 1.0, + "content": "while W-MSE (2 and 4) in Tab. 2 refer to our method with a ResNet-18 encoder, the other results are", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 104, + 137, + 506, + 150 + ], + "spans": [ + { + "bbox": [ + 104, + 137, + 506, + 150 + ], + "score": 1.0, + "content": "reported from (Wang & Isola, 2020), where a much larger-capacity network (i.e., a ResNet-50) is", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 148, + 505, + 160 + ], + "spans": [ + { + "bbox": [ + 105, + 148, + 505, + 160 + ], + "score": 1.0, + "content": "used as the encoder. Despite this large difference in the encoder capacity, both versions of W-MSE", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 160, + 399, + 171 + ], + "spans": [ + { + "bbox": [ + 105, + 160, + 399, + 171 + ], + "score": 1.0, + "content": "significantly outperform the other two compared methods in this dataset.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 3.5 + }, + { + "type": "title", + "bbox": [ + 108, + 184, + 257, + 195 + ], + "lines": [ + { + "bbox": [ + 106, + 185, + 259, + 196 + ], + "spans": [ + { + "bbox": [ + 106, + 185, + 259, + 196 + ], + "score": 1.0, + "content": "4.2 TRAINING TIME COMPLEXITY", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 106, + 205, + 505, + 358 + ], + "lines": [ + { + "bbox": [ + 105, + 204, + 505, + 217 + ], + "spans": [ + { + "bbox": [ + 105, + 204, + 418, + 217 + ], + "score": 1.0, + "content": "Following (Siarohin et al., 2019), the complexity of the whitening transform is", + "type": "text" + }, + { + "bbox": [ + 418, + 204, + 474, + 217 + ], + "score": 0.94, + "content": "O ( k ^ { 3 } + M k ^ { 2 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 475, + 204, + 505, + 217 + ], + "score": 1.0, + "content": ", where", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 215, + 505, + 229 + ], + "spans": [ + { + "bbox": [ + 106, + 217, + 113, + 226 + ], + "score": 0.81, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 114, + 215, + 247, + 229 + ], + "score": 1.0, + "content": "is the embedding dimension and", + "type": "text" + }, + { + "bbox": [ + 248, + 217, + 259, + 226 + ], + "score": 0.7, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 215, + 505, + 229 + ], + "score": 1.0, + "content": "is the size of the sub-batch used in the batch slicing process.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 226, + 506, + 240 + ], + "spans": [ + { + "bbox": [ + 105, + 226, + 131, + 240 + ], + "score": 1.0, + "content": "Since", + "type": "text" + }, + { + "bbox": [ + 132, + 227, + 166, + 237 + ], + "score": 0.91, + "content": "k < M", + "type": "inline_equation" + }, + { + "bbox": [ + 166, + 226, + 332, + 240 + ], + "score": 1.0, + "content": "(see Sec. 3), the whitening transform is", + "type": "text" + }, + { + "bbox": [ + 332, + 226, + 369, + 239 + ], + "score": 0.93, + "content": "O ( M k ^ { 2 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 226, + 506, + 240 + ], + "score": 1.0, + "content": ", which is basically equivalent to", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 238, + 506, + 250 + ], + "spans": [ + { + "bbox": [ + 105, + 238, + 189, + 250 + ], + "score": 1.0, + "content": "the forward pass of", + "type": "text" + }, + { + "bbox": [ + 189, + 238, + 201, + 248 + ], + "score": 0.79, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 202, + 238, + 461, + 250 + ], + "score": 1.0, + "content": "activations in a fully-connected layer connecting two layers of", + "type": "text" + }, + { + "bbox": [ + 462, + 238, + 469, + 248 + ], + "score": 0.79, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 469, + 238, + 506, + 250 + ], + "score": 1.0, + "content": "neurons", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 249, + 506, + 262 + ], + "spans": [ + { + "bbox": [ + 106, + 249, + 506, + 262 + ], + "score": 1.0, + "content": "each. In fact, the training time is dominated by other architectural choices which are usually more", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 259, + 506, + 272 + ], + "spans": [ + { + "bbox": [ + 105, + 259, + 506, + 272 + ], + "score": 1.0, + "content": "computationally demanding than the loss computation. For instance, BYOL (Grill et al., 2020)", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 271, + 505, + 284 + ], + "spans": [ + { + "bbox": [ + 105, + 271, + 505, + 284 + ], + "score": 1.0, + "content": "needs 4 forward passes through 2 networks for each pair of positives. Hence, to evaluate the wall-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 282, + 505, + 293 + ], + "spans": [ + { + "bbox": [ + 106, + 282, + 505, + 293 + ], + "score": 1.0, + "content": "clock time, we measure the time spent for one mini-batch iteration by all the methods compared in", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 293, + 504, + 305 + ], + "spans": [ + { + "bbox": [ + 105, + 293, + 490, + 305 + ], + "score": 1.0, + "content": "Tab. 1. We use the STL-10 dataset, a ResNet-18 encoder and a server with one Nvidia Titan", + "type": "text" + }, + { + "bbox": [ + 490, + 293, + 504, + 304 + ], + "score": 0.33, + "content": "\\mathrm { X p }", + "type": "inline_equation" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 303, + 505, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 505, + 316 + ], + "score": 1.0, + "content": "GPU. Time of one iteration: Contrastive - 459ms, BYOL - 602ms, W-MSE 2 - 478ms, W-MSE 4 -", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 313, + 505, + 327 + ], + "spans": [ + { + "bbox": [ + 106, + 315, + 135, + 325 + ], + "score": 0.48, + "content": "4 9 3 \\mathrm { m s }", + "type": "inline_equation" + }, + { + "bbox": [ + 135, + 313, + 157, + 327 + ], + "score": 1.0, + "content": ". The", + "type": "text" + }, + { + "bbox": [ + 158, + 315, + 180, + 325 + ], + "score": 0.38, + "content": "1 9 \\mathrm { m s }", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 313, + 505, + 327 + ], + "score": 1.0, + "content": "difference between Contrastive and W-MSE 2 is due to the whitening transform.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 325, + 504, + 338 + ], + "spans": [ + { + "bbox": [ + 106, + 325, + 466, + 338 + ], + "score": 1.0, + "content": "Since the factual time is mostly related to the sample forward and backward passes, the", + "type": "text" + }, + { + "bbox": [ + 466, + 325, + 504, + 337 + ], + "score": 0.91, + "content": "d ( d - 1 )", + "type": "inline_equation" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 336, + 506, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 336, + 506, + 349 + ], + "score": 1.0, + "content": "positive comparisons in equation 6 do not significantly increase the wall-clock time of W-MSE 4", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 348, + 213, + 360 + ], + "spans": [ + { + "bbox": [ + 106, + 348, + 213, + 360 + ], + "score": 1.0, + "content": "with respect to W-MSE 2.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 15.5 + }, + { + "type": "title", + "bbox": [ + 108, + 373, + 295, + 384 + ], + "lines": [ + { + "bbox": [ + 106, + 372, + 297, + 385 + ], + "spans": [ + { + "bbox": [ + 106, + 372, + 297, + 385 + ], + "score": 1.0, + "content": "4.3 CONTRASTIVE LOSS WITH WHITENING", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "table", + "bbox": [ + 161, + 411, + 450, + 474 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 127, + 396, + 482, + 408 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 127, + 394, + 484, + 409 + ], + "spans": [ + { + "bbox": [ + 127, + 394, + 484, + 409 + ], + "score": 1.0, + "content": "Table 3: Accuracy of the whitened contrastive loss on CIFAR-10 trained for 200 epochs.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "table_body", + "bbox": [ + 161, + 411, + 450, + 474 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 161, + 411, + 450, + 474 + ], + "spans": [ + { + "bbox": [ + 161, + 411, + 450, + 474 + ], + "score": 0.979, + "html": "
Methodlinear5-nn
Contrastive89.6686.55
Contrastive with Whiteningdiverged
Contrastive,unnormalized features79.4876.60
Contrastive with Whitening,unnormalized features77.3974.14
", + "type": "table", + "image_path": "24450ef1a580db46f30fd514a144d0633fe1025690c2dcc174a01f7f67b8453b.jpg" + } + ] + } + ], + "index": 26, + "virtual_lines": [ + { + "bbox": [ + 161, + 411, + 450, + 432.0 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 161, + 432.0, + 450, + 453.0 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 161, + 453.0, + 450, + 474.0 + ], + "spans": [], + "index": 27 + } + ] + } + ], + "index": 25.0 + }, + { + "type": "text", + "bbox": [ + 106, + 492, + 505, + 591 + ], + "lines": [ + { + "bbox": [ + 106, + 493, + 505, + 505 + ], + "spans": [ + { + "bbox": [ + 106, + 493, + 505, + 505 + ], + "score": 1.0, + "content": "In this section, we analyse the effect of the whitening transform in combination with the contrastive", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 504, + 505, + 515 + ], + "spans": [ + { + "bbox": [ + 106, + 504, + 505, + 515 + ], + "score": 1.0, + "content": "loss. Tab. 3 shows the results. The first row refers to the standard contrastive loss. Note that the", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 515, + 505, + 527 + ], + "spans": [ + { + "bbox": [ + 106, + 515, + 505, + 527 + ], + "score": 1.0, + "content": "difference with respect to Tab.1 is due to the use of only 200 training epochs. The second row refers", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 526, + 505, + 537 + ], + "spans": [ + { + "bbox": [ + 106, + 526, + 240, + 537 + ], + "score": 1.0, + "content": "to equation 2, where the features", + "type": "text" + }, + { + "bbox": [ + 240, + 526, + 253, + 536 + ], + "score": 0.45, + "content": "\\mathbf { \\rho } ( \\mathbf { z } )", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 526, + 416, + 537 + ], + "score": 1.0, + "content": "are computed using equation 7 and then", + "type": "text" + }, + { + "bbox": [ + 416, + 526, + 429, + 536 + ], + "score": 0.88, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 526, + 505, + 537 + ], + "score": 1.0, + "content": "normalized, while", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 537, + 505, + 548 + ], + "spans": [ + { + "bbox": [ + 106, + 537, + 194, + 548 + ], + "score": 1.0, + "content": "in the last two rows,", + "type": "text" + }, + { + "bbox": [ + 195, + 539, + 202, + 546 + ], + "score": 0.42, + "content": "\\mathbf { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 202, + 537, + 505, + 548 + ], + "score": 1.0, + "content": "is not normalized. If the features are whitened and then normalized, we", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 547, + 505, + 560 + ], + "spans": [ + { + "bbox": [ + 105, + 547, + 505, + 560 + ], + "score": 1.0, + "content": "observed an unstable training, with divergence after a few epochs. The unnormalized version with", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 558, + 505, + 571 + ], + "spans": [ + { + "bbox": [ + 106, + 558, + 505, + 571 + ], + "score": 1.0, + "content": "whitening converged, but its accuracy is worse than the standard contrastive loss (both normalized", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 568, + 506, + 583 + ], + "spans": [ + { + "bbox": [ + 105, + 568, + 506, + 583 + ], + "score": 1.0, + "content": "and unnormalized). This experiments show that whitening itself does not improve the performance,", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 580, + 283, + 592 + ], + "spans": [ + { + "bbox": [ + 106, + 580, + 283, + 592 + ], + "score": 1.0, + "content": "but it only allows to satisfy the constraint 4.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 32 + }, + { + "type": "title", + "bbox": [ + 108, + 608, + 195, + 620 + ], + "lines": [ + { + "bbox": [ + 105, + 606, + 197, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 197, + 623 + ], + "score": 1.0, + "content": "5 CONCLUSION", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 37 + }, + { + "type": "text", + "bbox": [ + 107, + 632, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 633, + 505, + 645 + ], + "spans": [ + { + "bbox": [ + 106, + 633, + 505, + 645 + ], + "score": 1.0, + "content": "In this paper, we have proposed a new self-supervised representation learning loss, W-MSE, which", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 644, + 505, + 656 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 505, + 656 + ], + "score": 1.0, + "content": "is alternative to common loss functions used in the field. Differently from the triplet loss and the", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 654, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 506, + 668 + ], + "score": 1.0, + "content": "contrastive loss, both of which are based on comparing an instance-level similarity against other", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 666, + 506, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 506, + 679 + ], + "score": 1.0, + "content": "samples, W-MSE computes only the intra-positive distances, while using a whitening transform to", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 677, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 506, + 690 + ], + "score": 1.0, + "content": "avoid degenerate solutions. Despite W-MSE is very simple, its classification accuracy is comparable", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "score": 1.0, + "content": "with state-of-the-art methods, achieving results significantly higher than MoCo, which requires an", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "score": 1.0, + "content": "additional momentum encoder and a large queue of past samples. W-MSE is also comparable with", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 708, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 506, + 722 + ], + "score": 1.0, + "content": "BYOL, which needs an additional target network and a specific training protocol. We believe that", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 721, + 466, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 466, + 733 + ], + "score": 1.0, + "content": "the use of whitening to avoid collapsing effects can inspire other self-supervised methods.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 42 + } + ], + "page_idx": 8, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 108, + 27, + 306, + 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 2021", + "type": "text" + } + ] + } + ] + }, + { + "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" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 171 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "score": 1.0, + "content": "Tab. 2 shows the results on a larger dataset (ImageNet-100). In that table, MoCo is the contrastive-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 506, + 106 + ], + "score": 1.0, + "content": "loss based method proposed in (He et al., 2019), where a momentum encoder and a large queue of", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 506, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 506, + 117 + ], + "score": 1.0, + "content": "negatives are used to improve the contrast of the positive pairs with respect to the other samples (see", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 506, + 129 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 140, + 129 + ], + "score": 1.0, + "content": "Sec. 2).", + "type": "text" + }, + { + "bbox": [ + 140, + 115, + 163, + 127 + ], + "score": 0.9, + "content": "\\mathcal { L } _ { \\mathrm { a l i g n } }", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 115, + 181, + 129 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 181, + 116, + 212, + 127 + ], + "score": 0.91, + "content": "{ \\mathcal { L } } _ { \\mathrm { u n i f o r m } }", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 115, + 506, + 129 + ], + "score": 1.0, + "content": "are the two losses proposed in (Wang & Isola, 2020) (Sec. 2). Note that,", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "score": 1.0, + "content": "while W-MSE (2 and 4) in Tab. 2 refer to our method with a ResNet-18 encoder, the other results are", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 104, + 137, + 506, + 150 + ], + "spans": [ + { + "bbox": [ + 104, + 137, + 506, + 150 + ], + "score": 1.0, + "content": "reported from (Wang & Isola, 2020), where a much larger-capacity network (i.e., a ResNet-50) is", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 148, + 505, + 160 + ], + "spans": [ + { + "bbox": [ + 105, + 148, + 505, + 160 + ], + "score": 1.0, + "content": "used as the encoder. Despite this large difference in the encoder capacity, both versions of W-MSE", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 160, + 399, + 171 + ], + "spans": [ + { + "bbox": [ + 105, + 160, + 399, + 171 + ], + "score": 1.0, + "content": "significantly outperform the other two compared methods in this dataset.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 3.5, + "bbox_fs": [ + 104, + 81, + 506, + 171 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 184, + 257, + 195 + ], + "lines": [ + { + "bbox": [ + 106, + 185, + 259, + 196 + ], + "spans": [ + { + "bbox": [ + 106, + 185, + 259, + 196 + ], + "score": 1.0, + "content": "4.2 TRAINING TIME COMPLEXITY", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 106, + 205, + 505, + 358 + ], + "lines": [ + { + "bbox": [ + 105, + 204, + 505, + 217 + ], + "spans": [ + { + "bbox": [ + 105, + 204, + 418, + 217 + ], + "score": 1.0, + "content": "Following (Siarohin et al., 2019), the complexity of the whitening transform is", + "type": "text" + }, + { + "bbox": [ + 418, + 204, + 474, + 217 + ], + "score": 0.94, + "content": "O ( k ^ { 3 } + M k ^ { 2 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 475, + 204, + 505, + 217 + ], + "score": 1.0, + "content": ", where", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 215, + 505, + 229 + ], + "spans": [ + { + "bbox": [ + 106, + 217, + 113, + 226 + ], + "score": 0.81, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 114, + 215, + 247, + 229 + ], + "score": 1.0, + "content": "is the embedding dimension and", + "type": "text" + }, + { + "bbox": [ + 248, + 217, + 259, + 226 + ], + "score": 0.7, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 215, + 505, + 229 + ], + "score": 1.0, + "content": "is the size of the sub-batch used in the batch slicing process.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 226, + 506, + 240 + ], + "spans": [ + { + "bbox": [ + 105, + 226, + 131, + 240 + ], + "score": 1.0, + "content": "Since", + "type": "text" + }, + { + "bbox": [ + 132, + 227, + 166, + 237 + ], + "score": 0.91, + "content": "k < M", + "type": "inline_equation" + }, + { + "bbox": [ + 166, + 226, + 332, + 240 + ], + "score": 1.0, + "content": "(see Sec. 3), the whitening transform is", + "type": "text" + }, + { + "bbox": [ + 332, + 226, + 369, + 239 + ], + "score": 0.93, + "content": "O ( M k ^ { 2 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 226, + 506, + 240 + ], + "score": 1.0, + "content": ", which is basically equivalent to", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 238, + 506, + 250 + ], + "spans": [ + { + "bbox": [ + 105, + 238, + 189, + 250 + ], + "score": 1.0, + "content": "the forward pass of", + "type": "text" + }, + { + "bbox": [ + 189, + 238, + 201, + 248 + ], + "score": 0.79, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 202, + 238, + 461, + 250 + ], + "score": 1.0, + "content": "activations in a fully-connected layer connecting two layers of", + "type": "text" + }, + { + "bbox": [ + 462, + 238, + 469, + 248 + ], + "score": 0.79, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 469, + 238, + 506, + 250 + ], + "score": 1.0, + "content": "neurons", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 249, + 506, + 262 + ], + "spans": [ + { + "bbox": [ + 106, + 249, + 506, + 262 + ], + "score": 1.0, + "content": "each. In fact, the training time is dominated by other architectural choices which are usually more", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 259, + 506, + 272 + ], + "spans": [ + { + "bbox": [ + 105, + 259, + 506, + 272 + ], + "score": 1.0, + "content": "computationally demanding than the loss computation. For instance, BYOL (Grill et al., 2020)", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 271, + 505, + 284 + ], + "spans": [ + { + "bbox": [ + 105, + 271, + 505, + 284 + ], + "score": 1.0, + "content": "needs 4 forward passes through 2 networks for each pair of positives. Hence, to evaluate the wall-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 282, + 505, + 293 + ], + "spans": [ + { + "bbox": [ + 106, + 282, + 505, + 293 + ], + "score": 1.0, + "content": "clock time, we measure the time spent for one mini-batch iteration by all the methods compared in", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 293, + 504, + 305 + ], + "spans": [ + { + "bbox": [ + 105, + 293, + 490, + 305 + ], + "score": 1.0, + "content": "Tab. 1. We use the STL-10 dataset, a ResNet-18 encoder and a server with one Nvidia Titan", + "type": "text" + }, + { + "bbox": [ + 490, + 293, + 504, + 304 + ], + "score": 0.33, + "content": "\\mathrm { X p }", + "type": "inline_equation" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 303, + 505, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 505, + 316 + ], + "score": 1.0, + "content": "GPU. Time of one iteration: Contrastive - 459ms, BYOL - 602ms, W-MSE 2 - 478ms, W-MSE 4 -", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 313, + 505, + 327 + ], + "spans": [ + { + "bbox": [ + 106, + 315, + 135, + 325 + ], + "score": 0.48, + "content": "4 9 3 \\mathrm { m s }", + "type": "inline_equation" + }, + { + "bbox": [ + 135, + 313, + 157, + 327 + ], + "score": 1.0, + "content": ". The", + "type": "text" + }, + { + "bbox": [ + 158, + 315, + 180, + 325 + ], + "score": 0.38, + "content": "1 9 \\mathrm { m s }", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 313, + 505, + 327 + ], + "score": 1.0, + "content": "difference between Contrastive and W-MSE 2 is due to the whitening transform.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 325, + 504, + 338 + ], + "spans": [ + { + "bbox": [ + 106, + 325, + 466, + 338 + ], + "score": 1.0, + "content": "Since the factual time is mostly related to the sample forward and backward passes, the", + "type": "text" + }, + { + "bbox": [ + 466, + 325, + 504, + 337 + ], + "score": 0.91, + "content": "d ( d - 1 )", + "type": "inline_equation" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 336, + 506, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 336, + 506, + 349 + ], + "score": 1.0, + "content": "positive comparisons in equation 6 do not significantly increase the wall-clock time of W-MSE 4", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 348, + 213, + 360 + ], + "spans": [ + { + "bbox": [ + 106, + 348, + 213, + 360 + ], + "score": 1.0, + "content": "with respect to W-MSE 2.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 15.5, + "bbox_fs": [ + 105, + 204, + 506, + 360 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 373, + 295, + 384 + ], + "lines": [ + { + "bbox": [ + 106, + 372, + 297, + 385 + ], + "spans": [ + { + "bbox": [ + 106, + 372, + 297, + 385 + ], + "score": 1.0, + "content": "4.3 CONTRASTIVE LOSS WITH WHITENING", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "table", + "bbox": [ + 161, + 411, + 450, + 474 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 127, + 396, + 482, + 408 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 127, + 394, + 484, + 409 + ], + "spans": [ + { + "bbox": [ + 127, + 394, + 484, + 409 + ], + "score": 1.0, + "content": "Table 3: Accuracy of the whitened contrastive loss on CIFAR-10 trained for 200 epochs.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "table_body", + "bbox": [ + 161, + 411, + 450, + 474 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 161, + 411, + 450, + 474 + ], + "spans": [ + { + "bbox": [ + 161, + 411, + 450, + 474 + ], + "score": 0.979, + "html": "
Methodlinear5-nn
Contrastive89.6686.55
Contrastive with Whiteningdiverged
Contrastive,unnormalized features79.4876.60
Contrastive with Whitening,unnormalized features77.3974.14
", + "type": "table", + "image_path": "24450ef1a580db46f30fd514a144d0633fe1025690c2dcc174a01f7f67b8453b.jpg" + } + ] + } + ], + "index": 26, + "virtual_lines": [ + { + "bbox": [ + 161, + 411, + 450, + 432.0 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 161, + 432.0, + 450, + 453.0 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 161, + 453.0, + 450, + 474.0 + ], + "spans": [], + "index": 27 + } + ] + } + ], + "index": 25.0 + }, + { + "type": "text", + "bbox": [ + 106, + 492, + 505, + 591 + ], + "lines": [ + { + "bbox": [ + 106, + 493, + 505, + 505 + ], + "spans": [ + { + "bbox": [ + 106, + 493, + 505, + 505 + ], + "score": 1.0, + "content": "In this section, we analyse the effect of the whitening transform in combination with the contrastive", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 504, + 505, + 515 + ], + "spans": [ + { + "bbox": [ + 106, + 504, + 505, + 515 + ], + "score": 1.0, + "content": "loss. Tab. 3 shows the results. The first row refers to the standard contrastive loss. Note that the", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 515, + 505, + 527 + ], + "spans": [ + { + "bbox": [ + 106, + 515, + 505, + 527 + ], + "score": 1.0, + "content": "difference with respect to Tab.1 is due to the use of only 200 training epochs. The second row refers", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 526, + 505, + 537 + ], + "spans": [ + { + "bbox": [ + 106, + 526, + 240, + 537 + ], + "score": 1.0, + "content": "to equation 2, where the features", + "type": "text" + }, + { + "bbox": [ + 240, + 526, + 253, + 536 + ], + "score": 0.45, + "content": "\\mathbf { \\rho } ( \\mathbf { z } )", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 526, + 416, + 537 + ], + "score": 1.0, + "content": "are computed using equation 7 and then", + "type": "text" + }, + { + "bbox": [ + 416, + 526, + 429, + 536 + ], + "score": 0.88, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 526, + 505, + 537 + ], + "score": 1.0, + "content": "normalized, while", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 537, + 505, + 548 + ], + "spans": [ + { + "bbox": [ + 106, + 537, + 194, + 548 + ], + "score": 1.0, + "content": "in the last two rows,", + "type": "text" + }, + { + "bbox": [ + 195, + 539, + 202, + 546 + ], + "score": 0.42, + "content": "\\mathbf { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 202, + 537, + 505, + 548 + ], + "score": 1.0, + "content": "is not normalized. If the features are whitened and then normalized, we", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 547, + 505, + 560 + ], + "spans": [ + { + "bbox": [ + 105, + 547, + 505, + 560 + ], + "score": 1.0, + "content": "observed an unstable training, with divergence after a few epochs. The unnormalized version with", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 558, + 505, + 571 + ], + "spans": [ + { + "bbox": [ + 106, + 558, + 505, + 571 + ], + "score": 1.0, + "content": "whitening converged, but its accuracy is worse than the standard contrastive loss (both normalized", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 568, + 506, + 583 + ], + "spans": [ + { + "bbox": [ + 105, + 568, + 506, + 583 + ], + "score": 1.0, + "content": "and unnormalized). This experiments show that whitening itself does not improve the performance,", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 580, + 283, + 592 + ], + "spans": [ + { + "bbox": [ + 106, + 580, + 283, + 592 + ], + "score": 1.0, + "content": "but it only allows to satisfy the constraint 4.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 32, + "bbox_fs": [ + 105, + 493, + 506, + 592 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 608, + 195, + 620 + ], + "lines": [ + { + "bbox": [ + 105, + 606, + 197, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 197, + 623 + ], + "score": 1.0, + "content": "5 CONCLUSION", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 37 + }, + { + "type": "text", + "bbox": [ + 107, + 632, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 633, + 505, + 645 + ], + "spans": [ + { + "bbox": [ + 106, + 633, + 505, + 645 + ], + "score": 1.0, + "content": "In this paper, we have proposed a new self-supervised representation learning loss, W-MSE, which", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 644, + 505, + 656 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 505, + 656 + ], + "score": 1.0, + "content": "is alternative to common loss functions used in the field. Differently from the triplet loss and the", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 654, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 506, + 668 + ], + "score": 1.0, + "content": "contrastive loss, both of which are based on comparing an instance-level similarity against other", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 666, + 506, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 506, + 679 + ], + "score": 1.0, + "content": "samples, W-MSE computes only the intra-positive distances, while using a whitening transform to", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 677, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 506, + 690 + ], + "score": 1.0, + "content": "avoid degenerate solutions. Despite W-MSE is very simple, its classification accuracy is comparable", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "score": 1.0, + "content": "with state-of-the-art methods, achieving results significantly higher than MoCo, which requires an", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "score": 1.0, + "content": "additional momentum encoder and a large queue of past samples. W-MSE is also comparable with", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 708, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 506, + 722 + ], + "score": 1.0, + "content": "BYOL, which needs an additional target network and a specific training protocol. We believe that", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 721, + 466, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 466, + 733 + ], + "score": 1.0, + "content": "the use of whitening to avoid collapsing effects can inspire other self-supervised methods.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 42, + "bbox_fs": [ + 105, + 633, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 82, + 176, + 94 + ], + "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": [ + 108, + 100, + 503, + 123 + ], + "lines": [ + { + "bbox": [ + 106, + 100, + 505, + 113 + ], + "spans": [ + { + "bbox": [ + 106, + 100, + 505, + 113 + ], + "score": 1.0, + "content": "Philip Bachman, R. Devon Hjelm, and William Buchwalter. Learning representations by maximiz-", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 115, + 111, + 343, + 123 + ], + "spans": [ + { + "bbox": [ + 115, + 111, + 343, + 123 + ], + "score": 1.0, + "content": "ing mutual information across views. In NeurIPS, 2019.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1.5 + }, + { + "type": "text", + "bbox": [ + 108, + 128, + 503, + 152 + ], + "lines": [ + { + "bbox": [ + 106, + 129, + 504, + 142 + ], + "spans": [ + { + "bbox": [ + 106, + 129, + 504, + 142 + ], + "score": 1.0, + "content": "Mathilde Caron, Ishan Misra, Julien Mairal, Priya Goyal, Piotr Bojanowski, and Armand Joulin.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 117, + 140, + 445, + 152 + ], + "spans": [ + { + "bbox": [ + 117, + 140, + 445, + 152 + ], + "score": 1.0, + "content": "Unsupervised learning of visual features by contrasting cluster assignments, 2020.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + }, + { + "type": "text", + "bbox": [ + 107, + 158, + 503, + 181 + ], + "lines": [ + { + "bbox": [ + 106, + 159, + 505, + 172 + ], + "spans": [ + { + "bbox": [ + 106, + 159, + 505, + 172 + ], + "score": 1.0, + "content": "Ting Chen, Simon Kornblith, Mohammad Norouzi, and Geoffrey Hinton. A simple framework for", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 116, + 170, + 324, + 181 + ], + "spans": [ + { + "bbox": [ + 116, + 170, + 324, + 181 + ], + "score": 1.0, + "content": "contrastive learning of visual representations, 2020.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5 + }, + { + "type": "text", + "bbox": [ + 107, + 187, + 503, + 211 + ], + "lines": [ + { + "bbox": [ + 105, + 186, + 504, + 201 + ], + "spans": [ + { + "bbox": [ + 105, + 186, + 504, + 201 + ], + "score": 1.0, + "content": "Adam Coates, Andrew Y. Ng, and Honglak Lee. An analysis of single-layer networks in unsuper-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 116, + 199, + 285, + 211 + ], + "spans": [ + { + "bbox": [ + 116, + 199, + 285, + 211 + ], + "score": 1.0, + "content": "vised feature learning. In AISTATS, 2011.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 108, + 217, + 504, + 241 + ], + "lines": [ + { + "bbox": [ + 105, + 215, + 506, + 231 + ], + "spans": [ + { + "bbox": [ + 105, + 215, + 506, + 231 + ], + "score": 1.0, + "content": "Dariusz Dereniowski and Kubale Marek. Cholesky factorization of matrices in parallel and ranking", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 228, + 475, + 241 + ], + "spans": [ + { + "bbox": [ + 115, + 228, + 475, + 241 + ], + "score": 1.0, + "content": "of graphs. In 5th Int. Conference on Parallel Processing and Applied Mathematics, 2004.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 108, + 246, + 504, + 270 + ], + "lines": [ + { + "bbox": [ + 105, + 245, + 505, + 261 + ], + "spans": [ + { + "bbox": [ + 105, + 245, + 505, + 261 + ], + "score": 1.0, + "content": "Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. BERT: Pre-training of deep", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 116, + 258, + 411, + 271 + ], + "spans": [ + { + "bbox": [ + 116, + 258, + 411, + 271 + ], + "score": 1.0, + "content": "bidirectional transformers for language understanding. In NAACL,, 2019.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5 + }, + { + "type": "text", + "bbox": [ + 108, + 275, + 504, + 299 + ], + "lines": [ + { + "bbox": [ + 104, + 274, + 505, + 289 + ], + "spans": [ + { + "bbox": [ + 104, + 274, + 505, + 289 + ], + "score": 1.0, + "content": "Jeff Donahue and Karen Simonyan. Large scale adversarial representation learning. In NeurIPS,", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 114, + 286, + 143, + 300 + ], + "spans": [ + { + "bbox": [ + 114, + 286, + 143, + 300 + ], + "score": 1.0, + "content": "2019.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13.5 + }, + { + "type": "text", + "bbox": [ + 106, + 305, + 503, + 317 + ], + "lines": [ + { + "bbox": [ + 106, + 304, + 505, + 319 + ], + "spans": [ + { + "bbox": [ + 106, + 304, + 505, + 319 + ], + "score": 1.0, + "content": "Jeff Donahue, Philipp Krahenb ¨ uhl, and Trevor Darrell. Adversarial feature learning. In ¨ ICLR, 2017.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 107, + 324, + 502, + 347 + ], + "lines": [ + { + "bbox": [ + 106, + 324, + 504, + 336 + ], + "spans": [ + { + "bbox": [ + 106, + 324, + 504, + 336 + ], + "score": 1.0, + "content": "Debidatta Dwibedi, Yusuf Aytar, Jonathan Tompson, Pierre Sermanet, and Andrew Zisserman. Tem-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 115, + 335, + 317, + 348 + ], + "spans": [ + { + "bbox": [ + 115, + 335, + 317, + 348 + ], + "score": 1.0, + "content": "poral cycle-consistency learning. In CVPR, 2019.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16.5 + }, + { + "type": "text", + "bbox": [ + 105, + 353, + 496, + 366 + ], + "lines": [ + { + "bbox": [ + 105, + 352, + 498, + 367 + ], + "spans": [ + { + "bbox": [ + 105, + 352, + 498, + 367 + ], + "score": 1.0, + "content": "Bradley Efron. The jackknife, the bootstrap, and other resampling plans, volume 38. Siam, 1982.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18 + }, + { + "type": "text", + "bbox": [ + 108, + 371, + 502, + 405 + ], + "lines": [ + { + "bbox": [ + 105, + 370, + 505, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 370, + 505, + 385 + ], + "score": 1.0, + "content": "Abe Fetterman and Josh Albrecht. Understanding self-supervised and contrastive learning with", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 116, + 383, + 504, + 395 + ], + "spans": [ + { + "bbox": [ + 116, + 383, + 504, + 395 + ], + "score": 1.0, + "content": "bootstrap your own latent (BYOL). https://untitled-ai.github.io/understanding-self-supervised-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 115, + 394, + 248, + 406 + ], + "spans": [ + { + "bbox": [ + 115, + 394, + 248, + 406 + ], + "score": 1.0, + "content": "contrastive-learning.html, 2020.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 106, + 411, + 504, + 457 + ], + "lines": [ + { + "bbox": [ + 105, + 411, + 506, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 411, + 506, + 425 + ], + "score": 1.0, + "content": "Jean-Bastien Grill, Florian Strub, Florent Altche, Corentin Tallec, Pierre H. Richemond, Elena ´", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 116, + 423, + 505, + 435 + ], + "spans": [ + { + "bbox": [ + 116, + 423, + 505, + 435 + ], + "score": 1.0, + "content": "Buchatskaya, Carl Doersch, Bernardo Avila Pires, Zhaohan Daniel Guo, Mohammad Ghesh-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 115, + 434, + 506, + 447 + ], + "spans": [ + { + "bbox": [ + 115, + 434, + 506, + 447 + ], + "score": 1.0, + "content": "laghi Azar, Bilal Piot, Koray Kavukcuoglu, Remi Munos, and Michal Valko. Bootstrap your own ´", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 444, + 347, + 458 + ], + "spans": [ + { + "bbox": [ + 115, + 444, + 347, + 458 + ], + "score": 1.0, + "content": "latent: A new approach to self-supervised learning, 2020.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 107, + 463, + 504, + 497 + ], + "lines": [ + { + "bbox": [ + 105, + 462, + 505, + 477 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 505, + 477 + ], + "score": 1.0, + "content": "Michael Gutmann and Aapo Hyvarinen. Noise-contrastive estimation: A new estimation principle ¨", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 116, + 475, + 505, + 487 + ], + "spans": [ + { + "bbox": [ + 116, + 475, + 505, + 487 + ], + "score": 1.0, + "content": "for unnormalized statistical models. In Proceedings of the Thirteenth International Conference", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 116, + 486, + 299, + 497 + ], + "spans": [ + { + "bbox": [ + 116, + 486, + 299, + 497 + ], + "score": 1.0, + "content": "on Artificial Intelligence and Statistics, 2010.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 106, + 503, + 504, + 527 + ], + "lines": [ + { + "bbox": [ + 105, + 503, + 505, + 517 + ], + "spans": [ + { + "bbox": [ + 105, + 503, + 505, + 517 + ], + "score": 1.0, + "content": "Raia Hadsell, Sumit Chopra, and Yann LeCun. Dimensionality reduction by learning an invariant", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 515, + 223, + 527 + ], + "spans": [ + { + "bbox": [ + 115, + 515, + 223, + 527 + ], + "score": 1.0, + "content": "mapping. In CVPR, 2006.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5 + }, + { + "type": "text", + "bbox": [ + 106, + 532, + 503, + 556 + ], + "lines": [ + { + "bbox": [ + 105, + 530, + 505, + 548 + ], + "spans": [ + { + "bbox": [ + 105, + 530, + 505, + 548 + ], + "score": 1.0, + "content": "Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recog-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 544, + 266, + 556 + ], + "spans": [ + { + "bbox": [ + 115, + 544, + 266, + 556 + ], + "score": 1.0, + "content": "nition. In CVPR, pp. 770–778, 2016.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31.5 + }, + { + "type": "text", + "bbox": [ + 107, + 562, + 504, + 585 + ], + "lines": [ + { + "bbox": [ + 106, + 563, + 505, + 574 + ], + "spans": [ + { + "bbox": [ + 106, + 563, + 505, + 574 + ], + "score": 1.0, + "content": "Kaiming He, Haoqi Fan, Yuxin Wu, Saining Xie, and Ross Girshick. Momentum contrast for", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 115, + 574, + 398, + 586 + ], + "spans": [ + { + "bbox": [ + 115, + 574, + 398, + 586 + ], + "score": 1.0, + "content": "unsupervised visual representation learning. arXiv:1911.05722, 2019.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5 + }, + { + "type": "text", + "bbox": [ + 105, + 591, + 503, + 615 + ], + "lines": [ + { + "bbox": [ + 106, + 591, + 505, + 604 + ], + "spans": [ + { + "bbox": [ + 106, + 591, + 505, + 604 + ], + "score": 1.0, + "content": "Olivier J. Henaff, Ali Razavi, Carl Doersch, S. M. Ali Eslami, and A ´ aron van den Oord. Data- ¨", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 117, + 603, + 470, + 616 + ], + "spans": [ + { + "bbox": [ + 117, + 603, + 470, + 616 + ], + "score": 1.0, + "content": "efficient image recognition with contrastive predictive coding. arXiv:1905.09272, 2019.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5 + }, + { + "type": "text", + "bbox": [ + 106, + 621, + 502, + 645 + ], + "lines": [ + { + "bbox": [ + 106, + 619, + 504, + 635 + ], + "spans": [ + { + "bbox": [ + 106, + 619, + 504, + 635 + ], + "score": 1.0, + "content": "Alexander Hermans, Lucas Beyer, and Bastian Leibe. In defense of the triplet loss for person re-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 115, + 632, + 278, + 644 + ], + "spans": [ + { + "bbox": [ + 115, + 632, + 278, + 644 + ], + "score": 1.0, + "content": "identification. arXiv:1703.07737, 2017.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5 + }, + { + "type": "text", + "bbox": [ + 108, + 650, + 503, + 685 + ], + "lines": [ + { + "bbox": [ + 105, + 650, + 505, + 664 + ], + "spans": [ + { + "bbox": [ + 105, + 650, + 505, + 664 + ], + "score": 1.0, + "content": "R. Devon Hjelm, Alex Fedorov, Samuel Lavoie-Marchildon, Karan Grewal, Philip Bachman, Adam", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 115, + 661, + 505, + 675 + ], + "spans": [ + { + "bbox": [ + 115, + 661, + 505, + 675 + ], + "score": 1.0, + "content": "Trischler, and Yoshua Bengio. Learning deep representations by mutual information estimation", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 116, + 673, + 256, + 684 + ], + "spans": [ + { + "bbox": [ + 116, + 673, + 256, + 684 + ], + "score": 1.0, + "content": "and maximization. In ICLR, 2019.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40 + }, + { + "type": "text", + "bbox": [ + 106, + 691, + 502, + 703 + ], + "lines": [ + { + "bbox": [ + 106, + 690, + 504, + 704 + ], + "spans": [ + { + "bbox": [ + 106, + 690, + 504, + 704 + ], + "score": 1.0, + "content": "Lei Huang, Dawei Yang, Bo Lang, and Jia Deng. Decorrelated batch normalization. In CVPR, 2018.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 42 + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 708, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 505, + 723 + ], + "score": 1.0, + "content": "Sergey Ioffe and Christian Szegedy. Batch normalization: Accelerating deep network training by", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 116, + 721, + 313, + 732 + ], + "spans": [ + { + "bbox": [ + 116, + 721, + 313, + 732 + ], + "score": 1.0, + "content": "reducing internal covariate shift. In ICML, 2015.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43.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, + 307, + 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 2021", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 82, + 176, + 94 + ], + "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": [ + 108, + 100, + 503, + 123 + ], + "lines": [ + { + "bbox": [ + 106, + 100, + 505, + 113 + ], + "spans": [ + { + "bbox": [ + 106, + 100, + 505, + 113 + ], + "score": 1.0, + "content": "Philip Bachman, R. Devon Hjelm, and William Buchwalter. Learning representations by maximiz-", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 115, + 111, + 343, + 123 + ], + "spans": [ + { + "bbox": [ + 115, + 111, + 343, + 123 + ], + "score": 1.0, + "content": "ing mutual information across views. In NeurIPS, 2019.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1.5, + "bbox_fs": [ + 106, + 100, + 505, + 123 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 128, + 503, + 152 + ], + "lines": [ + { + "bbox": [ + 106, + 129, + 504, + 142 + ], + "spans": [ + { + "bbox": [ + 106, + 129, + 504, + 142 + ], + "score": 1.0, + "content": "Mathilde Caron, Ishan Misra, Julien Mairal, Priya Goyal, Piotr Bojanowski, and Armand Joulin.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 117, + 140, + 445, + 152 + ], + "spans": [ + { + "bbox": [ + 117, + 140, + 445, + 152 + ], + "score": 1.0, + "content": "Unsupervised learning of visual features by contrasting cluster assignments, 2020.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5, + "bbox_fs": [ + 106, + 129, + 504, + 152 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 158, + 503, + 181 + ], + "lines": [ + { + "bbox": [ + 106, + 159, + 505, + 172 + ], + "spans": [ + { + "bbox": [ + 106, + 159, + 505, + 172 + ], + "score": 1.0, + "content": "Ting Chen, Simon Kornblith, Mohammad Norouzi, and Geoffrey Hinton. A simple framework for", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 116, + 170, + 324, + 181 + ], + "spans": [ + { + "bbox": [ + 116, + 170, + 324, + 181 + ], + "score": 1.0, + "content": "contrastive learning of visual representations, 2020.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5, + "bbox_fs": [ + 106, + 159, + 505, + 181 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 187, + 503, + 211 + ], + "lines": [ + { + "bbox": [ + 105, + 186, + 504, + 201 + ], + "spans": [ + { + "bbox": [ + 105, + 186, + 504, + 201 + ], + "score": 1.0, + "content": "Adam Coates, Andrew Y. Ng, and Honglak Lee. An analysis of single-layer networks in unsuper-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 116, + 199, + 285, + 211 + ], + "spans": [ + { + "bbox": [ + 116, + 199, + 285, + 211 + ], + "score": 1.0, + "content": "vised feature learning. In AISTATS, 2011.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5, + "bbox_fs": [ + 105, + 186, + 504, + 211 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 217, + 504, + 241 + ], + "lines": [ + { + "bbox": [ + 105, + 215, + 506, + 231 + ], + "spans": [ + { + "bbox": [ + 105, + 215, + 506, + 231 + ], + "score": 1.0, + "content": "Dariusz Dereniowski and Kubale Marek. Cholesky factorization of matrices in parallel and ranking", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 228, + 475, + 241 + ], + "spans": [ + { + "bbox": [ + 115, + 228, + 475, + 241 + ], + "score": 1.0, + "content": "of graphs. In 5th Int. Conference on Parallel Processing and Applied Mathematics, 2004.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5, + "bbox_fs": [ + 105, + 215, + 506, + 241 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 246, + 504, + 270 + ], + "lines": [ + { + "bbox": [ + 105, + 245, + 505, + 261 + ], + "spans": [ + { + "bbox": [ + 105, + 245, + 505, + 261 + ], + "score": 1.0, + "content": "Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. BERT: Pre-training of deep", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 116, + 258, + 411, + 271 + ], + "spans": [ + { + "bbox": [ + 116, + 258, + 411, + 271 + ], + "score": 1.0, + "content": "bidirectional transformers for language understanding. In NAACL,, 2019.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5, + "bbox_fs": [ + 105, + 245, + 505, + 271 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 275, + 504, + 299 + ], + "lines": [ + { + "bbox": [ + 104, + 274, + 505, + 289 + ], + "spans": [ + { + "bbox": [ + 104, + 274, + 505, + 289 + ], + "score": 1.0, + "content": "Jeff Donahue and Karen Simonyan. Large scale adversarial representation learning. In NeurIPS,", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 114, + 286, + 143, + 300 + ], + "spans": [ + { + "bbox": [ + 114, + 286, + 143, + 300 + ], + "score": 1.0, + "content": "2019.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13.5, + "bbox_fs": [ + 104, + 274, + 505, + 300 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 305, + 503, + 317 + ], + "lines": [ + { + "bbox": [ + 106, + 304, + 505, + 319 + ], + "spans": [ + { + "bbox": [ + 106, + 304, + 505, + 319 + ], + "score": 1.0, + "content": "Jeff Donahue, Philipp Krahenb ¨ uhl, and Trevor Darrell. Adversarial feature learning. In ¨ ICLR, 2017.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15, + "bbox_fs": [ + 106, + 304, + 505, + 319 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 324, + 502, + 347 + ], + "lines": [ + { + "bbox": [ + 106, + 324, + 504, + 336 + ], + "spans": [ + { + "bbox": [ + 106, + 324, + 504, + 336 + ], + "score": 1.0, + "content": "Debidatta Dwibedi, Yusuf Aytar, Jonathan Tompson, Pierre Sermanet, and Andrew Zisserman. Tem-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 115, + 335, + 317, + 348 + ], + "spans": [ + { + "bbox": [ + 115, + 335, + 317, + 348 + ], + "score": 1.0, + "content": "poral cycle-consistency learning. In CVPR, 2019.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16.5, + "bbox_fs": [ + 106, + 324, + 504, + 348 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 353, + 496, + 366 + ], + "lines": [ + { + "bbox": [ + 105, + 352, + 498, + 367 + ], + "spans": [ + { + "bbox": [ + 105, + 352, + 498, + 367 + ], + "score": 1.0, + "content": "Bradley Efron. The jackknife, the bootstrap, and other resampling plans, volume 38. Siam, 1982.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18, + "bbox_fs": [ + 105, + 352, + 498, + 367 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 371, + 502, + 405 + ], + "lines": [ + { + "bbox": [ + 105, + 370, + 505, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 370, + 505, + 385 + ], + "score": 1.0, + "content": "Abe Fetterman and Josh Albrecht. Understanding self-supervised and contrastive learning with", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 116, + 383, + 504, + 395 + ], + "spans": [ + { + "bbox": [ + 116, + 383, + 504, + 395 + ], + "score": 1.0, + "content": "bootstrap your own latent (BYOL). https://untitled-ai.github.io/understanding-self-supervised-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 115, + 394, + 248, + 406 + ], + "spans": [ + { + "bbox": [ + 115, + 394, + 248, + 406 + ], + "score": 1.0, + "content": "contrastive-learning.html, 2020.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20, + "bbox_fs": [ + 105, + 370, + 505, + 406 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 411, + 504, + 457 + ], + "lines": [ + { + "bbox": [ + 105, + 411, + 506, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 411, + 506, + 425 + ], + "score": 1.0, + "content": "Jean-Bastien Grill, Florian Strub, Florent Altche, Corentin Tallec, Pierre H. Richemond, Elena ´", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 116, + 423, + 505, + 435 + ], + "spans": [ + { + "bbox": [ + 116, + 423, + 505, + 435 + ], + "score": 1.0, + "content": "Buchatskaya, Carl Doersch, Bernardo Avila Pires, Zhaohan Daniel Guo, Mohammad Ghesh-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 115, + 434, + 506, + 447 + ], + "spans": [ + { + "bbox": [ + 115, + 434, + 506, + 447 + ], + "score": 1.0, + "content": "laghi Azar, Bilal Piot, Koray Kavukcuoglu, Remi Munos, and Michal Valko. Bootstrap your own ´", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 444, + 347, + 458 + ], + "spans": [ + { + "bbox": [ + 115, + 444, + 347, + 458 + ], + "score": 1.0, + "content": "latent: A new approach to self-supervised learning, 2020.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 23.5, + "bbox_fs": [ + 105, + 411, + 506, + 458 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 463, + 504, + 497 + ], + "lines": [ + { + "bbox": [ + 105, + 462, + 505, + 477 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 505, + 477 + ], + "score": 1.0, + "content": "Michael Gutmann and Aapo Hyvarinen. Noise-contrastive estimation: A new estimation principle ¨", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 116, + 475, + 505, + 487 + ], + "spans": [ + { + "bbox": [ + 116, + 475, + 505, + 487 + ], + "score": 1.0, + "content": "for unnormalized statistical models. In Proceedings of the Thirteenth International Conference", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 116, + 486, + 299, + 497 + ], + "spans": [ + { + "bbox": [ + 116, + 486, + 299, + 497 + ], + "score": 1.0, + "content": "on Artificial Intelligence and Statistics, 2010.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27, + "bbox_fs": [ + 105, + 462, + 505, + 497 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 503, + 504, + 527 + ], + "lines": [ + { + "bbox": [ + 105, + 503, + 505, + 517 + ], + "spans": [ + { + "bbox": [ + 105, + 503, + 505, + 517 + ], + "score": 1.0, + "content": "Raia Hadsell, Sumit Chopra, and Yann LeCun. Dimensionality reduction by learning an invariant", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 515, + 223, + 527 + ], + "spans": [ + { + "bbox": [ + 115, + 515, + 223, + 527 + ], + "score": 1.0, + "content": "mapping. In CVPR, 2006.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5, + "bbox_fs": [ + 105, + 503, + 505, + 527 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 532, + 503, + 556 + ], + "lines": [ + { + "bbox": [ + 105, + 530, + 505, + 548 + ], + "spans": [ + { + "bbox": [ + 105, + 530, + 505, + 548 + ], + "score": 1.0, + "content": "Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recog-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 544, + 266, + 556 + ], + "spans": [ + { + "bbox": [ + 115, + 544, + 266, + 556 + ], + "score": 1.0, + "content": "nition. In CVPR, pp. 770–778, 2016.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31.5, + "bbox_fs": [ + 105, + 530, + 505, + 556 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 562, + 504, + 585 + ], + "lines": [ + { + "bbox": [ + 106, + 563, + 505, + 574 + ], + "spans": [ + { + "bbox": [ + 106, + 563, + 505, + 574 + ], + "score": 1.0, + "content": "Kaiming He, Haoqi Fan, Yuxin Wu, Saining Xie, and Ross Girshick. Momentum contrast for", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 115, + 574, + 398, + 586 + ], + "spans": [ + { + "bbox": [ + 115, + 574, + 398, + 586 + ], + "score": 1.0, + "content": "unsupervised visual representation learning. arXiv:1911.05722, 2019.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5, + "bbox_fs": [ + 106, + 563, + 505, + 586 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 591, + 503, + 615 + ], + "lines": [ + { + "bbox": [ + 106, + 591, + 505, + 604 + ], + "spans": [ + { + "bbox": [ + 106, + 591, + 505, + 604 + ], + "score": 1.0, + "content": "Olivier J. Henaff, Ali Razavi, Carl Doersch, S. M. Ali Eslami, and A ´ aron van den Oord. Data- ¨", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 117, + 603, + 470, + 616 + ], + "spans": [ + { + "bbox": [ + 117, + 603, + 470, + 616 + ], + "score": 1.0, + "content": "efficient image recognition with contrastive predictive coding. arXiv:1905.09272, 2019.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5, + "bbox_fs": [ + 106, + 591, + 505, + 616 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 621, + 502, + 645 + ], + "lines": [ + { + "bbox": [ + 106, + 619, + 504, + 635 + ], + "spans": [ + { + "bbox": [ + 106, + 619, + 504, + 635 + ], + "score": 1.0, + "content": "Alexander Hermans, Lucas Beyer, and Bastian Leibe. In defense of the triplet loss for person re-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 115, + 632, + 278, + 644 + ], + "spans": [ + { + "bbox": [ + 115, + 632, + 278, + 644 + ], + "score": 1.0, + "content": "identification. arXiv:1703.07737, 2017.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5, + "bbox_fs": [ + 106, + 619, + 504, + 644 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 650, + 503, + 685 + ], + "lines": [ + { + "bbox": [ + 105, + 650, + 505, + 664 + ], + "spans": [ + { + "bbox": [ + 105, + 650, + 505, + 664 + ], + "score": 1.0, + "content": "R. Devon Hjelm, Alex Fedorov, Samuel Lavoie-Marchildon, Karan Grewal, Philip Bachman, Adam", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 115, + 661, + 505, + 675 + ], + "spans": [ + { + "bbox": [ + 115, + 661, + 505, + 675 + ], + "score": 1.0, + "content": "Trischler, and Yoshua Bengio. Learning deep representations by mutual information estimation", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 116, + 673, + 256, + 684 + ], + "spans": [ + { + "bbox": [ + 116, + 673, + 256, + 684 + ], + "score": 1.0, + "content": "and maximization. In ICLR, 2019.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40, + "bbox_fs": [ + 105, + 650, + 505, + 684 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 691, + 502, + 703 + ], + "lines": [ + { + "bbox": [ + 106, + 690, + 504, + 704 + ], + "spans": [ + { + "bbox": [ + 106, + 690, + 504, + 704 + ], + "score": 1.0, + "content": "Lei Huang, Dawei Yang, Bo Lang, and Jia Deng. Decorrelated batch normalization. In CVPR, 2018.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 42, + "bbox_fs": [ + 106, + 690, + 504, + 704 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 708, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 505, + 723 + ], + "score": 1.0, + "content": "Sergey Ioffe and Christian Szegedy. Batch normalization: Accelerating deep network training by", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 116, + 721, + 313, + 732 + ], + "spans": [ + { + "bbox": [ + 116, + 721, + 313, + 732 + ], + "score": 1.0, + "content": "reducing internal covariate shift. In ICML, 2015.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43.5, + "bbox_fs": [ + 105, + 708, + 505, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 505, + 105 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "Xu Ji, Joao F. Henriques, and Andrea Vedaldi. Invariant information clustering for unsupervised ˜", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 116, + 93, + 337, + 106 + ], + "spans": [ + { + "bbox": [ + 116, + 93, + 337, + 106 + ], + "score": 1.0, + "content": "image classification and segmentation. In ICCV, 2019.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 106, + 111, + 461, + 124 + ], + "lines": [ + { + "bbox": [ + 105, + 111, + 460, + 126 + ], + "spans": [ + { + "bbox": [ + 105, + 111, + 460, + 126 + ], + "score": 1.0, + "content": "Diederik P. Kingma and Jimmy Ba. Adam: A method for stochastic optimization, 2014.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 106, + 131, + 504, + 154 + ], + "lines": [ + { + "bbox": [ + 106, + 131, + 505, + 145 + ], + "spans": [ + { + "bbox": [ + 106, + 131, + 505, + 145 + ], + "score": 1.0, + "content": "Alex Krizhevsky and Geoffrey Hinton. Learning multiple layers of features from tiny images. Tech-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 142, + 196, + 154 + ], + "spans": [ + { + "bbox": [ + 115, + 142, + 196, + 154 + ], + "score": 1.0, + "content": "nical Report, 2009.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + }, + { + "type": "text", + "bbox": [ + 107, + 160, + 403, + 173 + ], + "lines": [ + { + "bbox": [ + 106, + 160, + 403, + 175 + ], + "spans": [ + { + "bbox": [ + 106, + 160, + 403, + 175 + ], + "score": 1.0, + "content": "Ya Le and Xuan Yang. Tiny imagenet visual recognition challenge. 2015.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 106, + 179, + 504, + 203 + ], + "lines": [ + { + "bbox": [ + 106, + 178, + 505, + 193 + ], + "spans": [ + { + "bbox": [ + 106, + 178, + 505, + 193 + ], + "score": 1.0, + "content": "Tomas Mikolov, Kai Chen, Greg Corrado, and Jeffrey Dean. Efficient estimation of word represen-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 116, + 191, + 313, + 203 + ], + "spans": [ + { + "bbox": [ + 116, + 191, + 313, + 203 + ], + "score": 1.0, + "content": "tations in vector space. arXiv:1301.3781, 2013a.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5 + }, + { + "type": "text", + "bbox": [ + 105, + 209, + 505, + 233 + ], + "lines": [ + { + "bbox": [ + 106, + 209, + 505, + 222 + ], + "spans": [ + { + "bbox": [ + 106, + 209, + 505, + 222 + ], + "score": 1.0, + "content": "Tomas Mikolov, Ilya Sutskever, Kai Chen, Gregory S. Corrado, and Jeffrey Dean. Distributed", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 115, + 221, + 442, + 233 + ], + "spans": [ + { + "bbox": [ + 115, + 221, + 442, + 233 + ], + "score": 1.0, + "content": "representations of words and phrases and their compositionality. In NIPS, 2013b.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5 + }, + { + "type": "text", + "bbox": [ + 105, + 239, + 504, + 263 + ], + "lines": [ + { + "bbox": [ + 105, + 239, + 505, + 253 + ], + "spans": [ + { + "bbox": [ + 105, + 239, + 505, + 253 + ], + "score": 1.0, + "content": "Ishan Misra and Laurens van der Maaten. Self-supervised learning of pretext-invariant representa-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 116, + 251, + 244, + 262 + ], + "spans": [ + { + "bbox": [ + 116, + 251, + 244, + 262 + ], + "score": 1.0, + "content": "tions. arXiv:1912.01991, 2019.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5 + }, + { + "type": "text", + "bbox": [ + 105, + 269, + 504, + 293 + ], + "lines": [ + { + "bbox": [ + 104, + 266, + 506, + 285 + ], + "spans": [ + { + "bbox": [ + 104, + 266, + 506, + 285 + ], + "score": 1.0, + "content": "Ishan Misra, C. Lawrence Zitnick, and Martial Hebert. Shuffle and learn: Unsupervised learning", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 116, + 281, + 320, + 293 + ], + "spans": [ + { + "bbox": [ + 116, + 281, + 320, + 293 + ], + "score": 1.0, + "content": "using temporal order verification. In ECCV, 2016.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5 + }, + { + "type": "text", + "bbox": [ + 105, + 299, + 504, + 322 + ], + "lines": [ + { + "bbox": [ + 104, + 297, + 505, + 313 + ], + "spans": [ + { + "bbox": [ + 104, + 297, + 505, + 313 + ], + "score": 1.0, + "content": "Mehdi Noroozi and Paolo Favaro. Unsupervised learning of visual representations by solving jigsaw", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 311, + 218, + 322 + ], + "spans": [ + { + "bbox": [ + 115, + 311, + 218, + 322 + ], + "score": 1.0, + "content": "puzzles. In ECCV, 2016.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5 + }, + { + "type": "text", + "bbox": [ + 105, + 329, + 504, + 353 + ], + "lines": [ + { + "bbox": [ + 106, + 329, + 505, + 341 + ], + "spans": [ + { + "bbox": [ + 106, + 329, + 505, + 341 + ], + "score": 1.0, + "content": "Deepak Pathak, Philipp Krahenb ¨ uhl, Jeff Donahue, Trevor Darrell, and Alexei A. Efros. Context ¨", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 116, + 340, + 339, + 353 + ], + "spans": [ + { + "bbox": [ + 116, + 340, + 339, + 353 + ], + "score": 1.0, + "content": "encoders: Feature learning by inpainting. CVPR, 2016.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16.5 + }, + { + "type": "text", + "bbox": [ + 105, + 358, + 504, + 382 + ], + "lines": [ + { + "bbox": [ + 106, + 359, + 505, + 372 + ], + "spans": [ + { + "bbox": [ + 106, + 359, + 505, + 372 + ], + "score": 1.0, + "content": "Mirco Ravanelli and Yoshua Bengio. Learning speaker representations with mutual information.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 116, + 370, + 219, + 382 + ], + "spans": [ + { + "bbox": [ + 116, + 370, + 219, + 382 + ], + "score": 1.0, + "content": "arXiv:1812.00271, 2018.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5 + }, + { + "type": "text", + "bbox": [ + 106, + 388, + 504, + 412 + ], + "lines": [ + { + "bbox": [ + 105, + 389, + 505, + 402 + ], + "spans": [ + { + "bbox": [ + 105, + 389, + 505, + 402 + ], + "score": 1.0, + "content": "Florian Schroff, Dmitry Kalenichenko, and James Philbin. FaceNet: A unified embedding for face", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 115, + 401, + 292, + 412 + ], + "spans": [ + { + "bbox": [ + 115, + 401, + 292, + 412 + ], + "score": 1.0, + "content": "recognition and clustering. In CVPR, 2015.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20.5 + }, + { + "type": "text", + "bbox": [ + 105, + 418, + 504, + 442 + ], + "lines": [ + { + "bbox": [ + 106, + 419, + 505, + 432 + ], + "spans": [ + { + "bbox": [ + 106, + 419, + 505, + 432 + ], + "score": 1.0, + "content": "Aliaksandr Siarohin, Enver Sangineto, and Nicu Sebe. Whitening and coloring transform for GANs.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 430, + 376, + 442 + ], + "spans": [ + { + "bbox": [ + 115, + 430, + 376, + 442 + ], + "score": 1.0, + "content": "In International Conference on Learning Representations, 2019.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5 + }, + { + "type": "text", + "bbox": [ + 106, + 448, + 504, + 461 + ], + "lines": [ + { + "bbox": [ + 106, + 448, + 505, + 462 + ], + "spans": [ + { + "bbox": [ + 106, + 448, + 505, + 462 + ], + "score": 1.0, + "content": "Kihyuk Sohn. Improved deep metric learning with multi-class n-pair loss objective. In NIPS, 2016.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 106, + 467, + 504, + 491 + ], + "lines": [ + { + "bbox": [ + 105, + 465, + 506, + 483 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 506, + 483 + ], + "score": 1.0, + "content": "Yuandong Tian, Lantao Yu, Xinlei Chen, and Surya Ganguli. Understanding self-supervised learning", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 116, + 479, + 322, + 491 + ], + "spans": [ + { + "bbox": [ + 116, + 479, + 322, + 491 + ], + "score": 1.0, + "content": "with dual deep networks. arXiv:2010.00578, 2020.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5 + }, + { + "type": "text", + "bbox": [ + 105, + 497, + 505, + 521 + ], + "lines": [ + { + "bbox": [ + 105, + 497, + 506, + 510 + ], + "spans": [ + { + "bbox": [ + 105, + 497, + 506, + 510 + ], + "score": 1.0, + "content": "Michael Tschannen, Josip Djolonga, Paul K. Rubenstein, Sylvain Gelly, and Mario Lucic. On", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 115, + 509, + 468, + 521 + ], + "spans": [ + { + "bbox": [ + 115, + 509, + 468, + 521 + ], + "score": 1.0, + "content": "mutual information maximization for representation learning. arXiv:1907.13625, 2019.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5 + }, + { + "type": "text", + "bbox": [ + 105, + 527, + 504, + 551 + ], + "lines": [ + { + "bbox": [ + 105, + 527, + 505, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 527, + 505, + 541 + ], + "score": 1.0, + "content": "Aaron van den Oord, Yazhe Li, and Oriol Vinyals. Representation learning with contrastive predic- ¨", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 116, + 539, + 269, + 550 + ], + "spans": [ + { + "bbox": [ + 116, + 539, + 269, + 550 + ], + "score": 1.0, + "content": "tive coding. arXiv:1807.03748, 2018.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5 + }, + { + "type": "text", + "bbox": [ + 105, + 557, + 504, + 581 + ], + "lines": [ + { + "bbox": [ + 106, + 557, + 505, + 570 + ], + "spans": [ + { + "bbox": [ + 106, + 557, + 505, + 570 + ], + "score": 1.0, + "content": "Pascal Vincent, Hugo Larochelle, Yoshua Bengio, and Pierre-Antoine Manzagol. Extracting and", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 569, + 408, + 581 + ], + "spans": [ + { + "bbox": [ + 115, + 569, + 408, + 581 + ], + "score": 1.0, + "content": "composing robust features with denoising autoencoders. In ICML, 2008.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31.5 + }, + { + "type": "text", + "bbox": [ + 108, + 587, + 504, + 621 + ], + "lines": [ + { + "bbox": [ + 105, + 586, + 504, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 586, + 504, + 601 + ], + "score": 1.0, + "content": "Tongzhou Wang and Phillip Isola. Understanding contrastive representation learning through align-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 114, + 597, + 506, + 613 + ], + "spans": [ + { + "bbox": [ + 114, + 597, + 506, + 613 + ], + "score": 1.0, + "content": "ment and uniformity on the hypersphere. In International Conference on Machine Learning,", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 115, + 609, + 142, + 621 + ], + "spans": [ + { + "bbox": [ + 115, + 609, + 142, + 621 + ], + "score": 1.0, + "content": "2020.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 106, + 628, + 503, + 651 + ], + "lines": [ + { + "bbox": [ + 105, + 627, + 505, + 642 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 505, + 642 + ], + "score": 1.0, + "content": "Xiaolong Wang and Abhinav Gupta. Unsupervised learning of visual representations using videos.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 115, + 639, + 180, + 651 + ], + "spans": [ + { + "bbox": [ + 115, + 639, + 180, + 651 + ], + "score": 1.0, + "content": "In ICCV, 2015.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5 + }, + { + "type": "text", + "bbox": [ + 106, + 658, + 503, + 681 + ], + "lines": [ + { + "bbox": [ + 105, + 658, + 505, + 672 + ], + "spans": [ + { + "bbox": [ + 105, + 658, + 505, + 672 + ], + "score": 1.0, + "content": "Zhirong Wu, Yuanjun Xiong, Stella Yu, and Dahua Lin. Unsupervised feature learning via non-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 115, + 669, + 386, + 681 + ], + "spans": [ + { + "bbox": [ + 115, + 669, + 386, + 681 + ], + "score": 1.0, + "content": "parametric instance-level discrimination. arXiv:1805.01978, 2018.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38.5 + } + ], + "page_idx": 10, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "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 + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 106, + 26, + 307, + 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 2021", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 505, + 105 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "Xu Ji, Joao F. Henriques, and Andrea Vedaldi. Invariant information clustering for unsupervised ˜", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 116, + 93, + 337, + 106 + ], + "spans": [ + { + "bbox": [ + 116, + 93, + 337, + 106 + ], + "score": 1.0, + "content": "image classification and segmentation. In ICCV, 2019.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 105, + 82, + 505, + 106 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 111, + 461, + 124 + ], + "lines": [ + { + "bbox": [ + 105, + 111, + 460, + 126 + ], + "spans": [ + { + "bbox": [ + 105, + 111, + 460, + 126 + ], + "score": 1.0, + "content": "Diederik P. Kingma and Jimmy Ba. Adam: A method for stochastic optimization, 2014.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 2, + "bbox_fs": [ + 105, + 111, + 460, + 126 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 131, + 504, + 154 + ], + "lines": [ + { + "bbox": [ + 106, + 131, + 505, + 145 + ], + "spans": [ + { + "bbox": [ + 106, + 131, + 505, + 145 + ], + "score": 1.0, + "content": "Alex Krizhevsky and Geoffrey Hinton. Learning multiple layers of features from tiny images. Tech-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 142, + 196, + 154 + ], + "spans": [ + { + "bbox": [ + 115, + 142, + 196, + 154 + ], + "score": 1.0, + "content": "nical Report, 2009.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5, + "bbox_fs": [ + 106, + 131, + 505, + 154 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 160, + 403, + 173 + ], + "lines": [ + { + "bbox": [ + 106, + 160, + 403, + 175 + ], + "spans": [ + { + "bbox": [ + 106, + 160, + 403, + 175 + ], + "score": 1.0, + "content": "Ya Le and Xuan Yang. Tiny imagenet visual recognition challenge. 2015.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5, + "bbox_fs": [ + 106, + 160, + 403, + 175 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 179, + 504, + 203 + ], + "lines": [ + { + "bbox": [ + 106, + 178, + 505, + 193 + ], + "spans": [ + { + "bbox": [ + 106, + 178, + 505, + 193 + ], + "score": 1.0, + "content": "Tomas Mikolov, Kai Chen, Greg Corrado, and Jeffrey Dean. Efficient estimation of word represen-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 116, + 191, + 313, + 203 + ], + "spans": [ + { + "bbox": [ + 116, + 191, + 313, + 203 + ], + "score": 1.0, + "content": "tations in vector space. arXiv:1301.3781, 2013a.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5, + "bbox_fs": [ + 106, + 178, + 505, + 203 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 209, + 505, + 233 + ], + "lines": [ + { + "bbox": [ + 106, + 209, + 505, + 222 + ], + "spans": [ + { + "bbox": [ + 106, + 209, + 505, + 222 + ], + "score": 1.0, + "content": "Tomas Mikolov, Ilya Sutskever, Kai Chen, Gregory S. Corrado, and Jeffrey Dean. Distributed", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 115, + 221, + 442, + 233 + ], + "spans": [ + { + "bbox": [ + 115, + 221, + 442, + 233 + ], + "score": 1.0, + "content": "representations of words and phrases and their compositionality. In NIPS, 2013b.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5, + "bbox_fs": [ + 106, + 209, + 505, + 233 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 239, + 504, + 263 + ], + "lines": [ + { + "bbox": [ + 105, + 239, + 505, + 253 + ], + "spans": [ + { + "bbox": [ + 105, + 239, + 505, + 253 + ], + "score": 1.0, + "content": "Ishan Misra and Laurens van der Maaten. Self-supervised learning of pretext-invariant representa-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 116, + 251, + 244, + 262 + ], + "spans": [ + { + "bbox": [ + 116, + 251, + 244, + 262 + ], + "score": 1.0, + "content": "tions. arXiv:1912.01991, 2019.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5, + "bbox_fs": [ + 105, + 239, + 505, + 262 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 269, + 504, + 293 + ], + "lines": [ + { + "bbox": [ + 104, + 266, + 506, + 285 + ], + "spans": [ + { + "bbox": [ + 104, + 266, + 506, + 285 + ], + "score": 1.0, + "content": "Ishan Misra, C. Lawrence Zitnick, and Martial Hebert. Shuffle and learn: Unsupervised learning", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 116, + 281, + 320, + 293 + ], + "spans": [ + { + "bbox": [ + 116, + 281, + 320, + 293 + ], + "score": 1.0, + "content": "using temporal order verification. In ECCV, 2016.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5, + "bbox_fs": [ + 104, + 266, + 506, + 293 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 299, + 504, + 322 + ], + "lines": [ + { + "bbox": [ + 104, + 297, + 505, + 313 + ], + "spans": [ + { + "bbox": [ + 104, + 297, + 505, + 313 + ], + "score": 1.0, + "content": "Mehdi Noroozi and Paolo Favaro. Unsupervised learning of visual representations by solving jigsaw", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 311, + 218, + 322 + ], + "spans": [ + { + "bbox": [ + 115, + 311, + 218, + 322 + ], + "score": 1.0, + "content": "puzzles. In ECCV, 2016.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5, + "bbox_fs": [ + 104, + 297, + 505, + 322 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 329, + 504, + 353 + ], + "lines": [ + { + "bbox": [ + 106, + 329, + 505, + 341 + ], + "spans": [ + { + "bbox": [ + 106, + 329, + 505, + 341 + ], + "score": 1.0, + "content": "Deepak Pathak, Philipp Krahenb ¨ uhl, Jeff Donahue, Trevor Darrell, and Alexei A. Efros. Context ¨", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 116, + 340, + 339, + 353 + ], + "spans": [ + { + "bbox": [ + 116, + 340, + 339, + 353 + ], + "score": 1.0, + "content": "encoders: Feature learning by inpainting. CVPR, 2016.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16.5, + "bbox_fs": [ + 106, + 329, + 505, + 353 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 358, + 504, + 382 + ], + "lines": [ + { + "bbox": [ + 106, + 359, + 505, + 372 + ], + "spans": [ + { + "bbox": [ + 106, + 359, + 505, + 372 + ], + "score": 1.0, + "content": "Mirco Ravanelli and Yoshua Bengio. Learning speaker representations with mutual information.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 116, + 370, + 219, + 382 + ], + "spans": [ + { + "bbox": [ + 116, + 370, + 219, + 382 + ], + "score": 1.0, + "content": "arXiv:1812.00271, 2018.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5, + "bbox_fs": [ + 106, + 359, + 505, + 382 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 388, + 504, + 412 + ], + "lines": [ + { + "bbox": [ + 105, + 389, + 505, + 402 + ], + "spans": [ + { + "bbox": [ + 105, + 389, + 505, + 402 + ], + "score": 1.0, + "content": "Florian Schroff, Dmitry Kalenichenko, and James Philbin. FaceNet: A unified embedding for face", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 115, + 401, + 292, + 412 + ], + "spans": [ + { + "bbox": [ + 115, + 401, + 292, + 412 + ], + "score": 1.0, + "content": "recognition and clustering. In CVPR, 2015.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20.5, + "bbox_fs": [ + 105, + 389, + 505, + 412 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 418, + 504, + 442 + ], + "lines": [ + { + "bbox": [ + 106, + 419, + 505, + 432 + ], + "spans": [ + { + "bbox": [ + 106, + 419, + 505, + 432 + ], + "score": 1.0, + "content": "Aliaksandr Siarohin, Enver Sangineto, and Nicu Sebe. Whitening and coloring transform for GANs.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 430, + 376, + 442 + ], + "spans": [ + { + "bbox": [ + 115, + 430, + 376, + 442 + ], + "score": 1.0, + "content": "In International Conference on Learning Representations, 2019.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5, + "bbox_fs": [ + 106, + 419, + 505, + 442 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 448, + 504, + 461 + ], + "lines": [ + { + "bbox": [ + 106, + 448, + 505, + 462 + ], + "spans": [ + { + "bbox": [ + 106, + 448, + 505, + 462 + ], + "score": 1.0, + "content": "Kihyuk Sohn. Improved deep metric learning with multi-class n-pair loss objective. In NIPS, 2016.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24, + "bbox_fs": [ + 106, + 448, + 505, + 462 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 467, + 504, + 491 + ], + "lines": [ + { + "bbox": [ + 105, + 465, + 506, + 483 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 506, + 483 + ], + "score": 1.0, + "content": "Yuandong Tian, Lantao Yu, Xinlei Chen, and Surya Ganguli. Understanding self-supervised learning", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 116, + 479, + 322, + 491 + ], + "spans": [ + { + "bbox": [ + 116, + 479, + 322, + 491 + ], + "score": 1.0, + "content": "with dual deep networks. arXiv:2010.00578, 2020.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5, + "bbox_fs": [ + 105, + 465, + 506, + 491 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 497, + 505, + 521 + ], + "lines": [ + { + "bbox": [ + 105, + 497, + 506, + 510 + ], + "spans": [ + { + "bbox": [ + 105, + 497, + 506, + 510 + ], + "score": 1.0, + "content": "Michael Tschannen, Josip Djolonga, Paul K. Rubenstein, Sylvain Gelly, and Mario Lucic. On", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 115, + 509, + 468, + 521 + ], + "spans": [ + { + "bbox": [ + 115, + 509, + 468, + 521 + ], + "score": 1.0, + "content": "mutual information maximization for representation learning. arXiv:1907.13625, 2019.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5, + "bbox_fs": [ + 105, + 497, + 506, + 521 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 527, + 504, + 551 + ], + "lines": [ + { + "bbox": [ + 105, + 527, + 505, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 527, + 505, + 541 + ], + "score": 1.0, + "content": "Aaron van den Oord, Yazhe Li, and Oriol Vinyals. Representation learning with contrastive predic- ¨", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 116, + 539, + 269, + 550 + ], + "spans": [ + { + "bbox": [ + 116, + 539, + 269, + 550 + ], + "score": 1.0, + "content": "tive coding. arXiv:1807.03748, 2018.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5, + "bbox_fs": [ + 105, + 527, + 505, + 550 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 557, + 504, + 581 + ], + "lines": [ + { + "bbox": [ + 106, + 557, + 505, + 570 + ], + "spans": [ + { + "bbox": [ + 106, + 557, + 505, + 570 + ], + "score": 1.0, + "content": "Pascal Vincent, Hugo Larochelle, Yoshua Bengio, and Pierre-Antoine Manzagol. Extracting and", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 569, + 408, + 581 + ], + "spans": [ + { + "bbox": [ + 115, + 569, + 408, + 581 + ], + "score": 1.0, + "content": "composing robust features with denoising autoencoders. In ICML, 2008.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31.5, + "bbox_fs": [ + 106, + 557, + 505, + 581 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 587, + 504, + 621 + ], + "lines": [ + { + "bbox": [ + 105, + 586, + 504, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 586, + 504, + 601 + ], + "score": 1.0, + "content": "Tongzhou Wang and Phillip Isola. Understanding contrastive representation learning through align-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 114, + 597, + 506, + 613 + ], + "spans": [ + { + "bbox": [ + 114, + 597, + 506, + 613 + ], + "score": 1.0, + "content": "ment and uniformity on the hypersphere. In International Conference on Machine Learning,", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 115, + 609, + 142, + 621 + ], + "spans": [ + { + "bbox": [ + 115, + 609, + 142, + 621 + ], + "score": 1.0, + "content": "2020.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34, + "bbox_fs": [ + 105, + 586, + 506, + 621 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 628, + 503, + 651 + ], + "lines": [ + { + "bbox": [ + 105, + 627, + 505, + 642 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 505, + 642 + ], + "score": 1.0, + "content": "Xiaolong Wang and Abhinav Gupta. Unsupervised learning of visual representations using videos.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 115, + 639, + 180, + 651 + ], + "spans": [ + { + "bbox": [ + 115, + 639, + 180, + 651 + ], + "score": 1.0, + "content": "In ICCV, 2015.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5, + "bbox_fs": [ + 105, + 627, + 505, + 651 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 658, + 503, + 681 + ], + "lines": [ + { + "bbox": [ + 105, + 658, + 505, + 672 + ], + "spans": [ + { + "bbox": [ + 105, + 658, + 505, + 672 + ], + "score": 1.0, + "content": "Zhirong Wu, Yuanjun Xiong, Stella Yu, and Dahua Lin. Unsupervised feature learning via non-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 115, + 669, + 386, + 681 + ], + "spans": [ + { + "bbox": [ + 115, + 669, + 386, + 681 + ], + "score": 1.0, + "content": "parametric instance-level discrimination. arXiv:1805.01978, 2018.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38.5, + "bbox_fs": [ + 105, + 658, + 505, + 681 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 81, + 241, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 79, + 242, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 79, + 242, + 96 + ], + "score": 1.0, + "content": "A TRAINING DYNAMICS", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 105, + 504, + 129 + ], + "lines": [ + { + "bbox": [ + 106, + 105, + 505, + 118 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 505, + 118 + ], + "score": 1.0, + "content": "Fig. 4 and 5 show the training dynamics for each of the considered losses. Charts are smoothed with", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 118, + 474, + 129 + ], + "spans": [ + { + "bbox": [ + 106, + 118, + 474, + 129 + ], + "score": 1.0, + "content": "a 0.3 moving average for readability (curves before smoothing are shown semi-transparent).", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1.5 + }, + { + "type": "image", + "bbox": [ + 107, + 137, + 505, + 351 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 107, + 137, + 505, + 351 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 137, + 505, + 351 + ], + "spans": [ + { + "bbox": [ + 107, + 137, + 505, + 351 + ], + "score": 0.969, + "type": "image", + "image_path": "4da7361dea4e214120a4f83ad835fe56daaf9d4478d45e9de5e947e5f9e43203.jpg" + } + ] + } + ], + "index": 4, + "virtual_lines": [ + { + "bbox": [ + 107, + 137, + 505, + 208.33333333333331 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 107, + 208.33333333333331, + 505, + 279.66666666666663 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 107, + 279.66666666666663, + 505, + 350.99999999999994 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 171, + 358, + 441, + 371 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 169, + 358, + 441, + 371 + ], + "spans": [ + { + "bbox": [ + 169, + 358, + 441, + 371 + ], + "score": 1.0, + "content": "Figure 4: Training dynamics on STL-10 dataset for linear classifier", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + } + ], + "index": 5.0 + }, + { + "type": "image", + "bbox": [ + 105, + 385, + 505, + 599 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 105, + 385, + 505, + 599 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 385, + 505, + 599 + ], + "spans": [ + { + "bbox": [ + 105, + 385, + 505, + 599 + ], + "score": 0.97, + "type": "image", + "image_path": "56fa92474a274079c986ab314b71342c7622615ad0b973ce49ef164a7fafb890.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 105, + 385, + 505, + 456.3333333333333 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 105, + 456.3333333333333, + 505, + 527.6666666666666 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 105, + 527.6666666666666, + 505, + 599.0 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 172, + 606, + 438, + 619 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 172, + 606, + 439, + 620 + ], + "spans": [ + { + "bbox": [ + 172, + 606, + 439, + 620 + ], + "score": 1.0, + "content": "Figure 5: Training dynamics on STL-10 dataset for 5-nn classifier", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + } + ], + "index": 9.0 + }, + { + "type": "title", + "bbox": [ + 106, + 640, + 369, + 654 + ], + "lines": [ + { + "bbox": [ + 105, + 639, + 370, + 656 + ], + "spans": [ + { + "bbox": [ + 105, + 639, + 370, + 656 + ], + "score": 1.0, + "content": "B CHOLESKY WHITENING AND BACKPROGATION", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 106, + 665, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 666, + 504, + 677 + ], + "spans": [ + { + "bbox": [ + 106, + 666, + 159, + 677 + ], + "score": 1.0, + "content": "We compute", + "type": "text" + }, + { + "bbox": [ + 159, + 666, + 176, + 677 + ], + "score": 0.89, + "content": "W _ { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 666, + 504, + 677 + ], + "score": 1.0, + "content": "(equation 8) following (Siarohin et al., 2019) and using the Cholesky decomposi-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "tion. The Cholesky decomposition is based on the factorisation of the covariance symmetric matrix", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 686, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 686, + 231, + 701 + ], + "score": 1.0, + "content": "using two triangular matrices:", + "type": "text" + }, + { + "bbox": [ + 231, + 687, + 281, + 699 + ], + "score": 0.92, + "content": "\\Sigma _ { V } = L L ^ { \\top }", + "type": "inline_equation" + }, + { + "bbox": [ + 281, + 686, + 313, + 701 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 313, + 688, + 321, + 698 + ], + "score": 0.84, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 321, + 686, + 493, + 701 + ], + "score": 1.0, + "content": "is a lower triangular matrix. Once we get", + "type": "text" + }, + { + "bbox": [ + 493, + 688, + 501, + 698 + ], + "score": 0.69, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 686, + 506, + 701 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 215, + 712 + ], + "score": 1.0, + "content": "we compute the inverse of", + "type": "text" + }, + { + "bbox": [ + 215, + 699, + 223, + 709 + ], + "score": 0.79, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 223, + 698, + 278, + 712 + ], + "score": 1.0, + "content": ", and we get:", + "type": "text" + }, + { + "bbox": [ + 279, + 699, + 327, + 710 + ], + "score": 0.92, + "content": "W _ { V } = L ^ { - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 327, + 698, + 505, + 712 + ], + "score": 1.0, + "content": ". Note that Cholesky decomposition is fully", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 708, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 505, + 722 + ], + "score": 1.0, + "content": "diferentiable and it is implemented in all of the major frameworks, such as PyTorch and TensorFlow.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 720, + 443, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 443, + 733 + ], + "score": 1.0, + "content": "However, for the sake of completeness, we provide below the gradient computation.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 14.5 + } + ], + "page_idx": 11, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 307, + 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 2021", + "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": "12", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 81, + 241, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 79, + 242, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 79, + 242, + 96 + ], + "score": 1.0, + "content": "A TRAINING DYNAMICS", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 105, + 504, + 129 + ], + "lines": [ + { + "bbox": [ + 106, + 105, + 505, + 118 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 505, + 118 + ], + "score": 1.0, + "content": "Fig. 4 and 5 show the training dynamics for each of the considered losses. Charts are smoothed with", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 118, + 474, + 129 + ], + "spans": [ + { + "bbox": [ + 106, + 118, + 474, + 129 + ], + "score": 1.0, + "content": "a 0.3 moving average for readability (curves before smoothing are shown semi-transparent).", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1.5, + "bbox_fs": [ + 106, + 105, + 505, + 129 + ] + }, + { + "type": "image", + "bbox": [ + 107, + 137, + 505, + 351 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 107, + 137, + 505, + 351 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 137, + 505, + 351 + ], + "spans": [ + { + "bbox": [ + 107, + 137, + 505, + 351 + ], + "score": 0.969, + "type": "image", + "image_path": "4da7361dea4e214120a4f83ad835fe56daaf9d4478d45e9de5e947e5f9e43203.jpg" + } + ] + } + ], + "index": 4, + "virtual_lines": [ + { + "bbox": [ + 107, + 137, + 505, + 208.33333333333331 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 107, + 208.33333333333331, + 505, + 279.66666666666663 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 107, + 279.66666666666663, + 505, + 350.99999999999994 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 171, + 358, + 441, + 371 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 169, + 358, + 441, + 371 + ], + "spans": [ + { + "bbox": [ + 169, + 358, + 441, + 371 + ], + "score": 1.0, + "content": "Figure 4: Training dynamics on STL-10 dataset for linear classifier", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + } + ], + "index": 5.0 + }, + { + "type": "image", + "bbox": [ + 105, + 385, + 505, + 599 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 105, + 385, + 505, + 599 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 385, + 505, + 599 + ], + "spans": [ + { + "bbox": [ + 105, + 385, + 505, + 599 + ], + "score": 0.97, + "type": "image", + "image_path": "56fa92474a274079c986ab314b71342c7622615ad0b973ce49ef164a7fafb890.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 105, + 385, + 505, + 456.3333333333333 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 105, + 456.3333333333333, + 505, + 527.6666666666666 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 105, + 527.6666666666666, + 505, + 599.0 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 172, + 606, + 438, + 619 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 172, + 606, + 439, + 620 + ], + "spans": [ + { + "bbox": [ + 172, + 606, + 439, + 620 + ], + "score": 1.0, + "content": "Figure 5: Training dynamics on STL-10 dataset for 5-nn classifier", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + } + ], + "index": 9.0 + }, + { + "type": "title", + "bbox": [ + 106, + 640, + 369, + 654 + ], + "lines": [ + { + "bbox": [ + 105, + 639, + 370, + 656 + ], + "spans": [ + { + "bbox": [ + 105, + 639, + 370, + 656 + ], + "score": 1.0, + "content": "B CHOLESKY WHITENING AND BACKPROGATION", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 106, + 665, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 666, + 504, + 677 + ], + "spans": [ + { + "bbox": [ + 106, + 666, + 159, + 677 + ], + "score": 1.0, + "content": "We compute", + "type": "text" + }, + { + "bbox": [ + 159, + 666, + 176, + 677 + ], + "score": 0.89, + "content": "W _ { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 666, + 504, + 677 + ], + "score": 1.0, + "content": "(equation 8) following (Siarohin et al., 2019) and using the Cholesky decomposi-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "tion. The Cholesky decomposition is based on the factorisation of the covariance symmetric matrix", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 686, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 686, + 231, + 701 + ], + "score": 1.0, + "content": "using two triangular matrices:", + "type": "text" + }, + { + "bbox": [ + 231, + 687, + 281, + 699 + ], + "score": 0.92, + "content": "\\Sigma _ { V } = L L ^ { \\top }", + "type": "inline_equation" + }, + { + "bbox": [ + 281, + 686, + 313, + 701 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 313, + 688, + 321, + 698 + ], + "score": 0.84, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 321, + 686, + 493, + 701 + ], + "score": 1.0, + "content": "is a lower triangular matrix. Once we get", + "type": "text" + }, + { + "bbox": [ + 493, + 688, + 501, + 698 + ], + "score": 0.69, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 686, + 506, + 701 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 215, + 712 + ], + "score": 1.0, + "content": "we compute the inverse of", + "type": "text" + }, + { + "bbox": [ + 215, + 699, + 223, + 709 + ], + "score": 0.79, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 223, + 698, + 278, + 712 + ], + "score": 1.0, + "content": ", and we get:", + "type": "text" + }, + { + "bbox": [ + 279, + 699, + 327, + 710 + ], + "score": 0.92, + "content": "W _ { V } = L ^ { - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 327, + 698, + 505, + 712 + ], + "score": 1.0, + "content": ". Note that Cholesky decomposition is fully", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 708, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 505, + 722 + ], + "score": 1.0, + "content": "diferentiable and it is implemented in all of the major frameworks, such as PyTorch and TensorFlow.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 720, + 443, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 443, + 733 + ], + "score": 1.0, + "content": "However, for the sake of completeness, we provide below the gradient computation.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 14.5, + "bbox_fs": [ + 105, + 666, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 82, + 245, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 246, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 246, + 95 + ], + "score": 1.0, + "content": "B.1 GRADIENT COMPUTATION", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 102, + 505, + 127 + ], + "lines": [ + { + "bbox": [ + 106, + 102, + 505, + 115 + ], + "spans": [ + { + "bbox": [ + 106, + 102, + 369, + 115 + ], + "score": 1.0, + "content": "We provide here the equations for whitening differentiation. Let", + "type": "text" + }, + { + "bbox": [ + 370, + 104, + 378, + 113 + ], + "score": 0.81, + "content": "Z", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 102, + 505, + 115 + ], + "score": 1.0, + "content": "be the whitened version of the", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 102, + 108, + 454, + 132 + ], + "spans": [ + { + "bbox": [ + 102, + 108, + 130, + 132 + ], + "score": 1.0, + "content": "batch", + "type": "text" + }, + { + "bbox": [ + 131, + 115, + 140, + 124 + ], + "score": 0.8, + "content": "V", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 108, + 161, + 132 + ], + "score": 1.0, + "content": ", i.e.,", + "type": "text" + }, + { + "bbox": [ + 161, + 114, + 241, + 126 + ], + "score": 0.92, + "content": "Z = W _ { V } ( V - \\mu _ { V } )", + "type": "inline_equation" + }, + { + "bbox": [ + 241, + 108, + 350, + 132 + ], + "score": 1.0, + "content": "(equation 7). The gradient", + "type": "text" + }, + { + "bbox": [ + 350, + 113, + 364, + 127 + ], + "score": 0.91, + "content": "\\textstyle { \\frac { \\partial L } { \\partial V } }", + "type": "inline_equation" + }, + { + "bbox": [ + 364, + 108, + 454, + 132 + ], + "score": 1.0, + "content": "can be computed by:", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1.5 + }, + { + "type": "interline_equation", + "bbox": [ + 239, + 131, + 371, + 157 + ], + "lines": [ + { + "bbox": [ + 239, + 131, + 371, + 157 + ], + "spans": [ + { + "bbox": [ + 239, + 131, + 371, + 157 + ], + "score": 0.95, + "content": "\\frac { \\partial L } { \\partial V } = \\frac { 2 } { K - 1 } \\frac { \\partial L } { \\partial \\Sigma } V + W _ { V } ^ { T } \\frac { \\partial L } { \\partial Z } .", + "type": "interline_equation", + "image_path": "5f8afbf803ce533b2085950e8fc825a17961bb95879b919e2858de7c02590e52.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 239, + 131, + 371, + 157 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 162, + 447, + 177 + ], + "lines": [ + { + "bbox": [ + 103, + 157, + 451, + 183 + ], + "spans": [ + { + "bbox": [ + 103, + 157, + 218, + 183 + ], + "score": 1.0, + "content": "where the partial derivative", + "type": "text" + }, + { + "bbox": [ + 218, + 162, + 231, + 177 + ], + "score": 0.91, + "content": "\\frac { \\partial L } { \\partial Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 157, + 335, + 183 + ], + "score": 1.0, + "content": "is backpropogated, while", + "type": "text" + }, + { + "bbox": [ + 336, + 162, + 349, + 177 + ], + "score": 0.91, + "content": "\\frac { \\partial L } { \\partial \\Sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 157, + 451, + 183 + ], + "score": 1.0, + "content": "is computed as follows:", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "interline_equation", + "bbox": [ + 180, + 181, + 430, + 215 + ], + "lines": [ + { + "bbox": [ + 180, + 181, + 430, + 215 + ], + "spans": [ + { + "bbox": [ + 180, + 181, + 430, + 215 + ], + "score": 0.94, + "content": "\\frac { \\partial L } { \\partial \\Sigma } = - \\frac { 1 } { 2 } W _ { V } ^ { T } \\left( P \\circ \\frac { \\partial L } { \\partial W _ { V } } W _ { V } ^ { T } + \\left( P \\circ \\frac { \\partial L } { \\partial W _ { V } } W _ { V } ^ { T } \\right) ^ { T } \\right) W _ { V }", + "type": "interline_equation", + "image_path": "396a3a4f79da4a846dbd53d39f2f92b43e589b26bf62cbd064a76c987d233181.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 180, + 181, + 430, + 192.33333333333334 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 180, + 192.33333333333334, + 430, + 203.66666666666669 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 180, + 203.66666666666669, + 430, + 215.00000000000003 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 220, + 324, + 234 + ], + "lines": [ + { + "bbox": [ + 105, + 217, + 326, + 236 + ], + "spans": [ + { + "bbox": [ + 105, + 217, + 154, + 236 + ], + "score": 1.0, + "content": "In equation", + "type": "text" + }, + { + "bbox": [ + 155, + 222, + 176, + 232 + ], + "score": 0.52, + "content": "1 0 , \\circ", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 217, + 290, + 236 + ], + "score": 1.0, + "content": "is Hadamard product, while", + "type": "text" + }, + { + "bbox": [ + 290, + 220, + 311, + 236 + ], + "score": 0.93, + "content": "\\frac { \\partial L } { \\partial W _ { V } }", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 217, + 326, + 236 + ], + "score": 1.0, + "content": "is:", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "interline_equation", + "bbox": [ + 269, + 240, + 342, + 266 + ], + "lines": [ + { + "bbox": [ + 269, + 240, + 342, + 266 + ], + "spans": [ + { + "bbox": [ + 269, + 240, + 342, + 266 + ], + "score": 0.95, + "content": "\\frac { \\partial \\cal { L } } { \\partial W _ { V } } = \\frac { \\partial \\cal { L } } { \\partial Z } V ^ { T } ,", + "type": "interline_equation", + "image_path": "b2a29065731ec551647dad9f989db50e2a861620b48bdc48639cd097aaab9a52.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 269, + 240, + 342, + 266 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 276, + 145, + 288 + ], + "lines": [ + { + "bbox": [ + 105, + 275, + 146, + 288 + ], + "spans": [ + { + "bbox": [ + 105, + 275, + 123, + 288 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 277, + 132, + 286 + ], + "score": 0.85, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 133, + 275, + 146, + 288 + ], + "score": 1.0, + "content": "is:", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "interline_equation", + "bbox": [ + 247, + 284, + 363, + 349 + ], + "lines": [ + { + "bbox": [ + 247, + 284, + 363, + 349 + ], + "spans": [ + { + "bbox": [ + 247, + 284, + 363, + 349 + ], + "score": 0.94, + "content": "P = \\left( { \\begin{array} { l l l l } { { \\frac { 1 } { 2 } } } & { 0 } & { \\cdots } & { 0 } \\\\ { 1 } & { { \\frac { 1 } { 2 } } } & { \\ddots } & { 0 } \\\\ { 1 } & { \\ddots } & { \\ddots } & { 0 } \\\\ { 1 } & { \\cdots } & { 1 } & { { \\frac { 1 } { 2 } } } \\end{array} } \\right) .", + "type": "interline_equation", + "image_path": "c6627970627ab3dadeb9de587b6a9b5acb93e9d0da11acf7afb72420247c5833.jpg" + } + ] + } + ], + "index": 11.5, + "virtual_lines": [ + { + "bbox": [ + 247, + 284, + 363, + 316.5 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 247, + 316.5, + 363, + 349.0 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "title", + "bbox": [ + 107, + 361, + 244, + 374 + ], + "lines": [ + { + "bbox": [ + 105, + 359, + 246, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 359, + 246, + 376 + ], + "score": 1.0, + "content": "C EUCLIDEAN DISTANCE", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "table", + "bbox": [ + 241, + 415, + 370, + 491 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 105, + 388, + 504, + 411 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 387, + 505, + 402 + ], + "spans": [ + { + "bbox": [ + 105, + 387, + 505, + 402 + ], + "score": 1.0, + "content": "Table 4: Classification accuracy (top 1) using the Euclidean distance (unnormalized embeddings)", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 399, + 155, + 411 + ], + "spans": [ + { + "bbox": [ + 106, + 399, + 155, + 411 + ], + "score": 1.0, + "content": "on STL-10.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5 + }, + { + "type": "table_body", + "bbox": [ + 241, + 415, + 370, + 491 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 241, + 415, + 370, + 491 + ], + "spans": [ + { + "bbox": [ + 241, + 415, + 370, + 491 + ], + "score": 0.971, + "html": "
Method linear5-nn
Contrastive78.0071.07
BYOL80.8374.94
W-MSE 289.9185.56
W-MSE 490.4087.09
", + "type": "table", + "image_path": "f9df48ccc18f58650e27cceff16f26e86a16c5551f19c79b3da719364ec4566e.jpg" + } + ] + } + ], + "index": 16.5, + "virtual_lines": [ + { + "bbox": [ + 241, + 415, + 370, + 453.0 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 241, + 453.0, + 370, + 491.0 + ], + "spans": [], + "index": 17 + } + ] + } + ], + "index": 15.5 + }, + { + "type": "text", + "bbox": [ + 106, + 509, + 505, + 609 + ], + "lines": [ + { + "bbox": [ + 106, + 508, + 505, + 523 + ], + "spans": [ + { + "bbox": [ + 106, + 508, + 505, + 523 + ], + "score": 1.0, + "content": "The cosine similarity is a crucial component in most of the current self-supervised learning ap-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 520, + 505, + 533 + ], + "spans": [ + { + "bbox": [ + 105, + 520, + 293, + 533 + ], + "score": 1.0, + "content": "proaches. This is usually implemented with an", + "type": "text" + }, + { + "bbox": [ + 293, + 521, + 305, + 532 + ], + "score": 0.88, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 306, + 520, + 505, + 533 + ], + "score": 1.0, + "content": "normalization of the latent representations, which", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 532, + 505, + 544 + ], + "spans": [ + { + "bbox": [ + 106, + 532, + 505, + 544 + ], + "score": 1.0, + "content": "corresponds to projecting the features on the surface of the unit hypersphere. However, in our W-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 542, + 505, + 556 + ], + "spans": [ + { + "bbox": [ + 105, + 542, + 505, + 556 + ], + "score": 1.0, + "content": "MSE, the whitening transform projects the representation onto a spherical distribution (intuitively,", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 553, + 504, + 567 + ], + "spans": [ + { + "bbox": [ + 105, + 553, + 491, + 567 + ], + "score": 1.0, + "content": "we can say on the whole unit hypersphere). Preserving the module of the features before the", + "type": "text" + }, + { + "bbox": [ + 491, + 554, + 504, + 564 + ], + "score": 0.87, + "content": "L _ { 2 }", + "type": "inline_equation" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 565, + 504, + 577 + ], + "spans": [ + { + "bbox": [ + 106, + 565, + 504, + 577 + ], + "score": 1.0, + "content": "normalization may be useful in some applications, e.g., clustering the features after the projection", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 575, + 505, + 587 + ], + "spans": [ + { + "bbox": [ + 106, + 575, + 505, + 587 + ], + "score": 1.0, + "content": "head using a Gaussian mixture model. Tab. 4 shows an experiment on the STL-10 dataset where we", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 104, + 585, + 506, + 601 + ], + "spans": [ + { + "bbox": [ + 104, + 585, + 329, + 601 + ], + "score": 1.0, + "content": "use unnormalized embeddings for all the methods (and", + "type": "text" + }, + { + "bbox": [ + 330, + 587, + 356, + 597 + ], + "score": 0.9, + "content": "\\tau = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 356, + 585, + 506, + 601 + ], + "score": 1.0, + "content": "for the contrastive loss). Comparing", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 597, + 505, + 610 + ], + "spans": [ + { + "bbox": [ + 106, + 597, + 505, + 610 + ], + "score": 1.0, + "content": "Tab. 4 with Tab. 1, the accuracy decrease of W-MSE is significantly smaller than the other methods.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 22 + } + ], + "page_idx": 12, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 307, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 307, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 307, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2021", + "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": "13", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 82, + 245, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 246, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 246, + 95 + ], + "score": 1.0, + "content": "B.1 GRADIENT COMPUTATION", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 102, + 505, + 127 + ], + "lines": [ + { + "bbox": [ + 106, + 102, + 505, + 115 + ], + "spans": [ + { + "bbox": [ + 106, + 102, + 369, + 115 + ], + "score": 1.0, + "content": "We provide here the equations for whitening differentiation. Let", + "type": "text" + }, + { + "bbox": [ + 370, + 104, + 378, + 113 + ], + "score": 0.81, + "content": "Z", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 102, + 505, + 115 + ], + "score": 1.0, + "content": "be the whitened version of the", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 102, + 108, + 454, + 132 + ], + "spans": [ + { + "bbox": [ + 102, + 108, + 130, + 132 + ], + "score": 1.0, + "content": "batch", + "type": "text" + }, + { + "bbox": [ + 131, + 115, + 140, + 124 + ], + "score": 0.8, + "content": "V", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 108, + 161, + 132 + ], + "score": 1.0, + "content": ", i.e.,", + "type": "text" + }, + { + "bbox": [ + 161, + 114, + 241, + 126 + ], + "score": 0.92, + "content": "Z = W _ { V } ( V - \\mu _ { V } )", + "type": "inline_equation" + }, + { + "bbox": [ + 241, + 108, + 350, + 132 + ], + "score": 1.0, + "content": "(equation 7). The gradient", + "type": "text" + }, + { + "bbox": [ + 350, + 113, + 364, + 127 + ], + "score": 0.91, + "content": "\\textstyle { \\frac { \\partial L } { \\partial V } }", + "type": "inline_equation" + }, + { + "bbox": [ + 364, + 108, + 454, + 132 + ], + "score": 1.0, + "content": "can be computed by:", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1.5, + "bbox_fs": [ + 102, + 102, + 505, + 132 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 239, + 131, + 371, + 157 + ], + "lines": [ + { + "bbox": [ + 239, + 131, + 371, + 157 + ], + "spans": [ + { + "bbox": [ + 239, + 131, + 371, + 157 + ], + "score": 0.95, + "content": "\\frac { \\partial L } { \\partial V } = \\frac { 2 } { K - 1 } \\frac { \\partial L } { \\partial \\Sigma } V + W _ { V } ^ { T } \\frac { \\partial L } { \\partial Z } .", + "type": "interline_equation", + "image_path": "5f8afbf803ce533b2085950e8fc825a17961bb95879b919e2858de7c02590e52.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 239, + 131, + 371, + 157 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 162, + 447, + 177 + ], + "lines": [ + { + "bbox": [ + 103, + 157, + 451, + 183 + ], + "spans": [ + { + "bbox": [ + 103, + 157, + 218, + 183 + ], + "score": 1.0, + "content": "where the partial derivative", + "type": "text" + }, + { + "bbox": [ + 218, + 162, + 231, + 177 + ], + "score": 0.91, + "content": "\\frac { \\partial L } { \\partial Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 157, + 335, + 183 + ], + "score": 1.0, + "content": "is backpropogated, while", + "type": "text" + }, + { + "bbox": [ + 336, + 162, + 349, + 177 + ], + "score": 0.91, + "content": "\\frac { \\partial L } { \\partial \\Sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 157, + 451, + 183 + ], + "score": 1.0, + "content": "is computed as follows:", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4, + "bbox_fs": [ + 103, + 157, + 451, + 183 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 180, + 181, + 430, + 215 + ], + "lines": [ + { + "bbox": [ + 180, + 181, + 430, + 215 + ], + "spans": [ + { + "bbox": [ + 180, + 181, + 430, + 215 + ], + "score": 0.94, + "content": "\\frac { \\partial L } { \\partial \\Sigma } = - \\frac { 1 } { 2 } W _ { V } ^ { T } \\left( P \\circ \\frac { \\partial L } { \\partial W _ { V } } W _ { V } ^ { T } + \\left( P \\circ \\frac { \\partial L } { \\partial W _ { V } } W _ { V } ^ { T } \\right) ^ { T } \\right) W _ { V }", + "type": "interline_equation", + "image_path": "396a3a4f79da4a846dbd53d39f2f92b43e589b26bf62cbd064a76c987d233181.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 180, + 181, + 430, + 192.33333333333334 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 180, + 192.33333333333334, + 430, + 203.66666666666669 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 180, + 203.66666666666669, + 430, + 215.00000000000003 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 220, + 324, + 234 + ], + "lines": [ + { + "bbox": [ + 105, + 217, + 326, + 236 + ], + "spans": [ + { + "bbox": [ + 105, + 217, + 154, + 236 + ], + "score": 1.0, + "content": "In equation", + "type": "text" + }, + { + "bbox": [ + 155, + 222, + 176, + 232 + ], + "score": 0.52, + "content": "1 0 , \\circ", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 217, + 290, + 236 + ], + "score": 1.0, + "content": "is Hadamard product, while", + "type": "text" + }, + { + "bbox": [ + 290, + 220, + 311, + 236 + ], + "score": 0.93, + "content": "\\frac { \\partial L } { \\partial W _ { V } }", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 217, + 326, + 236 + ], + "score": 1.0, + "content": "is:", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8, + "bbox_fs": [ + 105, + 217, + 326, + 236 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 269, + 240, + 342, + 266 + ], + "lines": [ + { + "bbox": [ + 269, + 240, + 342, + 266 + ], + "spans": [ + { + "bbox": [ + 269, + 240, + 342, + 266 + ], + "score": 0.95, + "content": "\\frac { \\partial \\cal { L } } { \\partial W _ { V } } = \\frac { \\partial \\cal { L } } { \\partial Z } V ^ { T } ,", + "type": "interline_equation", + "image_path": "b2a29065731ec551647dad9f989db50e2a861620b48bdc48639cd097aaab9a52.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 269, + 240, + 342, + 266 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 276, + 145, + 288 + ], + "lines": [ + { + "bbox": [ + 105, + 275, + 146, + 288 + ], + "spans": [ + { + "bbox": [ + 105, + 275, + 123, + 288 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 277, + 132, + 286 + ], + "score": 0.85, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 133, + 275, + 146, + 288 + ], + "score": 1.0, + "content": "is:", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10, + "bbox_fs": [ + 105, + 275, + 146, + 288 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 247, + 284, + 363, + 349 + ], + "lines": [ + { + "bbox": [ + 247, + 284, + 363, + 349 + ], + "spans": [ + { + "bbox": [ + 247, + 284, + 363, + 349 + ], + "score": 0.94, + "content": "P = \\left( { \\begin{array} { l l l l } { { \\frac { 1 } { 2 } } } & { 0 } & { \\cdots } & { 0 } \\\\ { 1 } & { { \\frac { 1 } { 2 } } } & { \\ddots } & { 0 } \\\\ { 1 } & { \\ddots } & { \\ddots } & { 0 } \\\\ { 1 } & { \\cdots } & { 1 } & { { \\frac { 1 } { 2 } } } \\end{array} } \\right) .", + "type": "interline_equation", + "image_path": "c6627970627ab3dadeb9de587b6a9b5acb93e9d0da11acf7afb72420247c5833.jpg" + } + ] + } + ], + "index": 11.5, + "virtual_lines": [ + { + "bbox": [ + 247, + 284, + 363, + 316.5 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 247, + 316.5, + 363, + 349.0 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "title", + "bbox": [ + 107, + 361, + 244, + 374 + ], + "lines": [ + { + "bbox": [ + 105, + 359, + 246, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 359, + 246, + 376 + ], + "score": 1.0, + "content": "C EUCLIDEAN DISTANCE", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "table", + "bbox": [ + 241, + 415, + 370, + 491 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 105, + 388, + 504, + 411 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 387, + 505, + 402 + ], + "spans": [ + { + "bbox": [ + 105, + 387, + 505, + 402 + ], + "score": 1.0, + "content": "Table 4: Classification accuracy (top 1) using the Euclidean distance (unnormalized embeddings)", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 399, + 155, + 411 + ], + "spans": [ + { + "bbox": [ + 106, + 399, + 155, + 411 + ], + "score": 1.0, + "content": "on STL-10.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5 + }, + { + "type": "table_body", + "bbox": [ + 241, + 415, + 370, + 491 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 241, + 415, + 370, + 491 + ], + "spans": [ + { + "bbox": [ + 241, + 415, + 370, + 491 + ], + "score": 0.971, + "html": "
Method linear5-nn
Contrastive78.0071.07
BYOL80.8374.94
W-MSE 289.9185.56
W-MSE 490.4087.09
", + "type": "table", + "image_path": "f9df48ccc18f58650e27cceff16f26e86a16c5551f19c79b3da719364ec4566e.jpg" + } + ] + } + ], + "index": 16.5, + "virtual_lines": [ + { + "bbox": [ + 241, + 415, + 370, + 453.0 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 241, + 453.0, + 370, + 491.0 + ], + "spans": [], + "index": 17 + } + ] + } + ], + "index": 15.5 + }, + { + "type": "text", + "bbox": [ + 106, + 509, + 505, + 609 + ], + "lines": [ + { + "bbox": [ + 106, + 508, + 505, + 523 + ], + "spans": [ + { + "bbox": [ + 106, + 508, + 505, + 523 + ], + "score": 1.0, + "content": "The cosine similarity is a crucial component in most of the current self-supervised learning ap-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 520, + 505, + 533 + ], + "spans": [ + { + "bbox": [ + 105, + 520, + 293, + 533 + ], + "score": 1.0, + "content": "proaches. This is usually implemented with an", + "type": "text" + }, + { + "bbox": [ + 293, + 521, + 305, + 532 + ], + "score": 0.88, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 306, + 520, + 505, + 533 + ], + "score": 1.0, + "content": "normalization of the latent representations, which", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 532, + 505, + 544 + ], + "spans": [ + { + "bbox": [ + 106, + 532, + 505, + 544 + ], + "score": 1.0, + "content": "corresponds to projecting the features on the surface of the unit hypersphere. However, in our W-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 542, + 505, + 556 + ], + "spans": [ + { + "bbox": [ + 105, + 542, + 505, + 556 + ], + "score": 1.0, + "content": "MSE, the whitening transform projects the representation onto a spherical distribution (intuitively,", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 553, + 504, + 567 + ], + "spans": [ + { + "bbox": [ + 105, + 553, + 491, + 567 + ], + "score": 1.0, + "content": "we can say on the whole unit hypersphere). Preserving the module of the features before the", + "type": "text" + }, + { + "bbox": [ + 491, + 554, + 504, + 564 + ], + "score": 0.87, + "content": "L _ { 2 }", + "type": "inline_equation" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 565, + 504, + 577 + ], + "spans": [ + { + "bbox": [ + 106, + 565, + 504, + 577 + ], + "score": 1.0, + "content": "normalization may be useful in some applications, e.g., clustering the features after the projection", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 575, + 505, + 587 + ], + "spans": [ + { + "bbox": [ + 106, + 575, + 505, + 587 + ], + "score": 1.0, + "content": "head using a Gaussian mixture model. Tab. 4 shows an experiment on the STL-10 dataset where we", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 104, + 585, + 506, + 601 + ], + "spans": [ + { + "bbox": [ + 104, + 585, + 329, + 601 + ], + "score": 1.0, + "content": "use unnormalized embeddings for all the methods (and", + "type": "text" + }, + { + "bbox": [ + 330, + 587, + 356, + 597 + ], + "score": 0.9, + "content": "\\tau = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 356, + 585, + 506, + 601 + ], + "score": 1.0, + "content": "for the contrastive loss). Comparing", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 597, + 505, + 610 + ], + "spans": [ + { + "bbox": [ + 106, + 597, + 505, + 610 + ], + "score": 1.0, + "content": "Tab. 4 with Tab. 1, the accuracy decrease of W-MSE is significantly smaller than the other methods.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 22, + "bbox_fs": [ + 104, + 508, + 506, + 610 + ] + } + ] + } + ], + "_backend": "pipeline", + "_version_name": "2.2.2" +} \ No newline at end of file diff --git a/parse/train/3Wp8HM2CNdR/3Wp8HM2CNdR_model.json b/parse/train/3Wp8HM2CNdR/3Wp8HM2CNdR_model.json new file mode 100644 index 0000000000000000000000000000000000000000..2f356e2c9f1520182367f4c332c5f843ff2c2fc2 --- /dev/null +++ b/parse/train/3Wp8HM2CNdR/3Wp8HM2CNdR_model.json @@ -0,0 +1,17807 @@ +[ + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 398, + 585, + 1302, + 585, + 1302, + 1072, + 398, + 1072 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 297, + 1192, + 1405, + 1192, + 1405, + 1773, + 297, + 1773 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 1788, + 1402, + 1788, + 1402, + 2034, + 298, + 2034 + ], + "score": 0.979 + }, + { + "category_id": 0, + "poly": [ + 299, + 220, + 1035, + 220, + 1035, + 323, + 299, + 323 + ], + "score": 0.964 + }, + { + "category_id": 1, + "poly": [ + 313, + 378, + 680, + 378, + 680, + 438, + 313, + 438 + ], + "score": 0.933 + }, + { + "category_id": 0, + "poly": [ + 302, + 1125, + 573, + 1125, + 573, + 1161, + 302, + 1161 + ], + "score": 0.895 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 854, + 75, + 854, + 104, + 298, + 104 + ], + "score": 0.877 + }, + { + "category_id": 0, + "poly": [ + 773, + 520, + 927, + 520, + 927, + 553, + 773, + 553 + ], + "score": 0.874 + }, + { + "category_id": 2, + "poly": [ + 842, + 2089, + 857, + 2089, + 857, + 2112, + 842, + 2112 + ], + "score": 0.629 + }, + { + "category_id": 15, + "poly": [ + 296.0, + 219.0, + 1038.0, + 219.0, + 1038.0, + 270.0, + 296.0, + 270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 275.0, + 901.0, + 275.0, + 901.0, + 324.0, + 296.0, + 324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1122.0, + 579.0, + 1122.0, + 579.0, + 1170.0, + 294.0, + 1170.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 857.0, + 72.0, + 857.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 768.0, + 516.0, + 934.0, + 516.0, + 934.0, + 559.0, + 768.0, + 559.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": [ + 395.0, + 586.0, + 1303.0, + 586.0, + 1303.0, + 618.0, + 395.0, + 618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 616.0, + 1305.0, + 616.0, + 1305.0, + 647.0, + 394.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 646.0, + 1306.0, + 646.0, + 1306.0, + 681.0, + 394.0, + 681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 677.0, + 1304.0, + 677.0, + 1304.0, + 711.0, + 395.0, + 711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 707.0, + 1304.0, + 707.0, + 1304.0, + 742.0, + 394.0, + 742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 735.0, + 1308.0, + 735.0, + 1308.0, + 772.0, + 392.0, + 772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 768.0, + 1305.0, + 768.0, + 1305.0, + 799.0, + 394.0, + 799.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 798.0, + 1306.0, + 798.0, + 1306.0, + 833.0, + 393.0, + 833.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 830.0, + 1306.0, + 830.0, + 1306.0, + 861.0, + 393.0, + 861.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 858.0, + 1306.0, + 858.0, + 1306.0, + 895.0, + 393.0, + 895.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 391.0, + 887.0, + 1306.0, + 887.0, + 1306.0, + 926.0, + 391.0, + 926.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 920.0, + 1305.0, + 920.0, + 1305.0, + 955.0, + 394.0, + 955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 952.0, + 1305.0, + 952.0, + 1305.0, + 982.0, + 394.0, + 982.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 978.0, + 1305.0, + 978.0, + 1305.0, + 1015.0, + 392.0, + 1015.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 1012.0, + 1305.0, + 1012.0, + 1305.0, + 1044.0, + 395.0, + 1044.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1044.0, + 678.0, + 1044.0, + 678.0, + 1074.0, + 394.0, + 1074.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1192.0, + 1405.0, + 1192.0, + 1405.0, + 1230.0, + 295.0, + 1230.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1225.0, + 1405.0, + 1225.0, + 1405.0, + 1260.0, + 294.0, + 1260.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1255.0, + 1406.0, + 1255.0, + 1406.0, + 1290.0, + 292.0, + 1290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1282.0, + 1406.0, + 1282.0, + 1406.0, + 1325.0, + 290.0, + 1325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1315.0, + 1407.0, + 1315.0, + 1407.0, + 1354.0, + 292.0, + 1354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1346.0, + 1407.0, + 1346.0, + 1407.0, + 1384.0, + 292.0, + 1384.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1377.0, + 1406.0, + 1377.0, + 1406.0, + 1412.0, + 294.0, + 1412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1407.0, + 1405.0, + 1407.0, + 1405.0, + 1442.0, + 294.0, + 1442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1434.0, + 1406.0, + 1434.0, + 1406.0, + 1476.0, + 291.0, + 1476.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1470.0, + 1406.0, + 1470.0, + 1406.0, + 1501.0, + 295.0, + 1501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1499.0, + 1405.0, + 1499.0, + 1405.0, + 1534.0, + 292.0, + 1534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1529.0, + 1405.0, + 1529.0, + 1405.0, + 1564.0, + 294.0, + 1564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1558.0, + 1405.0, + 1558.0, + 1405.0, + 1596.0, + 292.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1591.0, + 1405.0, + 1591.0, + 1405.0, + 1626.0, + 294.0, + 1626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1620.0, + 1405.0, + 1620.0, + 1405.0, + 1655.0, + 294.0, + 1655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1651.0, + 1405.0, + 1651.0, + 1405.0, + 1687.0, + 294.0, + 1687.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1680.0, + 1406.0, + 1680.0, + 1406.0, + 1717.0, + 292.0, + 1717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1712.0, + 1405.0, + 1712.0, + 1405.0, + 1745.0, + 292.0, + 1745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1744.0, + 1296.0, + 1744.0, + 1296.0, + 1775.0, + 295.0, + 1775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1790.0, + 1404.0, + 1790.0, + 1404.0, + 1823.0, + 293.0, + 1823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1821.0, + 1406.0, + 1821.0, + 1406.0, + 1855.0, + 294.0, + 1855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1851.0, + 1403.0, + 1851.0, + 1403.0, + 1885.0, + 293.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1881.0, + 1406.0, + 1881.0, + 1406.0, + 1916.0, + 293.0, + 1916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1910.0, + 1406.0, + 1910.0, + 1406.0, + 1949.0, + 292.0, + 1949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1942.0, + 1408.0, + 1942.0, + 1408.0, + 1978.0, + 292.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1971.0, + 1406.0, + 1971.0, + 1406.0, + 2010.0, + 292.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2004.0, + 1406.0, + 2004.0, + 1406.0, + 2037.0, + 294.0, + 2037.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": "" + } + ], + "page_info": { + "page_no": 0, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 460, + 1404, + 460, + 1404, + 766, + 298, + 766 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1399, + 1403, + 1399, + 1403, + 1582, + 298, + 1582 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 298, + 229, + 1403, + 229, + 1403, + 445, + 298, + 445 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 298, + 1260, + 1403, + 1260, + 1403, + 1384, + 298, + 1384 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 297, + 1598, + 1403, + 1598, + 1403, + 1782, + 297, + 1782 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 298, + 1796, + 1403, + 1796, + 1403, + 1951, + 298, + 1951 + ], + "score": 0.97 + }, + { + "category_id": 1, + "poly": [ + 368, + 843, + 1404, + 843, + 1404, + 1145, + 368, + 1145 + ], + "score": 0.96 + }, + { + "category_id": 2, + "poly": [ + 297, + 1977, + 1404, + 1977, + 1404, + 2033, + 297, + 2033 + ], + "score": 0.935 + }, + { + "category_id": 1, + "poly": [ + 297, + 782, + 837, + 782, + 837, + 812, + 297, + 812 + ], + "score": 0.923 + }, + { + "category_id": 0, + "poly": [ + 298, + 1190, + 873, + 1190, + 873, + 1225, + 298, + 1225 + ], + "score": 0.908 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 852, + 76, + 852, + 104, + 300, + 104 + ], + "score": 0.841 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.742 + }, + { + "category_id": 13, + "poly": [ + 799, + 643, + 882, + 643, + 882, + 677, + 799, + 677 + ], + "score": 0.93, + "latex": "( \\mathbf { z } _ { i } , \\mathbf { z } _ { j } )" + }, + { + "category_id": 13, + "poly": [ + 482, + 551, + 600, + 551, + 600, + 585, + 482, + 585 + ], + "score": 0.93, + "latex": "B = \\{ x _ { i } \\}" + }, + { + "category_id": 13, + "poly": [ + 871, + 521, + 995, + 521, + 995, + 554, + 871, + 554 + ], + "score": 0.92, + "latex": "V = \\{ \\mathbf { v } _ { i } \\}" + }, + { + "category_id": 13, + "poly": [ + 1113, + 582, + 1165, + 582, + 1165, + 616, + 1113, + 616 + ], + "score": 0.92, + "latex": "\\left\\{ \\mathbf { z } _ { i } \\right\\}" + }, + { + "category_id": 13, + "poly": [ + 1312, + 1690, + 1400, + 1690, + 1400, + 1724, + 1312, + 1724 + ], + "score": 0.91, + "latex": "( x _ { i } , x _ { j } )" + }, + { + "category_id": 13, + "poly": [ + 680, + 1662, + 711, + 1662, + 711, + 1693, + 680, + 1693 + ], + "score": 0.83, + "latex": "x _ { j }" + }, + { + "category_id": 13, + "poly": [ + 595, + 1662, + 624, + 1662, + 624, + 1690, + 595, + 1690 + ], + "score": 0.82, + "latex": "\\cdot \\boldsymbol { x } _ { i }" + }, + { + "category_id": 13, + "poly": [ + 967, + 554, + 993, + 554, + 993, + 579, + 967, + 579 + ], + "score": 0.8, + "latex": "V" + }, + { + "category_id": 13, + "poly": [ + 1369, + 584, + 1393, + 584, + 1393, + 611, + 1369, + 611 + ], + "score": 0.73, + "latex": "V" + }, + { + "category_id": 13, + "poly": [ + 560, + 1665, + 580, + 1665, + 580, + 1687, + 560, + 1687 + ], + "score": 0.66, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 641, + 1635, + 660, + 1635, + 660, + 1657, + 641, + 1657 + ], + "score": 0.63, + "latex": "x" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 1972.0, + 1406.0, + 1972.0, + 1406.0, + 2010.0, + 333.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2001.0, + 572.0, + 2001.0, + 572.0, + 2037.0, + 295.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1186.0, + 877.0, + 1186.0, + 877.0, + 1230.0, + 292.0, + 1230.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 856.0, + 73.0, + 856.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": [ + 292.0, + 458.0, + 1405.0, + 458.0, + 1405.0, + 498.0, + 292.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 491.0, + 1404.0, + 491.0, + 1404.0, + 525.0, + 292.0, + 525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 522.0, + 870.0, + 522.0, + 870.0, + 557.0, + 293.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 996.0, + 522.0, + 1402.0, + 522.0, + 1402.0, + 557.0, + 996.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 550.0, + 481.0, + 550.0, + 481.0, + 588.0, + 293.0, + 588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 601.0, + 550.0, + 966.0, + 550.0, + 966.0, + 588.0, + 601.0, + 588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 994.0, + 550.0, + 1406.0, + 550.0, + 1406.0, + 588.0, + 994.0, + 588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 580.0, + 1112.0, + 580.0, + 1112.0, + 618.0, + 292.0, + 618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1166.0, + 580.0, + 1368.0, + 580.0, + 1368.0, + 618.0, + 1166.0, + 618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1394.0, + 580.0, + 1405.0, + 580.0, + 1405.0, + 618.0, + 1394.0, + 618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 614.0, + 1405.0, + 614.0, + 1405.0, + 646.0, + 294.0, + 646.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 641.0, + 798.0, + 641.0, + 798.0, + 676.0, + 293.0, + 676.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 883.0, + 641.0, + 1405.0, + 641.0, + 1405.0, + 676.0, + 883.0, + 676.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 675.0, + 1405.0, + 675.0, + 1405.0, + 707.0, + 296.0, + 707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 703.0, + 1404.0, + 703.0, + 1404.0, + 739.0, + 294.0, + 739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 736.0, + 745.0, + 736.0, + 745.0, + 768.0, + 296.0, + 768.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1397.0, + 1404.0, + 1397.0, + 1404.0, + 1435.0, + 292.0, + 1435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1431.0, + 1404.0, + 1431.0, + 1404.0, + 1463.0, + 296.0, + 1463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1459.0, + 1405.0, + 1459.0, + 1405.0, + 1494.0, + 294.0, + 1494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1491.0, + 1405.0, + 1491.0, + 1405.0, + 1526.0, + 294.0, + 1526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1517.0, + 1407.0, + 1517.0, + 1407.0, + 1557.0, + 291.0, + 1557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1552.0, + 721.0, + 1552.0, + 721.0, + 1587.0, + 293.0, + 1587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 230.0, + 1405.0, + 230.0, + 1405.0, + 268.0, + 293.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 262.0, + 1405.0, + 262.0, + 1405.0, + 296.0, + 293.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 291.0, + 1404.0, + 291.0, + 1404.0, + 326.0, + 291.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 322.0, + 1408.0, + 322.0, + 1408.0, + 357.0, + 293.0, + 357.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 352.0, + 1404.0, + 352.0, + 1404.0, + 386.0, + 294.0, + 386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 381.0, + 1407.0, + 381.0, + 1407.0, + 418.0, + 292.0, + 418.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 412.0, + 878.0, + 412.0, + 878.0, + 452.0, + 293.0, + 452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1260.0, + 1407.0, + 1260.0, + 1407.0, + 1295.0, + 292.0, + 1295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1293.0, + 1405.0, + 1293.0, + 1405.0, + 1325.0, + 294.0, + 1325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1322.0, + 1407.0, + 1322.0, + 1407.0, + 1358.0, + 292.0, + 1358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1349.0, + 743.0, + 1349.0, + 743.0, + 1391.0, + 292.0, + 1391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1597.0, + 1405.0, + 1597.0, + 1405.0, + 1633.0, + 295.0, + 1633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1628.0, + 640.0, + 1628.0, + 640.0, + 1663.0, + 296.0, + 1663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 661.0, + 1628.0, + 1407.0, + 1628.0, + 1407.0, + 1663.0, + 661.0, + 1663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1656.0, + 559.0, + 1656.0, + 559.0, + 1699.0, + 292.0, + 1699.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 581.0, + 1656.0, + 594.0, + 1656.0, + 594.0, + 1699.0, + 581.0, + 1699.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 625.0, + 1656.0, + 679.0, + 1656.0, + 679.0, + 1699.0, + 625.0, + 1699.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 712.0, + 1656.0, + 1407.0, + 1656.0, + 1407.0, + 1699.0, + 712.0, + 1699.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1685.0, + 1311.0, + 1685.0, + 1311.0, + 1729.0, + 291.0, + 1729.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 1685.0, + 1404.0, + 1685.0, + 1404.0, + 1729.0, + 1401.0, + 1729.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1722.0, + 1404.0, + 1722.0, + 1404.0, + 1753.0, + 295.0, + 1753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1752.0, + 440.0, + 1752.0, + 440.0, + 1781.0, + 295.0, + 1781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1795.0, + 1405.0, + 1795.0, + 1405.0, + 1834.0, + 294.0, + 1834.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1828.0, + 1404.0, + 1828.0, + 1404.0, + 1862.0, + 294.0, + 1862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1856.0, + 1407.0, + 1856.0, + 1407.0, + 1897.0, + 292.0, + 1897.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1887.0, + 1405.0, + 1887.0, + 1405.0, + 1923.0, + 293.0, + 1923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1919.0, + 1405.0, + 1919.0, + 1405.0, + 1956.0, + 294.0, + 1956.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 367.0, + 842.0, + 1403.0, + 842.0, + 1403.0, + 880.0, + 367.0, + 880.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 872.0, + 1406.0, + 872.0, + 1406.0, + 908.0, + 395.0, + 908.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 906.0, + 955.0, + 906.0, + 955.0, + 938.0, + 393.0, + 938.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 382.0, + 944.0, + 1407.0, + 944.0, + 1407.0, + 986.0, + 382.0, + 986.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 976.0, + 1406.0, + 976.0, + 1406.0, + 1015.0, + 393.0, + 1015.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 1009.0, + 688.0, + 1009.0, + 688.0, + 1044.0, + 395.0, + 1044.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 371.0, + 1050.0, + 1407.0, + 1050.0, + 1407.0, + 1087.0, + 371.0, + 1087.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1082.0, + 1405.0, + 1082.0, + 1405.0, + 1114.0, + 394.0, + 1114.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1114.0, + 1181.0, + 1114.0, + 1181.0, + 1146.0, + 394.0, + 1146.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 777.0, + 842.0, + 777.0, + 842.0, + 820.0, + 292.0, + 820.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 1, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1250, + 1404, + 1250, + 1404, + 1528, + 297, + 1528 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 298, + 1022, + 1403, + 1022, + 1403, + 1238, + 298, + 1238 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 297, + 1541, + 1404, + 1541, + 1404, + 1789, + 297, + 1789 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 782, + 1403, + 782, + 1403, + 877, + 298, + 877 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 297, + 553, + 1402, + 553, + 1402, + 679, + 297, + 679 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 415, + 1404, + 415, + 1404, + 539, + 298, + 539 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 299, + 1802, + 1403, + 1802, + 1403, + 1926, + 299, + 1926 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 300, + 1941, + 1401, + 1941, + 1401, + 2034, + 300, + 2034 + ], + "score": 0.972 + }, + { + "category_id": 8, + "poly": [ + 579, + 914, + 1119, + 914, + 1119, + 1001, + 579, + 1001 + ], + "score": 0.959 + }, + { + "category_id": 1, + "poly": [ + 301, + 308, + 1400, + 308, + 1400, + 401, + 301, + 401 + ], + "score": 0.956 + }, + { + "category_id": 8, + "poly": [ + 613, + 718, + 1087, + 718, + 1087, + 761, + 613, + 761 + ], + "score": 0.948 + }, + { + "category_id": 1, + "poly": [ + 294, + 229, + 1402, + 229, + 1402, + 293, + 294, + 293 + ], + "score": 0.948 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 854, + 75, + 854, + 105, + 298, + 105 + ], + "score": 0.904 + }, + { + "category_id": 9, + "poly": [ + 1366, + 725, + 1400, + 725, + 1400, + 756, + 1366, + 756 + ], + "score": 0.9 + }, + { + "category_id": 9, + "poly": [ + 1366, + 937, + 1400, + 937, + 1400, + 967, + 1366, + 967 + ], + "score": 0.888 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2112, + 841, + 2112 + ], + "score": 0.623 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.441 + }, + { + "category_id": 14, + "poly": [ + 577, + 912, + 1119, + 912, + 1119, + 1002, + 577, + 1002 + ], + "score": 0.93, + "latex": "L _ { C o n t r a s t i v e } = - \\log \\frac { \\exp { ( \\mathbf { z } _ { i } ^ { T } \\mathbf { z } _ { j } / \\tau ) } } { \\sum _ { k = 1 , k \\neq i } ^ { K } \\exp { ( \\mathbf { z } _ { i } ^ { T } \\mathbf { z } _ { k } / \\tau ) } } ," + }, + { + "category_id": 14, + "poly": [ + 610, + 716, + 1089, + 716, + 1089, + 760, + 610, + 760 + ], + "score": 0.92, + "latex": "L _ { T r i p l e t } = - \\operatorname* { m a x } ( \\mathbf { z } _ { i } ^ { T } \\mathbf { z } _ { k } - \\mathbf { z } _ { i } ^ { T } \\mathbf { z } _ { j } + m , 0 ) ." + }, + { + "category_id": 13, + "poly": [ + 723, + 622, + 827, + 622, + 827, + 649, + 723, + 649 + ], + "score": 0.91, + "latex": "\\mathbf { z } _ { i } , \\mathbf { z } _ { j } , \\mathbf { z } _ { k }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1085, + 410, + 1085, + 410, + 1113, + 298, + 1113 + ], + "score": 0.9, + "latex": "K = 2 N" + }, + { + "category_id": 13, + "poly": [ + 554, + 1055, + 635, + 1055, + 635, + 1083, + 554, + 1083 + ], + "score": 0.9, + "latex": "K - 1" + }, + { + "category_id": 13, + "poly": [ + 742, + 590, + 810, + 590, + 810, + 618, + 742, + 618 + ], + "score": 0.9, + "latex": "x _ { i } , x _ { j }" + }, + { + "category_id": 13, + "poly": [ + 1141, + 1467, + 1205, + 1467, + 1205, + 1500, + 1141, + 1500 + ], + "score": 0.89, + "latex": "\\mathcal { L } _ { \\mathrm { a l i g n } , }" + }, + { + "category_id": 13, + "poly": [ + 1234, + 1376, + 1269, + 1376, + 1269, + 1405, + 1234, + 1405 + ], + "score": 0.88, + "latex": "L _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 692, + 650, + 721, + 650, + 721, + 679, + 692, + 679 + ], + "score": 0.88, + "latex": "\\mathbf { z } _ { j }" + }, + { + "category_id": 13, + "poly": [ + 750, + 818, + 779, + 818, + 779, + 847, + 750, + 847 + ], + "score": 0.88, + "latex": "\\mathbf { z } _ { j }" + }, + { + "category_id": 13, + "poly": [ + 981, + 588, + 1014, + 588, + 1014, + 616, + 981, + 616 + ], + "score": 0.86, + "latex": "x _ { k }" + }, + { + "category_id": 13, + "poly": [ + 615, + 650, + 642, + 650, + 642, + 676, + 615, + 676 + ], + "score": 0.86, + "latex": "\\mathbf { z } _ { i }" + }, + { + "category_id": 13, + "poly": [ + 673, + 817, + 700, + 817, + 700, + 844, + 673, + 844 + ], + "score": 0.86, + "latex": "\\mathbf { z } _ { i }" + }, + { + "category_id": 13, + "poly": [ + 1289, + 620, + 1316, + 620, + 1316, + 646, + 1289, + 646 + ], + "score": 0.85, + "latex": "\\mathbf { z } _ { i }" + }, + { + "category_id": 13, + "poly": [ + 1369, + 620, + 1400, + 620, + 1400, + 646, + 1369, + 646 + ], + "score": 0.84, + "latex": "\\mathbf { z } _ { k }" + }, + { + "category_id": 13, + "poly": [ + 1001, + 1467, + 1087, + 1467, + 1087, + 1498, + 1001, + 1498 + ], + "score": 0.84, + "latex": "{ \\mathcal L } _ { \\mathrm { u n i f o r m } }" + }, + { + "category_id": 13, + "poly": [ + 954, + 1055, + 983, + 1055, + 983, + 1081, + 954, + 1081 + ], + "score": 0.82, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 493, + 1085, + 522, + 1085, + 522, + 1112, + 493, + 1112 + ], + "score": 0.8, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 372, + 1030, + 391, + 1030, + 391, + 1051, + 372, + 1051 + ], + "score": 0.77, + "latex": "\\tau" + }, + { + "category_id": 13, + "poly": [ + 883, + 651, + 909, + 651, + 909, + 673, + 883, + 673 + ], + "score": 0.75, + "latex": "m" + }, + { + "category_id": 13, + "poly": [ + 1170, + 1839, + 1190, + 1839, + 1190, + 1862, + 1170, + 1862 + ], + "score": 0.71, + "latex": "\\tau" + }, + { + "category_id": 13, + "poly": [ + 433, + 1869, + 461, + 1869, + 461, + 1892, + 433, + 1892 + ], + "score": 0.64, + "latex": "m" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 857.0, + 73.0, + 857.0, + 108.0, + 297.0, + 108.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": [ + 296.0, + 1253.0, + 1404.0, + 1253.0, + 1404.0, + 1285.0, + 296.0, + 1285.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1284.0, + 1405.0, + 1284.0, + 1405.0, + 1317.0, + 295.0, + 1317.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1313.0, + 1405.0, + 1313.0, + 1405.0, + 1350.0, + 294.0, + 1350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1343.0, + 1405.0, + 1343.0, + 1405.0, + 1379.0, + 294.0, + 1379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1376.0, + 1233.0, + 1376.0, + 1233.0, + 1409.0, + 295.0, + 1409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1270.0, + 1376.0, + 1405.0, + 1376.0, + 1405.0, + 1409.0, + 1270.0, + 1409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1405.0, + 1405.0, + 1405.0, + 1405.0, + 1440.0, + 292.0, + 1440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1435.0, + 1404.0, + 1435.0, + 1404.0, + 1472.0, + 295.0, + 1472.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1464.0, + 1000.0, + 1464.0, + 1000.0, + 1505.0, + 292.0, + 1505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1088.0, + 1464.0, + 1140.0, + 1464.0, + 1140.0, + 1505.0, + 1088.0, + 1505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1206.0, + 1464.0, + 1405.0, + 1464.0, + 1405.0, + 1505.0, + 1206.0, + 1505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1495.0, + 642.0, + 1495.0, + 642.0, + 1529.0, + 295.0, + 1529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1024.0, + 371.0, + 1024.0, + 371.0, + 1058.0, + 296.0, + 1058.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 1024.0, + 1405.0, + 1024.0, + 1405.0, + 1058.0, + 392.0, + 1058.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1052.0, + 553.0, + 1052.0, + 553.0, + 1088.0, + 292.0, + 1088.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 636.0, + 1052.0, + 953.0, + 1052.0, + 953.0, + 1088.0, + 636.0, + 1088.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 984.0, + 1052.0, + 1405.0, + 1052.0, + 1405.0, + 1088.0, + 984.0, + 1088.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1081.0, + 297.0, + 1081.0, + 297.0, + 1120.0, + 293.0, + 1120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 411.0, + 1081.0, + 492.0, + 1081.0, + 492.0, + 1120.0, + 411.0, + 1120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 523.0, + 1081.0, + 1404.0, + 1081.0, + 1404.0, + 1120.0, + 523.0, + 1120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1115.0, + 1405.0, + 1115.0, + 1405.0, + 1150.0, + 294.0, + 1150.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1140.0, + 1404.0, + 1140.0, + 1404.0, + 1183.0, + 293.0, + 1183.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1176.0, + 1403.0, + 1176.0, + 1403.0, + 1210.0, + 294.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1207.0, + 989.0, + 1207.0, + 989.0, + 1240.0, + 293.0, + 1240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1544.0, + 1405.0, + 1544.0, + 1405.0, + 1578.0, + 296.0, + 1578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1574.0, + 1405.0, + 1574.0, + 1405.0, + 1608.0, + 295.0, + 1608.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1606.0, + 1404.0, + 1606.0, + 1404.0, + 1640.0, + 295.0, + 1640.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1635.0, + 1404.0, + 1635.0, + 1404.0, + 1669.0, + 294.0, + 1669.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1666.0, + 1404.0, + 1666.0, + 1404.0, + 1700.0, + 295.0, + 1700.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1696.0, + 1404.0, + 1696.0, + 1404.0, + 1729.0, + 294.0, + 1729.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1727.0, + 1407.0, + 1727.0, + 1407.0, + 1760.0, + 296.0, + 1760.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1758.0, + 1384.0, + 1758.0, + 1384.0, + 1789.0, + 293.0, + 1789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 784.0, + 1400.0, + 784.0, + 1400.0, + 815.0, + 296.0, + 815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 810.0, + 672.0, + 810.0, + 672.0, + 851.0, + 292.0, + 851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 701.0, + 810.0, + 749.0, + 810.0, + 749.0, + 851.0, + 701.0, + 851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 780.0, + 810.0, + 1404.0, + 810.0, + 1404.0, + 851.0, + 780.0, + 851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 843.0, + 1029.0, + 843.0, + 1029.0, + 880.0, + 293.0, + 880.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 555.0, + 1404.0, + 555.0, + 1404.0, + 588.0, + 295.0, + 588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 584.0, + 741.0, + 584.0, + 741.0, + 621.0, + 292.0, + 621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 811.0, + 584.0, + 980.0, + 584.0, + 980.0, + 621.0, + 811.0, + 621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1015.0, + 584.0, + 1406.0, + 584.0, + 1406.0, + 621.0, + 1015.0, + 621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 616.0, + 722.0, + 616.0, + 722.0, + 652.0, + 293.0, + 652.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 828.0, + 616.0, + 1288.0, + 616.0, + 1288.0, + 652.0, + 828.0, + 652.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1317.0, + 616.0, + 1368.0, + 616.0, + 1368.0, + 652.0, + 1317.0, + 652.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 645.0, + 614.0, + 645.0, + 614.0, + 681.0, + 293.0, + 681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 643.0, + 645.0, + 691.0, + 645.0, + 691.0, + 681.0, + 643.0, + 681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 722.0, + 645.0, + 882.0, + 645.0, + 882.0, + 681.0, + 722.0, + 681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 910.0, + 645.0, + 922.0, + 645.0, + 922.0, + 681.0, + 910.0, + 681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 416.0, + 1405.0, + 416.0, + 1405.0, + 449.0, + 294.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 445.0, + 1408.0, + 445.0, + 1408.0, + 482.0, + 293.0, + 482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 476.0, + 1406.0, + 476.0, + 1406.0, + 512.0, + 293.0, + 512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 509.0, + 635.0, + 509.0, + 635.0, + 541.0, + 296.0, + 541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1801.0, + 1405.0, + 1801.0, + 1405.0, + 1838.0, + 293.0, + 1838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1834.0, + 1169.0, + 1834.0, + 1169.0, + 1869.0, + 293.0, + 1869.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1191.0, + 1834.0, + 1404.0, + 1834.0, + 1404.0, + 1869.0, + 1191.0, + 1869.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1865.0, + 432.0, + 1865.0, + 432.0, + 1900.0, + 292.0, + 1900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 462.0, + 1865.0, + 1407.0, + 1865.0, + 1407.0, + 1900.0, + 462.0, + 1900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1894.0, + 387.0, + 1894.0, + 387.0, + 1926.0, + 293.0, + 1926.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1940.0, + 1406.0, + 1940.0, + 1406.0, + 1978.0, + 294.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1973.0, + 1405.0, + 1973.0, + 1405.0, + 2007.0, + 296.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2002.0, + 1406.0, + 2002.0, + 1406.0, + 2038.0, + 294.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 307.0, + 1405.0, + 307.0, + 1405.0, + 345.0, + 293.0, + 345.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 339.0, + 1404.0, + 339.0, + 1404.0, + 373.0, + 296.0, + 373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 369.0, + 1375.0, + 369.0, + 1375.0, + 403.0, + 297.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 229.0, + 1405.0, + 229.0, + 1405.0, + 265.0, + 296.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 260.0, + 1407.0, + 260.0, + 1407.0, + 298.0, + 293.0, + 298.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 2, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1533, + 1405, + 1533, + 1405, + 1719, + 298, + 1719 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 1244, + 1404, + 1244, + 1404, + 1398, + 297, + 1398 + ], + "score": 0.98 + }, + { + "category_id": 3, + "poly": [ + 471, + 220, + 1237, + 220, + 1237, + 819, + 471, + 819 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 299, + 1833, + 1403, + 1833, + 1403, + 1927, + 299, + 1927 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 298, + 1941, + 1402, + 1941, + 1402, + 2036, + 298, + 2036 + ], + "score": 0.972 + }, + { + "category_id": 4, + "poly": [ + 296, + 832, + 1405, + 832, + 1405, + 1017, + 296, + 1017 + ], + "score": 0.971 + }, + { + "category_id": 8, + "poly": [ + 524, + 1728, + 1172, + 1728, + 1172, + 1815, + 524, + 1815 + ], + "score": 0.957 + }, + { + "category_id": 1, + "poly": [ + 297, + 1070, + 1400, + 1070, + 1400, + 1133, + 297, + 1133 + ], + "score": 0.955 + }, + { + "category_id": 0, + "poly": [ + 300, + 1175, + 759, + 1175, + 759, + 1212, + 300, + 1212 + ], + "score": 0.916 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1755, + 1400, + 1755, + 1400, + 1785, + 1366, + 1785 + ], + "score": 0.893 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1445, + 1399, + 1445, + 1399, + 1475, + 1366, + 1475 + ], + "score": 0.879 + }, + { + "category_id": 9, + "poly": [ + 1367, + 1484, + 1399, + 1484, + 1399, + 1512, + 1367, + 1512 + ], + "score": 0.877 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 852, + 76, + 852, + 104, + 299, + 104 + ], + "score": 0.865 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2111, + 841, + 2111 + ], + "score": 0.772 + }, + { + "category_id": 8, + "poly": [ + 655, + 1481, + 1046, + 1481, + 1046, + 1517, + 655, + 1517 + ], + "score": 0.582 + }, + { + "category_id": 8, + "poly": [ + 652, + 1443, + 1048, + 1443, + 1048, + 1517, + 652, + 1517 + ], + "score": 0.497 + }, + { + "category_id": 8, + "poly": [ + 734, + 1444, + 964, + 1444, + 964, + 1477, + 734, + 1477 + ], + "score": 0.471 + }, + { + "category_id": 13, + "poly": [ + 1122, + 1536, + 1206, + 1536, + 1206, + 1570, + 1122, + 1570 + ], + "score": 0.94, + "latex": "( \\mathbf { z } _ { i } , \\mathbf { z } _ { j } )" + }, + { + "category_id": 14, + "poly": [ + 526, + 1725, + 1175, + 1725, + 1175, + 1812, + 526, + 1812 + ], + "score": 0.94, + "latex": "d i s t ( \\mathbf { z } _ { i } , \\mathbf { z } _ { j } ) = \\left\\| { \\frac { \\mathbf { z } _ { i } } { \\left\\| \\mathbf { z } _ { i } \\right\\| _ { 2 } } } - { \\frac { \\mathbf { z } _ { j } } { \\left\\| \\mathbf { z } _ { j } \\right\\| _ { 2 } } } \\right\\| _ { 2 } ^ { 2 } = 2 - 2 { \\frac { \\langle \\mathbf { z } _ { i } , \\mathbf { z } _ { j } \\rangle } { \\left\\| \\mathbf { z } _ { i } \\right\\| _ { 2 } \\cdot \\left\\| \\mathbf { z } _ { j } \\right\\| _ { 2 } } }" + }, + { + "category_id": 13, + "poly": [ + 843, + 1245, + 999, + 1245, + 999, + 1278, + 843, + 1278 + ], + "score": 0.93, + "latex": "\\mathrm { ~ \\bf ~ z ~ } = \\mathrm { ~ \\bf ~ \\it ~ f ~ } ( x ; \\theta )" + }, + { + "category_id": 13, + "poly": [ + 565, + 1566, + 653, + 1566, + 653, + 1600, + 565, + 1600 + ], + "score": 0.93, + "latex": "( x _ { i } , x _ { j } )" + }, + { + "category_id": 13, + "poly": [ + 1131, + 2002, + 1213, + 2002, + 1213, + 2036, + 1131, + 2036 + ], + "score": 0.93, + "latex": "T ( \\cdot ; \\mathbf { p } )" + }, + { + "category_id": 13, + "poly": [ + 930, + 1337, + 1017, + 1337, + 1017, + 1371, + 930, + 1371 + ], + "score": 0.92, + "latex": "( x _ { i } , x _ { j } )" + }, + { + "category_id": 13, + "poly": [ + 1325, + 1245, + 1400, + 1245, + 1400, + 1279, + 1325, + 1279 + ], + "score": 0.91, + "latex": "f ( \\cdot ; \\theta )" + }, + { + "category_id": 14, + "poly": [ + 653, + 1440, + 1045, + 1440, + 1045, + 1521, + 653, + 1521 + ], + "score": 0.91, + "latex": "\\begin{array} { c } { m i n _ { \\theta } \\operatorname { \\mathbb { E } } d i s t ( \\mathbf { z } _ { i } , \\mathbf { z } _ { j } ) , } \\\\ { s . t . c o v ( \\mathbf { z } _ { i } , \\mathbf { z } _ { i } ) = c o v ( \\mathbf { z } _ { j } , \\mathbf { z } _ { j } ) = I , } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 374, + 1535, + 453, + 1535, + 453, + 1569, + 374, + 1569 + ], + "score": 0.9, + "latex": "d i s t ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 1148, + 894, + 1183, + 894, + 1183, + 924, + 1148, + 924 + ], + "score": 0.88, + "latex": "L _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 803, + 1537, + 822, + 1537, + 822, + 1563, + 803, + 1563 + ], + "score": 0.79, + "latex": "I" + }, + { + "category_id": 13, + "poly": [ + 509, + 1277, + 527, + 1277, + 527, + 1303, + 509, + 1303 + ], + "score": 0.78, + "latex": "\\theta" + }, + { + "category_id": 13, + "poly": [ + 467, + 1978, + 487, + 1978, + 487, + 2000, + 467, + 2000 + ], + "score": 0.74, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 1305, + 864, + 1332, + 864, + 1332, + 891, + 1305, + 891 + ], + "score": 0.72, + "latex": "V" + }, + { + "category_id": 13, + "poly": [ + 496, + 1253, + 516, + 1253, + 516, + 1273, + 496, + 1273 + ], + "score": 0.71, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 883, + 1632, + 902, + 1632, + 902, + 1654, + 883, + 1654 + ], + "score": 0.7, + "latex": "\\mathbf { z }" + }, + { + "category_id": 13, + "poly": [ + 1273, + 1571, + 1292, + 1571, + 1292, + 1594, + 1273, + 1594 + ], + "score": 0.68, + "latex": "\\mathbf { z }" + }, + { + "category_id": 13, + "poly": [ + 815, + 1663, + 834, + 1663, + 834, + 1685, + 815, + 1685 + ], + "score": 0.67, + "latex": "\\mathbf { z }" + }, + { + "category_id": 13, + "poly": [ + 768, + 929, + 788, + 929, + 788, + 952, + 768, + 952 + ], + "score": 0.39, + "latex": "\\mathbf { z }" + }, + { + "category_id": 13, + "poly": [ + 685, + 472, + 701, + 472, + 701, + 490, + 685, + 490 + ], + "score": 0.25, + "latex": "V" + }, + { + "category_id": 15, + "poly": [ + 825.0, + 267.0, + 851.0, + 267.0, + 851.0, + 292.0, + 825.0, + 292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 885.0, + 331.0, + 909.0, + 331.0, + 909.0, + 356.0, + 885.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1169.0, + 301.0, + 1200.0, + 301.0, + 1200.0, + 360.0, + 1169.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 918.0, + 386.0, + 944.0, + 386.0, + 944.0, + 410.0, + 918.0, + 410.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1042.0, + 386.0, + 1064.0, + 386.0, + 1064.0, + 407.0, + 1042.0, + 407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1168.0, + 377.0, + 1193.0, + 377.0, + 1193.0, + 401.0, + 1168.0, + 401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1086.0, + 411.0, + 1106.0, + 411.0, + 1106.0, + 432.0, + 1086.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 820.0, + 429.0, + 829.0, + 429.0, + 829.0, + 437.0, + 820.0, + 437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 477.0, + 469.0, + 684.0, + 469.0, + 684.0, + 494.0, + 477.0, + 494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 702.0, + 469.0, + 707.0, + 469.0, + 707.0, + 494.0, + 702.0, + 494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 741.0, + 469.0, + 948.0, + 469.0, + 948.0, + 494.0, + 741.0, + 494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1014.0, + 468.0, + 1234.0, + 468.0, + 1234.0, + 494.0, + 1014.0, + 494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 813.0, + 491.0, + 877.0, + 491.0, + 877.0, + 514.0, + 813.0, + 514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1065.0, + 491.0, + 1183.0, + 491.0, + 1183.0, + 514.0, + 1065.0, + 514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 886.0, + 571.0, + 908.0, + 571.0, + 908.0, + 594.0, + 886.0, + 594.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 661.0, + 635.0, + 678.0, + 635.0, + 678.0, + 651.0, + 661.0, + 651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 916.0, + 620.0, + 940.0, + 620.0, + 940.0, + 649.0, + 916.0, + 649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 610.0, + 708.0, + 628.0, + 708.0, + 628.0, + 725.0, + 610.0, + 725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 698.0, + 903.0, + 698.0, + 903.0, + 722.0, + 877.0, + 722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 488.0, + 762.0, + 668.0, + 762.0, + 668.0, + 783.0, + 488.0, + 783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 742.0, + 759.0, + 956.0, + 759.0, + 956.0, + 787.0, + 742.0, + 787.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1013.0, + 761.0, + 1218.0, + 761.0, + 1218.0, + 786.0, + 1013.0, + 786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 521.0, + 783.0, + 636.0, + 783.0, + 636.0, + 805.0, + 521.0, + 805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 767.0, + 784.0, + 934.0, + 784.0, + 934.0, + 806.0, + 767.0, + 806.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1008.0, + 782.0, + 1220.0, + 782.0, + 1220.0, + 806.0, + 1008.0, + 806.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1045.0, + 801.0, + 1185.0, + 801.0, + 1185.0, + 826.0, + 1045.0, + 826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1168.0, + 282.0, + 1171.0, + 282.0, + 1171.0, + 293.0, + 1168.0, + 293.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 932.0, + 307.0, + 935.0, + 307.0, + 935.0, + 324.0, + 932.0, + 324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1022.0, + 307.5, + 1053.0, + 307.5, + 1053.0, + 331.0, + 1022.0, + 331.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1122.0, + 409.5, + 1163.0, + 409.5, + 1163.0, + 429.5, + 1122.0, + 429.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1142.0, + 571.5, + 1190.0, + 571.5, + 1190.0, + 602.0, + 1142.0, + 602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 776.0, + 570.0, + 813.0, + 570.0, + 813.0, + 594.0, + 776.0, + 594.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 902.0, + 596.5, + 940.0, + 596.5, + 940.0, + 619.5, + 902.0, + 619.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 897.25, + 686.5, + 920.25, + 686.5, + 920.25, + 693.5, + 897.25, + 693.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 835.0, + 712.0, + 848.0, + 712.0, + 848.0, + 728.0, + 835.0, + 728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1089.25, + 690.0, + 1202.25, + 690.0, + 1202.25, + 729.0, + 1089.25, + 729.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 832.0, + 1405.0, + 832.0, + 1405.0, + 867.0, + 295.0, + 867.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 862.0, + 1304.0, + 862.0, + 1304.0, + 896.0, + 293.0, + 896.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1333.0, + 862.0, + 1405.0, + 862.0, + 1405.0, + 896.0, + 1333.0, + 896.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 891.0, + 1147.0, + 891.0, + 1147.0, + 927.0, + 294.0, + 927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1184.0, + 891.0, + 1403.0, + 891.0, + 1403.0, + 927.0, + 1184.0, + 927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 922.0, + 767.0, + 922.0, + 767.0, + 959.0, + 294.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 789.0, + 922.0, + 1405.0, + 922.0, + 1405.0, + 959.0, + 789.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 955.0, + 1405.0, + 955.0, + 1405.0, + 988.0, + 293.0, + 988.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 984.0, + 1405.0, + 984.0, + 1405.0, + 1019.0, + 293.0, + 1019.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1173.0, + 763.0, + 1173.0, + 763.0, + 1217.0, + 292.0, + 1217.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 856.0, + 73.0, + 856.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2086.0, + 862.0, + 2086.0, + 862.0, + 2118.0, + 839.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1533.0, + 373.0, + 1533.0, + 373.0, + 1570.0, + 295.0, + 1570.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 454.0, + 1533.0, + 802.0, + 1533.0, + 802.0, + 1570.0, + 454.0, + 1570.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 823.0, + 1533.0, + 1121.0, + 1533.0, + 1121.0, + 1570.0, + 823.0, + 1570.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1207.0, + 1533.0, + 1407.0, + 1533.0, + 1407.0, + 1570.0, + 1207.0, + 1570.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1566.0, + 564.0, + 1566.0, + 564.0, + 1599.0, + 293.0, + 1599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 654.0, + 1566.0, + 1272.0, + 1566.0, + 1272.0, + 1599.0, + 654.0, + 1599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1293.0, + 1566.0, + 1406.0, + 1566.0, + 1406.0, + 1599.0, + 1293.0, + 1599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1598.0, + 1402.0, + 1598.0, + 1402.0, + 1630.0, + 296.0, + 1630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1626.0, + 882.0, + 1626.0, + 882.0, + 1662.0, + 295.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 903.0, + 1626.0, + 1405.0, + 1626.0, + 1405.0, + 1662.0, + 903.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1657.0, + 814.0, + 1657.0, + 814.0, + 1692.0, + 296.0, + 1692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 835.0, + 1657.0, + 1406.0, + 1657.0, + 1406.0, + 1692.0, + 835.0, + 1692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1685.0, + 1324.0, + 1685.0, + 1324.0, + 1722.0, + 293.0, + 1722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1244.0, + 495.0, + 1244.0, + 495.0, + 1281.0, + 295.0, + 1281.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 517.0, + 1244.0, + 842.0, + 1244.0, + 842.0, + 1281.0, + 517.0, + 1281.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1000.0, + 1244.0, + 1324.0, + 1244.0, + 1324.0, + 1281.0, + 1000.0, + 1281.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1275.0, + 508.0, + 1275.0, + 508.0, + 1310.0, + 292.0, + 1310.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 528.0, + 1275.0, + 1406.0, + 1275.0, + 1406.0, + 1310.0, + 528.0, + 1310.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1305.0, + 1406.0, + 1305.0, + 1406.0, + 1342.0, + 295.0, + 1342.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1336.0, + 929.0, + 1336.0, + 929.0, + 1373.0, + 295.0, + 1373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1018.0, + 1336.0, + 1406.0, + 1336.0, + 1406.0, + 1373.0, + 1018.0, + 1373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1363.0, + 1170.0, + 1363.0, + 1170.0, + 1403.0, + 294.0, + 1403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1830.0, + 1404.0, + 1830.0, + 1404.0, + 1870.0, + 292.0, + 1870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1862.0, + 1403.0, + 1862.0, + 1403.0, + 1899.0, + 294.0, + 1899.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1895.0, + 1034.0, + 1895.0, + 1034.0, + 1929.0, + 297.0, + 1929.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1940.0, + 1406.0, + 1940.0, + 1406.0, + 1980.0, + 292.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1974.0, + 466.0, + 1974.0, + 466.0, + 2008.0, + 293.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 488.0, + 1974.0, + 1404.0, + 1974.0, + 1404.0, + 2008.0, + 488.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2004.0, + 1130.0, + 2004.0, + 1130.0, + 2038.0, + 294.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1214.0, + 2004.0, + 1404.0, + 2004.0, + 1404.0, + 2038.0, + 1214.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1068.0, + 1404.0, + 1068.0, + 1404.0, + 1107.0, + 295.0, + 1107.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1102.0, + 1123.0, + 1102.0, + 1123.0, + 1137.0, + 295.0, + 1137.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 3, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1016, + 1405, + 1016, + 1405, + 1295, + 296, + 1295 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 817, + 1405, + 817, + 1405, + 1003, + 297, + 1003 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 297, + 1307, + 1404, + 1307, + 1404, + 1432, + 297, + 1432 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 299, + 1941, + 1403, + 1941, + 1403, + 2036, + 299, + 2036 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 298, + 709, + 1404, + 709, + 1404, + 803, + 298, + 803 + ], + "score": 0.972 + }, + { + "category_id": 4, + "poly": [ + 295, + 494, + 1406, + 494, + 1406, + 649, + 295, + 649 + ], + "score": 0.965 + }, + { + "category_id": 3, + "poly": [ + 405, + 220, + 1295, + 220, + 1295, + 484, + 405, + 484 + ], + "score": 0.964 + }, + { + "category_id": 8, + "poly": [ + 520, + 1471, + 1179, + 1471, + 1179, + 1559, + 520, + 1559 + ], + "score": 0.961 + }, + { + "category_id": 8, + "poly": [ + 607, + 1834, + 1089, + 1834, + 1089, + 1915, + 607, + 1915 + ], + "score": 0.959 + }, + { + "category_id": 1, + "poly": [ + 294, + 1724, + 1405, + 1724, + 1405, + 1797, + 294, + 1797 + ], + "score": 0.954 + }, + { + "category_id": 8, + "poly": [ + 661, + 1663, + 1039, + 1663, + 1039, + 1702, + 661, + 1702 + ], + "score": 0.933 + }, + { + "category_id": 1, + "poly": [ + 299, + 1585, + 664, + 1585, + 664, + 1619, + 299, + 1619 + ], + "score": 0.92 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1854, + 1400, + 1854, + 1400, + 1885, + 1366, + 1885 + ], + "score": 0.89 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1667, + 1400, + 1667, + 1400, + 1698, + 1366, + 1698 + ], + "score": 0.886 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1491, + 1401, + 1491, + 1401, + 1520, + 1366, + 1520 + ], + "score": 0.884 + }, + { + "category_id": 2, + "poly": [ + 297, + 76, + 854, + 76, + 854, + 104, + 297, + 104 + ], + "score": 0.875 + }, + { + "category_id": 2, + "poly": [ + 841, + 2087, + 859, + 2087, + 859, + 2112, + 841, + 2112 + ], + "score": 0.762 + }, + { + "category_id": 14, + "poly": [ + 518, + 1469, + 1179, + 1469, + 1179, + 1558, + 518, + 1558 + ], + "score": 0.94, + "latex": "L _ { W - M S E } ( V ) = \\frac { 2 } { N d ( d - 1 ) } \\sum _ { ( { \\bf v } _ { i } , { \\bf v } _ { j } ) \\in V , p o s ( i , j ) } d i s t ( { \\bf z } _ { i } , { \\bf z } _ { j } ) ," + }, + { + "category_id": 14, + "poly": [ + 608, + 1833, + 1092, + 1833, + 1092, + 1916, + 608, + 1916 + ], + "score": 0.94, + "latex": "\\boldsymbol { \\Sigma } _ { V } = \\frac { 1 } { K - 1 } \\sum _ { k } ( { \\bf v } _ { k } - { \\pmb \\mu } _ { V } ) ( { \\bf v } _ { k } - { \\pmb \\mu } _ { V } ) ^ { T } ." + }, + { + "category_id": 13, + "poly": [ + 732, + 616, + 911, + 616, + 911, + 650, + 732, + 650 + ], + "score": 0.93, + "latex": "d ( d - 1 ) / 2 = 6" + }, + { + "category_id": 13, + "poly": [ + 821, + 1078, + 937, + 1078, + 937, + 1112, + 821, + 1112 + ], + "score": 0.93, + "latex": "\\mathbf { h } = E ( x )" + }, + { + "category_id": 13, + "poly": [ + 443, + 741, + 604, + 741, + 604, + 775, + 443, + 775 + ], + "score": 0.93, + "latex": "x _ { i } = T ( x ; { \\mathbf p } _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 948, + 1973, + 1147, + 1973, + 1147, + 2006, + 948, + 2006 + ], + "score": 0.93, + "latex": "Z = \\{ { \\bf z } _ { 1 } , . . . , { \\bf z } _ { K } \\}" + }, + { + "category_id": 13, + "poly": [ + 771, + 1369, + 914, + 1369, + 914, + 1403, + 771, + 1403 + ], + "score": 0.93, + "latex": "N d ( d { - } 1 ) / 2" + }, + { + "category_id": 13, + "poly": [ + 916, + 742, + 1015, + 742, + 1015, + 775, + 916, + 775 + ], + "score": 0.92, + "latex": "p o s ( i , j )" + }, + { + "category_id": 13, + "poly": [ + 356, + 1761, + 538, + 1761, + 538, + 1799, + 356, + 1799 + ], + "score": 0.92, + "latex": "W _ { V } ^ { \\top } W _ { V } = \\Sigma _ { V } ^ { - 1 }" + }, + { + "category_id": 13, + "poly": [ + 741, + 1201, + 851, + 1201, + 851, + 1233, + 741, + 1233 + ], + "score": 0.92, + "latex": "\\mathbf { v } = g ( \\mathbf { h } )" + }, + { + "category_id": 13, + "poly": [ + 872, + 1308, + 1074, + 1308, + 1074, + 1342, + 872, + 1342 + ], + "score": 0.92, + "latex": "B = \\{ x _ { 1 } , . . . x _ { K } \\}" + }, + { + "category_id": 13, + "poly": [ + 504, + 1974, + 592, + 1974, + 592, + 2003, + 504, + 2003 + ], + "score": 0.92, + "latex": "\\mathbf { v } _ { i } \\in V" + }, + { + "category_id": 13, + "poly": [ + 881, + 1724, + 1069, + 1724, + 1069, + 1764, + 881, + 1764 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { \\pmb { \\mu } _ { V } = \\frac { 1 } { K } \\sum _ { k } \\mathbf { v } _ { k } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1227, + 742, + 1394, + 742, + 1394, + 776, + 1227, + 776 + ], + "score": 0.91, + "latex": "x _ { j } ( x _ { i } , x _ { j } \\in B" + }, + { + "category_id": 13, + "poly": [ + 1255, + 1138, + 1373, + 1138, + 1373, + 1168, + 1255, + 1168 + ], + "score": 0.91, + "latex": "\\mathbf { h } \\in \\mathbb { R } ^ { 5 1 2 }" + }, + { + "category_id": 13, + "poly": [ + 937, + 1200, + 983, + 1200, + 983, + 1234, + 937, + 1234 + ], + "score": 0.91, + "latex": "g ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 298, + 1339, + 430, + 1339, + 430, + 1373, + 298, + 1373 + ], + "score": 0.91, + "latex": "\\left\\{ \\mathbf { v } _ { 1 } , \\ldots \\mathbf { v } _ { K } \\right\\}" + }, + { + "category_id": 13, + "poly": [ + 298, + 940, + 428, + 940, + 428, + 973, + 298, + 973 + ], + "score": 0.91, + "latex": "d ( d - 1 ) / 2" + }, + { + "category_id": 13, + "poly": [ + 845, + 1232, + 893, + 1232, + 893, + 1265, + 845, + 1265 + ], + "score": 0.91, + "latex": "f ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 1240, + 1231, + 1286, + 1231, + 1286, + 1265, + 1240, + 1265 + ], + "score": 0.9, + "latex": "g ( \\cdot )" + }, + { + "category_id": 14, + "poly": [ + 658, + 1663, + 1041, + 1663, + 1041, + 1702, + 658, + 1702 + ], + "score": 0.9, + "latex": "W h i t e n i n g ( \\mathbf { v } ) = W _ { V } ( \\mathbf { v } - { \\pmb \\mu } _ { V } ) ." + }, + { + "category_id": 13, + "poly": [ + 1324, + 1170, + 1371, + 1170, + 1371, + 1204, + 1324, + 1204 + ], + "score": 0.9, + "latex": "g ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 1346, + 1231, + 1400, + 1231, + 1400, + 1265, + 1346, + 1265 + ], + "score": 0.9, + "latex": "E ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 1339, + 525, + 1393, + 525, + 1393, + 559, + 1339, + 559 + ], + "score": 0.9, + "latex": "E ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 584, + 1944, + 631, + 1944, + 631, + 1973, + 584, + 1973 + ], + "score": 0.9, + "latex": "W _ { V }" + }, + { + "category_id": 13, + "poly": [ + 1269, + 1728, + 1316, + 1728, + 1316, + 1758, + 1269, + 1758 + ], + "score": 0.9, + "latex": "W _ { V }" + }, + { + "category_id": 13, + "poly": [ + 1177, + 556, + 1223, + 556, + 1223, + 588, + 1177, + 588 + ], + "score": 0.89, + "latex": "g ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 1169, + 1309, + 1287, + 1309, + 1287, + 1337, + 1169, + 1337 + ], + "score": 0.89, + "latex": "K \\ : = \\ : N d" + }, + { + "category_id": 13, + "poly": [ + 1142, + 941, + 1215, + 941, + 1215, + 969, + 1142, + 969 + ], + "score": 0.89, + "latex": "d = 2" + }, + { + "category_id": 13, + "poly": [ + 618, + 1764, + 659, + 1764, + 659, + 1796, + 618, + 1796 + ], + "score": 0.89, + "latex": "\\Sigma _ { V }" + }, + { + "category_id": 13, + "poly": [ + 1197, + 589, + 1232, + 589, + 1232, + 617, + 1197, + 617 + ], + "score": 0.88, + "latex": "L _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 344, + 973, + 413, + 973, + 413, + 999, + 344, + 999 + ], + "score": 0.86, + "latex": "d = 4" + }, + { + "category_id": 13, + "poly": [ + 1151, + 745, + 1179, + 745, + 1179, + 772, + 1151, + 772 + ], + "score": 0.86, + "latex": "x _ { i }" + }, + { + "category_id": 13, + "poly": [ + 306, + 880, + 377, + 880, + 377, + 909, + 306, + 909 + ], + "score": 0.85, + "latex": "\\left[ d = 2 \\right." + }, + { + "category_id": 13, + "poly": [ + 940, + 495, + 1019, + 495, + 1019, + 524, + 940, + 524 + ], + "score": 0.84, + "latex": "Q = 4" + }, + { + "category_id": 13, + "poly": [ + 1340, + 1309, + 1404, + 1309, + 1404, + 1339, + 1340, + 1339 + ], + "score": 0.83, + "latex": "V =" + }, + { + "category_id": 13, + "poly": [ + 940, + 1766, + 964, + 1766, + 964, + 1792, + 940, + 1792 + ], + "score": 0.82, + "latex": "V" + }, + { + "category_id": 13, + "poly": [ + 457, + 1731, + 499, + 1731, + 499, + 1759, + 457, + 1759 + ], + "score": 0.81, + "latex": "\\pmb { \\mu } _ { V }" + }, + { + "category_id": 13, + "poly": [ + 374, + 1309, + 403, + 1309, + 403, + 1336, + 374, + 1336 + ], + "score": 0.79, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 298, + 773, + 323, + 773, + 323, + 799, + 298, + 799 + ], + "score": 0.76, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 792, + 820, + 811, + 820, + 811, + 847, + 792, + 847 + ], + "score": 0.73, + "latex": "d" + }, + { + "category_id": 13, + "poly": [ + 372, + 1586, + 600, + 1586, + 600, + 1620, + 372, + 1620 + ], + "score": 0.73, + "latex": "\\mathbf { z } = W h i t e n i n g ( \\mathbf { v } )" + }, + { + "category_id": 13, + "poly": [ + 841, + 1728, + 867, + 1728, + 867, + 1756, + 841, + 1756 + ], + "score": 0.7, + "latex": "V" + }, + { + "category_id": 13, + "poly": [ + 1016, + 1018, + 1070, + 1018, + 1070, + 1052, + 1016, + 1052 + ], + "score": 0.68, + "latex": "E ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 1132, + 1406, + 1149, + 1406, + 1149, + 1427, + 1132, + 1427 + ], + "score": 0.68, + "latex": "\\mathbf { z }" + }, + { + "category_id": 13, + "poly": [ + 1082, + 1018, + 1136, + 1018, + 1136, + 1051, + 1082, + 1051 + ], + "score": 0.66, + "latex": "E ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 908, + 496, + 928, + 496, + 928, + 523, + 908, + 523 + ], + "score": 0.62, + "latex": "d" + }, + { + "category_id": 13, + "poly": [ + 690, + 1405, + 711, + 1405, + 711, + 1427, + 690, + 1427 + ], + "score": 0.52, + "latex": "\\mathbf { v }" + }, + { + "category_id": 13, + "poly": [ + 298, + 712, + 337, + 712, + 337, + 743, + 298, + 743 + ], + "score": 0.46, + "latex": "\\mathbf { \\tau } ( \\mathbf { p } )" + }, + { + "category_id": 13, + "poly": [ + 1016, + 1018, + 1136, + 1018, + 1136, + 1052, + 1016, + 1052 + ], + "score": 0.32, + "latex": "E ( \\cdot ) . E ( \\cdot )" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 493.0, + 907.0, + 493.0, + 907.0, + 530.0, + 294.0, + 530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 929.0, + 493.0, + 939.0, + 493.0, + 939.0, + 530.0, + 929.0, + 530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1020.0, + 493.0, + 1406.0, + 493.0, + 1406.0, + 530.0, + 1020.0, + 530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 522.0, + 1338.0, + 522.0, + 1338.0, + 564.0, + 293.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1394.0, + 522.0, + 1406.0, + 522.0, + 1406.0, + 564.0, + 1394.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 553.0, + 1176.0, + 553.0, + 1176.0, + 590.0, + 295.0, + 590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1224.0, + 553.0, + 1403.0, + 553.0, + 1403.0, + 590.0, + 1224.0, + 590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 585.0, + 1196.0, + 585.0, + 1196.0, + 622.0, + 293.0, + 622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1233.0, + 585.0, + 1404.0, + 585.0, + 1404.0, + 622.0, + 1233.0, + 622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 615.0, + 731.0, + 615.0, + 731.0, + 651.0, + 294.0, + 651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 912.0, + 615.0, + 1344.0, + 615.0, + 1344.0, + 651.0, + 912.0, + 651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 629.0, + 334.0, + 678.0, + 334.0, + 678.0, + 370.0, + 629.0, + 370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 773.0, + 347.0, + 788.0, + 347.0, + 788.0, + 366.0, + 773.0, + 366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 892.0, + 336.0, + 989.0, + 336.0, + 989.0, + 369.0, + 892.0, + 369.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1042.0, + 339.0, + 1129.0, + 339.0, + 1129.0, + 365.0, + 1042.0, + 365.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1232.0, + 335.0, + 1294.0, + 335.0, + 1294.0, + 368.0, + 1232.0, + 368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 462.0, + 400.0, + 558.0, + 400.0, + 558.0, + 495.0, + 462.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 713.0, + 406.0, + 733.0, + 406.0, + 733.0, + 429.0, + 713.0, + 429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 852.0, + 414.0, + 860.0, + 414.0, + 860.0, + 423.0, + 852.0, + 423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1011.0, + 408.0, + 1032.0, + 408.0, + 1032.0, + 430.0, + 1011.0, + 430.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 565.0, + 436.0, + 583.0, + 436.0, + 583.0, + 453.0, + 565.0, + 453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 856.0, + 73.0, + 856.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, + 2118.0, + 839.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1016.0, + 1015.0, + 1016.0, + 1015.0, + 1053.0, + 294.0, + 1053.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1137.0, + 1016.0, + 1403.0, + 1016.0, + 1403.0, + 1053.0, + 1137.0, + 1053.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1048.0, + 1406.0, + 1048.0, + 1406.0, + 1083.0, + 291.0, + 1083.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1074.0, + 820.0, + 1074.0, + 820.0, + 1115.0, + 291.0, + 1115.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 938.0, + 1074.0, + 1405.0, + 1074.0, + 1405.0, + 1115.0, + 938.0, + 1115.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1109.0, + 1405.0, + 1109.0, + 1405.0, + 1142.0, + 295.0, + 1142.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1134.0, + 1254.0, + 1134.0, + 1254.0, + 1175.0, + 290.0, + 1175.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1374.0, + 1134.0, + 1410.0, + 1134.0, + 1410.0, + 1175.0, + 1374.0, + 1175.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1169.0, + 1323.0, + 1169.0, + 1323.0, + 1206.0, + 293.0, + 1206.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1372.0, + 1169.0, + 1405.0, + 1169.0, + 1405.0, + 1206.0, + 1372.0, + 1206.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1200.0, + 740.0, + 1200.0, + 740.0, + 1234.0, + 293.0, + 1234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 852.0, + 1200.0, + 936.0, + 1200.0, + 936.0, + 1234.0, + 852.0, + 1234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 984.0, + 1200.0, + 1406.0, + 1200.0, + 1406.0, + 1234.0, + 984.0, + 1234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1228.0, + 844.0, + 1228.0, + 844.0, + 1267.0, + 291.0, + 1267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 894.0, + 1228.0, + 1239.0, + 1228.0, + 1239.0, + 1267.0, + 894.0, + 1267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1287.0, + 1228.0, + 1345.0, + 1228.0, + 1345.0, + 1267.0, + 1287.0, + 1267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1258.0, + 439.0, + 1258.0, + 439.0, + 1300.0, + 293.0, + 1300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 818.0, + 791.0, + 818.0, + 791.0, + 854.0, + 295.0, + 854.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 812.0, + 818.0, + 1406.0, + 818.0, + 1406.0, + 854.0, + 812.0, + 854.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 851.0, + 1405.0, + 851.0, + 1405.0, + 883.0, + 295.0, + 883.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 878.0, + 305.0, + 878.0, + 305.0, + 914.0, + 295.0, + 914.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 378.0, + 878.0, + 1406.0, + 878.0, + 1406.0, + 914.0, + 378.0, + 914.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 911.0, + 1403.0, + 911.0, + 1403.0, + 943.0, + 295.0, + 943.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 938.0, + 297.0, + 938.0, + 297.0, + 976.0, + 294.0, + 976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 429.0, + 938.0, + 1141.0, + 938.0, + 1141.0, + 976.0, + 429.0, + 976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1216.0, + 938.0, + 1405.0, + 938.0, + 1405.0, + 976.0, + 1216.0, + 976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 969.0, + 343.0, + 969.0, + 343.0, + 1004.0, + 294.0, + 1004.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 414.0, + 969.0, + 617.0, + 969.0, + 617.0, + 1004.0, + 414.0, + 1004.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1306.0, + 373.0, + 1306.0, + 373.0, + 1343.0, + 295.0, + 1343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 404.0, + 1306.0, + 871.0, + 1306.0, + 871.0, + 1343.0, + 404.0, + 1343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1075.0, + 1306.0, + 1168.0, + 1306.0, + 1168.0, + 1343.0, + 1075.0, + 1343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1288.0, + 1306.0, + 1339.0, + 1306.0, + 1339.0, + 1343.0, + 1288.0, + 1343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 431.0, + 1339.0, + 1406.0, + 1339.0, + 1406.0, + 1375.0, + 431.0, + 1375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1368.0, + 770.0, + 1368.0, + 770.0, + 1405.0, + 295.0, + 1405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 915.0, + 1368.0, + 1406.0, + 1368.0, + 1406.0, + 1405.0, + 915.0, + 1405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1399.0, + 689.0, + 1399.0, + 689.0, + 1434.0, + 292.0, + 1434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 712.0, + 1399.0, + 1131.0, + 1399.0, + 1131.0, + 1434.0, + 712.0, + 1434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1150.0, + 1399.0, + 1162.0, + 1399.0, + 1162.0, + 1434.0, + 1150.0, + 1434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1940.0, + 583.0, + 1940.0, + 583.0, + 1978.0, + 294.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 632.0, + 1940.0, + 1404.0, + 1940.0, + 1404.0, + 1978.0, + 632.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1971.0, + 503.0, + 1971.0, + 503.0, + 2006.0, + 297.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 593.0, + 1971.0, + 947.0, + 1971.0, + 947.0, + 2006.0, + 593.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1148.0, + 1971.0, + 1403.0, + 1971.0, + 1403.0, + 2006.0, + 1148.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2001.0, + 1116.0, + 2001.0, + 1116.0, + 2037.0, + 294.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 709.0, + 297.0, + 709.0, + 297.0, + 745.0, + 294.0, + 745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 338.0, + 709.0, + 1404.0, + 709.0, + 1404.0, + 745.0, + 338.0, + 745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 739.0, + 442.0, + 739.0, + 442.0, + 778.0, + 293.0, + 778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 605.0, + 739.0, + 915.0, + 739.0, + 915.0, + 778.0, + 605.0, + 778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1016.0, + 739.0, + 1150.0, + 739.0, + 1150.0, + 778.0, + 1016.0, + 778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1180.0, + 739.0, + 1226.0, + 739.0, + 1226.0, + 778.0, + 1180.0, + 778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1395.0, + 739.0, + 1405.0, + 739.0, + 1405.0, + 778.0, + 1395.0, + 778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 768.0, + 999.0, + 768.0, + 999.0, + 808.0, + 324.0, + 808.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1721.0, + 456.0, + 1721.0, + 456.0, + 1767.0, + 293.0, + 1767.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 500.0, + 1721.0, + 840.0, + 1721.0, + 840.0, + 1767.0, + 500.0, + 1767.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 1721.0, + 880.0, + 1721.0, + 880.0, + 1767.0, + 868.0, + 1767.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1070.0, + 1721.0, + 1268.0, + 1721.0, + 1268.0, + 1767.0, + 1070.0, + 1767.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1317.0, + 1721.0, + 1407.0, + 1721.0, + 1407.0, + 1767.0, + 1317.0, + 1767.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1759.0, + 355.0, + 1759.0, + 355.0, + 1801.0, + 294.0, + 1801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 539.0, + 1759.0, + 617.0, + 1759.0, + 617.0, + 1801.0, + 539.0, + 1801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 660.0, + 1759.0, + 939.0, + 1759.0, + 939.0, + 1801.0, + 660.0, + 1801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 965.0, + 1759.0, + 981.0, + 1759.0, + 981.0, + 1801.0, + 965.0, + 1801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1584.0, + 371.0, + 1584.0, + 371.0, + 1621.0, + 297.0, + 1621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 601.0, + 1584.0, + 664.0, + 1584.0, + 664.0, + 1621.0, + 601.0, + 1621.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 4, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 893, + 1404, + 893, + 1404, + 1349, + 297, + 1349 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 1680, + 1403, + 1680, + 1403, + 1896, + 298, + 1896 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 1448, + 1404, + 1448, + 1404, + 1665, + 298, + 1665 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 300, + 1910, + 1402, + 1910, + 1402, + 2034, + 300, + 2034 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 298, + 754, + 1403, + 754, + 1403, + 877, + 298, + 877 + ], + "score": 0.972 + }, + { + "category_id": 3, + "poly": [ + 544, + 227, + 1132, + 227, + 1132, + 540, + 544, + 540 + ], + "score": 0.969 + }, + { + "category_id": 4, + "poly": [ + 296, + 568, + 1404, + 568, + 1404, + 692, + 296, + 692 + ], + "score": 0.96 + }, + { + "category_id": 0, + "poly": [ + 299, + 1390, + 514, + 1390, + 514, + 1420, + 299, + 1420 + ], + "score": 0.881 + }, + { + "category_id": 2, + "poly": [ + 840, + 2089, + 858, + 2089, + 858, + 2112, + 840, + 2112 + ], + "score": 0.776 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 854, + 76, + 854, + 104, + 298, + 104 + ], + "score": 0.509 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 852, + 76, + 852, + 104, + 299, + 104 + ], + "score": 0.497 + }, + { + "category_id": 13, + "poly": [ + 572, + 784, + 661, + 784, + 661, + 818, + 572, + 818 + ], + "score": 0.93, + "latex": "\\overset { \\cdot } { g } ( \\bar { E } ( \\cdot ) )" + }, + { + "category_id": 13, + "poly": [ + 503, + 1477, + 581, + 1477, + 581, + 1514, + 503, + 1514 + ], + "score": 0.92, + "latex": "( \\mathbf { z } _ { i } ^ { T } \\mathbf { z } _ { j } )" + }, + { + "category_id": 13, + "poly": [ + 700, + 658, + 748, + 658, + 748, + 694, + 700, + 694 + ], + "score": 0.91, + "latex": "W _ { V } ^ { i }" + }, + { + "category_id": 13, + "poly": [ + 897, + 658, + 938, + 658, + 938, + 694, + 897, + 694 + ], + "score": 0.91, + "latex": "\\mu _ { V } ^ { i }" + }, + { + "category_id": 13, + "poly": [ + 1299, + 1773, + 1348, + 1773, + 1348, + 1806, + 1299, + 1806 + ], + "score": 0.9, + "latex": "f ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 1345, + 1196, + 1392, + 1196, + 1392, + 1231, + 1345, + 1231 + ], + "score": 0.9, + "latex": "W _ { V } ^ { i }" + }, + { + "category_id": 13, + "poly": [ + 1352, + 1804, + 1400, + 1804, + 1400, + 1837, + 1352, + 1837 + ], + "score": 0.9, + "latex": "f ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 376, + 923, + 423, + 923, + 423, + 954, + 376, + 954 + ], + "score": 0.9, + "latex": "W _ { V }" + }, + { + "category_id": 13, + "poly": [ + 1072, + 599, + 1138, + 599, + 1138, + 628, + 1072, + 628 + ], + "score": 0.88, + "latex": "d - 1" + }, + { + "category_id": 13, + "poly": [ + 954, + 569, + 1034, + 569, + 1034, + 597, + 954, + 597 + ], + "score": 0.88, + "latex": "\\left( d = 2 \\right." + }, + { + "category_id": 13, + "poly": [ + 752, + 1228, + 782, + 1228, + 782, + 1258, + 752, + 1258 + ], + "score": 0.87, + "latex": "V _ { i }" + }, + { + "category_id": 13, + "poly": [ + 1103, + 1549, + 1136, + 1549, + 1136, + 1574, + 1103, + 1574 + ], + "score": 0.87, + "latex": "x _ { k }" + }, + { + "category_id": 13, + "poly": [ + 473, + 1198, + 501, + 1198, + 501, + 1228, + 473, + 1228 + ], + "score": 0.87, + "latex": "V _ { i }" + }, + { + "category_id": 13, + "poly": [ + 1025, + 1549, + 1053, + 1549, + 1053, + 1573, + 1025, + 1573 + ], + "score": 0.85, + "latex": "x _ { i }" + }, + { + "category_id": 13, + "poly": [ + 395, + 1515, + 443, + 1515, + 443, + 1545, + 395, + 1545 + ], + "score": 0.85, + "latex": "( { \\bf z } _ { k } )" + }, + { + "category_id": 13, + "poly": [ + 955, + 630, + 983, + 630, + 983, + 660, + 955, + 660 + ], + "score": 0.85, + "latex": "V _ { i }" + }, + { + "category_id": 13, + "poly": [ + 1012, + 1517, + 1044, + 1517, + 1044, + 1545, + 1012, + 1545 + ], + "score": 0.84, + "latex": "\\mathbf { z } _ { k }" + }, + { + "category_id": 13, + "poly": [ + 1094, + 1517, + 1121, + 1517, + 1121, + 1544, + 1094, + 1544 + ], + "score": 0.84, + "latex": "\\mathbf { z } _ { i }" + }, + { + "category_id": 13, + "poly": [ + 1044, + 1136, + 1089, + 1136, + 1089, + 1167, + 1044, + 1167 + ], + "score": 0.81, + "latex": "( V _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 835, + 630, + 879, + 630, + 879, + 660, + 835, + 660 + ], + "score": 0.8, + "latex": "( V _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 1377, + 785, + 1401, + 785, + 1401, + 812, + 1377, + 812 + ], + "score": 0.77, + "latex": "Z" + }, + { + "category_id": 13, + "poly": [ + 1109, + 955, + 1134, + 955, + 1134, + 981, + 1109, + 981 + ], + "score": 0.76, + "latex": "V" + }, + { + "category_id": 13, + "poly": [ + 1244, + 956, + 1269, + 956, + 1269, + 981, + 1244, + 981 + ], + "score": 0.76, + "latex": "V" + }, + { + "category_id": 13, + "poly": [ + 952, + 1016, + 971, + 1016, + 971, + 1043, + 952, + 1043 + ], + "score": 0.76, + "latex": "d" + }, + { + "category_id": 13, + "poly": [ + 797, + 1016, + 816, + 1016, + 816, + 1043, + 797, + 1043 + ], + "score": 0.76, + "latex": "d" + }, + { + "category_id": 13, + "poly": [ + 858, + 570, + 877, + 570, + 877, + 597, + 858, + 597 + ], + "score": 0.75, + "latex": "d" + }, + { + "category_id": 13, + "poly": [ + 588, + 1511, + 656, + 1511, + 656, + 1547, + 588, + 1547 + ], + "score": 0.75, + "latex": "( \\mathbf { z } _ { i } ^ { T } \\mathbf { z } _ { k }" + }, + { + "category_id": 13, + "poly": [ + 1171, + 923, + 1308, + 923, + 1308, + 955, + 1171, + 955 + ], + "score": 0.73, + "latex": "V _ { t } , V _ { t + 1 } , \\dots" + }, + { + "category_id": 13, + "poly": [ + 585, + 569, + 611, + 569, + 611, + 597, + 585, + 597 + ], + "score": 0.71, + "latex": "V" + }, + { + "category_id": 13, + "poly": [ + 592, + 1512, + 885, + 1512, + 885, + 1546, + 592, + 1546 + ], + "score": 0.71, + "latex": "\\mathbf { \\langle z } _ { i } ^ { T } \\mathbf { z } _ { k } , 1 \\leq k \\leq K , k \\neq i )" + }, + { + "category_id": 13, + "poly": [ + 813, + 1870, + 832, + 1870, + 832, + 1891, + 813, + 1891 + ], + "score": 0.45, + "latex": "\\mathbf { z }" + }, + { + "category_id": 15, + "poly": [ + 683.0, + 231.0, + 773.0, + 231.0, + 773.0, + 254.0, + 683.0, + 254.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 681.0, + 267.0, + 756.0, + 267.0, + 756.0, + 289.0, + 681.0, + 289.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 955.0, + 268.0, + 1030.0, + 268.0, + 1030.0, + 288.0, + 955.0, + 288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 543.0, + 297.0, + 572.0, + 297.0, + 572.0, + 327.0, + 543.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 690.0, + 344.0, + 749.0, + 344.0, + 749.0, + 367.0, + 690.0, + 367.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 677.0, + 363.0, + 763.0, + 363.0, + 763.0, + 385.0, + 677.0, + 385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 773.0, + 400.0, + 805.0, + 400.0, + 805.0, + 428.0, + 773.0, + 428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1046.0, + 400.0, + 1077.0, + 400.0, + 1077.0, + 429.0, + 1046.0, + 429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 615.0, + 498.0, + 715.0, + 498.0, + 715.0, + 537.0, + 615.0, + 537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 753.0, + 500.0, + 836.0, + 500.0, + 836.0, + 537.0, + 753.0, + 537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 884.0, + 496.0, + 987.0, + 496.0, + 987.0, + 538.0, + 884.0, + 538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1025.0, + 499.0, + 1118.0, + 499.0, + 1118.0, + 537.0, + 1025.0, + 537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 644.75, + 406.0, + 664.75, + 406.0, + 664.75, + 425.0, + 644.75, + 425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 567.0, + 584.0, + 567.0, + 584.0, + 603.0, + 294.0, + 603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 612.0, + 567.0, + 857.0, + 567.0, + 857.0, + 603.0, + 612.0, + 603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 878.0, + 567.0, + 953.0, + 567.0, + 953.0, + 603.0, + 878.0, + 603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1035.0, + 567.0, + 1404.0, + 567.0, + 1404.0, + 603.0, + 1035.0, + 603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 599.0, + 1071.0, + 599.0, + 1071.0, + 632.0, + 293.0, + 632.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1139.0, + 599.0, + 1406.0, + 599.0, + 1406.0, + 632.0, + 1139.0, + 632.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 628.0, + 834.0, + 628.0, + 834.0, + 665.0, + 293.0, + 665.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 880.0, + 628.0, + 954.0, + 628.0, + 954.0, + 665.0, + 880.0, + 665.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 984.0, + 628.0, + 1406.0, + 628.0, + 1406.0, + 665.0, + 984.0, + 665.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 654.0, + 699.0, + 654.0, + 699.0, + 699.0, + 291.0, + 699.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 749.0, + 654.0, + 896.0, + 654.0, + 896.0, + 699.0, + 749.0, + 699.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 939.0, + 654.0, + 951.0, + 654.0, + 951.0, + 699.0, + 939.0, + 699.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1388.0, + 519.0, + 1388.0, + 519.0, + 1426.0, + 293.0, + 1426.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": [ + 297.0, + 73.0, + 857.0, + 73.0, + 857.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 856.0, + 73.0, + 856.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 888.0, + 1405.0, + 888.0, + 1405.0, + 930.0, + 292.0, + 930.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 921.0, + 375.0, + 921.0, + 375.0, + 960.0, + 294.0, + 960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 424.0, + 921.0, + 1170.0, + 921.0, + 1170.0, + 960.0, + 424.0, + 960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1309.0, + 921.0, + 1405.0, + 921.0, + 1405.0, + 960.0, + 1309.0, + 960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 953.0, + 1108.0, + 953.0, + 1108.0, + 987.0, + 292.0, + 987.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1135.0, + 953.0, + 1243.0, + 953.0, + 1243.0, + 987.0, + 1135.0, + 987.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1270.0, + 953.0, + 1404.0, + 953.0, + 1404.0, + 987.0, + 1270.0, + 987.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 985.0, + 1404.0, + 985.0, + 1404.0, + 1017.0, + 292.0, + 1017.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1014.0, + 796.0, + 1014.0, + 796.0, + 1049.0, + 295.0, + 1049.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 817.0, + 1014.0, + 951.0, + 1014.0, + 951.0, + 1049.0, + 817.0, + 1049.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 972.0, + 1014.0, + 1405.0, + 1014.0, + 1405.0, + 1049.0, + 972.0, + 1049.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1042.0, + 1405.0, + 1042.0, + 1405.0, + 1083.0, + 292.0, + 1083.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1074.0, + 1404.0, + 1074.0, + 1404.0, + 1111.0, + 294.0, + 1111.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1105.0, + 1405.0, + 1105.0, + 1405.0, + 1141.0, + 294.0, + 1141.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1135.0, + 1043.0, + 1135.0, + 1043.0, + 1171.0, + 292.0, + 1171.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1090.0, + 1135.0, + 1405.0, + 1135.0, + 1405.0, + 1171.0, + 1090.0, + 1171.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1164.0, + 1405.0, + 1164.0, + 1405.0, + 1203.0, + 294.0, + 1203.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1187.0, + 472.0, + 1187.0, + 472.0, + 1239.0, + 289.0, + 1239.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 502.0, + 1187.0, + 1344.0, + 1187.0, + 1344.0, + 1239.0, + 502.0, + 1239.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1393.0, + 1187.0, + 1409.0, + 1187.0, + 1409.0, + 1239.0, + 1393.0, + 1239.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1228.0, + 751.0, + 1228.0, + 751.0, + 1262.0, + 295.0, + 1262.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 783.0, + 1228.0, + 1405.0, + 1228.0, + 1405.0, + 1262.0, + 783.0, + 1262.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1256.0, + 1405.0, + 1256.0, + 1405.0, + 1294.0, + 294.0, + 1294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1289.0, + 1406.0, + 1289.0, + 1406.0, + 1323.0, + 295.0, + 1323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1320.0, + 1014.0, + 1320.0, + 1014.0, + 1352.0, + 292.0, + 1352.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1681.0, + 1407.0, + 1681.0, + 1407.0, + 1715.0, + 294.0, + 1715.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1709.0, + 1405.0, + 1709.0, + 1405.0, + 1749.0, + 293.0, + 1749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1740.0, + 1405.0, + 1740.0, + 1405.0, + 1778.0, + 294.0, + 1778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1774.0, + 1298.0, + 1774.0, + 1298.0, + 1809.0, + 293.0, + 1809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1349.0, + 1774.0, + 1405.0, + 1774.0, + 1405.0, + 1809.0, + 1349.0, + 1809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1802.0, + 1351.0, + 1802.0, + 1351.0, + 1840.0, + 293.0, + 1840.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 1802.0, + 1407.0, + 1802.0, + 1407.0, + 1840.0, + 1401.0, + 1840.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1835.0, + 1407.0, + 1835.0, + 1407.0, + 1869.0, + 294.0, + 1869.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1863.0, + 812.0, + 1863.0, + 812.0, + 1900.0, + 293.0, + 1900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 833.0, + 1863.0, + 936.0, + 1863.0, + 936.0, + 1900.0, + 833.0, + 1900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1446.0, + 1403.0, + 1446.0, + 1403.0, + 1483.0, + 293.0, + 1483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1477.0, + 502.0, + 1477.0, + 502.0, + 1516.0, + 294.0, + 1516.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 582.0, + 1477.0, + 1406.0, + 1477.0, + 1406.0, + 1516.0, + 582.0, + 1516.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1512.0, + 394.0, + 1512.0, + 394.0, + 1550.0, + 293.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 444.0, + 1512.0, + 587.0, + 1512.0, + 587.0, + 1550.0, + 444.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 886.0, + 1512.0, + 1011.0, + 1512.0, + 1011.0, + 1550.0, + 886.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1045.0, + 1512.0, + 1093.0, + 1512.0, + 1093.0, + 1550.0, + 1045.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1122.0, + 1512.0, + 1406.0, + 1512.0, + 1406.0, + 1550.0, + 1122.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1544.0, + 1024.0, + 1544.0, + 1024.0, + 1579.0, + 294.0, + 1579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1054.0, + 1544.0, + 1102.0, + 1544.0, + 1102.0, + 1579.0, + 1054.0, + 1579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1137.0, + 1544.0, + 1404.0, + 1544.0, + 1404.0, + 1579.0, + 1137.0, + 1579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1573.0, + 1405.0, + 1573.0, + 1405.0, + 1607.0, + 294.0, + 1607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1605.0, + 1405.0, + 1605.0, + 1405.0, + 1639.0, + 294.0, + 1639.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1635.0, + 654.0, + 1635.0, + 654.0, + 1669.0, + 294.0, + 1669.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1909.0, + 1403.0, + 1909.0, + 1403.0, + 1949.0, + 294.0, + 1949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1944.0, + 1406.0, + 1944.0, + 1406.0, + 1977.0, + 294.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1974.0, + 1407.0, + 1974.0, + 1407.0, + 2007.0, + 296.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2002.0, + 1406.0, + 2002.0, + 1406.0, + 2038.0, + 295.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 752.0, + 1405.0, + 752.0, + 1405.0, + 790.0, + 293.0, + 790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 784.0, + 571.0, + 784.0, + 571.0, + 820.0, + 293.0, + 820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 662.0, + 784.0, + 1376.0, + 784.0, + 1376.0, + 820.0, + 662.0, + 820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 784.0, + 1405.0, + 784.0, + 1405.0, + 820.0, + 1402.0, + 820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 814.0, + 1407.0, + 814.0, + 1407.0, + 850.0, + 294.0, + 850.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 847.0, + 651.0, + 847.0, + 651.0, + 879.0, + 296.0, + 879.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 5, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1650, + 1403, + 1650, + 1403, + 1957, + 298, + 1957 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 490, + 1404, + 490, + 1404, + 674, + 298, + 674 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 298, + 229, + 1403, + 229, + 1403, + 475, + 298, + 475 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 297, + 1269, + 1405, + 1269, + 1405, + 1634, + 297, + 1634 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 368, + 856, + 1404, + 856, + 1404, + 1238, + 368, + 1238 + ], + "score": 0.948 + }, + { + "category_id": 1, + "poly": [ + 297, + 1972, + 1400, + 1972, + 1400, + 2034, + 297, + 2034 + ], + "score": 0.941 + }, + { + "category_id": 1, + "poly": [ + 299, + 793, + 990, + 793, + 990, + 826, + 299, + 826 + ], + "score": 0.923 + }, + { + "category_id": 0, + "poly": [ + 301, + 722, + 558, + 722, + 558, + 757, + 301, + 757 + ], + "score": 0.886 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 852, + 76, + 852, + 104, + 300, + 104 + ], + "score": 0.775 + }, + { + "category_id": 2, + "poly": [ + 842, + 2088, + 858, + 2088, + 858, + 2111, + 842, + 2111 + ], + "score": 0.637 + }, + { + "category_id": 2, + "poly": [ + 842, + 2088, + 859, + 2088, + 859, + 2111, + 842, + 2111 + ], + "score": 0.26 + }, + { + "category_id": 13, + "poly": [ + 1182, + 1711, + 1291, + 1711, + 1291, + 1742, + 1182, + 1742 + ], + "score": 0.93, + "latex": "3 \\times 1 0 ^ { - 3 }" + }, + { + "category_id": 13, + "poly": [ + 781, + 1742, + 890, + 1742, + 890, + 1772, + 781, + 1772 + ], + "score": 0.91, + "latex": "2 \\times 1 0 ^ { - 3 }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1772, + 409, + 1772, + 409, + 1803, + 297, + 1803 + ], + "score": 0.91, + "latex": "2 \\times \\mathrm { 1 0 ^ { - 3 } }" + }, + { + "category_id": 13, + "poly": [ + 946, + 1834, + 992, + 1834, + 992, + 1867, + 946, + 1867 + ], + "score": 0.91, + "latex": "g ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 788, + 965, + 873, + 965, + 873, + 994, + 788, + 994 + ], + "score": 0.9, + "latex": "6 4 \\times 6 4" + }, + { + "category_id": 13, + "poly": [ + 1178, + 1804, + 1299, + 1804, + 1299, + 1832, + 1178, + 1832 + ], + "score": 0.9, + "latex": "K = 1 0 2 4" + }, + { + "category_id": 13, + "poly": [ + 1102, + 1040, + 1193, + 1040, + 1193, + 1069, + 1102, + 1069 + ], + "score": 0.9, + "latex": "9 6 \\times 9 6" + }, + { + "category_id": 13, + "poly": [ + 1333, + 1833, + 1393, + 1833, + 1393, + 1863, + 1333, + 1863 + ], + "score": 0.9, + "latex": "1 \\bar { 0 } ^ { - 6 }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1330, + 351, + 1330, + 351, + 1364, + 298, + 1364 + ], + "score": 0.89, + "latex": "E ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 499, + 889, + 592, + 889, + 592, + 918, + 499, + 918 + ], + "score": 0.89, + "latex": "3 2 \\times 3 2" + }, + { + "category_id": 13, + "poly": [ + 298, + 1514, + 372, + 1514, + 372, + 1542, + 298, + 1542 + ], + "score": 0.89, + "latex": "d = 2" + }, + { + "category_id": 13, + "poly": [ + 859, + 1361, + 893, + 1361, + 893, + 1392, + 859, + 1392 + ], + "score": 0.89, + "latex": "L _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 425, + 1514, + 500, + 1514, + 500, + 1542, + 425, + 1542 + ], + "score": 0.89, + "latex": "d = 4" + }, + { + "category_id": 13, + "poly": [ + 749, + 1422, + 844, + 1422, + 844, + 1451, + 749, + 1451 + ], + "score": 0.78, + "latex": "\\tau = 0 . 5" + }, + { + "category_id": 13, + "poly": [ + 1031, + 388, + 1051, + 388, + 1051, + 410, + 1031, + 410 + ], + "score": 0.32, + "latex": "\\mathbf { z }" + }, + { + "category_id": 13, + "poly": [ + 431, + 358, + 452, + 358, + 452, + 381, + 431, + 381 + ], + "score": 0.27, + "latex": "\\mathbf { z }" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 719.0, + 561.0, + 719.0, + 561.0, + 762.0, + 292.0, + 762.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 856.0, + 73.0, + 856.0, + 108.0, + 297.0, + 108.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": [ + 293.0, + 1651.0, + 1405.0, + 1651.0, + 1405.0, + 1686.0, + 293.0, + 1686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1680.0, + 1405.0, + 1680.0, + 1405.0, + 1716.0, + 293.0, + 1716.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1707.0, + 1181.0, + 1707.0, + 1181.0, + 1751.0, + 291.0, + 1751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1292.0, + 1707.0, + 1407.0, + 1707.0, + 1407.0, + 1751.0, + 1292.0, + 1751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1737.0, + 780.0, + 1737.0, + 780.0, + 1779.0, + 292.0, + 1779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 891.0, + 1737.0, + 1407.0, + 1737.0, + 1407.0, + 1779.0, + 891.0, + 1779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1768.0, + 296.0, + 1768.0, + 296.0, + 1811.0, + 289.0, + 1811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 410.0, + 1768.0, + 1407.0, + 1768.0, + 1407.0, + 1811.0, + 410.0, + 1811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1802.0, + 1177.0, + 1802.0, + 1177.0, + 1838.0, + 292.0, + 1838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1300.0, + 1802.0, + 1404.0, + 1802.0, + 1404.0, + 1838.0, + 1300.0, + 1838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1830.0, + 945.0, + 1830.0, + 945.0, + 1870.0, + 291.0, + 1870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 993.0, + 1830.0, + 1332.0, + 1830.0, + 1332.0, + 1870.0, + 993.0, + 1870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1394.0, + 1830.0, + 1406.0, + 1830.0, + 1406.0, + 1870.0, + 1394.0, + 1870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1863.0, + 1405.0, + 1863.0, + 1405.0, + 1899.0, + 294.0, + 1899.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1893.0, + 1403.0, + 1893.0, + 1403.0, + 1931.0, + 293.0, + 1931.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1922.0, + 872.0, + 1922.0, + 872.0, + 1965.0, + 292.0, + 1965.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 488.0, + 1405.0, + 488.0, + 1405.0, + 525.0, + 293.0, + 525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 520.0, + 1405.0, + 520.0, + 1405.0, + 557.0, + 293.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 553.0, + 1405.0, + 553.0, + 1405.0, + 585.0, + 296.0, + 585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 582.0, + 1405.0, + 582.0, + 1405.0, + 618.0, + 294.0, + 618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 611.0, + 1406.0, + 611.0, + 1406.0, + 647.0, + 294.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 641.0, + 606.0, + 641.0, + 606.0, + 677.0, + 295.0, + 677.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 231.0, + 1405.0, + 231.0, + 1405.0, + 264.0, + 294.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 257.0, + 1407.0, + 257.0, + 1407.0, + 298.0, + 292.0, + 298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 291.0, + 1407.0, + 291.0, + 1407.0, + 328.0, + 292.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 323.0, + 1404.0, + 323.0, + 1404.0, + 353.0, + 297.0, + 353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 352.0, + 430.0, + 352.0, + 430.0, + 386.0, + 294.0, + 386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 453.0, + 352.0, + 1404.0, + 352.0, + 1404.0, + 386.0, + 453.0, + 386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 383.0, + 1030.0, + 383.0, + 1030.0, + 417.0, + 292.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1052.0, + 383.0, + 1405.0, + 383.0, + 1405.0, + 417.0, + 1052.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 414.0, + 1405.0, + 414.0, + 1405.0, + 448.0, + 294.0, + 448.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 445.0, + 1162.0, + 445.0, + 1162.0, + 478.0, + 294.0, + 478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1267.0, + 1405.0, + 1267.0, + 1405.0, + 1305.0, + 294.0, + 1305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1300.0, + 1405.0, + 1300.0, + 1405.0, + 1334.0, + 295.0, + 1334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1330.0, + 1405.0, + 1330.0, + 1405.0, + 1364.0, + 352.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1361.0, + 858.0, + 1361.0, + 858.0, + 1395.0, + 295.0, + 1395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 894.0, + 1361.0, + 1403.0, + 1361.0, + 1403.0, + 1395.0, + 894.0, + 1395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1392.0, + 1405.0, + 1392.0, + 1405.0, + 1426.0, + 296.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1420.0, + 748.0, + 1420.0, + 748.0, + 1456.0, + 294.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 845.0, + 1420.0, + 1405.0, + 1420.0, + 1405.0, + 1456.0, + 845.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1450.0, + 1405.0, + 1450.0, + 1405.0, + 1489.0, + 294.0, + 1489.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1483.0, + 1405.0, + 1483.0, + 1405.0, + 1517.0, + 295.0, + 1517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1512.0, + 297.0, + 1512.0, + 297.0, + 1550.0, + 294.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 373.0, + 1512.0, + 424.0, + 1512.0, + 424.0, + 1550.0, + 373.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 501.0, + 1512.0, + 1406.0, + 1512.0, + 1406.0, + 1550.0, + 501.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1544.0, + 1405.0, + 1544.0, + 1405.0, + 1577.0, + 295.0, + 1577.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1570.0, + 1407.0, + 1570.0, + 1407.0, + 1610.0, + 291.0, + 1610.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1604.0, + 425.0, + 1604.0, + 425.0, + 1638.0, + 294.0, + 1638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 365.0, + 858.0, + 1403.0, + 858.0, + 1403.0, + 894.0, + 365.0, + 894.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 888.0, + 498.0, + 888.0, + 498.0, + 924.0, + 393.0, + 924.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 593.0, + 888.0, + 1100.0, + 888.0, + 1100.0, + 924.0, + 593.0, + 924.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 367.0, + 931.0, + 1407.0, + 931.0, + 1407.0, + 971.0, + 367.0, + 971.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 962.0, + 787.0, + 962.0, + 787.0, + 1001.0, + 393.0, + 1001.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 874.0, + 962.0, + 1404.0, + 962.0, + 1404.0, + 1001.0, + 874.0, + 1001.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 994.0, + 605.0, + 994.0, + 605.0, + 1030.0, + 394.0, + 1030.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 388.0, + 1037.0, + 1101.0, + 1037.0, + 1101.0, + 1076.0, + 388.0, + 1076.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1194.0, + 1037.0, + 1406.0, + 1037.0, + 1406.0, + 1076.0, + 1194.0, + 1076.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1069.0, + 1405.0, + 1069.0, + 1405.0, + 1104.0, + 394.0, + 1104.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1099.0, + 1407.0, + 1099.0, + 1407.0, + 1137.0, + 393.0, + 1137.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 391.0, + 1128.0, + 1406.0, + 1128.0, + 1406.0, + 1169.0, + 391.0, + 1169.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 367.0, + 1173.0, + 1405.0, + 1173.0, + 1405.0, + 1212.0, + 367.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 391.0, + 1203.0, + 1230.0, + 1203.0, + 1230.0, + 1244.0, + 391.0, + 1244.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1969.0, + 1406.0, + 1969.0, + 1406.0, + 2009.0, + 295.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1999.0, + 1406.0, + 1999.0, + 1406.0, + 2040.0, + 292.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 789.0, + 996.0, + 789.0, + 996.0, + 833.0, + 294.0, + 833.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 6, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1697, + 1405, + 1697, + 1405, + 2035, + 297, + 2035 + ], + "score": 0.981 + }, + { + "category_id": 5, + "poly": [ + 378, + 296, + 1321, + 296, + 1321, + 547, + 378, + 547 + ], + "score": 0.981, + "html": "
MethodCIFAR-10CIFAR-100STL-10 Tiny ImageNet
linear5-nnlinear 5-nnlinear5-nn linear5-nn
Contrastive91.8088.4266.8356.5690.5185.6848.8432.86
BYOL91.7389.4566.6056.8291.9988.6451.0036.24
W-MSE 291.5589.6966.1056.6990.3687.1048.2034.16
W-MSE 491.9989.8767.6456.4591.7588.5949.2235.44
" + }, + { + "category_id": 5, + "poly": [ + 494, + 692, + 1205, + 692, + 1205, + 905, + 494, + 905 + ], + "score": 0.98, + "html": "
Methodlinear (top 1)linear (top 5)5-nn
MoCot72.8091.641
Lalign and Luniform +74.6092.741
W-MSE 276.0093.1467.04
W-MSE 479.0294.4671.32
" + }, + { + "category_id": 1, + "poly": [ + 297, + 1281, + 1404, + 1281, + 1404, + 1496, + 297, + 1496 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 1050, + 1403, + 1050, + 1403, + 1266, + 297, + 1266 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 299, + 1511, + 1404, + 1511, + 1404, + 1603, + 299, + 1603 + ], + "score": 0.968 + }, + { + "category_id": 1, + "poly": [ + 298, + 973, + 1401, + 973, + 1401, + 1036, + 298, + 1036 + ], + "score": 0.94 + }, + { + "category_id": 6, + "poly": [ + 298, + 223, + 1398, + 223, + 1398, + 287, + 298, + 287 + ], + "score": 0.939 + }, + { + "category_id": 6, + "poly": [ + 298, + 588, + 1402, + 588, + 1402, + 681, + 298, + 681 + ], + "score": 0.938 + }, + { + "category_id": 0, + "poly": [ + 298, + 1641, + 879, + 1641, + 879, + 1672, + 298, + 1672 + ], + "score": 0.878 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 854, + 75, + 854, + 105, + 298, + 105 + ], + "score": 0.855 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 858, + 2088, + 858, + 2112, + 840, + 2112 + ], + "score": 0.793 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 854, + 75, + 854, + 105, + 298, + 105 + ], + "score": 0.094 + }, + { + "category_id": 13, + "poly": [ + 1008, + 1463, + 1115, + 1463, + 1115, + 1494, + 1008, + 1494 + ], + "score": 0.92, + "latex": "5 \\times 1 0 ^ { - 6 }" + }, + { + "category_id": 13, + "poly": [ + 705, + 1463, + 765, + 1463, + 765, + 1493, + 705, + 1493 + ], + "score": 0.91, + "latex": "1 0 ^ { - 6 }" + }, + { + "category_id": 13, + "poly": [ + 895, + 1373, + 950, + 1373, + 950, + 1405, + 895, + 1405 + ], + "score": 0.9, + "latex": "E ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 1347, + 1372, + 1393, + 1372, + 1393, + 1406, + 1347, + 1406 + ], + "score": 0.9, + "latex": "g ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 613, + 1463, + 673, + 1463, + 673, + 1493, + 613, + 1493 + ], + "score": 0.89, + "latex": "1 0 ^ { - 2 }" + }, + { + "category_id": 13, + "poly": [ + 736, + 1312, + 796, + 1312, + 796, + 1345, + 736, + 1345 + ], + "score": 0.87, + "latex": "( E ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 514, + 1911, + 605, + 1911, + 605, + 1942, + 514, + 1942 + ], + "score": 0.87, + "latex": "7 3 . 2 4 \\%" + }, + { + "category_id": 13, + "poly": [ + 325, + 1911, + 414, + 1911, + 414, + 1942, + 325, + 1942 + ], + "score": 0.83, + "latex": "7 9 . 9 8 \\%" + }, + { + "category_id": 13, + "poly": [ + 1312, + 1512, + 1385, + 1512, + 1385, + 1540, + 1312, + 1540 + ], + "score": 0.79, + "latex": "k = 5" + }, + { + "category_id": 13, + "poly": [ + 792, + 1082, + 839, + 1082, + 839, + 1116, + 792, + 1116 + ], + "score": 0.52, + "latex": "4 / 3" + }, + { + "category_id": 13, + "poly": [ + 903, + 1514, + 922, + 1514, + 922, + 1539, + 903, + 1539 + ], + "score": 0.52, + "latex": "\\mathbf { k }" + }, + { + "category_id": 13, + "poly": [ + 787, + 1144, + 983, + 1144, + 983, + 1175, + 787, + 1175 + ], + "score": 0.45, + "latex": "( 0 . 4 , 0 . 4 , 0 . 4 , 0 . 1 )" + }, + { + "category_id": 13, + "poly": [ + 713, + 1082, + 759, + 1082, + 759, + 1115, + 713, + 1115 + ], + "score": 0.32, + "latex": "3 / 4" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 223.0, + 1403.0, + 223.0, + 1403.0, + 259.0, + 295.0, + 259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 252.0, + 1001.0, + 252.0, + 1001.0, + 287.0, + 296.0, + 287.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 585.0, + 1406.0, + 585.0, + 1406.0, + 624.0, + 293.0, + 624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 618.0, + 1404.0, + 618.0, + 1404.0, + 653.0, + 293.0, + 653.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 649.0, + 613.0, + 649.0, + 613.0, + 683.0, + 296.0, + 683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1640.0, + 883.0, + 1640.0, + 883.0, + 1675.0, + 295.0, + 1675.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 857.0, + 73.0, + 857.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": [ + 297.0, + 73.0, + 857.0, + 73.0, + 857.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1698.0, + 1406.0, + 1698.0, + 1406.0, + 1733.0, + 295.0, + 1733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1729.0, + 1405.0, + 1729.0, + 1405.0, + 1761.0, + 294.0, + 1761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1760.0, + 1403.0, + 1760.0, + 1403.0, + 1791.0, + 296.0, + 1791.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1788.0, + 1406.0, + 1788.0, + 1406.0, + 1826.0, + 294.0, + 1826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1816.0, + 1407.0, + 1816.0, + 1407.0, + 1856.0, + 291.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1849.0, + 1406.0, + 1849.0, + 1406.0, + 1886.0, + 291.0, + 1886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1881.0, + 1406.0, + 1881.0, + 1406.0, + 1916.0, + 294.0, + 1916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1910.0, + 324.0, + 1910.0, + 324.0, + 1947.0, + 292.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 415.0, + 1910.0, + 513.0, + 1910.0, + 513.0, + 1947.0, + 415.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 606.0, + 1910.0, + 1405.0, + 1910.0, + 1405.0, + 1947.0, + 606.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1941.0, + 1407.0, + 1941.0, + 1407.0, + 1978.0, + 294.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1972.0, + 1406.0, + 1972.0, + 1406.0, + 2010.0, + 292.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2000.0, + 622.0, + 2000.0, + 622.0, + 2040.0, + 293.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1278.0, + 1405.0, + 1278.0, + 1405.0, + 1318.0, + 294.0, + 1318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1311.0, + 735.0, + 1311.0, + 735.0, + 1348.0, + 292.0, + 1348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 797.0, + 1311.0, + 1405.0, + 1311.0, + 1405.0, + 1348.0, + 797.0, + 1348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1343.0, + 1405.0, + 1343.0, + 1405.0, + 1377.0, + 294.0, + 1377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1370.0, + 894.0, + 1370.0, + 894.0, + 1409.0, + 291.0, + 1409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 951.0, + 1370.0, + 1346.0, + 1370.0, + 1346.0, + 1409.0, + 951.0, + 1409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1394.0, + 1370.0, + 1405.0, + 1370.0, + 1405.0, + 1409.0, + 1394.0, + 1409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1402.0, + 1404.0, + 1402.0, + 1404.0, + 1436.0, + 294.0, + 1436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1433.0, + 1406.0, + 1433.0, + 1406.0, + 1468.0, + 292.0, + 1468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1464.0, + 612.0, + 1464.0, + 612.0, + 1498.0, + 292.0, + 1498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 674.0, + 1464.0, + 704.0, + 1464.0, + 704.0, + 1498.0, + 674.0, + 1498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 766.0, + 1464.0, + 1007.0, + 1464.0, + 1007.0, + 1498.0, + 766.0, + 1498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1116.0, + 1464.0, + 1123.0, + 1464.0, + 1123.0, + 1498.0, + 1116.0, + 1498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1051.0, + 1404.0, + 1051.0, + 1404.0, + 1085.0, + 296.0, + 1085.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1083.0, + 712.0, + 1083.0, + 712.0, + 1117.0, + 295.0, + 1117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 760.0, + 1083.0, + 791.0, + 1083.0, + 791.0, + 1117.0, + 760.0, + 1117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 1083.0, + 1403.0, + 1083.0, + 1403.0, + 1117.0, + 840.0, + 1117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1111.0, + 1404.0, + 1111.0, + 1404.0, + 1149.0, + 293.0, + 1149.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1141.0, + 786.0, + 1141.0, + 786.0, + 1181.0, + 292.0, + 1181.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 984.0, + 1141.0, + 1407.0, + 1141.0, + 1407.0, + 1181.0, + 984.0, + 1181.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1175.0, + 1403.0, + 1175.0, + 1403.0, + 1206.0, + 296.0, + 1206.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1202.0, + 1407.0, + 1202.0, + 1407.0, + 1244.0, + 291.0, + 1244.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1233.0, + 473.0, + 1233.0, + 473.0, + 1273.0, + 293.0, + 1273.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1511.0, + 902.0, + 1511.0, + 902.0, + 1545.0, + 294.0, + 1545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 923.0, + 1511.0, + 1311.0, + 1511.0, + 1311.0, + 1545.0, + 923.0, + 1545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1386.0, + 1511.0, + 1403.0, + 1511.0, + 1403.0, + 1545.0, + 1386.0, + 1545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1538.0, + 1406.0, + 1538.0, + 1406.0, + 1580.0, + 293.0, + 1580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1574.0, + 550.0, + 1574.0, + 550.0, + 1604.0, + 295.0, + 1604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 970.0, + 1406.0, + 970.0, + 1406.0, + 1011.0, + 292.0, + 1011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1005.0, + 457.0, + 1005.0, + 457.0, + 1041.0, + 294.0, + 1041.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 7, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 570, + 1404, + 570, + 1404, + 997, + 297, + 997 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 298, + 1758, + 1404, + 1758, + 1404, + 2034, + 298, + 2034 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 297, + 1368, + 1404, + 1368, + 1404, + 1644, + 297, + 1644 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 297, + 229, + 1404, + 229, + 1404, + 475, + 297, + 475 + ], + "score": 0.982 + }, + { + "category_id": 5, + "poly": [ + 448, + 1142, + 1250, + 1142, + 1250, + 1318, + 448, + 1318 + ], + "score": 0.979, + "html": "
Methodlinear5-nn
Contrastive89.6686.55
Contrastive with Whiteningdiverged
Contrastive,unnormalized features79.4876.60
Contrastive with Whitening,unnormalized features77.3974.14
" + }, + { + "category_id": 0, + "poly": [ + 300, + 1689, + 543, + 1689, + 543, + 1724, + 300, + 1724 + ], + "score": 0.892 + }, + { + "category_id": 0, + "poly": [ + 302, + 513, + 716, + 513, + 716, + 543, + 302, + 543 + ], + "score": 0.888 + }, + { + "category_id": 6, + "poly": [ + 354, + 1100, + 1341, + 1100, + 1341, + 1134, + 354, + 1134 + ], + "score": 0.878 + }, + { + "category_id": 0, + "poly": [ + 301, + 1037, + 821, + 1037, + 821, + 1067, + 301, + 1067 + ], + "score": 0.867 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 852, + 76, + 852, + 104, + 300, + 104 + ], + "score": 0.824 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 858, + 2088, + 858, + 2111, + 840, + 2111 + ], + "score": 0.793 + }, + { + "category_id": 13, + "poly": [ + 1163, + 568, + 1319, + 568, + 1319, + 604, + 1163, + 604 + ], + "score": 0.94, + "latex": "O ( k ^ { 3 } + M k ^ { 2 } )" + }, + { + "category_id": 13, + "poly": [ + 924, + 630, + 1027, + 630, + 1027, + 664, + 924, + 664 + ], + "score": 0.93, + "latex": "O ( M k ^ { 2 } )" + }, + { + "category_id": 13, + "poly": [ + 1297, + 905, + 1400, + 905, + 1400, + 937, + 1297, + 937 + ], + "score": 0.91, + "latex": "d ( d - 1 )" + }, + { + "category_id": 13, + "poly": [ + 505, + 323, + 591, + 323, + 591, + 353, + 505, + 353 + ], + "score": 0.91, + "latex": "{ \\mathcal { L } } _ { \\mathrm { u n i f o r m } }" + }, + { + "category_id": 13, + "poly": [ + 367, + 632, + 462, + 632, + 462, + 661, + 367, + 661 + ], + "score": 0.91, + "latex": "k < M" + }, + { + "category_id": 13, + "poly": [ + 391, + 322, + 454, + 322, + 454, + 354, + 391, + 354 + ], + "score": 0.9, + "latex": "\\mathcal { L } _ { \\mathrm { a l i g n } }" + }, + { + "category_id": 13, + "poly": [ + 1158, + 1462, + 1193, + 1462, + 1193, + 1491, + 1158, + 1491 + ], + "score": 0.88, + "latex": "L _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 297, + 603, + 316, + 603, + 316, + 629, + 297, + 629 + ], + "score": 0.81, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 527, + 662, + 561, + 662, + 561, + 690, + 527, + 690 + ], + "score": 0.79, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 1284, + 663, + 1304, + 663, + 1304, + 690, + 1284, + 690 + ], + "score": 0.79, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 689, + 603, + 721, + 603, + 721, + 629, + 689, + 629 + ], + "score": 0.7, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 296, + 876, + 375, + 876, + 375, + 905, + 296, + 905 + ], + "score": 0.48, + "latex": "4 9 3 \\mathrm { m s }" + }, + { + "category_id": 13, + "poly": [ + 668, + 1463, + 703, + 1463, + 703, + 1491, + 668, + 1491 + ], + "score": 0.45, + "latex": "\\mathbf { \\rho } ( \\mathbf { z } )" + }, + { + "category_id": 13, + "poly": [ + 542, + 1498, + 562, + 1498, + 562, + 1519, + 542, + 1519 + ], + "score": 0.42, + "latex": "\\mathbf { z }" + }, + { + "category_id": 13, + "poly": [ + 439, + 876, + 502, + 876, + 502, + 905, + 439, + 905 + ], + "score": 0.38, + "latex": "1 9 \\mathrm { m s }" + }, + { + "category_id": 13, + "poly": [ + 1363, + 815, + 1402, + 815, + 1402, + 846, + 1363, + 846 + ], + "score": 0.33, + "latex": "\\mathrm { X p }" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1685.0, + 549.0, + 1685.0, + 549.0, + 1733.0, + 292.0, + 1733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 514.0, + 721.0, + 514.0, + 721.0, + 546.0, + 296.0, + 546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 1097.0, + 1345.0, + 1097.0, + 1345.0, + 1138.0, + 354.0, + 1138.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1036.0, + 826.0, + 1036.0, + 826.0, + 1070.0, + 295.0, + 1070.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 856.0, + 73.0, + 856.0, + 108.0, + 297.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, + 569.0, + 1162.0, + 569.0, + 1162.0, + 605.0, + 294.0, + 605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1320.0, + 569.0, + 1404.0, + 569.0, + 1404.0, + 605.0, + 1320.0, + 605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 599.0, + 296.0, + 599.0, + 296.0, + 638.0, + 292.0, + 638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 599.0, + 688.0, + 599.0, + 688.0, + 638.0, + 317.0, + 638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 722.0, + 599.0, + 1404.0, + 599.0, + 1404.0, + 638.0, + 722.0, + 638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 629.0, + 366.0, + 629.0, + 366.0, + 668.0, + 294.0, + 668.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 463.0, + 629.0, + 923.0, + 629.0, + 923.0, + 668.0, + 463.0, + 668.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1028.0, + 629.0, + 1407.0, + 629.0, + 1407.0, + 668.0, + 1028.0, + 668.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 662.0, + 526.0, + 662.0, + 526.0, + 697.0, + 294.0, + 697.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 562.0, + 662.0, + 1283.0, + 662.0, + 1283.0, + 697.0, + 562.0, + 697.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1305.0, + 662.0, + 1406.0, + 662.0, + 1406.0, + 697.0, + 1305.0, + 697.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 692.0, + 1406.0, + 692.0, + 1406.0, + 728.0, + 295.0, + 728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 721.0, + 1406.0, + 721.0, + 1406.0, + 758.0, + 292.0, + 758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 753.0, + 1404.0, + 753.0, + 1404.0, + 789.0, + 294.0, + 789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 785.0, + 1404.0, + 785.0, + 1404.0, + 816.0, + 295.0, + 816.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 814.0, + 1362.0, + 814.0, + 1362.0, + 849.0, + 294.0, + 849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 842.0, + 1404.0, + 842.0, + 1404.0, + 879.0, + 292.0, + 879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 872.0, + 295.0, + 872.0, + 295.0, + 910.0, + 292.0, + 910.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 376.0, + 872.0, + 438.0, + 872.0, + 438.0, + 910.0, + 376.0, + 910.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 503.0, + 872.0, + 1404.0, + 872.0, + 1404.0, + 910.0, + 503.0, + 910.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 905.0, + 1296.0, + 905.0, + 1296.0, + 941.0, + 295.0, + 941.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 905.0, + 1405.0, + 905.0, + 1405.0, + 941.0, + 1401.0, + 941.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 936.0, + 1407.0, + 936.0, + 1407.0, + 970.0, + 292.0, + 970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 968.0, + 593.0, + 968.0, + 593.0, + 1000.0, + 296.0, + 1000.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1760.0, + 1404.0, + 1760.0, + 1404.0, + 1793.0, + 296.0, + 1793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1790.0, + 1405.0, + 1790.0, + 1405.0, + 1823.0, + 294.0, + 1823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1818.0, + 1406.0, + 1818.0, + 1406.0, + 1857.0, + 292.0, + 1857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1850.0, + 1406.0, + 1850.0, + 1406.0, + 1887.0, + 294.0, + 1887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1882.0, + 1406.0, + 1882.0, + 1406.0, + 1918.0, + 294.0, + 1918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1909.0, + 1405.0, + 1909.0, + 1405.0, + 1947.0, + 293.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1942.0, + 1404.0, + 1942.0, + 1404.0, + 1978.0, + 294.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1969.0, + 1406.0, + 1969.0, + 1406.0, + 2008.0, + 292.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 2004.0, + 1297.0, + 2004.0, + 1297.0, + 2037.0, + 296.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1370.0, + 1405.0, + 1370.0, + 1405.0, + 1403.0, + 295.0, + 1403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1400.0, + 1405.0, + 1400.0, + 1405.0, + 1433.0, + 295.0, + 1433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1432.0, + 1404.0, + 1432.0, + 1404.0, + 1464.0, + 296.0, + 1464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1462.0, + 667.0, + 1462.0, + 667.0, + 1494.0, + 295.0, + 1494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 704.0, + 1462.0, + 1157.0, + 1462.0, + 1157.0, + 1494.0, + 704.0, + 1494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1194.0, + 1462.0, + 1405.0, + 1462.0, + 1405.0, + 1494.0, + 1194.0, + 1494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1492.0, + 541.0, + 1492.0, + 541.0, + 1524.0, + 295.0, + 1524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 563.0, + 1492.0, + 1405.0, + 1492.0, + 1405.0, + 1524.0, + 563.0, + 1524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1520.0, + 1405.0, + 1520.0, + 1405.0, + 1556.0, + 294.0, + 1556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1552.0, + 1405.0, + 1552.0, + 1405.0, + 1588.0, + 296.0, + 1588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1578.0, + 1408.0, + 1578.0, + 1408.0, + 1622.0, + 292.0, + 1622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1612.0, + 788.0, + 1612.0, + 788.0, + 1647.0, + 295.0, + 1647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 227.0, + 1404.0, + 227.0, + 1404.0, + 266.0, + 294.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 262.0, + 1406.0, + 262.0, + 1406.0, + 296.0, + 295.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 291.0, + 1406.0, + 291.0, + 1406.0, + 327.0, + 292.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 320.0, + 390.0, + 320.0, + 390.0, + 360.0, + 292.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 455.0, + 320.0, + 504.0, + 320.0, + 504.0, + 360.0, + 455.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 320.0, + 1407.0, + 320.0, + 1407.0, + 360.0, + 592.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 351.0, + 1405.0, + 351.0, + 1405.0, + 387.0, + 294.0, + 387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 382.0, + 1407.0, + 382.0, + 1407.0, + 417.0, + 291.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 413.0, + 1405.0, + 413.0, + 1405.0, + 447.0, + 292.0, + 447.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 445.0, + 1109.0, + 445.0, + 1109.0, + 477.0, + 293.0, + 477.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 8, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 836, + 2088, + 865, + 2088, + 865, + 2113, + 836, + 2113 + ], + "score": 0.817 + }, + { + "category_id": 0, + "poly": [ + 299, + 228, + 489, + 228, + 489, + 262, + 299, + 262 + ], + "score": 0.808 + }, + { + "category_id": 1, + "poly": [ + 300, + 766, + 1401, + 766, + 1401, + 831, + 300, + 831 + ], + "score": 0.671 + }, + { + "category_id": 1, + "poly": [ + 298, + 900, + 1396, + 900, + 1396, + 965, + 298, + 965 + ], + "score": 0.642 + }, + { + "category_id": 1, + "poly": [ + 300, + 279, + 1399, + 279, + 1399, + 342, + 300, + 342 + ], + "score": 0.612 + }, + { + "category_id": 1, + "poly": [ + 296, + 1480, + 1399, + 1480, + 1399, + 1546, + 296, + 1546 + ], + "score": 0.588 + }, + { + "category_id": 1, + "poly": [ + 297, + 848, + 1399, + 848, + 1399, + 883, + 297, + 883 + ], + "score": 0.588 + }, + { + "category_id": 1, + "poly": [ + 298, + 522, + 1399, + 522, + 1399, + 587, + 298, + 587 + ], + "score": 0.588 + }, + { + "category_id": 1, + "poly": [ + 300, + 603, + 1401, + 603, + 1401, + 670, + 300, + 670 + ], + "score": 0.584 + }, + { + "category_id": 1, + "poly": [ + 300, + 686, + 1401, + 686, + 1401, + 750, + 300, + 750 + ], + "score": 0.583 + }, + { + "category_id": 1, + "poly": [ + 298, + 1288, + 1400, + 1288, + 1400, + 1381, + 298, + 1381 + ], + "score": 0.58 + }, + { + "category_id": 1, + "poly": [ + 297, + 1399, + 1400, + 1399, + 1400, + 1464, + 297, + 1464 + ], + "score": 0.554 + }, + { + "category_id": 1, + "poly": [ + 298, + 1562, + 1402, + 1562, + 1402, + 1627, + 298, + 1627 + ], + "score": 0.55 + }, + { + "category_id": 1, + "poly": [ + 300, + 358, + 1398, + 358, + 1398, + 424, + 300, + 424 + ], + "score": 0.541 + }, + { + "category_id": 1, + "poly": [ + 293, + 1643, + 1399, + 1643, + 1399, + 1709, + 293, + 1709 + ], + "score": 0.536 + }, + { + "category_id": 1, + "poly": [ + 300, + 1032, + 1397, + 1032, + 1397, + 1127, + 300, + 1127 + ], + "score": 0.532 + }, + { + "category_id": 1, + "poly": [ + 294, + 981, + 1380, + 981, + 1380, + 1017, + 294, + 1017 + ], + "score": 0.529 + }, + { + "category_id": 1, + "poly": [ + 299, + 440, + 1399, + 440, + 1399, + 505, + 299, + 505 + ], + "score": 0.525 + }, + { + "category_id": 1, + "poly": [ + 296, + 1971, + 1402, + 1971, + 1402, + 2034, + 296, + 2034 + ], + "score": 0.497 + }, + { + "category_id": 1, + "poly": [ + 296, + 1725, + 1397, + 1725, + 1397, + 1792, + 296, + 1792 + ], + "score": 0.488 + }, + { + "category_id": 1, + "poly": [ + 296, + 1144, + 1401, + 1144, + 1401, + 1270, + 296, + 1270 + ], + "score": 0.487 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 854, + 75, + 854, + 105, + 298, + 105 + ], + "score": 0.484 + }, + { + "category_id": 1, + "poly": [ + 296, + 1920, + 1397, + 1920, + 1397, + 1955, + 296, + 1955 + ], + "score": 0.458 + }, + { + "category_id": 1, + "poly": [ + 300, + 1808, + 1399, + 1808, + 1399, + 1903, + 300, + 1903 + ], + "score": 0.445 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 854, + 75, + 854, + 105, + 298, + 105 + ], + "score": 0.404 + }, + { + "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": [ + 296.0, + 228.0, + 491.0, + 228.0, + 491.0, + 265.0, + 296.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 857.0, + 73.0, + 857.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 857.0, + 73.0, + 857.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 762.0, + 1405.0, + 762.0, + 1405.0, + 805.0, + 291.0, + 805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 795.0, + 398.0, + 795.0, + 398.0, + 835.0, + 318.0, + 835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 900.0, + 1400.0, + 900.0, + 1400.0, + 936.0, + 295.0, + 936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 933.0, + 881.0, + 933.0, + 881.0, + 967.0, + 322.0, + 967.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 279.0, + 1403.0, + 279.0, + 1403.0, + 314.0, + 295.0, + 314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 309.0, + 954.0, + 309.0, + 954.0, + 342.0, + 321.0, + 342.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1474.0, + 1404.0, + 1474.0, + 1404.0, + 1523.0, + 292.0, + 1523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1512.0, + 741.0, + 1512.0, + 741.0, + 1547.0, + 321.0, + 1547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 847.0, + 1404.0, + 847.0, + 1404.0, + 887.0, + 295.0, + 887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 518.0, + 1401.0, + 518.0, + 1401.0, + 561.0, + 294.0, + 561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 555.0, + 792.0, + 555.0, + 792.0, + 587.0, + 324.0, + 587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 599.0, + 1406.0, + 599.0, + 1406.0, + 644.0, + 293.0, + 644.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 635.0, + 1321.0, + 635.0, + 1321.0, + 670.0, + 321.0, + 670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 682.0, + 1405.0, + 682.0, + 1405.0, + 726.0, + 293.0, + 726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 717.0, + 1143.0, + 717.0, + 1143.0, + 753.0, + 323.0, + 753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1285.0, + 1404.0, + 1285.0, + 1404.0, + 1325.0, + 292.0, + 1325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1320.0, + 1404.0, + 1320.0, + 1404.0, + 1354.0, + 324.0, + 1354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1350.0, + 833.0, + 1350.0, + 833.0, + 1381.0, + 323.0, + 1381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1398.0, + 1404.0, + 1398.0, + 1404.0, + 1437.0, + 293.0, + 1437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1433.0, + 621.0, + 1433.0, + 621.0, + 1465.0, + 322.0, + 1465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1565.0, + 1404.0, + 1565.0, + 1404.0, + 1597.0, + 297.0, + 1597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1595.0, + 1108.0, + 1595.0, + 1108.0, + 1628.0, + 322.0, + 1628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 359.0, + 1402.0, + 359.0, + 1402.0, + 395.0, + 296.0, + 395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 391.0, + 1238.0, + 391.0, + 1238.0, + 423.0, + 327.0, + 423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1642.0, + 1405.0, + 1642.0, + 1405.0, + 1680.0, + 295.0, + 1680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1676.0, + 1307.0, + 1676.0, + 1307.0, + 1712.0, + 325.0, + 1712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1030.0, + 1403.0, + 1030.0, + 1403.0, + 1070.0, + 294.0, + 1070.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1065.0, + 1402.0, + 1065.0, + 1402.0, + 1099.0, + 324.0, + 1099.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1095.0, + 689.0, + 1095.0, + 689.0, + 1128.0, + 322.0, + 1128.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 978.0, + 1385.0, + 978.0, + 1385.0, + 1020.0, + 293.0, + 1020.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 442.0, + 1404.0, + 442.0, + 1404.0, + 478.0, + 296.0, + 478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 473.0, + 900.0, + 473.0, + 900.0, + 505.0, + 324.0, + 505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1968.0, + 1403.0, + 1968.0, + 1403.0, + 2010.0, + 294.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 2003.0, + 872.0, + 2003.0, + 872.0, + 2034.0, + 323.0, + 2034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1722.0, + 1401.0, + 1722.0, + 1401.0, + 1764.0, + 295.0, + 1764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1757.0, + 773.0, + 1757.0, + 773.0, + 1790.0, + 322.0, + 1790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1143.0, + 1406.0, + 1143.0, + 1406.0, + 1181.0, + 292.0, + 1181.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1176.0, + 1403.0, + 1176.0, + 1403.0, + 1209.0, + 323.0, + 1209.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1206.0, + 1406.0, + 1206.0, + 1406.0, + 1244.0, + 321.0, + 1244.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1236.0, + 966.0, + 1236.0, + 966.0, + 1273.0, + 321.0, + 1273.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1918.0, + 1402.0, + 1918.0, + 1402.0, + 1957.0, + 295.0, + 1957.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1806.0, + 1404.0, + 1806.0, + 1404.0, + 1845.0, + 292.0, + 1845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1838.0, + 1405.0, + 1838.0, + 1405.0, + 1876.0, + 322.0, + 1876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1871.0, + 713.0, + 1871.0, + 713.0, + 1902.0, + 324.0, + 1902.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 9, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 836, + 2088, + 863, + 2088, + 863, + 2113, + 836, + 2113 + ], + "score": 0.839 + }, + { + "category_id": 1, + "poly": [ + 294, + 228, + 1403, + 228, + 1403, + 294, + 294, + 294 + ], + "score": 0.762 + }, + { + "category_id": 1, + "poly": [ + 292, + 831, + 1402, + 831, + 1402, + 897, + 292, + 897 + ], + "score": 0.747 + }, + { + "category_id": 1, + "poly": [ + 292, + 997, + 1400, + 997, + 1400, + 1063, + 292, + 1063 + ], + "score": 0.736 + }, + { + "category_id": 1, + "poly": [ + 297, + 365, + 1400, + 365, + 1400, + 429, + 297, + 429 + ], + "score": 0.732 + }, + { + "category_id": 1, + "poly": [ + 295, + 1829, + 1399, + 1829, + 1399, + 1894, + 295, + 1894 + ], + "score": 0.73 + }, + { + "category_id": 1, + "poly": [ + 293, + 748, + 1402, + 748, + 1402, + 815, + 293, + 815 + ], + "score": 0.726 + }, + { + "category_id": 1, + "poly": [ + 295, + 1080, + 1402, + 1080, + 1402, + 1147, + 295, + 1147 + ], + "score": 0.724 + }, + { + "category_id": 1, + "poly": [ + 293, + 914, + 1402, + 914, + 1402, + 982, + 293, + 982 + ], + "score": 0.713 + }, + { + "category_id": 1, + "poly": [ + 300, + 1632, + 1401, + 1632, + 1401, + 1727, + 300, + 1727 + ], + "score": 0.713 + }, + { + "category_id": 1, + "poly": [ + 296, + 1745, + 1399, + 1745, + 1399, + 1810, + 296, + 1810 + ], + "score": 0.697 + }, + { + "category_id": 1, + "poly": [ + 293, + 1548, + 1401, + 1548, + 1401, + 1615, + 293, + 1615 + ], + "score": 0.697 + }, + { + "category_id": 1, + "poly": [ + 295, + 311, + 1281, + 311, + 1281, + 347, + 295, + 347 + ], + "score": 0.694 + }, + { + "category_id": 1, + "poly": [ + 296, + 1299, + 1402, + 1299, + 1402, + 1365, + 296, + 1365 + ], + "score": 0.682 + }, + { + "category_id": 1, + "poly": [ + 294, + 1465, + 1400, + 1465, + 1400, + 1531, + 294, + 1531 + ], + "score": 0.677 + }, + { + "category_id": 1, + "poly": [ + 296, + 499, + 1401, + 499, + 1401, + 565, + 296, + 565 + ], + "score": 0.675 + }, + { + "category_id": 1, + "poly": [ + 294, + 1382, + 1403, + 1382, + 1403, + 1449, + 294, + 1449 + ], + "score": 0.672 + }, + { + "category_id": 1, + "poly": [ + 292, + 665, + 1402, + 665, + 1402, + 731, + 292, + 731 + ], + "score": 0.665 + }, + { + "category_id": 1, + "poly": [ + 298, + 446, + 1122, + 446, + 1122, + 483, + 298, + 483 + ], + "score": 0.662 + }, + { + "category_id": 1, + "poly": [ + 293, + 1163, + 1400, + 1163, + 1400, + 1230, + 293, + 1230 + ], + "score": 0.661 + }, + { + "category_id": 1, + "poly": [ + 296, + 1246, + 1401, + 1246, + 1401, + 1283, + 296, + 1283 + ], + "score": 0.636 + }, + { + "category_id": 2, + "poly": [ + 298, + 74, + 854, + 74, + 854, + 106, + 298, + 106 + ], + "score": 0.634 + }, + { + "category_id": 1, + "poly": [ + 293, + 582, + 1403, + 582, + 1403, + 649, + 293, + 649 + ], + "score": 0.613 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 854, + 74, + 854, + 106, + 297, + 106 + ], + "score": 0.258 + }, + { + "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": [ + 297.0, + 72.0, + 857.0, + 72.0, + 857.0, + 109.0, + 297.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 856.0, + 72.0, + 856.0, + 109.0, + 297.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 229.0, + 1404.0, + 229.0, + 1404.0, + 265.0, + 294.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 260.0, + 937.0, + 260.0, + 937.0, + 295.0, + 323.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 826.0, + 1404.0, + 826.0, + 1404.0, + 872.0, + 291.0, + 872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 865.0, + 608.0, + 865.0, + 608.0, + 895.0, + 321.0, + 895.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 998.0, + 1403.0, + 998.0, + 1403.0, + 1034.0, + 295.0, + 1034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1030.0, + 611.0, + 1030.0, + 611.0, + 1062.0, + 323.0, + 1062.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 364.0, + 1404.0, + 364.0, + 1404.0, + 403.0, + 295.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 396.0, + 546.0, + 396.0, + 546.0, + 429.0, + 321.0, + 429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1828.0, + 1403.0, + 1828.0, + 1403.0, + 1867.0, + 294.0, + 1867.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1860.0, + 1073.0, + 1860.0, + 1073.0, + 1894.0, + 320.0, + 1894.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 740.0, + 1407.0, + 740.0, + 1407.0, + 792.0, + 291.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 782.0, + 890.0, + 782.0, + 890.0, + 815.0, + 324.0, + 815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1081.0, + 1404.0, + 1081.0, + 1404.0, + 1117.0, + 294.0, + 1117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1114.0, + 813.0, + 1114.0, + 813.0, + 1147.0, + 322.0, + 1147.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 916.0, + 1404.0, + 916.0, + 1404.0, + 949.0, + 296.0, + 949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 947.0, + 942.0, + 947.0, + 942.0, + 983.0, + 324.0, + 983.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1630.0, + 1402.0, + 1630.0, + 1402.0, + 1671.0, + 294.0, + 1671.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1661.0, + 1406.0, + 1661.0, + 1406.0, + 1703.0, + 319.0, + 1703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1693.0, + 395.0, + 1693.0, + 395.0, + 1727.0, + 321.0, + 1727.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1744.0, + 1404.0, + 1744.0, + 1404.0, + 1784.0, + 294.0, + 1784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1776.0, + 500.0, + 1776.0, + 500.0, + 1810.0, + 322.0, + 1810.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1549.0, + 1404.0, + 1549.0, + 1404.0, + 1585.0, + 296.0, + 1585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1582.0, + 1134.0, + 1582.0, + 1134.0, + 1615.0, + 322.0, + 1615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 309.0, + 1280.0, + 309.0, + 1280.0, + 350.0, + 294.0, + 350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1292.0, + 1407.0, + 1292.0, + 1407.0, + 1344.0, + 294.0, + 1344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1331.0, + 897.0, + 1331.0, + 897.0, + 1364.0, + 323.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1464.0, + 1404.0, + 1464.0, + 1404.0, + 1504.0, + 294.0, + 1504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1498.0, + 749.0, + 1498.0, + 749.0, + 1530.0, + 323.0, + 1530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 497.0, + 1403.0, + 497.0, + 1403.0, + 537.0, + 295.0, + 537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 533.0, + 871.0, + 533.0, + 871.0, + 564.0, + 323.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1383.0, + 1406.0, + 1383.0, + 1406.0, + 1419.0, + 294.0, + 1419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1414.0, + 1301.0, + 1414.0, + 1301.0, + 1449.0, + 322.0, + 1449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 664.0, + 1404.0, + 664.0, + 1404.0, + 703.0, + 294.0, + 703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 698.0, + 679.0, + 698.0, + 679.0, + 730.0, + 324.0, + 730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 446.0, + 1121.0, + 446.0, + 1121.0, + 487.0, + 296.0, + 487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1164.0, + 1403.0, + 1164.0, + 1403.0, + 1200.0, + 295.0, + 1200.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1195.0, + 1045.0, + 1195.0, + 1045.0, + 1230.0, + 322.0, + 1230.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1245.0, + 1403.0, + 1245.0, + 1403.0, + 1284.0, + 296.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 583.0, + 1405.0, + 583.0, + 1405.0, + 619.0, + 295.0, + 619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 616.0, + 1230.0, + 616.0, + 1230.0, + 649.0, + 322.0, + 649.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 10, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1849, + 1404, + 1849, + 1404, + 2034, + 297, + 2034 + ], + "score": 0.98 + }, + { + "category_id": 3, + "poly": [ + 293, + 1072, + 1404, + 1072, + 1404, + 1666, + 293, + 1666 + ], + "score": 0.97 + }, + { + "category_id": 3, + "poly": [ + 298, + 383, + 1404, + 383, + 1404, + 975, + 298, + 975 + ], + "score": 0.969 + }, + { + "category_id": 4, + "poly": [ + 475, + 996, + 1226, + 996, + 1226, + 1031, + 475, + 1031 + ], + "score": 0.921 + }, + { + "category_id": 4, + "poly": [ + 479, + 1686, + 1219, + 1686, + 1219, + 1720, + 479, + 1720 + ], + "score": 0.912 + }, + { + "category_id": 0, + "poly": [ + 301, + 226, + 671, + 226, + 671, + 262, + 301, + 262 + ], + "score": 0.89 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 854, + 75, + 854, + 105, + 298, + 105 + ], + "score": 0.883 + }, + { + "category_id": 0, + "poly": [ + 297, + 1780, + 1025, + 1780, + 1025, + 1817, + 297, + 1817 + ], + "score": 0.862 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 865, + 2088, + 865, + 2113, + 836, + 2113 + ], + "score": 0.854 + }, + { + "category_id": 1, + "poly": [ + 296, + 294, + 1401, + 294, + 1401, + 359, + 296, + 359 + ], + "score": 0.529 + }, + { + "category_id": 4, + "poly": [ + 296, + 294, + 1401, + 294, + 1401, + 359, + 296, + 359 + ], + "score": 0.393 + }, + { + "category_id": 13, + "poly": [ + 643, + 1910, + 782, + 1910, + 782, + 1942, + 643, + 1942 + ], + "score": 0.92, + "latex": "\\Sigma _ { V } = L L ^ { \\top }" + }, + { + "category_id": 13, + "poly": [ + 775, + 1943, + 909, + 1943, + 909, + 1973, + 775, + 1973 + ], + "score": 0.92, + "latex": "W _ { V } = L ^ { - 1 }" + }, + { + "category_id": 13, + "poly": [ + 443, + 1851, + 491, + 1851, + 491, + 1882, + 443, + 1882 + ], + "score": 0.89, + "latex": "W _ { V }" + }, + { + "category_id": 13, + "poly": [ + 872, + 1913, + 893, + 1913, + 893, + 1939, + 872, + 1939 + ], + "score": 0.84, + "latex": "L" + }, + { + "category_id": 13, + "poly": [ + 599, + 1944, + 621, + 1944, + 621, + 1970, + 599, + 1970 + ], + "score": 0.79, + "latex": "L" + }, + { + "category_id": 13, + "poly": [ + 1372, + 1913, + 1393, + 1913, + 1393, + 1940, + 1372, + 1940 + ], + "score": 0.69, + "latex": "L" + }, + { + "category_id": 15, + "poly": [ + 359.0, + 1073.0, + 388.0, + 1073.0, + 388.0, + 1161.0, + 359.0, + 1161.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 338.0, + 1079.0, + 349.0, + 1079.0, + 349.0, + 1091.0, + 338.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1161.0, + 350.0, + 1161.0, + 350.0, + 1197.0, + 290.0, + 1197.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1271.0, + 1236.0, + 1352.0, + 1236.0, + 1352.0, + 1275.0, + 1271.0, + 1275.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1264.0, + 341.0, + 1264.0, + 341.0, + 1298.0, + 297.0, + 1298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1236.0, + 1273.0, + 1349.0, + 1273.0, + 1349.0, + 1310.0, + 1236.0, + 1310.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1236.0, + 1310.0, + 1349.0, + 1310.0, + 1349.0, + 1347.0, + 1236.0, + 1347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1214.0, + 1352.0, + 1348.0, + 1352.0, + 1348.0, + 1382.0, + 1214.0, + 1382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1365.0, + 350.0, + 1365.0, + 350.0, + 1401.0, + 290.0, + 1401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1470.0, + 340.0, + 1470.0, + 340.0, + 1503.0, + 297.0, + 1503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1330.0, + 1555.0, + 1396.0, + 1555.0, + 1396.0, + 1585.0, + 1330.0, + 1585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1381.0, + 1591.0, + 1393.0, + 1591.0, + 1393.0, + 1601.0, + 1381.0, + 1601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 584.0, + 1600.0, + 630.0, + 1600.0, + 630.0, + 1633.0, + 584.0, + 1633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 854.0, + 1601.0, + 886.0, + 1601.0, + 886.0, + 1632.0, + 854.0, + 1632.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1112.0, + 1600.0, + 1161.0, + 1600.0, + 1161.0, + 1633.0, + 1112.0, + 1633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1371.0, + 1099.0, + 1402.0, + 1099.0, + 1402.0, + 1113.0, + 1371.0, + 1113.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 360.0, + 384.0, + 389.0, + 384.0, + 389.0, + 472.0, + 360.0, + 472.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 337.0, + 386.0, + 352.0, + 386.0, + 352.0, + 403.0, + 337.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 301.0, + 453.0, + 349.0, + 453.0, + 349.0, + 486.0, + 301.0, + 486.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1272.0, + 548.0, + 1350.0, + 548.0, + 1350.0, + 582.0, + 1272.0, + 582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 582.0, + 355.0, + 582.0, + 355.0, + 614.0, + 296.0, + 614.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1235.0, + 584.0, + 1350.0, + 584.0, + 1350.0, + 620.0, + 1235.0, + 620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1235.0, + 620.0, + 1348.0, + 620.0, + 1348.0, + 657.0, + 1235.0, + 657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1213.0, + 661.0, + 1347.0, + 661.0, + 1347.0, + 693.0, + 1213.0, + 693.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 300.0, + 711.0, + 346.0, + 711.0, + 346.0, + 744.0, + 300.0, + 744.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 841.0, + 354.0, + 841.0, + 354.0, + 876.0, + 293.0, + 876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1332.0, + 864.0, + 1399.0, + 864.0, + 1399.0, + 895.0, + 1332.0, + 895.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1380.0, + 899.0, + 1397.0, + 899.0, + 1397.0, + 913.0, + 1380.0, + 913.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 586.0, + 909.0, + 632.0, + 909.0, + 632.0, + 942.0, + 586.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 855.0, + 911.0, + 889.0, + 911.0, + 889.0, + 942.0, + 855.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1112.0, + 908.0, + 1165.0, + 908.0, + 1165.0, + 945.0, + 1112.0, + 945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 472.0, + 995.0, + 1227.0, + 995.0, + 1227.0, + 1032.0, + 472.0, + 1032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 478.0, + 1684.0, + 1221.0, + 1684.0, + 1221.0, + 1723.0, + 478.0, + 1723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 222.0, + 673.0, + 222.0, + 673.0, + 269.0, + 293.0, + 269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 857.0, + 73.0, + 857.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1777.0, + 1029.0, + 1777.0, + 1029.0, + 1823.0, + 292.0, + 1823.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, + 294.0, + 1405.0, + 294.0, + 1405.0, + 330.0, + 295.0, + 330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 328.0, + 1318.0, + 328.0, + 1318.0, + 360.0, + 295.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1851.0, + 442.0, + 1851.0, + 442.0, + 1883.0, + 297.0, + 1883.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 492.0, + 1851.0, + 1402.0, + 1851.0, + 1402.0, + 1883.0, + 492.0, + 1883.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1883.0, + 1404.0, + 1883.0, + 1404.0, + 1915.0, + 296.0, + 1915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1908.0, + 642.0, + 1908.0, + 642.0, + 1948.0, + 294.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 783.0, + 1908.0, + 871.0, + 1908.0, + 871.0, + 1948.0, + 783.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 894.0, + 1908.0, + 1371.0, + 1908.0, + 1371.0, + 1948.0, + 894.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1394.0, + 1908.0, + 1406.0, + 1908.0, + 1406.0, + 1948.0, + 1394.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1939.0, + 598.0, + 1939.0, + 598.0, + 1978.0, + 294.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 622.0, + 1939.0, + 774.0, + 1939.0, + 774.0, + 1978.0, + 622.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 910.0, + 1939.0, + 1405.0, + 1939.0, + 1405.0, + 1978.0, + 910.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1969.0, + 1405.0, + 1969.0, + 1405.0, + 2006.0, + 294.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 2000.0, + 1231.0, + 2000.0, + 1231.0, + 2038.0, + 292.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 294.0, + 1405.0, + 294.0, + 1405.0, + 330.0, + 295.0, + 330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 328.0, + 1318.0, + 328.0, + 1318.0, + 360.0, + 295.0, + 360.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 11, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1414, + 1405, + 1414, + 1405, + 1694, + 297, + 1694 + ], + "score": 0.984 + }, + { + "category_id": 5, + "poly": [ + 670, + 1153, + 1028, + 1153, + 1028, + 1364, + 670, + 1364 + ], + "score": 0.971, + "html": "
Method linear5-nn
Contrastive78.0071.07
BYOL80.8374.94
W-MSE 289.9185.56
W-MSE 490.4087.09
" + }, + { + "category_id": 8, + "poly": [ + 501, + 507, + 1195, + 507, + 1195, + 597, + 501, + 597 + ], + "score": 0.96 + }, + { + "category_id": 8, + "poly": [ + 667, + 365, + 1032, + 365, + 1032, + 439, + 667, + 439 + ], + "score": 0.96 + }, + { + "category_id": 8, + "poly": [ + 689, + 790, + 1008, + 790, + 1008, + 971, + 689, + 971 + ], + "score": 0.959 + }, + { + "category_id": 1, + "poly": [ + 295, + 285, + 1403, + 285, + 1403, + 353, + 295, + 353 + ], + "score": 0.954 + }, + { + "category_id": 8, + "poly": [ + 749, + 667, + 950, + 667, + 950, + 741, + 749, + 741 + ], + "score": 0.949 + }, + { + "category_id": 1, + "poly": [ + 300, + 451, + 1242, + 451, + 1242, + 492, + 300, + 492 + ], + "score": 0.938 + }, + { + "category_id": 1, + "poly": [ + 294, + 613, + 902, + 613, + 902, + 650, + 294, + 650 + ], + "score": 0.929 + }, + { + "category_id": 1, + "poly": [ + 296, + 768, + 403, + 768, + 403, + 802, + 296, + 802 + ], + "score": 0.927 + }, + { + "category_id": 0, + "poly": [ + 298, + 1003, + 679, + 1003, + 679, + 1039, + 298, + 1039 + ], + "score": 0.913 + }, + { + "category_id": 9, + "poly": [ + 1351, + 535, + 1401, + 535, + 1401, + 567, + 1351, + 567 + ], + "score": 0.902 + }, + { + "category_id": 0, + "poly": [ + 299, + 228, + 683, + 228, + 683, + 262, + 299, + 262 + ], + "score": 0.902 + }, + { + "category_id": 9, + "poly": [ + 1351, + 689, + 1401, + 689, + 1401, + 722, + 1351, + 722 + ], + "score": 0.898 + }, + { + "category_id": 9, + "poly": [ + 1365, + 388, + 1401, + 388, + 1401, + 418, + 1365, + 418 + ], + "score": 0.882 + }, + { + "category_id": 2, + "poly": [ + 297, + 73, + 855, + 73, + 855, + 106, + 297, + 106 + ], + "score": 0.881 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 865, + 2088, + 865, + 2112, + 836, + 2112 + ], + "score": 0.851 + }, + { + "category_id": 6, + "poly": [ + 293, + 1078, + 1402, + 1078, + 1402, + 1143, + 293, + 1143 + ], + "score": 0.844 + }, + { + "category_id": 14, + "poly": [ + 748, + 667, + 950, + 667, + 950, + 741, + 748, + 741 + ], + "score": 0.95, + "latex": "\\frac { \\partial \\cal { L } } { \\partial W _ { V } } = \\frac { \\partial \\cal { L } } { \\partial Z } V ^ { T } ," + }, + { + "category_id": 14, + "poly": [ + 666, + 366, + 1033, + 366, + 1033, + 437, + 666, + 437 + ], + "score": 0.95, + "latex": "\\frac { \\partial L } { \\partial V } = \\frac { 2 } { K - 1 } \\frac { \\partial L } { \\partial \\Sigma } V + W _ { V } ^ { T } \\frac { \\partial L } { \\partial Z } ." + }, + { + "category_id": 14, + "poly": [ + 688, + 789, + 1009, + 789, + 1009, + 971, + 688, + 971 + ], + "score": 0.94, + "latex": "P = \\left( { \\begin{array} { l l l l } { { \\frac { 1 } { 2 } } } & { 0 } & { \\cdots } & { 0 } \\\\ { 1 } & { { \\frac { 1 } { 2 } } } & { \\ddots } & { 0 } \\\\ { 1 } & { \\ddots } & { \\ddots } & { 0 } \\\\ { 1 } & { \\cdots } & { 1 } & { { \\frac { 1 } { 2 } } } \\end{array} } \\right) ." + }, + { + "category_id": 14, + "poly": [ + 502, + 504, + 1197, + 504, + 1197, + 598, + 502, + 598 + ], + "score": 0.94, + "latex": "\\frac { \\partial L } { \\partial \\Sigma } = - \\frac { 1 } { 2 } W _ { V } ^ { T } \\left( P \\circ \\frac { \\partial L } { \\partial W _ { V } } W _ { V } ^ { T } + \\left( P \\circ \\frac { \\partial L } { \\partial W _ { V } } W _ { V } ^ { T } \\right) ^ { T } \\right) W _ { V }" + }, + { + "category_id": 13, + "poly": [ + 808, + 612, + 866, + 612, + 866, + 656, + 808, + 656 + ], + "score": 0.93, + "latex": "\\frac { \\partial L } { \\partial W _ { V } }" + }, + { + "category_id": 13, + "poly": [ + 449, + 318, + 670, + 318, + 670, + 352, + 449, + 352 + ], + "score": 0.92, + "latex": "Z = W _ { V } ( V - \\mu _ { V } )" + }, + { + "category_id": 13, + "poly": [ + 607, + 452, + 644, + 452, + 644, + 492, + 607, + 492 + ], + "score": 0.91, + "latex": "\\frac { \\partial L } { \\partial Z }" + }, + { + "category_id": 13, + "poly": [ + 974, + 316, + 1012, + 316, + 1012, + 355, + 974, + 355 + ], + "score": 0.91, + "latex": "\\textstyle { \\frac { \\partial L } { \\partial V } }" + }, + { + "category_id": 13, + "poly": [ + 934, + 451, + 971, + 451, + 971, + 492, + 934, + 492 + ], + "score": 0.91, + "latex": "\\frac { \\partial L } { \\partial \\Sigma }" + }, + { + "category_id": 13, + "poly": [ + 917, + 1632, + 990, + 1632, + 990, + 1659, + 917, + 1659 + ], + "score": 0.9, + "latex": "\\tau = 1" + }, + { + "category_id": 13, + "poly": [ + 815, + 1449, + 849, + 1449, + 849, + 1478, + 815, + 1478 + ], + "score": 0.88, + "latex": "L _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 1366, + 1539, + 1401, + 1539, + 1401, + 1569, + 1366, + 1569 + ], + "score": 0.87, + "latex": "L _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 345, + 771, + 369, + 771, + 369, + 797, + 345, + 797 + ], + "score": 0.85, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 1028, + 289, + 1052, + 289, + 1052, + 315, + 1028, + 315 + ], + "score": 0.81, + "latex": "Z" + }, + { + "category_id": 13, + "poly": [ + 364, + 320, + 389, + 320, + 389, + 346, + 364, + 346 + ], + "score": 0.8, + "latex": "V" + }, + { + "category_id": 13, + "poly": [ + 431, + 618, + 489, + 618, + 489, + 647, + 431, + 647 + ], + "score": 0.52, + "latex": "1 0 , \\circ" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 999.0, + 684.0, + 999.0, + 684.0, + 1046.0, + 294.0, + 1046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 226.0, + 686.0, + 226.0, + 686.0, + 265.0, + 293.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 855.0, + 72.0, + 855.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2084.0, + 870.0, + 2084.0, + 870.0, + 2123.0, + 832.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1077.0, + 1404.0, + 1077.0, + 1404.0, + 1117.0, + 293.0, + 1117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1110.0, + 432.0, + 1110.0, + 432.0, + 1144.0, + 295.0, + 1144.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1413.0, + 1403.0, + 1413.0, + 1403.0, + 1454.0, + 295.0, + 1454.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1447.0, + 814.0, + 1447.0, + 814.0, + 1481.0, + 294.0, + 1481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 850.0, + 1447.0, + 1405.0, + 1447.0, + 1405.0, + 1481.0, + 850.0, + 1481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1479.0, + 1403.0, + 1479.0, + 1403.0, + 1512.0, + 295.0, + 1512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1508.0, + 1403.0, + 1508.0, + 1403.0, + 1545.0, + 294.0, + 1545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1538.0, + 1365.0, + 1538.0, + 1365.0, + 1575.0, + 294.0, + 1575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1570.0, + 1402.0, + 1570.0, + 1402.0, + 1603.0, + 295.0, + 1603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1599.0, + 1403.0, + 1599.0, + 1403.0, + 1632.0, + 295.0, + 1632.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1625.0, + 916.0, + 1625.0, + 916.0, + 1670.0, + 291.0, + 1670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 991.0, + 1625.0, + 1406.0, + 1625.0, + 1406.0, + 1670.0, + 991.0, + 1670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1660.0, + 1405.0, + 1660.0, + 1405.0, + 1696.0, + 295.0, + 1696.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 285.0, + 1027.0, + 285.0, + 1027.0, + 322.0, + 295.0, + 322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1053.0, + 285.0, + 1404.0, + 285.0, + 1404.0, + 322.0, + 1053.0, + 322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 285.0, + 302.0, + 363.0, + 302.0, + 363.0, + 368.0, + 285.0, + 368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 390.0, + 302.0, + 448.0, + 302.0, + 448.0, + 368.0, + 390.0, + 368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 671.0, + 302.0, + 973.0, + 302.0, + 973.0, + 368.0, + 671.0, + 368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1013.0, + 302.0, + 1262.0, + 302.0, + 1262.0, + 368.0, + 1013.0, + 368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 287.0, + 437.0, + 606.0, + 437.0, + 606.0, + 509.0, + 287.0, + 509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 645.0, + 437.0, + 933.0, + 437.0, + 933.0, + 509.0, + 645.0, + 509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 972.0, + 437.0, + 1253.0, + 437.0, + 1253.0, + 509.0, + 972.0, + 509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 605.0, + 430.0, + 605.0, + 430.0, + 658.0, + 294.0, + 658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 490.0, + 605.0, + 807.0, + 605.0, + 807.0, + 658.0, + 490.0, + 658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 605.0, + 908.0, + 605.0, + 908.0, + 658.0, + 867.0, + 658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 766.0, + 344.0, + 766.0, + 344.0, + 801.0, + 292.0, + 801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 370.0, + 766.0, + 408.0, + 766.0, + 408.0, + 801.0, + 370.0, + 801.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 12, + "width": 1700, + "height": 2200 + } + } +] \ No newline at end of file diff --git a/parse/train/SJeqs6EFvB/SJeqs6EFvB.md b/parse/train/SJeqs6EFvB/SJeqs6EFvB.md new file mode 100644 index 0000000000000000000000000000000000000000..69cb6983f3fda1b550d59226cec120a8c2fe5055 --- /dev/null +++ b/parse/train/SJeqs6EFvB/SJeqs6EFvB.md @@ -0,0 +1,353 @@ +# HOPPITY: LEARNING GRAPH TRANSFORMATIONS TO DETECT AND FIX BUGS IN PROGRAMS + +Elizabeth Dinella∗ University of Pennsylvania + +Hanjun Dai∗ Google Brain + +Ziyang Li University of Pennsylvania + +Mayur Naik University of Pennsylvania + +Le Song Georgia Tech + +Ke Wang Visa Research + +# ABSTRACT + +We present a learning-based approach to detect and fix a broad range of bugs in Javascript programs. We frame the problem in terms of learning a sequence of graph transformations: given a buggy program modeled by a graph structure, our model makes a sequence of predictions including the position of bug nodes and corresponding graph edits to produce a fix. Unlike previous works built upon deep neural networks, our approach targets bugs that are more diverse and complex in nature (i.e. bugs that require adding or deleting statements to fix). We have realized our approach in a tool called HOPPITY. By training on 290,715 Javascript code change commits on Github, HOPPITY correctly detects and fixes bugs in 9,490 out of 36,361 programs in an end-to-end fashion. Given the bug location and type of the fix, HOPPITY also outperforms the baseline approach by a wide margin. + +# 1 INTRODUCTION + +The sheer size and complexity of modern codebases makes it impossible for them to be bug-free. As a result, a more reasonable and effective strategy has emerged, which aims to prevent bugs in production by applying automated tools to detect and even fix them early in the development process. + +This trend has gained increasing popularity in recent years. Examples include Google’s Tricorder (Sadowski et al., 2015), Facebook’s Getafix (Scott et al., 2019) and Zoncolan, and Microsoft’s Visual Studio IntelliCode. The techniques underlying these tools can be classified into broadly two categories: logical, rule-based techniques (Sadowski et al., 2015) and statistical, data-driven techniques (Allamanis et al., 2018; Pradel & Sen, 2018; Vasic et al., 2019). The former uses manually written rules capturing undesirable code patterns and scans the entire codebase for these classes of bugs. The latter learns to detect abnormal code from a large code corpus using deep neural networks. Despite great strides, however, both kinds of tools are limited in generality because they target error patterns in specific codebases or they target specific bug types. For instance, Zoncolan’s rules are designed to be specifically applicable to Facebook’s codebases, and deep learning models target specialized bugs in variable naming (Allamanis et al., 2018) or binary expressions (Pradel & Sen, 2018). Moreover, the patterns are relatively syntactic, allowing them to be specified by human experts using logical rules or learnt from a corpus of programs. + +In this paper, we propose a novel learning-based approach for finding and fixing bugs in Javascript programs automatically. Javascript is a scripting language designed for web application development. It has been the most popular programming language on GitHub since 2014 (Github, 2019). Repairing Javascript code presents a unique challenge as bugs manifest in diverse forms due to unusual language features and the lack of tooling support. Therefore, the primary goal of our approach is generality since it must be effective against a board spectrum of programming errors, such as using wrong operators or identifiers, accessing undefined properties, mishandling variable scopes, triggering type incompatibilites, among many others. Another important novel aspect concerns our approach’s ability to deal with bugs that are more complex and semantic in nature, namely, bugs that require adding or removing statements from a program, which are not considered by prior works. Finally, compared to automated program repair techniques (Le Goues et al., 2019; Scott et al., 2019; Hua et al., 2018; Chen et al., 2018) which require knowledge of bug location, this paper presents an end-to-end approach including localizing bugs, predicting the types of fixes, and generating patches. + +We design our model architecture in a similar vein as a Neural Turing Machine (NTM) (Graves et al., 2014). It consists of an external memory (a Graph Neural Network) for embedding a buggy program and a central controller (an LSTM) that makes a sequence of primitive actions (e.g., predicting type, generating patch, etc.) to perform a fix. The multi-step decision process is implemented by an autoregressive model. Crucially, our model differs from the standard NTM in how the memory is manipulated: apart from the common read and write operations, the controller can also expand or shrink the memory when adding or deleting nodes in the original graph. + +We have realized our approach in a tool called HOPPITY. By training on 290,715 Javascript code change commits collected from Github, HOPPITY correctly detects and fixes bugs in 9,490 out of 36,361 programs using a beam size of three. + +# 2 MOTIVATING EXAMPLES + +Javascript is quite different compared to traditional object-oriented languages (e.g. $\mathrm { C } { + + }$ , Java, or $\mathbf { C } \#$ ). In addition to the weak, dynamic typing discipline of scripting languages, Javascript supports many peculiar features that do not exist in other languages. For example, it allows a property (i.e., a field) to be added to or removed from an object at runtime. As another example, Javascript did not support block-level scoping until recently, allowing a variable defined in a block structure such as a for loop to be exposed to the entire function in which the loop occurs. While the latest ES6 language standard incorporates block-level scoping, developers have been programming without it for decades, resulting in a large body of legacy code. Finally, Javascript’s eval function, which interprets and executes a string as a code fragment, is widely regarded as a major source of bugs and vulnerabilities. All of these aspects make programming in Javascript a frustrating and error-prone experience. + +![](images/5d5db4d59feaf5fb2d4045cba10080cbb7a131b8e8d7ef8e54625067bc4119e3.jpg) +(c) copy function should have also been included in (d) parseInt should have been removed because $= = = =$ the highlighted list. implies this.value is an integer. +Figure 1: Example programs that illustrate limitations of existing approaches inculding both rulebased static analyzers and neural-based bug predictors. + +Static analyzers aim to detect common coding errors in Javascript programs by applying logical rulebased reasoning on source code. TAJS (Jensen et al., 2009) and ESLint (Zakas, 2013) are prominent examples. These tools face important challenges to be effective. We present several examples in Figure 1 to illustrate their limitations. Due to the complex nature of client-side web APIs, TAJS and ESLint choose to ignore analyzing built-in libraries for the sake of scalability. As depicted in Figure 1a, when developers mistakenly capitalize the first letter of innerHTML, a property of class Element in DOM (Document Object Model), both analyzers fail to catch the error. Javascript will then silently allow developers to set the previously non-existent property InnerHTML to the empty string. Later, when developers attempt to access the intended property, innerHTML, the program will crash and potentially cause a security vulnerability or incur a costly debugging experience. Additionally, static analyzers can never deal with functional bugs (i.e., errors that violate the program specification and yet conform to the coding rules). Figure 1b shows one such example. The goal is to split a string using regular expressions. However, the program incorrectly splits the input ' and ' into ['', and ''] instead of $[ { \bf \Phi } ^ { \prime \prime } , { \bf \Phi } ^ { \prime \prime } ]$ , which is what the developer intended. Since the error is simply a mismatch between the developer’s implicit specification and implementation, static analyzers are incapable of catching it. + +![](images/debfa503638c9e415a26e59edbafb8dbed10fbd181589d19251d769b600dfc54.jpg) +Figure 2: Code repair as graph transformation. Each step the source code graph is edited via one of the operator module until STOP is triggered by controller. + +The bugs that static analyzers missed in both cases are in hindsight quite obvious to human programmers. The criteria they use is very simple: any code snippet that seems to deviate from common code patterns is likely to be buggy. This is precisely the observation that our approach seeks to mimic. In particular, if a model observes a property or an unusual way of splitting strings that never appeared in the training data, it is likely to recognize those abnormal code fragments as potential bugs. The main advantage of our approach over existing neural-based bug detectors (Allamanis et al., 2018; Pradel & Sen, 2018; Vasic et al., 2019) is its generality. Unlike prior works that target specific classes of bugs (e.g., variable naming issues or binary expression bugs), we train a single model to deal with a wide range of bug types, encompassing all previously proposed ones. Compared to past approaches that leverage a graph-based neural network model (Allamanis et al., 2018), our model is capable of more sophisticated transformations such as adding or removing nodes, as shown in Figure 1c and 1d. Finally, our model not only locates but also fixes bugs, whereas program repair (Le Goues et al., 2019; Scott et al., 2019; Hua et al., 2018; Chen et al., 2018) or bug localization (Ball et al., 2003; Jose & Majumdar, 2011; Wang et al., 2019) techniques only solve a single task. + +# 3 MODEL + +We model the problem of detecting and repairing bugs in programs as a structured prediction problem on a graph-based representation of programs. Given a graph $g _ { b u g }$ that represents a buggy program, we wish to predict a graph $g _ { f i x }$ that represents the fixed program. Our model aims to capture the structured prediction by a sequence of up to $T$ steps of graph transformations: + +$$ +p ( g _ { f i x } | g _ { b u g } ; \theta ) = p ( g _ { 1 } | g _ { b u g } ; \theta ) p ( g _ { 2 } | g _ { 1 } ; \theta ) \ldots p ( g _ { f i x } | g _ { T - 1 } ; \theta ) +$$ + +The high-level overview of the graph sequence transformation is shown in Figure 2. Different programs may need a different number of steps $T ( g _ { b u g } )$ which is also determined by the model. + +We first introduce our representation module for programs in Sec 3.1. We then elucidate each step of the above transformation in Sec 3.2. Finally, we summarize and present the full model in Sec 3.3. + +# 3.1 PROGRAM REPRESENTATION + +Programs written in a high-level language have rich structure. Researchers have proposed graph-based representations to capture this structure (Allamanis et al., 2018). We start with this approach of representing programs using graphs with certain modifications for our task. + +As shown in the left part of Figure 2, we first parse the program’s source code into an abstract syntax tree (AST) form that captures the program’s syntactic structure. We then connect the leaf nodes with SuccToken edges. Unlike previous approaches, we additionally add value nodes that store the actual content of the leaf nodes, with special ValueLink edges connecting them together. The purpose of introducing this additional set of nodes is to provide a name-independent strategy for code representation and modification, which we elucidate in the next section. Hereafter, we use $g _ { f i x } , g _ { b u g }$ or $g$ in general to represent either the source code or the corresponding graph structure. + +After representing the program as a graph, we use a Graph Neural Network (GNN) (Scarselli et al., 2008) to map the graph into a representation in a fixed dimensional vector space. Specifically, given a graph $g = ( V , E )$ with set of nodes $V$ and edges $E$ , we need a function $f ( \boldsymbol { g } ) \mapsto ( \mathbb { R } ^ { d } , \mathbb { R } ^ { | V | \times d } )$ to obtain the $d$ -dimensional representation of graph $g$ (denoted as $\vec { g } )$ , as well as representations of individual nodes $v \in V$ (denoted as $\vec { v }$ ). To parameterize $f ( \cdot )$ , we employ the form in GIN ( $\mathrm { X u }$ et al., 2018), with our adaptation to our multigraph for program representation in the following manner: + +![](images/a2cc2ae4322d124cf58d65e62b0b650dc2a5f95c8603f0cf15ae0a1c0490a56b.jpg) +Figure 3: Graph edit operators with low-level primitives. + +$$ +\begin{array} { r l } & { h _ { v } ^ { ( l + 1 ) , k } = \sigma ( \sum _ { u \in \mathcal { N } ^ { k } ( v ) } \mathbf { W } _ { 1 } ^ { l , k } h _ { u } ^ { ( l ) } ) , \forall k \in \{ 1 , 2 , \ldots , K \} } \\ & { h _ { v } ^ { ( l + 1 ) } = \sigma ( \mathbf { W } _ { 2 } ^ { l } [ h _ { v } ^ { ( l + 1 ) , 1 } , h _ { v } ^ { ( l + 1 ) , 2 } , \ldots , h _ { v } ^ { ( l + 1 ) , K } ] + h _ { v } ^ { ( l ) } ) } \end{array} +$$ + +where $\mathbf { W } _ { 1 } ^ { l , k } \in \mathbb { R } ^ { d \times d }$ , $\mathbf { W } _ { 2 } ^ { l } \in \mathbb { R } ^ { d K \times d }$ are model parameters and $\sigma ( \cdot )$ is tanh in this implementation. $K$ is the total number of edge types in this multi-graph representation. In the end, the node embedding is $\vec { v } = h _ { v } ^ { ( L ) }$ , where $L$ is the total number of propagations in the GNN. $\mathcal { N } ^ { k } ( v )$ is the set of neighbors of node $v$ that are connected by edge with type $k$ . Following GIN, the graph representation $\vec { g }$ is the aggregation of $h _ { v } ^ { l } , \forall l \in 0 , 1 , \therefore , \bar { L }$ . We use max pooling to aggregate $\mathsf { \bar { h } } _ { v } ^ { l }$ for each $l$ , and then take the average of these $L + 1$ vectors to obtain $\vec { g }$ . + +Initially, we use the node type as one-hot features as a starting value for either obtained from the AST representation, or from the local value ta $h _ { v } ^ { ( 0 ) }$ , where the types areas shown in Figure 2. Note that we don’t use features like variable names or function names in this graph representation, as different programs may follow different naming conventions. Instead, we focus on the syntactic structure of the source code, so as to enable naming-agnostic representation across different programs. + +# 3.2 ONE-STEP GRAPH EDIT + +There are five types of operators to choose from for a single step graph edit, namely, adding a node (ADD), deleting a node (DEL), replacing a node value (REP_VAL), replacing a node type (REP_TYPE) and stop (NO_OP). When combined with multi-step edits, these operators suffice to capture a rich variety of code modifications. These operators share some common low-level primitives, such as finding the location, predicting value, etc. We first introduce the individual low-level primitives and then present how to assemble these for each type of graph edit operator. + +# 3.2.1 LOW-LEVEL PRIMITIVES + +Our low-level primitives contain location, type, and value prediction. These primitives can be combined for different operators later on. In this section, we assume the availability of a controller, represented as $\vec { c } \in \mathbb R ^ { d }$ . It keeps track of the global state, including the original source code, as well as the edits made so far. We will elaborate this when we assemble different primitives together. + +Location The location primitive locates a specific position in the source code. While it corresponds to region selection in the original text representation, with the graph representation, we can easily treat it as a node selection step. As different programs have different numbers of nodes, we employ a pointer network (Vinyals et al., 2015) into the graph structure. Specifically, after obtaining the node embeddings $\{ \vec { v } \} _ { v \in V }$ , we select the node via $l o \bar { c } ( \bar { \vec { c } } , g ) = \arg \operatorname* { m a x } _ { v \in V } \vec { v } ^ { \top } \bar { \vec { c } }$ for simplicity. + +Value The value primitive assigns a value for a leaf node in the AST. Instead of predicting the replacement value using a language generative model (Chen et al., 2018) or GNN score function (Allamanis et al., 2018), we adopt the attention mechanism to let the model to choose from either the values appearing in the current file (local value table), or a collection of global values that are common for the specific language. Let $D _ { v a l }$ be the global dictionary of commonly used leaf-node values in the language, where each item $i _ { v } \in D _ { v a l }$ is associated with a vector representation $\vec { i _ { v } } \in \mathbb R ^ { d }$ . The local value table is denoted as $V _ { v a l }$ which is a subset of the nodes in current graph. Then, the value is predicted via $\begin{array} { r } { v a l ( \vec { c } , g ) = \operatorname * { a r g m a x } _ { t \in D _ { v a l } \cup V _ { v a l } } \vec { t } ^ { \top } \vec { c } . } \end{array}$ . Again we use inner product simply for efficiency, while more expressive score functions can also be used. + +Type The type primitive assigns the type for non-terminal nodes in an AST. As the total possible number of types is finite and fixed for a given language, the type prediction is simply a multiclass classification problem. However, we can utilize the AST grammar checker with contextual information to prune the output space. To predict the type of a given non-terminal node, we can obtain its parent node and current children. Then, by looping over the valid production rules at the current location, we can obtain a list of all valid types. The final type is only chosen from this set. + +# 3.2.2 GRAPH EDIT OPERATORS + +The $t$ -th round of edit starts with the current graph $g _ { t - 1 }$ , the corresponding graph embedding, and the ‘macro-context’ embedding $\overrightarrow { c _ { M } } _ { t - 1 }$ that captures the edit history so far. Every type of edit operation (excluding NO_OP), requires prediction of the buggy location. So, in each round, the location primitive is invoked to determine the node to target. Then the edit type $e$ that is feasible at this location $v$ is predicted out of the five operators. A ‘micro-context’ embedding $\overrightarrow { c _ { m _ { t } } }$ is obtained from the macro embedding updated by two LSTM calls with location node embedding $\vec { v }$ and operator embedding $\vec { e } .$ . To summarize: + +$$ +\overrightarrow { c _ { M _ { t } } } ^ { \prime } = \mathrm { L S T M } ( \overrightarrow { g _ { t - 1 } } | \overrightarrow { c _ { M _ { t - 1 } } } ) , \overrightarrow { c _ { m _ { t } } } = \mathrm { L S T M } ( \overrightarrow { e _ { t } } | \mathrm { L S T M } ( \overrightarrow { v _ { t } ^ { \prime } } | \overrightarrow { c _ { M _ { t } } } ) ) , +$$ + +The micro-context embedding is used as the controller throughout the process of each operator. In the following content, we present these operators in detail. + +ADD This operation adds a new node to the graph. Unlike in Li et al. (2018) where the node and corresponding edges are added in separate stages, which would introduce extra complexity, we introduce a simple mechanism that can uniquely add a node and corresponding edges. As is shown in Figure 3, this process invokes one location primitive, one value primitive, and one type primitive. The location primitive invoked before the edit (i.e., node $v$ ) determines the parent of the node to be added, while the location primitive called during the edit chooses the left sibling of the node. In a special case where the parent node does not have any children, then such left sibling node is set to the parent node itself. With this information, we can uniquely determine the position to insert into the AST. Finally, the corresponding edges—SuccToken, ValueLink, and AST edges—can automatically be inferred with the location of new node to be added. + +As this process is autoregressive, the micro-context embedding is kept updated with all the primitive calls. For this specific operator, the context is updated in the order of: $\overrightarrow { c _ { m 1 } } = \mathrm { L S T M } ( \overrightarrow { v _ { s i b l i n g } } | c _ { m } ^ { } )$ , $c _ { m 2 } ^ { } = \mathrm { L S T M } ( \bar { v } a l ( c _ { m 1 } ^ { } , \bar { g } ) | c _ { m 1 } ^ { } )$ and $c _ { m 3 } ^ { } = \mathrm { L S T M } ( t y p e ( c _ { m 2 } ^ { } , g ) | c _ { m 2 } ^ { } )$ . In the end, $\vec { c } _ { A D D } = c _ { m 3 } ^ { }$ summarizes the process. + +DEL This operator deletes a node and corresponding edges in the graph. If it is a non-terminal node in the AST, then the corresponding subtree is removed as well. The micro-context embedding is updated by the LSTM via the embedding of the node being deleted. + +REP_VAL This operator replaces the value of a leaf (terminal) node in the AST. This procedure requires the prediction the value. The leaf node is linked to the new value node in the internal value table via a ValueLink edge. Also, the micro-context embedding is updated by the LSTM via the embedding of the corresponding node and value. + +REP_TYPE This operator changes the type of a non-terminal node, which involves type primitive steps. The micro-context embedding is updated by the LSTM via the embedding of the corresponding node and type. + +NO_OP This op does not change the graph. It simply denotes the end of the sequence of graph edits. + +# 3.3 GRAPH TRANSFORMATION + +Our end-to-end model for graph transformation inference is shown in Alg 1. We denote the buggy graph $g _ { b u g }$ as $g _ { 0 }$ for simplicity. Then, for the $t$ -th graph edit, the following steps are performed: + +1. Obtain the graph representation $\overrightarrow { g _ { t - 1 } }$ and node embeddings. Update the macro-context embedding using $\overrightarrow { g _ { t - 1 } }$ ; 2. Choose edit location $v _ { t }$ by performing location primitive and update the context embedding; 3. Pick the graph edit operator $e _ { t }$ that is compatible with $v _ { t }$ ; Use both $v _ { t }$ and $e _ { t }$ to obtain the micro-context embedding. 4. Perform the edit, obtain the corresponding micro-context summary $\overrightarrow { c _ { e _ { t } } }$ and update the macro-context embedding. 5. If the edit is not NO_OP, then go back to step 1; otherwise return the graph. + +# Algorithm 1 Transformation inference of $\overline { { p ( g _ { f i x } | g _ { b u g } ) } }$ + +1: Input $g _ { b u g } \sim \mathcal { D }$ and model parameters $\theta$ . +2: Obtain $\vec { g _ { 0 } }$ , $\{ \vec { v } _ { v \in g _ { b u g } } \} = f _ { 0 } ( g _ { b u g } )$ , let $c _ { M _ { 0 } } ^ { }$ be null. +3: for $t = 1$ to $T$ do +4: Obtain $\overrightarrow { c _ { M _ { t } } ^ { \prime } } = \mathrm { L S T M } ( \overrightarrow { g _ { t - 1 } } | \overrightarrow { c _ { M _ { t - 1 } } } )$ . +5: Choose location $v _ { t }$ , then edit type $e _ { t }$ ; +6: if $e _ { t } = \tt N O \_ O P$ then +7: set $g _ { T } = g _ { t - 1 }$ and exit the loop. +8: end if +9: Perform operator $e _ { t }$ with $\overrightarrow { c _ { m _ { t . } } }$ obtained by $\operatorname { E q } 3$ . +10: Get new graph $g _ { t }$ , update $\xrightarrow [ { \boldsymbol { c } _ { M _ { t } } } ] { }$ with $\overrightarrow { c _ { e _ { t } } }$ . +11: end for +12: Return gT + +This process repeats until it reaches the maximum steps $T$ or the NO_OP operator is selected. Note that our framework can capture the situation when the input program is bug-free. In this case, the NO_OP operator is supposed to be triggered at the first step. Also, each edit step is not limited to a single node level operation. It can be extended to modify a certain substructure (e.g., replace a tree node with one of its children). This in turn allows program repair to be performed in fewer edit steps. + +# 4 LEARNING + +Given the dataset $\mathcal { D } = \{ ( g _ { b u g } ^ { ( i ) } , g _ { f i x } ^ { ( i ) } ) \} _ { i = 1 } ^ { | \mathcal { D } | }$ which consists of pairs of buggy code and the fixed code, the learning objective maxθ $\bar { \mathbb { E } } _ { ( g _ { b u g } , g _ { f i x } ) \sim \mathcal { D } } p ( g _ { f i x } | g _ { b u g } ; \theta )$ maximizes the likelihood of fixes. + +Since the probability is factorized according to $\operatorname { E q }$ where a sequence of transformations is performed, we parse the source code using the SHIFT AST format, and utilize a JSON diff toolbox to compile the code differences into a sequence of AST edits. This serves as the fine-grained supervision mechanism for our graph transformation formulation. Thus, the MLE objective above is realized with the sum of cross entropy loss at each step of graph edits. During training, we jointly optimize the graph representation module $\{ f _ { t } ( \cdot ) \} _ { t = 1 } ^ { T }$ , each of the operator module and the controller module which is parameterized by LSTM. We use the Adam optimizer with $\beta _ { 1 } = 0 . 9 , \beta _ { 2 } = 0 . 9 9$ and initial learning rate of $1 0 ^ { - 3 }$ . Due to the large size of each sample, we use a small batch size of 10 during training. Furthermore, to stabilize the training, we apply the gradient clip with the maximum norm of 5. + +# 5 INFERENCE + +The inference procedure involves searching for the maximum in the combinatorial space: arg $\operatorname* { m a x } _ { g _ { f i x } } p ( g _ { f i x } | g _ { b u g } ; \theta )$ . Since the search space is very large, however, we use beam-search to approximately find the fixes with highest probabilities. + +Specifically, we maintain a pool of partially fixed programs $\{ \tilde { g } \}$ , which starts with simply the single buggy program $g _ { b u g }$ . The pool size is limited by the beam-search size $B$ . For each $\tilde { g }$ , we propose the top $B$ locations to be modified, top $B$ operators or top $B$ primitives (location, type, value), depending on the current stage of the edit $\tilde { g }$ . Then the total joint one-step graph transformation solutions are ranked together based on the joint log-likelihood, and the top $B$ solutions with the largest likelihood are kept in the pool for the next round of beam search. + +Unlike beam search for language models where the vocabulary size is fixed, in our setting, the available choices or even the steps of inference may vary (e.g., the ADD operator has more steps of primitive calls than the DEL operator). Our implementation is based on PyTorch with customized GPU kernels to enable efficient inference on GPUs. + +# 6 EXPERIMENTS + +Dataset Our model is trained and evaluated on a corpus of nearly half a million data points. We have created a robust system to continuously collect small changes in Javascript programs from Github. Given a commit, we download the Javascript file before and after the change: $( s r c _ { b u g g y } , s r c _ { f i x e d } )$ . Commits can contain many types of changes such as feature additions, refactorings, bug fixes, etc. In an attempt to filter our dataset to only include bug fixes, we use a heuristic based on the number of changes to the AST. Our insight is that a commit with a smaller number of AST differences is more likely to be a bug fix than a commit containing large changes. Thus for the experiments, we use three different datasets: OneDiff with precisely one edit; ZeroOneDiff with zero and one edit and ZeroOneTwoDiff with zero, one or two edits. We additionally filter out data points with ASTs larger than 500 nodes as a parameter in our system. A detailed overview of our corpus crawler is available in Appendix B. + +Table 1: Statistic of OneDiff dataset. See appendix for more information of other dataset. + +
ADDREP_TYPEREP_VALDELtotal
train6,4731,864251,09731,281290,715
validate79024531,3573,95736,349
test79623331,3873,94536,361
+ +
TotalLocationOperatorValueType
Top-3Top-1Top-3Top-1Top-1Top-3Top-1Top-3Top-1
TOTAL26.114.235.520.434.452.329.176.166.7
ADD52.939.269.651.470.665.755.176.868.5
REP_VAL23.411.933.318.531.753.028.8-1
REP_TYPE71.752.473.052.879.4--74.761.0
DEL39.624.844.027.545.8111
Random.08.072.281.427.7.01.01.270
+ +Table 2: Evaluation of model on the OneDiff dataset: accuracy $( \% )$ + +# 6.1 EVALUATION + +We train the model for 3 epochs on the training set until the validation loss converges. We tried different configurations of our model with different number of layers and different graph embedding methods besides the generic one in Eq 2. We report on these ablation studies in Appendix C. + +Table 2 shows the evaluation results of our model on a held out test set consisting of samples from our OneDiff dataset. Additional experiments on ZeroOneDiff and ZeroOneTwoDiff datasets are available in Appendix A. We also provide experimental results with respect to different configurations. + +Accuracy is shown for each graph edit operation type. Accuracy is measured in a complete discrete graph edit operation step. For example consider Figure 1a, in which we edit an object property name with the REP_VAL operation. If the model incorrectly predicts the edit operation to be of type DEL, then it will not go on to predict a value. In this case, the model will be penalized twice in the operation accuracy as well as the value accuracy. A prediction is considered totally correct only if the entire sequence of graph edit primitives is correct. Note that top-1 greedy prediction is not always among top-3 when beam search is used. Additionally, operator prediction is only evaluated on the top prediction as the search space only includes four operators. + +To demonstrate the magnitude of the search space, we compare HOPPITY to a model that selects uniformly at random, in each step of the graph edit process. The random model performs well at operation type selection since the search space only has four options (ADD, REP_VAL, REP_TYPE, DEL). However, after the operation type is predicted, the random model’s accuracy drops, as there are up to 500 nodes in the buggy AST. When it predicts value, the accuracy drops even further as our vocabulary contains 5,000 values. Lastly, type prediction has slightly better accuracy than value prediction because the number of the types of AST nodes in total is smaller than our vocabulary. + +# 6.2 BASELINES + +As existing approaches cannot be applied for comparison in Table 7, we adapt the baselines to some restricted settings in this section. We report the results on the OneDiff dataset as most of the baselines target repair of a single bug. Note that for all comparisons we provide equal amounts of information to HOPPITY and the baseline without retraining our model. + +
TypeGGNN-RepGGNN-ClsHOPPITY
Top-153.2%99.6%90.0%
Top-385.8%99.6%94.8%
+ +Table 5: Overall OneDiff accuracy with location. + +
HOPPITYTop-1Top-3
67.7%73.3%
SequenceR64.2%68.6%
+ +Table 3: REP_TYPE accuracies with location+op. +Table 6: Comparison with TAJS. + +
Bug TypeAmountTAJSHOPPITY
Undefined Property Functional Bug7 110 01 3
Refactoring1201
Total3005
+ +
ValueGGNN-RepGGNN-RNNHOPPITY
Top-163.8%60.3%69.1%
Top-367.6%63.6%73.4%
+ +Table 4: REP_VAL accuracies with location+op. + +GGNN: Allamanis et al. (2018), uses Gated Graph Neural Networks (GGNN) for two specific bug repair tasks: VARMISUSE, in which the model learns to select the correct variable that should be used at a given location, and VARNAMING, in which the model predicts a variable name based on its usage. We adapt these tasks to compare with HOPPITY on the REP_TYPE and REP_VAL tasks. Specifically, for REP_TYPE prediction we have + +• GGNN-Rep: we adopt VARMISUSE to replace with candidate node type and modify the graph structure correspondingly; we use their proposed max-margin formulation for training. • GGNN-Cls: we perform multi-class classification using the target node and graph embedding. + +For REP_VAL prediction, we also made two versions of adaptations: + +• GGNN-Rep: similar to above, here the candidate set is from values in the current graphs plus the top-100 frequent values used for repair in the training set. • GGNN-RNN: we adopt VARNAMING approach to predict value directly. Due to the huge vocabulary size, we use char-level language model for predicting the replacement. + +Table 3 and 4 show the comparison when buggy node is known. Regarding the type prediction, as the number of types is large, the likelihood formulation with classification objective outperforms the max-margin loss based one (i.e., GGNN-Rep). As in this limited case GGNN-Cls and HOPPITY are quite similar except for graph representation, the performance is expected to be comparable. As HOPPITY is not trained to predict type fix only, it performs slighly worse than GGNN-Cls. Also for the value prediction, our formulation of pointer on graph is more effective. We found when the space of decisions is large, it is hard to apply structured prediction method like GGNN-Rep in this setting. Since real-world programs are noisy, the sentences used in different programs vary greatly, making it difficult for language models to predict the exact accurate value. A possible extension is to combine the language model with the graph pointer, which we will explore in future work. + +SequenceR: The model proposed by Chen et al. (2018) is a translation based model that predicts a fixed sequence of tokens when given a buggy line in the source code. We compare with our model by providing location information to both approaches. + +Table 5 summarizes the total accuracy for fixing a single bug. In order to provide a fair comparison, we allow SequenceR to predict the same information as our model (i.e., predict op, value etc.in a sequential way), rather than an entire sequence of raw textual tokens. This experiment shows the benefit of formulating code repair with graphs over text tokens. + +With the above two baselines, we can see that in the restricted case our model can still yield comparable or even better performances. Given that our model can go for more edits without location information, we believe this tool is more generic and effective for code repair. + +TAJS: We also compare the bug detection ability of HOPPITY against TAJS (Jensen et al., 2009) which is a well-known static analysis tool for Javascript programs. Automating the comparison for our entire test set proved to be infeasible. For example, TAJS only accepts JavaScript ES5 programs, while the vast majority of current JavaScript projects use ES6 or other variants like React JSX. Another problem is that TAJS does not analyze code that is not invoked, e.g., a library function that is not called by client code. Moreover, determining the right command-line options of TAJS is non-trivial since it provides many options targeting different JavaScript runtime environments. Due to these issues, we forgo a large-scale comparison, and instead pick 30 random points in our test set to manually analyze using TAJS. Table 6 depicts the results (Appendix D provides further details). + +We restrict the chosen test points to satisfy a necessary condition for undefined property bugs since TAJS claims to be proficient in detecting this class of bugs. In the process, we also pick some functional bugs, as well as cases of refactoring modifications. By resolving the numerous issues that prevented us from automating the comparison, we were able to run TAJS manually. TAJS failed to detect any real bugs in the 30 test points. While functional bugs and refactoring modifications are beyond TAJS, however, TAJS also raises many unrelated false alarms due to its failures in locating NodeJS libraries, importing JSON files, or recognizing built-in global variables. These warnings are detrimental because TAJS suspends the analysis as soon as it detects what it preceives to be a bug. To further aid TAJS, we omitted parts of each program that are unrelated to the bug, in the hope of driving TAJS’s analysis as deep as possible. After all these measures, TAJS managed to detect two of the undefined property bugs (Bug IDs 4 and 6 in Appendix D). + +In contrast, HOPPITY is able to correctly detect 5 bug locations of the 30 testing points within our top 3 predictions. Moreover, HOPPITY also produces 4 patches that are identical to the developer’s fixes. Our comparison highlights HOPPITY’s two important strengths compared to TAJS. First, HOPPITY relieves developers from the enormous burden of manual configuration. Second, HOPPITY achieves far better performance in detecting as well as fixing the bugs in Javascript programs. + +# 7 RELATED WORK + +Static analysis for bug detection. Static analyzers such as FindBugs, Error-Prone, and Semmle use syntactic pattern-matching and dataflow analysis to find common bugs. Typically, detecting even a single class of bugs can require dozens or even hundreds of patterns. Coverity (Bessey et al., 2010), SonarQube, and Clang Static Analyzer check for semantic inconsistencies in code based on more sophisticated path analyses. Infer (Calcagno et al., 2015) is built upon sound principles and can prove the absence of certain classes of bugs. TAJS belongs to this category as well. Due to the undecidability of the problem, however, approximations are inevitable which voids the guarantees in practice. Compared to all static analysis tools, HOPPITY offers the following advantages: (1) it targets a board range of programming errors; (2) it not only localizes bugs but also fixes them; and (3) it has significantly higher signal-to-noise ratio (i.e., detects more bugs with less false alarms). + +Learning-based bug detection. Allamanis et al. (2018) target variable-misuse errors and present a solution based on a gated graph neural network model to predict the correct variable name given a buggy location. Vasic et al. (2019) present a pointer network on top of a RNN which outperforms Allamanis et al. (2018) on the same task. DeepBugs (Pradel & Sen, 2018) proposes a name-based bug detection scheme. Their model is trained to predict three classes of bugs: swapped function arguments, wrong binary operator, and wrong operand in a binary operation. Compared to these models, our approach is capable of detecting and fixing a wide range of errors in Javascript. SequenceR (Chen et al., 2018) uses sequence-to-sequence model to translate a buggy code segment into correct one; Getafix (Scott et al., 2019) produces human-like bug fixes by learning from past fixes. It employs a hierarchical clustering algorithm that sorts fix patterns according to their generality. While these approaches are general against different types of bugs, they still need the bug location as input. + +Graph learning and optimization. Our work is closely related to the literature in graph representation learning and optimization. Our model uses a variant of GNN that is inspired by many representative works (Li et al., 2015; Xu et al., 2018; Si et al., 2018), with the adaptation of local value table and pointer mechanism. Our work is also related to auto-regressive graph modeling Johnson (2016); Li et al. (2018); Brockschmidt et al. (2018); Dai et al. (2018), but with more generic operations such as subtree deletion and attribute modifications. Some other works model the graph modification in latent space (Jin et al., 2018; Yin et al., 2018), but such frameworks lack fine-grained control over the generative process, and thus are not very suitable for performing code repair. + +# 8 CONCLUSION + +We proposed an end-to-end learning-based approach to detect and fix bugs in Javascript programs. We realized the approach in a tool HOPPITY and demonstrated that it correctly predicts 9,490 out of 36,361 code changes in real programs on Github. In the future, we plan to expand the targeted bugs to include those that are caused by the interdependence among multiple files or that require multiple steps to fix. We will also deploy HOPPITY in an IDE to further evaluate its accuracy and utility. Finally, we plan to extend our learning framework to support other languages. Due to its language-independence, we believe HOPPITY will benefit developers beyond Javascript as well. + +# ACKNOWLEDGMENTS + +We thank the reviewers for their insightful comments. This research was supported in part by NSF awards #1836936 and #1836822, ONR award #N00014-18-1-2021, and Facebook research awards. + +# REFERENCES + +Miltiadis Allamanis, Marc Brockschmidt, and Mahmoud Khademi. Learning to represent programs with graphs. International Conference on Learning Representations, 2018. + +Thomas Ball, Mayur Naik, and Sriram K. Rajamani. From symptom to cause: Localizing errors in counterexample traces. In Proceedings of the 30th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages, 2003. + +Al Bessey, Ken Block, Ben Chelf, Andy Chou, Bryan Fulton, Seth Hallem, Charles Henri-Gros, Asya Kamsky, Scott McPeak, and Dawson Engler. A few billion lines of code later: Using static analysis to find bugs in the real world. Communications of the ACM, 53(2), February 2010. + +Marc Brockschmidt, Miltiadis Allamanis, Alexander L Gaunt, and Oleksandr Polozov. Generative code modeling with graphs. arXiv preprint arXiv:1805.08490, 2018. + +Cristiano Calcagno, Dino Distefano, Jeremy Dubreil, Dominik Gabi, Pieter Hooimeijer, Martino Luca, Peter O’Hearn, Irene Papakonstantinou, Jim Purbrick, and Dulma Rodriguez. Moving fast with software verification. In NASA Formal Method Symposium, 2015. + +Zimin Chen, Steve Kommrusch, Michele Tufano, Louis-Noël Pouchet, Denys Poshyvanyk, and Martin Monperrus. Sequencer: Sequence-to-sequence learning for end-to-end program repair. arXiv preprint arXiv:1901.01808, 2018. + +Hanjun Dai, Hui Li, Tian Tian, Xin Huang, Lin Wang, Jun Zhu, and Le Song. Adversarial attack on graph structured data. arXiv preprint arXiv:1806.02371, 2018. + +Github. State of the Octoverse. https://octoverse.github.com/#top-languages, 2019. + +Alex Graves, Greg Wayne, and Ivo Danihelka. Neural turing machines. arXiv preprint arXiv:1410.5401, 2014. + +Jinru Hua, Mengshi Zhang, Kaiyuan Wang, and Sarfraz Khurshid. Sketchfix: A tool for automated program repair approach using lazy candidate generation. In Proceedings of the 2018 26th ACM Joint Meeting on European Software Engineering Conference and Symposium on the Foundations of Software Engineering, 2018. + +Simon Holm Jensen, Anders Møller, and Peter Thiemann. Type analysis for javascript. In Proceedings of the 16th International Symposium on Static Analysis, 2009. + +Wengong Jin, Kevin Yang, Regina Barzilay, and Tommi Jaakkola. Learning multimodal graph-tograph translation for molecular optimization. arXiv preprint arXiv:1812.01070, 2018. + +Daniel D Johnson. Learning graphical state transitions. 2016. + +Manu Jose and Rupak Majumdar. Cause clue clauses: Error localization using maximum satisfiability. In Proceedings of the 32nd ACM SIGPLAN Conference on Programming Language Design and Implementation, 2011. + +Claire Le Goues, Michael Pradel, and Abhik Roychoudhury. Automated program repair. Commun. ACM, 2019. + +Yujia Li, Daniel Tarlow, Marc Brockschmidt, and Richard Zemel. Gated graph sequence neural networks. arXiv preprint arXiv:1511.05493, 2015. + +Yujia Li, Oriol Vinyals, Chris Dyer, Razvan Pascanu, and Peter Battaglia. Learning deep generative models of graphs. arXiv preprint arXiv:1803.03324, 2018. + +Michael Pradel and Koushik Sen. Deepbugs: A learning approach to name-based bug detection. Proc. ACM Program. Lang., 2(OOPSLA), 2018. + +Caitlin Sadowski, Jeffrey van Gogh, Ciera Jaspan, Emma Söderberg, and Collin Winter. Tricorder: Building a program analysis ecosystem. In Proceedings of the 37th International Conference on Software Engineering, 2015. + +Franco Scarselli, Marco Gori, Ah Chung Tsoi, Markus Hagenbuchner, and Gabriele Monfardini. The graph neural network model. IEEE Transactions on Neural Networks, 20(1):61–80, 2008. + +Andrew Scott, Johannes Bader, and Satish Chandra. Getafix: Learning to fix bugs automatically. volume 2, 2019. + +Xujie Si, Hanjun Dai, Mukund Raghothaman, Mayur Naik, and Le Song. Learning loop invariants for program verification. In Advances in Neural Information Processing Systems, pp. 7751–7762, 2018. + +Marko Vasic, Aditya Kanade, Petros Maniatis, David Bieber, and Rishabh Singh. Neural program repair by jointly learning to localize and repair. International Conference on Learning Representations, 2019. + +Oriol Vinyals, Meire Fortunato, and Navdeep Jaitly. Pointer networks. In Advances in Neural Information Processing Systems, pp. 2692–2700, 2015. + +Yu Wang, Fengjuan Gao, Linzhang Wang, and Ke Wang. Learning a static bug finder from data. arXiv preprint arXiv:1907.05579, 2019. + +Keyulu Xu, Weihua Hu, Jure Leskovec, and Stefanie Jegelka. How powerful are graph neural networks? arXiv preprint arXiv:1810.00826, 2018. + +Pengcheng Yin, Graham Neubig, Miltiadis Allamanis, Marc Brockschmidt, and Alexander L Gaunt. Learning to represent edits. arXiv preprint arXiv:1810.13337, 2018. + +Nicholas C. Zakas. ESLint. https://eslint.org/, 2013. + +A ADDITIONAL EXPERIMENTS + +
TotalLocationOperatorValueType
Top-3Top-1Top-3Top-1Top-1Top-3Top-1Top-3Top-1
ZeroOneTwoDiff40.829.718.93.930.335.06.538.63.4
ZeroOneDiff51.634.527.15.535.645.410.473.958.9
OneDiff26.114.235.520.434.452.329.176.166.7
Random.08.072.281.427.7.01.01.270
+ +Table 7: Evaluation of models on each dataset. The Random model is evaluated on the OneDiff dataset and is shown for comparison. + +Full experiment results In addition to the evaluation of samples with one edit Table 7, we also evaluate HOPPITY on the following datasets: + +• ZeroOneDiff - Includes samples with labels of zero or one edit • ZeroOneTwoDiff - Includes samples with labels of zero, one, or two edits. + +We trained models on each dataset for roughly 12 hours on a single GTX 2080Ti GPU. Accuracy on the ZeroOneDiff is the highest as predicting that an AST is not buggy does not consist of any low level primitive predictions. This makes it a much easier prediction for the model than say, an ADD operation which the parent location, left sibling, value, and type must all be predicted correctly in order to be considered accurate. + +Table 8: Results on true/false predictions. + +
TRUELABEL
ALARM PREDICTED NO ALARMBUGGYNOTBUGGY
10,293 26,5177,210 20,605
+ +False positive/negative study An evaluation of false positives and false negatives is available in Table 8. In this setting, we treat the problem as a classification problem on our ZeroOneDiff dataset and our model attempts to predict if a given AST is BUGGY / NOT BUGGY. If the model predicts ADD, REP_VAL, REP_TYPE, or DEL, we consider this a prediction of "BUGGY." Accordingly, if the model predicts NO_OP, we consider this to be a prediction of "NOT BUGGY." + +Accuracy v.s. size of graph To demonstrate the affect of AST size on HOPPITY’s prediction accuracy on the OneDiff dataset, we include Figure 4. As expected, AST size and accuracy are inversely related. + +Table 9: Accuracy vs beam sizes. + +
Beam Size (k)Top-k Accuracy (%)
114.37%
221.10%
326.14%
430.12%
533.58%
+ +Accuracy v.s. beam search size In Table 9 we compare the performance with different beam sizes on the OneDiff dataset. As we can see, the top-3 accuracy with beam size 3 is significantly better than top-1 accuracy with just greedy prediction. This is expected, as in the decision process there are ’bottleneck’ stages with only a few predictions (e.g., the op prediction). Thus from beam-1 to beam-3 there’s huge improvement, but further beyond the performance maxed out. + +![](images/2d4d22c9e753089552f3570ecc2cf47b4f93588aa8e3ea9b1d474d5c45c331a9.jpg) +Figure 4: End-to-end code repair accuracy v.s. size of AST of source code. + +# B DATA COLLECTION + +We have built a robust system to automatically collect millions of bug-fixes in Javascript programs from Github. Our system continuously crawls Github for commits containing Javascript files and creates a label consisting of the change to the AST corresponding to each such file. + +Our system consists of three entirely automated parallel steps: + +1. Collect Commits: Our system uses the GH Archive API to easily access Github event data for a specific hour in time. After obtaining all data for the hour, we filter this using the Github API to only include commits that consist of edits to Javascript files. + +2. Download Files: As we are obtaining a list of valid commits from step 1, we begin downloading the pair: $( s r c _ { b u g g y } , s r c _ { f i x e d } )$ where $s r c _ { b u g g y }$ is the file prior to the commit, and $s r c _ { f i x e d }$ is the file following the commit that contains the changes made. + +3. Create Label: For each Javascript file downloaded, we parse the source code into a JSON format of the AST. Our system uses the SHIFT AST 1. Abstract Syntax Tree representations are designed to naturally and intuitively represent the structure of the source code. Because of this design goal, small changes in the source code can often lead to very large changes in the AST. We chose the SHIFT AST representation with consideration to our goal of maximizing the number of commits with only one difference between the ASTs. This component produces a pair of ASTs: $( A S T _ { b u g g y } , A S T _ { f i x e d } )$ at which point a JSON differencing algorithm, fast-json-patch 2 is applied to create a label. The label includes the operation type and node edited for each difference between $A S T _ { b u g g y }$ and $A S T _ { f i x e d }$ . + +Each step of this process is parallelized in order to grow our corpus as quickly as possible. Our dataset has the advantage that it is continuously growing without human input. + +Our system is language independent and highly extensible and modular. For example, it can handle any language so long as it can be parsed into a JSON AST. + +For each label, we must download two files $s r c _ { b u g g y }$ and $s r c _ { f i x e d }$ . Additionally, if source files cannot be parsed into a SHIFT AST, a label cannot be created. For our learning corpus, we limit the dataset to only include labels with one AST difference. Additionally, in an attempt to limit graph size, we only include data points in which the $A S T _ { b u g g y }$ and $A S T _ { f i x e d }$ have less than 500 nodes. + +Table 10: Data collection statistics. + +
Total Files Downloaded:52,719,402
Total Labelled Data Points:15,225,347
# AST differences:# data points:
012-1011-2021-5051-100101+3,473,3911,863,1933,247,4372,117,9772,047,998858,981921,754
+ +![](images/b0883dab9f4a7fec3bda7f5feb2162d7d71eb6b3b303edf2c63e2002d7a13d51.jpg) +Figure 5: Distribution of number of edits in the entire crawled dataset. + +Figure 5 plots the distribution of number of edits that are recorded in Table 10. We can see the distribution is long tail, with majority of edits as 1 or 2. + +# C ABLATION STUDY + +We tried different graph representations with corresponding graph embedding methods. The multi represents the multi-graph defined by different edge types, with the parameterization of message passing function mentioned in Eq 2; the code2inv is the parameterization used in Si et al. (2018); the single instead uses a single graph with edge types as one-hot edge features. We found that more layers does not lead to better generalization in our setting, and it becomes slower in terms of convergence. So we report the results with 4 layers in our main paper. + +
modelmax_lvTotalOperatorLocationValueType
multi207.6330.013.122.654.5
multi1411.0548.017.938.661.6
multi413.3353.436.238.656.4
code2inv2010.318.125.738.857.7
code2inv148.9240.018.136.055.9
code2inv413.2930.818.928.268.21
single205.0020.210.314.244.8
single1410.6967.718.649.638.7
single412.8855.820.843.255.8
+ +Table 11: Ablation study with different graph embedding parameterizations and different number of layers. Full end-to-end repair accuracy as well as the accuracies for each primitives are reported. All the numbers are for top-1 prediction. + +# D 30 RANDOM TESTING POINTS FOR TAJS BASELINE STUDY + +
868记2记记记7亿068u9g1uuⅡ668L9S4ε乙U
org.civicrm.civicaseDiscordWithDatabasecryptiifo_restkootCaseDetailsFileTab.jshelp.jsROT13.jsindex.jsbefore_router_match.js pizza-totally-rocks geekTalks simple-crafting WTF-AdventurezulipForm.jsindex.jsgather.jsmana.js stream_muting.js matic.js graph-jsCraxi j5-ledsflom-reactgetETHFromFaucet.jspoint.jsdisplay.jsblink.jsquestion.jsiotdb-mongodbOrca pandora-validationAloChat react-native-with-redux-react-navigation-v2-boilerplatecount.js会index.jsContainer.jssplash.jshackcincinnati/siteALFACharts musketeer-shop React-QuizComponent rn-mitrais-mbAdvisors.jscrosshairs.jsorder.jsQuizQuestion.jsListAlbums.js js-dom-and-events-acting-on-events-lab-v-000MEANLetsRollroma2hira js-ajax-hiting-apis-lab--000index.jsarticles.server.route.jsrouter.jsconvert.jsindex.jsGithub Link to Diff
areAvailable()print()registerSetting()testRecipesoriginisAllowed()printSplit()addSetting() preferenceoriginTruegetRecipecheckTalkOwnershipgetBehaviorthis._superadd_messagesgetRecipescheckCommentOwnershipgetMetathis.superadd_old_messagesETHFaucetAddressdatagame.draw()blinkDataTypes.STRINGETHFAUCET_ADDRESSdataManagergame.run()strobeDataTypes.TEXTthenerase()addAsyncSetup PropTypes.stringCOLOR.DARKmakeexplode()addSyncSetup PropTypes.objectCOLOR.PANTOMEcolor.primaryMath.floorDECIMAL(obj).instruction_textsinfo.typecolor.accentMath.roundINTEGER(obj).instruction_textinfo.album_type(elem).InnerHTMLapp.paramsusername(elem).valuelogin(elem).innerHTMLapp.paramuserName(elem).innerHTMLnameBuggy CodeFixed Code
868□2记记记记2068u%G切uu068 9C4c乙U
refactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugundefined propertyundefined propertyundefined propertyundefined propertyundefined propertyundefined propertyundefined propertyBug Type
Failed importing libraryFailed importing libraryFailed importing libraryFailed importing library event sUndefined pr oces sFailed doc.getElem () Undefined processFailed importing library ut ilFailed doc.getElem ()False AlarmTAJS
exports.testRecipesIthis.game.draw()led.strobe(750)serviceProvider.addAsyncSetup(...)app.params('.PredictionHOPPITY
\ No newline at end of file diff --git a/parse/train/SJeqs6EFvB/SJeqs6EFvB_content_list.json b/parse/train/SJeqs6EFvB/SJeqs6EFvB_content_list.json new file mode 100644 index 0000000000000000000000000000000000000000..2a7b3a57c1be65095c9a5c50689a9c93f83116e4 --- /dev/null +++ b/parse/train/SJeqs6EFvB/SJeqs6EFvB_content_list.json @@ -0,0 +1,1891 @@ +[ + { + "type": "text", + "text": "HOPPITY: LEARNING GRAPH TRANSFORMATIONS TO DETECT AND FIX BUGS IN PROGRAMS ", + "text_level": 1, + "bbox": [ + 176, + 98, + 823, + 146 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Elizabeth Dinella∗ University of Pennsylvania ", + "bbox": [ + 184, + 170, + 362, + 199 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Hanjun Dai∗ Google Brain ", + "bbox": [ + 452, + 170, + 544, + 198 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Ziyang Li University of Pennsylvania ", + "bbox": [ + 635, + 170, + 813, + 199 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Mayur Naik University of Pennsylvania ", + "bbox": [ + 184, + 219, + 362, + 247 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Le Song Georgia Tech ", + "bbox": [ + 455, + 219, + 547, + 247 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Ke Wang Visa Research ", + "bbox": [ + 640, + 219, + 735, + 247 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "ABSTRACT ", + "text_level": 1, + "bbox": [ + 454, + 285, + 544, + 299 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "We present a learning-based approach to detect and fix a broad range of bugs in Javascript programs. We frame the problem in terms of learning a sequence of graph transformations: given a buggy program modeled by a graph structure, our model makes a sequence of predictions including the position of bug nodes and corresponding graph edits to produce a fix. Unlike previous works built upon deep neural networks, our approach targets bugs that are more diverse and complex in nature (i.e. bugs that require adding or deleting statements to fix). We have realized our approach in a tool called HOPPITY. By training on 290,715 Javascript code change commits on Github, HOPPITY correctly detects and fixes bugs in 9,490 out of 36,361 programs in an end-to-end fashion. Given the bug location and type of the fix, HOPPITY also outperforms the baseline approach by a wide margin. ", + "bbox": [ + 233, + 315, + 766, + 468 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "1 INTRODUCTION ", + "text_level": 1, + "bbox": [ + 176, + 489, + 336, + 505 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "The sheer size and complexity of modern codebases makes it impossible for them to be bug-free. As a result, a more reasonable and effective strategy has emerged, which aims to prevent bugs in production by applying automated tools to detect and even fix them early in the development process. ", + "bbox": [ + 174, + 512, + 825, + 554 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "This trend has gained increasing popularity in recent years. Examples include Google’s Tricorder (Sadowski et al., 2015), Facebook’s Getafix (Scott et al., 2019) and Zoncolan, and Microsoft’s Visual Studio IntelliCode. The techniques underlying these tools can be classified into broadly two categories: logical, rule-based techniques (Sadowski et al., 2015) and statistical, data-driven techniques (Allamanis et al., 2018; Pradel & Sen, 2018; Vasic et al., 2019). The former uses manually written rules capturing undesirable code patterns and scans the entire codebase for these classes of bugs. The latter learns to detect abnormal code from a large code corpus using deep neural networks. Despite great strides, however, both kinds of tools are limited in generality because they target error patterns in specific codebases or they target specific bug types. For instance, Zoncolan’s rules are designed to be specifically applicable to Facebook’s codebases, and deep learning models target specialized bugs in variable naming (Allamanis et al., 2018) or binary expressions (Pradel & Sen, 2018). Moreover, the patterns are relatively syntactic, allowing them to be specified by human experts using logical rules or learnt from a corpus of programs. ", + "bbox": [ + 174, + 560, + 825, + 742 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "In this paper, we propose a novel learning-based approach for finding and fixing bugs in Javascript programs automatically. Javascript is a scripting language designed for web application development. It has been the most popular programming language on GitHub since 2014 (Github, 2019). Repairing Javascript code presents a unique challenge as bugs manifest in diverse forms due to unusual language features and the lack of tooling support. Therefore, the primary goal of our approach is generality since it must be effective against a board spectrum of programming errors, such as using wrong operators or identifiers, accessing undefined properties, mishandling variable scopes, triggering type incompatibilites, among many others. Another important novel aspect concerns our approach’s ability to deal with bugs that are more complex and semantic in nature, namely, bugs that require adding or removing statements from a program, which are not considered by prior works. Finally, compared to automated program repair techniques (Le Goues et al., 2019; Scott et al., 2019; Hua et al., 2018; Chen et al., 2018) which require knowledge of bug location, this paper presents an end-to-end approach including localizing bugs, predicting the types of fixes, and generating patches. ", + "bbox": [ + 174, + 748, + 825, + 901 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "", + "bbox": [ + 171, + 103, + 823, + 132 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "We design our model architecture in a similar vein as a Neural Turing Machine (NTM) (Graves et al., 2014). It consists of an external memory (a Graph Neural Network) for embedding a buggy program and a central controller (an LSTM) that makes a sequence of primitive actions (e.g., predicting type, generating patch, etc.) to perform a fix. The multi-step decision process is implemented by an autoregressive model. Crucially, our model differs from the standard NTM in how the memory is manipulated: apart from the common read and write operations, the controller can also expand or shrink the memory when adding or deleting nodes in the original graph. ", + "bbox": [ + 174, + 138, + 825, + 237 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "We have realized our approach in a tool called HOPPITY. By training on 290,715 Javascript code change commits collected from Github, HOPPITY correctly detects and fixes bugs in 9,490 out of 36,361 programs using a beam size of three. ", + "bbox": [ + 174, + 243, + 825, + 285 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "2 MOTIVATING EXAMPLES ", + "text_level": 1, + "bbox": [ + 176, + 294, + 411, + 310 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Javascript is quite different compared to traditional object-oriented languages (e.g. $\\mathrm { C } { + + }$ , Java, or $\\mathbf { C } \\#$ ). In addition to the weak, dynamic typing discipline of scripting languages, Javascript supports many peculiar features that do not exist in other languages. For example, it allows a property (i.e., a field) to be added to or removed from an object at runtime. As another example, Javascript did not support block-level scoping until recently, allowing a variable defined in a block structure such as a for loop to be exposed to the entire function in which the loop occurs. While the latest ES6 language standard incorporates block-level scoping, developers have been programming without it for decades, resulting in a large body of legacy code. Finally, Javascript’s eval function, which interprets and executes a string as a code fragment, is widely regarded as a major source of bugs and vulnerabilities. All of these aspects make programming in Javascript a frustrating and error-prone experience. ", + "bbox": [ + 173, + 318, + 825, + 457 + ], + "page_idx": 1 + }, + { + "type": "image", + "img_path": "images/5d5db4d59feaf5fb2d4045cba10080cbb7a131b8e8d7ef8e54625067bc4119e3.jpg", + "image_caption": [ + "(c) copy function should have also been included in (d) parseInt should have been removed because $= = = =$ the highlighted list. implies this.value is an integer. ", + "Figure 1: Example programs that illustrate limitations of existing approaches inculding both rulebased static analyzers and neural-based bug predictors. " + ], + "image_footnote": [], + "bbox": [ + 168, + 470, + 828, + 646 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Static analyzers aim to detect common coding errors in Javascript programs by applying logical rulebased reasoning on source code. TAJS (Jensen et al., 2009) and ESLint (Zakas, 2013) are prominent examples. These tools face important challenges to be effective. We present several examples in Figure 1 to illustrate their limitations. Due to the complex nature of client-side web APIs, TAJS and ESLint choose to ignore analyzing built-in libraries for the sake of scalability. As depicted in Figure 1a, when developers mistakenly capitalize the first letter of innerHTML, a property of class Element in DOM (Document Object Model), both analyzers fail to catch the error. Javascript will then silently allow developers to set the previously non-existent property InnerHTML to the empty string. Later, when developers attempt to access the intended property, innerHTML, the program will crash and potentially cause a security vulnerability or incur a costly debugging experience. Additionally, static analyzers can never deal with functional bugs (i.e., errors that violate the program specification and yet conform to the coding rules). Figure 1b shows one such example. The goal is to split a string using regular expressions. However, the program incorrectly splits the input ' and ' into ['', and ''] instead of $[ { \\bf \\Phi } ^ { \\prime \\prime } , { \\bf \\Phi } ^ { \\prime \\prime } ]$ , which is what the developer intended. Since the error is simply a mismatch between the developer’s implicit specification and implementation, static analyzers are incapable of catching it. ", + "bbox": [ + 174, + 729, + 825, + 924 + ], + "page_idx": 1 + }, + { + "type": "image", + "img_path": "images/debfa503638c9e415a26e59edbafb8dbed10fbd181589d19251d769b600dfc54.jpg", + "image_caption": [ + "Figure 2: Code repair as graph transformation. Each step the source code graph is edited via one of the operator module until STOP is triggered by controller. " + ], + "image_footnote": [], + "bbox": [ + 174, + 88, + 813, + 258 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 311, + 823, + 340 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "The bugs that static analyzers missed in both cases are in hindsight quite obvious to human programmers. The criteria they use is very simple: any code snippet that seems to deviate from common code patterns is likely to be buggy. This is precisely the observation that our approach seeks to mimic. In particular, if a model observes a property or an unusual way of splitting strings that never appeared in the training data, it is likely to recognize those abnormal code fragments as potential bugs. The main advantage of our approach over existing neural-based bug detectors (Allamanis et al., 2018; Pradel & Sen, 2018; Vasic et al., 2019) is its generality. Unlike prior works that target specific classes of bugs (e.g., variable naming issues or binary expression bugs), we train a single model to deal with a wide range of bug types, encompassing all previously proposed ones. Compared to past approaches that leverage a graph-based neural network model (Allamanis et al., 2018), our model is capable of more sophisticated transformations such as adding or removing nodes, as shown in Figure 1c and 1d. Finally, our model not only locates but also fixes bugs, whereas program repair (Le Goues et al., 2019; Scott et al., 2019; Hua et al., 2018; Chen et al., 2018) or bug localization (Ball et al., 2003; Jose & Majumdar, 2011; Wang et al., 2019) techniques only solve a single task. ", + "bbox": [ + 173, + 347, + 826, + 542 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "3 MODEL ", + "text_level": 1, + "bbox": [ + 174, + 550, + 269, + 566 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "We model the problem of detecting and repairing bugs in programs as a structured prediction problem on a graph-based representation of programs. Given a graph $g _ { b u g }$ that represents a buggy program, we wish to predict a graph $g _ { f i x }$ that represents the fixed program. Our model aims to capture the structured prediction by a sequence of up to $T$ steps of graph transformations: ", + "bbox": [ + 173, + 574, + 825, + 630 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/0103504e54b020eebcd2ba17427b2ea4faa5994e7bd64f0da7b5f5151b25031f.jpg", + "text": "$$\np ( g _ { f i x } | g _ { b u g } ; \\theta ) = p ( g _ { 1 } | g _ { b u g } ; \\theta ) p ( g _ { 2 } | g _ { 1 } ; \\theta ) \\ldots p ( g _ { f i x } | g _ { T - 1 } ; \\theta )\n$$", + "text_format": "latex", + "bbox": [ + 279, + 633, + 686, + 651 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "The high-level overview of the graph sequence transformation is shown in Figure 2. Different programs may need a different number of steps $T ( g _ { b u g } )$ which is also determined by the model. ", + "bbox": [ + 176, + 654, + 820, + 683 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "We first introduce our representation module for programs in Sec 3.1. We then elucidate each step of the above transformation in Sec 3.2. Finally, we summarize and present the full model in Sec 3.3. ", + "bbox": [ + 174, + 689, + 823, + 717 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "3.1 PROGRAM REPRESENTATION ", + "text_level": 1, + "bbox": [ + 176, + 722, + 413, + 736 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Programs written in a high-level language have rich structure. Researchers have proposed graph-based representations to capture this structure (Allamanis et al., 2018). We start with this approach of representing programs using graphs with certain modifications for our task. ", + "bbox": [ + 176, + 742, + 823, + 784 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "As shown in the left part of Figure 2, we first parse the program’s source code into an abstract syntax tree (AST) form that captures the program’s syntactic structure. We then connect the leaf nodes with SuccToken edges. Unlike previous approaches, we additionally add value nodes that store the actual content of the leaf nodes, with special ValueLink edges connecting them together. The purpose of introducing this additional set of nodes is to provide a name-independent strategy for code representation and modification, which we elucidate in the next section. Hereafter, we use $g _ { f i x } , g _ { b u g }$ or $g$ in general to represent either the source code or the corresponding graph structure. ", + "bbox": [ + 174, + 790, + 825, + 888 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "After representing the program as a graph, we use a Graph Neural Network (GNN) (Scarselli et al., 2008) to map the graph into a representation in a fixed dimensional vector space. Specifically, given a graph $g = ( V , E )$ with set of nodes $V$ and edges $E$ , we need a function $f ( \\boldsymbol { g } ) \\mapsto ( \\mathbb { R } ^ { d } , \\mathbb { R } ^ { | V | \\times d } )$ to obtain the $d$ -dimensional representation of graph $g$ (denoted as $\\vec { g } )$ , as well as representations of individual nodes $v \\in V$ (denoted as $\\vec { v }$ ). To parameterize $f ( \\cdot )$ , we employ the form in GIN ( $\\mathrm { X u }$ et al., 2018), with our adaptation to our multigraph for program representation in the following manner: ", + "bbox": [ + 174, + 895, + 825, + 924 + ], + "page_idx": 2 + }, + { + "type": "image", + "img_path": "images/a2cc2ae4322d124cf58d65e62b0b650dc2a5f95c8603f0cf15ae0a1c0490a56b.jpg", + "image_caption": [ + "Figure 3: Graph edit operators with low-level primitives. " + ], + "image_footnote": [], + "bbox": [ + 171, + 84, + 826, + 308 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "", + "bbox": [ + 173, + 347, + 826, + 404 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/b7168a9bac585efec6eb75c06a41342cc380a2ca446564ae2a7dff6d7d219027.jpg", + "text": "$$\n\\begin{array} { r l } & { h _ { v } ^ { ( l + 1 ) , k } = \\sigma ( \\sum _ { u \\in \\mathcal { N } ^ { k } ( v ) } \\mathbf { W } _ { 1 } ^ { l , k } h _ { u } ^ { ( l ) } ) , \\forall k \\in \\{ 1 , 2 , \\ldots , K \\} } \\\\ & { h _ { v } ^ { ( l + 1 ) } = \\sigma ( \\mathbf { W } _ { 2 } ^ { l } [ h _ { v } ^ { ( l + 1 ) , 1 } , h _ { v } ^ { ( l + 1 ) , 2 } , \\ldots , h _ { v } ^ { ( l + 1 ) , K } ] + h _ { v } ^ { ( l ) } ) } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 295, + 406, + 669, + 452 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "where $\\mathbf { W } _ { 1 } ^ { l , k } \\in \\mathbb { R } ^ { d \\times d }$ , $\\mathbf { W } _ { 2 } ^ { l } \\in \\mathbb { R } ^ { d K \\times d }$ are model parameters and $\\sigma ( \\cdot )$ is tanh in this implementation. $K$ is the total number of edge types in this multi-graph representation. In the end, the node embedding is $\\vec { v } = h _ { v } ^ { ( L ) }$ , where $L$ is the total number of propagations in the GNN. $\\mathcal { N } ^ { k } ( v )$ is the set of neighbors of node $v$ that are connected by edge with type $k$ . Following GIN, the graph representation $\\vec { g }$ is the aggregation of $h _ { v } ^ { l } , \\forall l \\in 0 , 1 , \\therefore , \\bar { L }$ . We use max pooling to aggregate $\\mathsf { \\bar { h } } _ { v } ^ { l }$ for each $l$ , and then take the average of these $L + 1$ vectors to obtain $\\vec { g }$ . ", + "bbox": [ + 173, + 454, + 825, + 544 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Initially, we use the node type as one-hot features as a starting value for either obtained from the AST representation, or from the local value ta $h _ { v } ^ { ( 0 ) }$ , where the types areas shown in Figure 2. Note that we don’t use features like variable names or function names in this graph representation, as different programs may follow different naming conventions. Instead, we focus on the syntactic structure of the source code, so as to enable naming-agnostic representation across different programs. ", + "bbox": [ + 173, + 550, + 826, + 623 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "3.2 ONE-STEP GRAPH EDIT ", + "text_level": 1, + "bbox": [ + 174, + 628, + 375, + 642 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "There are five types of operators to choose from for a single step graph edit, namely, adding a node (ADD), deleting a node (DEL), replacing a node value (REP_VAL), replacing a node type (REP_TYPE) and stop (NO_OP). When combined with multi-step edits, these operators suffice to capture a rich variety of code modifications. These operators share some common low-level primitives, such as finding the location, predicting value, etc. We first introduce the individual low-level primitives and then present how to assemble these for each type of graph edit operator. ", + "bbox": [ + 173, + 647, + 825, + 732 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "3.2.1 LOW-LEVEL PRIMITIVES ", + "text_level": 1, + "bbox": [ + 174, + 736, + 398, + 751 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Our low-level primitives contain location, type, and value prediction. These primitives can be combined for different operators later on. In this section, we assume the availability of a controller, represented as $\\vec { c } \\in \\mathbb R ^ { d }$ . It keeps track of the global state, including the original source code, as well as the edits made so far. We will elaborate this when we assemble different primitives together. ", + "bbox": [ + 174, + 756, + 825, + 811 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Location The location primitive locates a specific position in the source code. While it corresponds to region selection in the original text representation, with the graph representation, we can easily treat it as a node selection step. As different programs have different numbers of nodes, we employ a pointer network (Vinyals et al., 2015) into the graph structure. Specifically, after obtaining the node embeddings $\\{ \\vec { v } \\} _ { v \\in V }$ , we select the node via $l o \\bar { c } ( \\bar { \\vec { c } } , g ) = \\arg \\operatorname* { m a x } _ { v \\in V } \\vec { v } ^ { \\top } \\bar { \\vec { c } }$ for simplicity. ", + "bbox": [ + 173, + 818, + 825, + 890 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Value The value primitive assigns a value for a leaf node in the AST. Instead of predicting the replacement value using a language generative model (Chen et al., 2018) or GNN score function (Allamanis et al., 2018), we adopt the attention mechanism to let the model to choose from either the values appearing in the current file (local value table), or a collection of global values that are common for the specific language. Let $D _ { v a l }$ be the global dictionary of commonly used leaf-node values in the language, where each item $i _ { v } \\in D _ { v a l }$ is associated with a vector representation $\\vec { i _ { v } } \\in \\mathbb R ^ { d }$ . The local value table is denoted as $V _ { v a l }$ which is a subset of the nodes in current graph. Then, the value is predicted via $\\begin{array} { r } { v a l ( \\vec { c } , g ) = \\operatorname * { a r g m a x } _ { t \\in D _ { v a l } \\cup V _ { v a l } } \\vec { t } ^ { \\top } \\vec { c } . } \\end{array}$ . Again we use inner product simply for efficiency, while more expressive score functions can also be used. ", + "bbox": [ + 173, + 895, + 825, + 924 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "", + "bbox": [ + 173, + 103, + 825, + 204 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Type The type primitive assigns the type for non-terminal nodes in an AST. As the total possible number of types is finite and fixed for a given language, the type prediction is simply a multiclass classification problem. However, we can utilize the AST grammar checker with contextual information to prune the output space. To predict the type of a given non-terminal node, we can obtain its parent node and current children. Then, by looping over the valid production rules at the current location, we can obtain a list of all valid types. The final type is only chosen from this set. ", + "bbox": [ + 174, + 210, + 825, + 296 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "3.2.2 GRAPH EDIT OPERATORS", + "text_level": 1, + "bbox": [ + 174, + 301, + 401, + 315 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "The $t$ -th round of edit starts with the current graph $g _ { t - 1 }$ , the corresponding graph embedding, and the ‘macro-context’ embedding $\\overrightarrow { c _ { M } } _ { t - 1 }$ that captures the edit history so far. Every type of edit operation (excluding NO_OP), requires prediction of the buggy location. So, in each round, the location primitive is invoked to determine the node to target. Then the edit type $e$ that is feasible at this location $v$ is predicted out of the five operators. A ‘micro-context’ embedding $\\overrightarrow { c _ { m _ { t } } }$ is obtained from the macro embedding updated by two LSTM calls with location node embedding $\\vec { v }$ and operator embedding $\\vec { e } .$ . To summarize: ", + "bbox": [ + 173, + 320, + 825, + 419 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/157ffc9373a7c7bfa79aa1d9975e7345563fcd3e5975e20cc94cee2600908f11.jpg", + "text": "$$\n\\overrightarrow { c _ { M _ { t } } } ^ { \\prime } = \\mathrm { L S T M } ( \\overrightarrow { g _ { t - 1 } } | \\overrightarrow { c _ { M _ { t - 1 } } } ) , \\overrightarrow { c _ { m _ { t } } } = \\mathrm { L S T M } ( \\overrightarrow { e _ { t } } | \\mathrm { L S T M } ( \\overrightarrow { v _ { t } ^ { \\prime } } | \\overrightarrow { c _ { M _ { t } } } ) ) ,\n$$", + "text_format": "latex", + "bbox": [ + 285, + 426, + 710, + 445 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "The micro-context embedding is used as the controller throughout the process of each operator. In the following content, we present these operators in detail. ", + "bbox": [ + 173, + 454, + 823, + 482 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "ADD This operation adds a new node to the graph. Unlike in Li et al. (2018) where the node and corresponding edges are added in separate stages, which would introduce extra complexity, we introduce a simple mechanism that can uniquely add a node and corresponding edges. As is shown in Figure 3, this process invokes one location primitive, one value primitive, and one type primitive. The location primitive invoked before the edit (i.e., node $v$ ) determines the parent of the node to be added, while the location primitive called during the edit chooses the left sibling of the node. In a special case where the parent node does not have any children, then such left sibling node is set to the parent node itself. With this information, we can uniquely determine the position to insert into the AST. Finally, the corresponding edges—SuccToken, ValueLink, and AST edges—can automatically be inferred with the location of new node to be added. ", + "bbox": [ + 173, + 488, + 825, + 627 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "As this process is autoregressive, the micro-context embedding is kept updated with all the primitive calls. For this specific operator, the context is updated in the order of: $\\overrightarrow { c _ { m 1 } } = \\mathrm { L S T M } ( \\overrightarrow { v _ { s i b l i n g } } | c _ { m } ^ { } )$ , $c _ { m 2 } ^ { } = \\mathrm { L S T M } ( \\bar { v } a l ( c _ { m 1 } ^ { } , \\bar { g } ) | c _ { m 1 } ^ { } )$ and $c _ { m 3 } ^ { } = \\mathrm { L S T M } ( t y p e ( c _ { m 2 } ^ { } , g ) | c _ { m 2 } ^ { } )$ . In the end, $\\vec { c } _ { A D D } = c _ { m 3 } ^ { }$ summarizes the process. ", + "bbox": [ + 174, + 635, + 825, + 690 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "DEL This operator deletes a node and corresponding edges in the graph. If it is a non-terminal node in the AST, then the corresponding subtree is removed as well. The micro-context embedding is updated by the LSTM via the embedding of the node being deleted. ", + "bbox": [ + 173, + 696, + 825, + 739 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "REP_VAL This operator replaces the value of a leaf (terminal) node in the AST. This procedure requires the prediction the value. The leaf node is linked to the new value node in the internal value table via a ValueLink edge. Also, the micro-context embedding is updated by the LSTM via the embedding of the corresponding node and value. ", + "bbox": [ + 173, + 746, + 825, + 803 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "REP_TYPE This operator changes the type of a non-terminal node, which involves type primitive steps. The micro-context embedding is updated by the LSTM via the embedding of the corresponding node and type. ", + "bbox": [ + 174, + 809, + 825, + 852 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "NO_OP This op does not change the graph. It simply denotes the end of the sequence of graph edits. ", + "bbox": [ + 173, + 858, + 823, + 873 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "3.3 GRAPH TRANSFORMATION ", + "text_level": 1, + "bbox": [ + 174, + 880, + 400, + 893 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Our end-to-end model for graph transformation inference is shown in Alg 1. We denote the buggy graph $g _ { b u g }$ as $g _ { 0 }$ for simplicity. Then, for the $t$ -th graph edit, the following steps are performed: ", + "bbox": [ + 173, + 900, + 825, + 928 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "1. Obtain the graph representation $\\overrightarrow { g _ { t - 1 } }$ and node embeddings. Update the macro-context embedding using $\\overrightarrow { g _ { t - 1 } }$ ; 2. Choose edit location $v _ { t }$ by performing location primitive and update the context embedding; 3. Pick the graph edit operator $e _ { t }$ that is compatible with $v _ { t }$ ; Use both $v _ { t }$ and $e _ { t }$ to obtain the micro-context embedding. 4. Perform the edit, obtain the corresponding micro-context summary $\\overrightarrow { c _ { e _ { t } } }$ and update the macro-context embedding. 5. If the edit is not NO_OP, then go back to step 1; otherwise return the graph. ", + "bbox": [ + 173, + 125, + 452, + 319 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Algorithm 1 Transformation inference of $\\overline { { p ( g _ { f i x } | g _ { b u g } ) } }$ ", + "text_level": 1, + "bbox": [ + 465, + 123, + 823, + 138 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "1: Input $g _ { b u g } \\sim \\mathcal { D }$ and model parameters $\\theta$ . \n2: Obtain $\\vec { g _ { 0 } }$ , $\\{ \\vec { v } _ { v \\in g _ { b u g } } \\} = f _ { 0 } ( g _ { b u g } )$ , let $c _ { M _ { 0 } } ^ { }$ be null. \n3: for $t = 1$ to $T$ do \n4: Obtain $\\overrightarrow { c _ { M _ { t } } ^ { \\prime } } = \\mathrm { L S T M } ( \\overrightarrow { g _ { t - 1 } } | \\overrightarrow { c _ { M _ { t - 1 } } } )$ . \n5: Choose location $v _ { t }$ , then edit type $e _ { t }$ ; \n6: if $e _ { t } = \\tt N O \\_ O P$ then \n7: set $g _ { T } = g _ { t - 1 }$ and exit the loop. \n8: end if \n9: Perform operator $e _ { t }$ with $\\overrightarrow { c _ { m _ { t . } } }$ obtained by $\\operatorname { E q } 3$ . \n10: Get new graph $g _ { t }$ , update $\\xrightarrow [ { \\boldsymbol { c } _ { M _ { t } } } ] { }$ with $\\overrightarrow { c _ { e _ { t } } }$ . \n11: end for \n12: Return gT ", + "bbox": [ + 470, + 143, + 820, + 315 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "This process repeats until it reaches the maximum steps $T$ or the NO_OP operator is selected. Note that our framework can capture the situation when the input program is bug-free. In this case, the NO_OP operator is supposed to be triggered at the first step. Also, each edit step is not limited to a single node level operation. It can be extended to modify a certain substructure (e.g., replace a tree node with one of its children). This in turn allows program repair to be performed in fewer edit steps. ", + "bbox": [ + 173, + 327, + 825, + 396 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "4 LEARNING ", + "text_level": 1, + "bbox": [ + 174, + 405, + 295, + 421 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Given the dataset $\\mathcal { D } = \\{ ( g _ { b u g } ^ { ( i ) } , g _ { f i x } ^ { ( i ) } ) \\} _ { i = 1 } ^ { | \\mathcal { D } | }$ which consists of pairs of buggy code and the fixed code, the learning objective maxθ $\\bar { \\mathbb { E } } _ { ( g _ { b u g } , g _ { f i x } ) \\sim \\mathcal { D } } p ( g _ { f i x } | g _ { b u g } ; \\theta )$ maximizes the likelihood of fixes. ", + "bbox": [ + 174, + 430, + 823, + 467 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Since the probability is factorized according to $\\operatorname { E q }$ where a sequence of transformations is performed, we parse the source code using the SHIFT AST format, and utilize a JSON diff toolbox to compile the code differences into a sequence of AST edits. This serves as the fine-grained supervision mechanism for our graph transformation formulation. Thus, the MLE objective above is realized with the sum of cross entropy loss at each step of graph edits. During training, we jointly optimize the graph representation module $\\{ f _ { t } ( \\cdot ) \\} _ { t = 1 } ^ { T }$ , each of the operator module and the controller module which is parameterized by LSTM. We use the Adam optimizer with $\\beta _ { 1 } = 0 . 9 , \\beta _ { 2 } = 0 . 9 9$ and initial learning rate of $1 0 ^ { - 3 }$ . Due to the large size of each sample, we use a small batch size of 10 during training. Furthermore, to stabilize the training, we apply the gradient clip with the maximum norm of 5. ", + "bbox": [ + 173, + 472, + 825, + 597 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "5 INFERENCE ", + "text_level": 1, + "bbox": [ + 174, + 606, + 302, + 621 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "The inference procedure involves searching for the maximum in the combinatorial space: arg $\\operatorname* { m a x } _ { g _ { f i x } } p ( g _ { f i x } | g _ { b u g } ; \\theta )$ . Since the search space is very large, however, we use beam-search to approximately find the fixes with highest probabilities. ", + "bbox": [ + 176, + 628, + 823, + 671 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Specifically, we maintain a pool of partially fixed programs $\\{ \\tilde { g } \\}$ , which starts with simply the single buggy program $g _ { b u g }$ . The pool size is limited by the beam-search size $B$ . For each $\\tilde { g }$ , we propose the top $B$ locations to be modified, top $B$ operators or top $B$ primitives (location, type, value), depending on the current stage of the edit $\\tilde { g }$ . Then the total joint one-step graph transformation solutions are ranked together based on the joint log-likelihood, and the top $B$ solutions with the largest likelihood are kept in the pool for the next round of beam search. ", + "bbox": [ + 174, + 678, + 825, + 762 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Unlike beam search for language models where the vocabulary size is fixed, in our setting, the available choices or even the steps of inference may vary (e.g., the ADD operator has more steps of primitive calls than the DEL operator). Our implementation is based on PyTorch with customized GPU kernels to enable efficient inference on GPUs. ", + "bbox": [ + 174, + 768, + 825, + 824 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "6 EXPERIMENTS ", + "text_level": 1, + "bbox": [ + 176, + 834, + 328, + 849 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Dataset Our model is trained and evaluated on a corpus of nearly half a million data points. We have created a robust system to continuously collect small changes in Javascript programs from Github. Given a commit, we download the Javascript file before and after the change: $( s r c _ { b u g g y } , s r c _ { f i x e d } )$ . Commits can contain many types of changes such as feature additions, refactorings, bug fixes, etc. In an attempt to filter our dataset to only include bug fixes, we use a heuristic based on the number of changes to the AST. Our insight is that a commit with a smaller number of AST differences is more likely to be a bug fix than a commit containing large changes. Thus for the experiments, we use three different datasets: OneDiff with precisely one edit; ZeroOneDiff with zero and one edit and ZeroOneTwoDiff with zero, one or two edits. We additionally filter out data points with ASTs larger than 500 nodes as a parameter in our system. A detailed overview of our corpus crawler is available in Appendix B. ", + "bbox": [ + 174, + 858, + 825, + 914 + ], + "page_idx": 5 + }, + { + "type": "table", + "img_path": "images/260307005ec8034ecc489793ca6e552c2c8fa7cd80cc7fb9319ed20cd3a63470.jpg", + "table_caption": [ + "Table 1: Statistic of OneDiff dataset. See appendix for more information of other dataset. " + ], + "table_footnote": [], + "table_body": "
ADDREP_TYPEREP_VALDELtotal
train6,4731,864251,09731,281290,715
validate79024531,3573,95736,349
test79623331,3873,94536,361
", + "bbox": [ + 272, + 102, + 725, + 171 + ], + "page_idx": 6 + }, + { + "type": "table", + "img_path": "images/6804b2678b6e4d02976053503ce62f38875916e8f457aa9c4a2cc4643a24e5fa.jpg", + "table_caption": [], + "table_footnote": [ + "Table 2: Evaluation of model on the OneDiff dataset: accuracy $( \\% )$ " + ], + "table_body": "
TotalLocationOperatorValueType
Top-3Top-1Top-3Top-1Top-1Top-3Top-1Top-3Top-1
TOTAL26.114.235.520.434.452.329.176.166.7
ADD52.939.269.651.470.665.755.176.868.5
REP_VAL23.411.933.318.531.753.028.8-1
REP_TYPE71.752.473.052.879.4--74.761.0
DEL39.624.844.027.545.8111
Random.08.072.281.427.7.01.01.270
", + "bbox": [ + 174, + 195, + 821, + 333 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 377, + 825, + 476 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "6.1 EVALUATION ", + "text_level": 1, + "bbox": [ + 174, + 486, + 305, + 501 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "We train the model for 3 epochs on the training set until the validation loss converges. We tried different configurations of our model with different number of layers and different graph embedding methods besides the generic one in Eq 2. We report on these ablation studies in Appendix C. ", + "bbox": [ + 174, + 507, + 825, + 550 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Table 2 shows the evaluation results of our model on a held out test set consisting of samples from our OneDiff dataset. Additional experiments on ZeroOneDiff and ZeroOneTwoDiff datasets are available in Appendix A. We also provide experimental results with respect to different configurations. ", + "bbox": [ + 174, + 556, + 825, + 612 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Accuracy is shown for each graph edit operation type. Accuracy is measured in a complete discrete graph edit operation step. For example consider Figure 1a, in which we edit an object property name with the REP_VAL operation. If the model incorrectly predicts the edit operation to be of type DEL, then it will not go on to predict a value. In this case, the model will be penalized twice in the operation accuracy as well as the value accuracy. A prediction is considered totally correct only if the entire sequence of graph edit primitives is correct. Note that top-1 greedy prediction is not always among top-3 when beam search is used. Additionally, operator prediction is only evaluated on the top prediction as the search space only includes four operators. ", + "bbox": [ + 174, + 619, + 825, + 731 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "To demonstrate the magnitude of the search space, we compare HOPPITY to a model that selects uniformly at random, in each step of the graph edit process. The random model performs well at operation type selection since the search space only has four options (ADD, REP_VAL, REP_TYPE, DEL). However, after the operation type is predicted, the random model’s accuracy drops, as there are up to 500 nodes in the buggy AST. When it predicts value, the accuracy drops even further as our vocabulary contains 5,000 values. Lastly, type prediction has slightly better accuracy than value prediction because the number of the types of AST nodes in total is smaller than our vocabulary. ", + "bbox": [ + 174, + 738, + 825, + 835 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "6.2 BASELINES", + "text_level": 1, + "bbox": [ + 174, + 847, + 294, + 861 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "As existing approaches cannot be applied for comparison in Table 7, we adapt the baselines to some restricted settings in this section. We report the results on the OneDiff dataset as most of the baselines target repair of a single bug. Note that for all comparisons we provide equal amounts of information to HOPPITY and the baseline without retraining our model. ", + "bbox": [ + 176, + 867, + 823, + 924 + ], + "page_idx": 6 + }, + { + "type": "table", + "img_path": "images/b3fc7aa85f3f186fed81d7adb9b29d0582b9304f81cfd01db28a4d2d705a0d14.jpg", + "table_caption": [], + "table_footnote": [], + "table_body": "
TypeGGNN-RepGGNN-ClsHOPPITY
Top-153.2%99.6%90.0%
Top-385.8%99.6%94.8%
", + "bbox": [ + 174, + 102, + 496, + 156 + ], + "page_idx": 7 + }, + { + "type": "table", + "img_path": "images/f572866c7818a8cee4335dbcfda575145c5982e034fdacb29741d784145d9cf0.jpg", + "table_caption": [ + "Table 5: Overall OneDiff accuracy with location. " + ], + "table_footnote": [], + "table_body": "
HOPPITYTop-1Top-3
67.7%73.3%
SequenceR64.2%68.6%
", + "bbox": [ + 547, + 102, + 774, + 159 + ], + "page_idx": 7 + }, + { + "type": "table", + "img_path": "images/bcc01911703e3743f6813e87717d7a45721e9f31c80f48457a455646fe7fd12f.jpg", + "table_caption": [ + "Table 3: REP_TYPE accuracies with location+op. ", + "Table 6: Comparison with TAJS. " + ], + "table_footnote": [], + "table_body": "
Bug TypeAmountTAJSHOPPITY
Undefined Property Functional Bug7 110 01 3
Refactoring1201
Total3005
", + "bbox": [ + 504, + 179, + 820, + 247 + ], + "page_idx": 7 + }, + { + "type": "table", + "img_path": "images/59fc82e0435aa6ffd6b6385e7bb4f022ecb72406e90f2e033eecc0769a1c7afa.jpg", + "table_caption": [], + "table_footnote": [ + "Table 4: REP_VAL accuracies with location+op. " + ], + "table_body": "
ValueGGNN-RepGGNN-RNNHOPPITY
Top-163.8%60.3%69.1%
Top-367.6%63.6%73.4%
", + "bbox": [ + 173, + 195, + 496, + 250 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "GGNN: Allamanis et al. (2018), uses Gated Graph Neural Networks (GGNN) for two specific bug repair tasks: VARMISUSE, in which the model learns to select the correct variable that should be used at a given location, and VARNAMING, in which the model predicts a variable name based on its usage. We adapt these tasks to compare with HOPPITY on the REP_TYPE and REP_VAL tasks. Specifically, for REP_TYPE prediction we have ", + "bbox": [ + 174, + 281, + 825, + 352 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "• GGNN-Rep: we adopt VARMISUSE to replace with candidate node type and modify the graph structure correspondingly; we use their proposed max-margin formulation for training. • GGNN-Cls: we perform multi-class classification using the target node and graph embedding. ", + "bbox": [ + 171, + 358, + 825, + 401 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "For REP_VAL prediction, we also made two versions of adaptations: ", + "bbox": [ + 173, + 407, + 624, + 421 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "• GGNN-Rep: similar to above, here the candidate set is from values in the current graphs plus the top-100 frequent values used for repair in the training set. • GGNN-RNN: we adopt VARNAMING approach to predict value directly. Due to the huge vocabulary size, we use char-level language model for predicting the replacement. ", + "bbox": [ + 174, + 428, + 825, + 484 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Table 3 and 4 show the comparison when buggy node is known. Regarding the type prediction, as the number of types is large, the likelihood formulation with classification objective outperforms the max-margin loss based one (i.e., GGNN-Rep). As in this limited case GGNN-Cls and HOPPITY are quite similar except for graph representation, the performance is expected to be comparable. As HOPPITY is not trained to predict type fix only, it performs slighly worse than GGNN-Cls. Also for the value prediction, our formulation of pointer on graph is more effective. We found when the space of decisions is large, it is hard to apply structured prediction method like GGNN-Rep in this setting. Since real-world programs are noisy, the sentences used in different programs vary greatly, making it difficult for language models to predict the exact accurate value. A possible extension is to combine the language model with the graph pointer, which we will explore in future work. ", + "bbox": [ + 173, + 492, + 825, + 631 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "SequenceR: The model proposed by Chen et al. (2018) is a translation based model that predicts a fixed sequence of tokens when given a buggy line in the source code. We compare with our model by providing location information to both approaches. ", + "bbox": [ + 174, + 637, + 825, + 680 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Table 5 summarizes the total accuracy for fixing a single bug. In order to provide a fair comparison, we allow SequenceR to predict the same information as our model (i.e., predict op, value etc.in a sequential way), rather than an entire sequence of raw textual tokens. This experiment shows the benefit of formulating code repair with graphs over text tokens. ", + "bbox": [ + 174, + 686, + 825, + 742 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "With the above two baselines, we can see that in the restricted case our model can still yield comparable or even better performances. Given that our model can go for more edits without location information, we believe this tool is more generic and effective for code repair. ", + "bbox": [ + 174, + 750, + 825, + 791 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "TAJS: We also compare the bug detection ability of HOPPITY against TAJS (Jensen et al., 2009) which is a well-known static analysis tool for Javascript programs. Automating the comparison for our entire test set proved to be infeasible. For example, TAJS only accepts JavaScript ES5 programs, while the vast majority of current JavaScript projects use ES6 or other variants like React JSX. Another problem is that TAJS does not analyze code that is not invoked, e.g., a library function that is not called by client code. Moreover, determining the right command-line options of TAJS is non-trivial since it provides many options targeting different JavaScript runtime environments. Due to these issues, we forgo a large-scale comparison, and instead pick 30 random points in our test set to manually analyze using TAJS. Table 6 depicts the results (Appendix D provides further details). ", + "bbox": [ + 173, + 797, + 825, + 924 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "We restrict the chosen test points to satisfy a necessary condition for undefined property bugs since TAJS claims to be proficient in detecting this class of bugs. In the process, we also pick some functional bugs, as well as cases of refactoring modifications. By resolving the numerous issues that prevented us from automating the comparison, we were able to run TAJS manually. TAJS failed to detect any real bugs in the 30 test points. While functional bugs and refactoring modifications are beyond TAJS, however, TAJS also raises many unrelated false alarms due to its failures in locating NodeJS libraries, importing JSON files, or recognizing built-in global variables. These warnings are detrimental because TAJS suspends the analysis as soon as it detects what it preceives to be a bug. To further aid TAJS, we omitted parts of each program that are unrelated to the bug, in the hope of driving TAJS’s analysis as deep as possible. After all these measures, TAJS managed to detect two of the undefined property bugs (Bug IDs 4 and 6 in Appendix D). ", + "bbox": [ + 173, + 103, + 825, + 257 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "In contrast, HOPPITY is able to correctly detect 5 bug locations of the 30 testing points within our top 3 predictions. Moreover, HOPPITY also produces 4 patches that are identical to the developer’s fixes. Our comparison highlights HOPPITY’s two important strengths compared to TAJS. First, HOPPITY relieves developers from the enormous burden of manual configuration. Second, HOPPITY achieves far better performance in detecting as well as fixing the bugs in Javascript programs. ", + "bbox": [ + 174, + 263, + 825, + 333 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "7 RELATED WORK ", + "text_level": 1, + "bbox": [ + 176, + 342, + 344, + 358 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Static analysis for bug detection. Static analyzers such as FindBugs, Error-Prone, and Semmle use syntactic pattern-matching and dataflow analysis to find common bugs. Typically, detecting even a single class of bugs can require dozens or even hundreds of patterns. Coverity (Bessey et al., 2010), SonarQube, and Clang Static Analyzer check for semantic inconsistencies in code based on more sophisticated path analyses. Infer (Calcagno et al., 2015) is built upon sound principles and can prove the absence of certain classes of bugs. TAJS belongs to this category as well. Due to the undecidability of the problem, however, approximations are inevitable which voids the guarantees in practice. Compared to all static analysis tools, HOPPITY offers the following advantages: (1) it targets a board range of programming errors; (2) it not only localizes bugs but also fixes them; and (3) it has significantly higher signal-to-noise ratio (i.e., detects more bugs with less false alarms). ", + "bbox": [ + 174, + 366, + 825, + 506 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Learning-based bug detection. Allamanis et al. (2018) target variable-misuse errors and present a solution based on a gated graph neural network model to predict the correct variable name given a buggy location. Vasic et al. (2019) present a pointer network on top of a RNN which outperforms Allamanis et al. (2018) on the same task. DeepBugs (Pradel & Sen, 2018) proposes a name-based bug detection scheme. Their model is trained to predict three classes of bugs: swapped function arguments, wrong binary operator, and wrong operand in a binary operation. Compared to these models, our approach is capable of detecting and fixing a wide range of errors in Javascript. SequenceR (Chen et al., 2018) uses sequence-to-sequence model to translate a buggy code segment into correct one; Getafix (Scott et al., 2019) produces human-like bug fixes by learning from past fixes. It employs a hierarchical clustering algorithm that sorts fix patterns according to their generality. While these approaches are general against different types of bugs, they still need the bug location as input. ", + "bbox": [ + 173, + 512, + 825, + 665 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Graph learning and optimization. Our work is closely related to the literature in graph representation learning and optimization. Our model uses a variant of GNN that is inspired by many representative works (Li et al., 2015; Xu et al., 2018; Si et al., 2018), with the adaptation of local value table and pointer mechanism. Our work is also related to auto-regressive graph modeling Johnson (2016); Li et al. (2018); Brockschmidt et al. (2018); Dai et al. (2018), but with more generic operations such as subtree deletion and attribute modifications. Some other works model the graph modification in latent space (Jin et al., 2018; Yin et al., 2018), but such frameworks lack fine-grained control over the generative process, and thus are not very suitable for performing code repair. ", + "bbox": [ + 174, + 672, + 825, + 784 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "8 CONCLUSION ", + "text_level": 1, + "bbox": [ + 174, + 792, + 320, + 809 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "We proposed an end-to-end learning-based approach to detect and fix bugs in Javascript programs. We realized the approach in a tool HOPPITY and demonstrated that it correctly predicts 9,490 out of 36,361 code changes in real programs on Github. In the future, we plan to expand the targeted bugs to include those that are caused by the interdependence among multiple files or that require multiple steps to fix. We will also deploy HOPPITY in an IDE to further evaluate its accuracy and utility. Finally, we plan to extend our learning framework to support other languages. Due to its language-independence, we believe HOPPITY will benefit developers beyond Javascript as well. ", + "bbox": [ + 174, + 815, + 825, + 914 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "ACKNOWLEDGMENTS ", + "text_level": 1, + "bbox": [ + 176, + 103, + 357, + 118 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "We thank the reviewers for their insightful comments. This research was supported in part by NSF awards #1836936 and #1836822, ONR award #N00014-18-1-2021, and Facebook research awards. ", + "bbox": [ + 174, + 125, + 825, + 154 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "REFERENCES ", + "text_level": 1, + "bbox": [ + 174, + 162, + 287, + 179 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Miltiadis Allamanis, Marc Brockschmidt, and Mahmoud Khademi. Learning to represent programs with graphs. International Conference on Learning Representations, 2018. ", + "bbox": [ + 173, + 185, + 823, + 214 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Thomas Ball, Mayur Naik, and Sriram K. Rajamani. From symptom to cause: Localizing errors in counterexample traces. In Proceedings of the 30th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages, 2003. ", + "bbox": [ + 174, + 222, + 825, + 266 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Al Bessey, Ken Block, Ben Chelf, Andy Chou, Bryan Fulton, Seth Hallem, Charles Henri-Gros, Asya Kamsky, Scott McPeak, and Dawson Engler. A few billion lines of code later: Using static analysis to find bugs in the real world. Communications of the ACM, 53(2), February 2010. ", + "bbox": [ + 174, + 273, + 825, + 318 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Marc Brockschmidt, Miltiadis Allamanis, Alexander L Gaunt, and Oleksandr Polozov. Generative code modeling with graphs. arXiv preprint arXiv:1805.08490, 2018. ", + "bbox": [ + 174, + 325, + 825, + 356 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Cristiano Calcagno, Dino Distefano, Jeremy Dubreil, Dominik Gabi, Pieter Hooimeijer, Martino Luca, Peter O’Hearn, Irene Papakonstantinou, Jim Purbrick, and Dulma Rodriguez. Moving fast with software verification. In NASA Formal Method Symposium, 2015. ", + "bbox": [ + 176, + 363, + 825, + 406 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Zimin Chen, Steve Kommrusch, Michele Tufano, Louis-Noël Pouchet, Denys Poshyvanyk, and Martin Monperrus. Sequencer: Sequence-to-sequence learning for end-to-end program repair. arXiv preprint arXiv:1901.01808, 2018. ", + "bbox": [ + 176, + 415, + 825, + 458 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Hanjun Dai, Hui Li, Tian Tian, Xin Huang, Lin Wang, Jun Zhu, and Le Song. Adversarial attack on graph structured data. arXiv preprint arXiv:1806.02371, 2018. ", + "bbox": [ + 171, + 465, + 823, + 496 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Github. State of the Octoverse. https://octoverse.github.com/#top-languages, 2019. ", + "bbox": [ + 174, + 503, + 748, + 520 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Alex Graves, Greg Wayne, and Ivo Danihelka. Neural turing machines. arXiv preprint arXiv:1410.5401, 2014. ", + "bbox": [ + 173, + 527, + 823, + 558 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Jinru Hua, Mengshi Zhang, Kaiyuan Wang, and Sarfraz Khurshid. Sketchfix: A tool for automated program repair approach using lazy candidate generation. In Proceedings of the 2018 26th ACM Joint Meeting on European Software Engineering Conference and Symposium on the Foundations of Software Engineering, 2018. ", + "bbox": [ + 173, + 565, + 825, + 622 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Simon Holm Jensen, Anders Møller, and Peter Thiemann. Type analysis for javascript. In Proceedings of the 16th International Symposium on Static Analysis, 2009. ", + "bbox": [ + 171, + 631, + 823, + 660 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Wengong Jin, Kevin Yang, Regina Barzilay, and Tommi Jaakkola. Learning multimodal graph-tograph translation for molecular optimization. arXiv preprint arXiv:1812.01070, 2018. ", + "bbox": [ + 174, + 667, + 825, + 698 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Daniel D Johnson. Learning graphical state transitions. 2016. ", + "bbox": [ + 173, + 707, + 578, + 722 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Manu Jose and Rupak Majumdar. Cause clue clauses: Error localization using maximum satisfiability. In Proceedings of the 32nd ACM SIGPLAN Conference on Programming Language Design and Implementation, 2011. ", + "bbox": [ + 173, + 731, + 826, + 773 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Claire Le Goues, Michael Pradel, and Abhik Roychoudhury. Automated program repair. Commun. ACM, 2019. ", + "bbox": [ + 173, + 781, + 823, + 810 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Yujia Li, Daniel Tarlow, Marc Brockschmidt, and Richard Zemel. Gated graph sequence neural networks. arXiv preprint arXiv:1511.05493, 2015. ", + "bbox": [ + 174, + 819, + 821, + 849 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Yujia Li, Oriol Vinyals, Chris Dyer, Razvan Pascanu, and Peter Battaglia. Learning deep generative models of graphs. arXiv preprint arXiv:1803.03324, 2018. ", + "bbox": [ + 174, + 857, + 823, + 887 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Michael Pradel and Koushik Sen. Deepbugs: A learning approach to name-based bug detection. Proc. ACM Program. Lang., 2(OOPSLA), 2018. ", + "bbox": [ + 174, + 895, + 823, + 924 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Caitlin Sadowski, Jeffrey van Gogh, Ciera Jaspan, Emma Söderberg, and Collin Winter. Tricorder: Building a program analysis ecosystem. In Proceedings of the 37th International Conference on Software Engineering, 2015. ", + "bbox": [ + 178, + 103, + 823, + 146 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Franco Scarselli, Marco Gori, Ah Chung Tsoi, Markus Hagenbuchner, and Gabriele Monfardini. The graph neural network model. IEEE Transactions on Neural Networks, 20(1):61–80, 2008. ", + "bbox": [ + 173, + 155, + 823, + 184 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Andrew Scott, Johannes Bader, and Satish Chandra. Getafix: Learning to fix bugs automatically. volume 2, 2019. ", + "bbox": [ + 173, + 193, + 823, + 220 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Xujie Si, Hanjun Dai, Mukund Raghothaman, Mayur Naik, and Le Song. Learning loop invariants for program verification. In Advances in Neural Information Processing Systems, pp. 7751–7762, 2018. ", + "bbox": [ + 174, + 229, + 825, + 272 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Marko Vasic, Aditya Kanade, Petros Maniatis, David Bieber, and Rishabh Singh. Neural program repair by jointly learning to localize and repair. International Conference on Learning Representations, 2019. ", + "bbox": [ + 173, + 281, + 826, + 325 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Oriol Vinyals, Meire Fortunato, and Navdeep Jaitly. Pointer networks. In Advances in Neural Information Processing Systems, pp. 2692–2700, 2015. ", + "bbox": [ + 174, + 333, + 823, + 363 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Yu Wang, Fengjuan Gao, Linzhang Wang, and Ke Wang. Learning a static bug finder from data. arXiv preprint arXiv:1907.05579, 2019. ", + "bbox": [ + 174, + 371, + 823, + 400 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Keyulu Xu, Weihua Hu, Jure Leskovec, and Stefanie Jegelka. How powerful are graph neural networks? arXiv preprint arXiv:1810.00826, 2018. ", + "bbox": [ + 174, + 409, + 823, + 438 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Pengcheng Yin, Graham Neubig, Miltiadis Allamanis, Marc Brockschmidt, and Alexander L Gaunt. Learning to represent edits. arXiv preprint arXiv:1810.13337, 2018. ", + "bbox": [ + 174, + 446, + 825, + 476 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Nicholas C. Zakas. ESLint. https://eslint.org/, 2013. ", + "bbox": [ + 173, + 484, + 527, + 500 + ], + "page_idx": 10 + }, + { + "type": "table", + "img_path": "images/5cd3304835de83b9702c715caa6ec8b294f0c2583a723eda313e3854115c9a28.jpg", + "table_caption": [ + "A ADDITIONAL EXPERIMENTS " + ], + "table_footnote": [], + "table_body": "
TotalLocationOperatorValueType
Top-3Top-1Top-3Top-1Top-1Top-3Top-1Top-3Top-1
ZeroOneTwoDiff40.829.718.93.930.335.06.538.63.4
ZeroOneDiff51.634.527.15.535.645.410.473.958.9
OneDiff26.114.235.520.434.452.329.176.166.7
Random.08.072.281.427.7.01.01.270
", + "bbox": [ + 173, + 135, + 821, + 238 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Table 7: Evaluation of models on each dataset. The Random model is evaluated on the OneDiff dataset and is shown for comparison. ", + "bbox": [ + 174, + 247, + 823, + 276 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Full experiment results In addition to the evaluation of samples with one edit Table 7, we also evaluate HOPPITY on the following datasets: ", + "bbox": [ + 174, + 297, + 825, + 327 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "• ZeroOneDiff - Includes samples with labels of zero or one edit • ZeroOneTwoDiff - Includes samples with labels of zero, one, or two edits. ", + "bbox": [ + 217, + 340, + 745, + 376 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "We trained models on each dataset for roughly 12 hours on a single GTX 2080Ti GPU. Accuracy on the ZeroOneDiff is the highest as predicting that an AST is not buggy does not consist of any low level primitive predictions. This makes it a much easier prediction for the model than say, an ADD operation which the parent location, left sibling, value, and type must all be predicted correctly in order to be considered accurate. ", + "bbox": [ + 174, + 390, + 825, + 459 + ], + "page_idx": 11 + }, + { + "type": "table", + "img_path": "images/ca19e165327d0ceb4a33243f97517cf22d73ad22180d79e2a58247c2c663095e.jpg", + "table_caption": [ + "Table 8: Results on true/false predictions. " + ], + "table_footnote": [], + "table_body": "
TRUELABEL
ALARM PREDICTED NO ALARMBUGGYNOTBUGGY
10,293 26,5177,210 20,605
", + "bbox": [ + 284, + 477, + 684, + 537 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "False positive/negative study An evaluation of false positives and false negatives is available in Table 8. In this setting, we treat the problem as a classification problem on our ZeroOneDiff dataset and our model attempts to predict if a given AST is BUGGY / NOT BUGGY. If the model predicts ADD, REP_VAL, REP_TYPE, or DEL, we consider this a prediction of \"BUGGY.\" Accordingly, if the model predicts NO_OP, we consider this to be a prediction of \"NOT BUGGY.\" ", + "bbox": [ + 173, + 579, + 826, + 650 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Accuracy v.s. size of graph To demonstrate the affect of AST size on HOPPITY’s prediction accuracy on the OneDiff dataset, we include Figure 4. As expected, AST size and accuracy are inversely related. ", + "bbox": [ + 174, + 662, + 825, + 705 + ], + "page_idx": 11 + }, + { + "type": "table", + "img_path": "images/37c74477b88668f7fba40c34591379be12f674b42467f25c677f49c8341a89d9.jpg", + "table_caption": [ + "Table 9: Accuracy vs beam sizes. " + ], + "table_footnote": [], + "table_body": "
Beam Size (k)Top-k Accuracy (%)
114.37%
221.10%
326.14%
430.12%
533.58%
", + "bbox": [ + 362, + 724, + 630, + 813 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Accuracy v.s. beam search size In Table 9 we compare the performance with different beam sizes on the OneDiff dataset. As we can see, the top-3 accuracy with beam size 3 is significantly better than top-1 accuracy with just greedy prediction. This is expected, as in the decision process there are ’bottleneck’ stages with only a few predictions (e.g., the op prediction). Thus from beam-1 to beam-3 there’s huge improvement, but further beyond the performance maxed out. ", + "bbox": [ + 174, + 853, + 825, + 924 + ], + "page_idx": 11 + }, + { + "type": "image", + "img_path": "images/2d4d22c9e753089552f3570ecc2cf47b4f93588aa8e3ea9b1d474d5c45c331a9.jpg", + "image_caption": [ + "Figure 4: End-to-end code repair accuracy v.s. size of AST of source code. " + ], + "image_footnote": [], + "bbox": [ + 191, + 109, + 781, + 385 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "B DATA COLLECTION ", + "text_level": 1, + "bbox": [ + 176, + 441, + 370, + 458 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "We have built a robust system to automatically collect millions of bug-fixes in Javascript programs from Github. Our system continuously crawls Github for commits containing Javascript files and creates a label consisting of the change to the AST corresponding to each such file. ", + "bbox": [ + 176, + 465, + 823, + 507 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Our system consists of three entirely automated parallel steps: ", + "bbox": [ + 173, + 515, + 580, + 529 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "1. Collect Commits: Our system uses the GH Archive API to easily access Github event data for a specific hour in time. After obtaining all data for the hour, we filter this using the Github API to only include commits that consist of edits to Javascript files. ", + "bbox": [ + 174, + 536, + 825, + 578 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "2. Download Files: As we are obtaining a list of valid commits from step 1, we begin downloading the pair: $( s r c _ { b u g g y } , s r c _ { f i x e d } )$ where $s r c _ { b u g g y }$ is the file prior to the commit, and $s r c _ { f i x e d }$ is the file following the commit that contains the changes made. ", + "bbox": [ + 174, + 585, + 825, + 627 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "3. Create Label: For each Javascript file downloaded, we parse the source code into a JSON format of the AST. Our system uses the SHIFT AST 1. Abstract Syntax Tree representations are designed to naturally and intuitively represent the structure of the source code. Because of this design goal, small changes in the source code can often lead to very large changes in the AST. We chose the SHIFT AST representation with consideration to our goal of maximizing the number of commits with only one difference between the ASTs. This component produces a pair of ASTs: $( A S T _ { b u g g y } , A S T _ { f i x e d } )$ at which point a JSON differencing algorithm, fast-json-patch 2 is applied to create a label. The label includes the operation type and node edited for each difference between $A S T _ { b u g g y }$ and $A S T _ { f i x e d }$ . ", + "bbox": [ + 173, + 633, + 825, + 747 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Each step of this process is parallelized in order to grow our corpus as quickly as possible. Our dataset has the advantage that it is continuously growing without human input. ", + "bbox": [ + 171, + 753, + 821, + 782 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Our system is language independent and highly extensible and modular. For example, it can handle any language so long as it can be parsed into a JSON AST. ", + "bbox": [ + 171, + 789, + 823, + 816 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "For each label, we must download two files $s r c _ { b u g g y }$ and $s r c _ { f i x e d }$ . Additionally, if source files cannot be parsed into a SHIFT AST, a label cannot be created. For our learning corpus, we limit the dataset to only include labels with one AST difference. Additionally, in an attempt to limit graph size, we only include data points in which the $A S T _ { b u g g y }$ and $A S T _ { f i x e d }$ have less than 500 nodes. ", + "bbox": [ + 174, + 824, + 825, + 881 + ], + "page_idx": 12 + }, + { + "type": "table", + "img_path": "images/b9f50c1270c82cbe10f2b785ce7ab64709376e4ed8db18553da7b06aa5df3b01.jpg", + "table_caption": [ + "Table 10: Data collection statistics. " + ], + "table_footnote": [], + "table_body": "
Total Files Downloaded:52,719,402
Total Labelled Data Points:15,225,347
# AST differences:# data points:
012-1011-2021-5051-100101+3,473,3911,863,1933,247,4372,117,9772,047,998858,981921,754
", + "bbox": [ + 344, + 101, + 653, + 305 + ], + "page_idx": 13 + }, + { + "type": "image", + "img_path": "images/b0883dab9f4a7fec3bda7f5feb2162d7d71eb6b3b303edf2c63e2002d7a13d51.jpg", + "image_caption": [ + "Figure 5: Distribution of number of edits in the entire crawled dataset. " + ], + "image_footnote": [], + "bbox": [ + 210, + 371, + 759, + 616 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Figure 5 plots the distribution of number of edits that are recorded in Table 10. We can see the distribution is long tail, with majority of edits as 1 or 2. ", + "bbox": [ + 169, + 678, + 825, + 708 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "C ABLATION STUDY ", + "text_level": 1, + "bbox": [ + 174, + 102, + 357, + 117 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "We tried different graph representations with corresponding graph embedding methods. The multi represents the multi-graph defined by different edge types, with the parameterization of message passing function mentioned in Eq 2; the code2inv is the parameterization used in Si et al. (2018); the single instead uses a single graph with edge types as one-hot edge features. We found that more layers does not lead to better generalization in our setting, and it becomes slower in terms of convergence. So we report the results with 4 layers in our main paper. ", + "bbox": [ + 173, + 125, + 826, + 209 + ], + "page_idx": 14 + }, + { + "type": "table", + "img_path": "images/092ce9089d8364cab4344ee5dc59f50b12684ddda622374a532b067e550ff4e9.jpg", + "table_caption": [], + "table_footnote": [], + "table_body": "
modelmax_lvTotalOperatorLocationValueType
multi207.6330.013.122.654.5
multi1411.0548.017.938.661.6
multi413.3353.436.238.656.4
code2inv2010.318.125.738.857.7
code2inv148.9240.018.136.055.9
code2inv413.2930.818.928.268.21
single205.0020.210.314.244.8
single1410.6967.718.649.638.7
single412.8855.820.843.255.8
", + "bbox": [ + 259, + 467, + 738, + 614 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Table 11: Ablation study with different graph embedding parameterizations and different number of layers. Full end-to-end repair accuracy as well as the accuracies for each primitives are reported. All the numbers are for top-1 prediction. ", + "bbox": [ + 176, + 626, + 825, + 667 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "D 30 RANDOM TESTING POINTS FOR TAJS BASELINE STUDY ", + "text_level": 1, + "bbox": [ + 171, + 101, + 704, + 119 + ], + "page_idx": 15 + }, + { + "type": "table", + "img_path": "images/44ea087301871a9d9c66cff1744777b2cab5747d15e266494335d1742608ef17.jpg", + "table_caption": [], + "table_footnote": [], + "table_body": "
868记2记记记7亿068u9g1uuⅡ668L9S4ε乙U
org.civicrm.civicaseDiscordWithDatabasecryptiifo_restkootCaseDetailsFileTab.jshelp.jsROT13.jsindex.jsbefore_router_match.js pizza-totally-rocks geekTalks simple-crafting WTF-AdventurezulipForm.jsindex.jsgather.jsmana.js stream_muting.js matic.js graph-jsCraxi j5-ledsflom-reactgetETHFromFaucet.jspoint.jsdisplay.jsblink.jsquestion.jsiotdb-mongodbOrca pandora-validationAloChat react-native-with-redux-react-navigation-v2-boilerplatecount.js会index.jsContainer.jssplash.jshackcincinnati/siteALFACharts musketeer-shop React-QuizComponent rn-mitrais-mbAdvisors.jscrosshairs.jsorder.jsQuizQuestion.jsListAlbums.js js-dom-and-events-acting-on-events-lab-v-000MEANLetsRollroma2hira js-ajax-hiting-apis-lab--000index.jsarticles.server.route.jsrouter.jsconvert.jsindex.jsGithub Link to Diff
areAvailable()print()registerSetting()testRecipesoriginisAllowed()printSplit()addSetting() preferenceoriginTruegetRecipecheckTalkOwnershipgetBehaviorthis._superadd_messagesgetRecipescheckCommentOwnershipgetMetathis.superadd_old_messagesETHFaucetAddressdatagame.draw()blinkDataTypes.STRINGETHFAUCET_ADDRESSdataManagergame.run()strobeDataTypes.TEXTthenerase()addAsyncSetup PropTypes.stringCOLOR.DARKmakeexplode()addSyncSetup PropTypes.objectCOLOR.PANTOMEcolor.primaryMath.floorDECIMAL(obj).instruction_textsinfo.typecolor.accentMath.roundINTEGER(obj).instruction_textinfo.album_type(elem).InnerHTMLapp.paramsusername(elem).valuelogin(elem).innerHTMLapp.paramuserName(elem).innerHTMLnameBuggy CodeFixed Code
868□2记记记记2068u%G切uu068 9C4c乙U
refactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugundefined propertyundefined propertyundefined propertyundefined propertyundefined propertyundefined propertyundefined propertyBug Type
Failed importing libraryFailed importing libraryFailed importing libraryFailed importing library event sUndefined pr oces sFailed doc.getElem () Undefined processFailed importing library ut ilFailed doc.getElem ()False AlarmTAJS
exports.testRecipesIthis.game.draw()led.strobe(750)serviceProvider.addAsyncSetup(...)app.params('.PredictionHOPPITY
", + "bbox": [ + 228, + 122, + 769, + 888 + ], + "page_idx": 15 + }, + { + "type": "table", + "img_path": "", + "table_caption": [], + "table_footnote": [], + "bbox": [ + 227, + 102, + 771, + 779 + ], + "page_idx": 16 + } +] \ No newline at end of file diff --git a/parse/train/SJeqs6EFvB/SJeqs6EFvB_middle.json b/parse/train/SJeqs6EFvB/SJeqs6EFvB_middle.json new file mode 100644 index 0000000000000000000000000000000000000000..456c01d5085062d27e2ea9ff13dbc0c063eb6674 --- /dev/null +++ b/parse/train/SJeqs6EFvB/SJeqs6EFvB_middle.json @@ -0,0 +1,38923 @@ +{ + "pdf_info": [ + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 78, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 78, + 505, + 98 + ], + "spans": [ + { + "bbox": [ + 105, + 78, + 505, + 98 + ], + "score": 1.0, + "content": "HOPPITY: LEARNING GRAPH TRANSFORMATIONS TO", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 104, + 97, + 393, + 119 + ], + "spans": [ + { + "bbox": [ + 104, + 97, + 393, + 119 + ], + "score": 1.0, + "content": "DETECT AND FIX BUGS IN PROGRAMS", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 113, + 135, + 222, + 158 + ], + "lines": [ + { + "bbox": [ + 113, + 135, + 192, + 146 + ], + "spans": [ + { + "bbox": [ + 113, + 135, + 192, + 146 + ], + "score": 1.0, + "content": "Elizabeth Dinella∗", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 113, + 146, + 223, + 159 + ], + "spans": [ + { + "bbox": [ + 113, + 146, + 223, + 159 + ], + "score": 1.0, + "content": "University of Pennsylvania", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 3.5 + }, + { + "type": "text", + "bbox": [ + 277, + 135, + 333, + 157 + ], + "lines": [ + { + "bbox": [ + 277, + 134, + 334, + 147 + ], + "spans": [ + { + "bbox": [ + 277, + 134, + 334, + 147 + ], + "score": 1.0, + "content": "Hanjun Dai∗", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 277, + 145, + 334, + 158 + ], + "spans": [ + { + "bbox": [ + 277, + 145, + 334, + 158 + ], + "score": 1.0, + "content": "Google Brain", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4.5 + }, + { + "type": "text", + "bbox": [ + 389, + 135, + 498, + 158 + ], + "lines": [ + { + "bbox": [ + 388, + 133, + 434, + 148 + ], + "spans": [ + { + "bbox": [ + 388, + 133, + 434, + 148 + ], + "score": 1.0, + "content": "Ziyang Li", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 389, + 146, + 498, + 159 + ], + "spans": [ + { + "bbox": [ + 389, + 146, + 498, + 159 + ], + "score": 1.0, + "content": "University of Pennsylvania", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5.5 + }, + { + "type": "text", + "bbox": [ + 113, + 174, + 222, + 196 + ], + "lines": [ + { + "bbox": [ + 111, + 174, + 167, + 186 + ], + "spans": [ + { + "bbox": [ + 111, + 174, + 167, + 186 + ], + "score": 1.0, + "content": "Mayur Naik", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 112, + 185, + 223, + 198 + ], + "spans": [ + { + "bbox": [ + 112, + 185, + 223, + 198 + ], + "score": 1.0, + "content": "University of Pennsylvania", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 279, + 174, + 335, + 196 + ], + "lines": [ + { + "bbox": [ + 277, + 171, + 319, + 189 + ], + "spans": [ + { + "bbox": [ + 277, + 171, + 319, + 189 + ], + "score": 1.0, + "content": "Le Song", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 278, + 184, + 336, + 198 + ], + "spans": [ + { + "bbox": [ + 278, + 184, + 336, + 198 + ], + "score": 1.0, + "content": "Georgia Tech", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 10.5 + }, + { + "type": "text", + "bbox": [ + 392, + 174, + 450, + 196 + ], + "lines": [ + { + "bbox": [ + 392, + 172, + 435, + 187 + ], + "spans": [ + { + "bbox": [ + 392, + 172, + 435, + 187 + ], + "score": 1.0, + "content": "Ke Wang", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 392, + 185, + 451, + 196 + ], + "spans": [ + { + "bbox": [ + 392, + 185, + 451, + 196 + ], + "score": 1.0, + "content": "Visa Research", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 11.5 + }, + { + "type": "title", + "bbox": [ + 278, + 226, + 333, + 237 + ], + "lines": [ + { + "bbox": [ + 277, + 225, + 335, + 239 + ], + "spans": [ + { + "bbox": [ + 277, + 225, + 335, + 239 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 143, + 250, + 469, + 371 + ], + "lines": [ + { + "bbox": [ + 142, + 250, + 469, + 263 + ], + "spans": [ + { + "bbox": [ + 142, + 250, + 469, + 263 + ], + "score": 1.0, + "content": "We present a learning-based approach to detect and fix a broad range of bugs in", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 261, + 470, + 275 + ], + "spans": [ + { + "bbox": [ + 141, + 261, + 470, + 275 + ], + "score": 1.0, + "content": "Javascript programs. We frame the problem in terms of learning a sequence of", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 141, + 272, + 470, + 285 + ], + "spans": [ + { + "bbox": [ + 141, + 272, + 470, + 285 + ], + "score": 1.0, + "content": "graph transformations: given a buggy program modeled by a graph structure, our", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 141, + 283, + 470, + 296 + ], + "spans": [ + { + "bbox": [ + 141, + 283, + 470, + 296 + ], + "score": 1.0, + "content": "model makes a sequence of predictions including the position of bug nodes and", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 141, + 294, + 470, + 308 + ], + "spans": [ + { + "bbox": [ + 141, + 294, + 470, + 308 + ], + "score": 1.0, + "content": "corresponding graph edits to produce a fix. Unlike previous works built upon deep", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 141, + 305, + 470, + 318 + ], + "spans": [ + { + "bbox": [ + 141, + 305, + 470, + 318 + ], + "score": 1.0, + "content": "neural networks, our approach targets bugs that are more diverse and complex in", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 141, + 316, + 470, + 328 + ], + "spans": [ + { + "bbox": [ + 141, + 316, + 470, + 328 + ], + "score": 1.0, + "content": "nature (i.e. bugs that require adding or deleting statements to fix). We have realized", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 141, + 327, + 469, + 339 + ], + "spans": [ + { + "bbox": [ + 141, + 327, + 469, + 339 + ], + "score": 1.0, + "content": "our approach in a tool called HOPPITY. By training on 290,715 Javascript code", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 141, + 338, + 470, + 351 + ], + "spans": [ + { + "bbox": [ + 141, + 338, + 470, + 351 + ], + "score": 1.0, + "content": "change commits on Github, HOPPITY correctly detects and fixes bugs in 9,490 out", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 141, + 349, + 470, + 362 + ], + "spans": [ + { + "bbox": [ + 141, + 349, + 470, + 362 + ], + "score": 1.0, + "content": "of 36,361 programs in an end-to-end fashion. Given the bug location and type of", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 141, + 359, + 446, + 374 + ], + "spans": [ + { + "bbox": [ + 141, + 359, + 446, + 374 + ], + "score": 1.0, + "content": "the fix, HOPPITY also outperforms the baseline approach by a wide margin.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 20 + }, + { + "type": "title", + "bbox": [ + 108, + 388, + 206, + 400 + ], + "lines": [ + { + "bbox": [ + 105, + 387, + 208, + 403 + ], + "spans": [ + { + "bbox": [ + 105, + 387, + 208, + 403 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 107, + 406, + 505, + 439 + ], + "lines": [ + { + "bbox": [ + 105, + 406, + 507, + 419 + ], + "spans": [ + { + "bbox": [ + 105, + 406, + 507, + 419 + ], + "score": 1.0, + "content": "The sheer size and complexity of modern codebases makes it impossible for them to be bug-free.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 417, + 505, + 429 + ], + "spans": [ + { + "bbox": [ + 106, + 417, + 505, + 429 + ], + "score": 1.0, + "content": "As a result, a more reasonable and effective strategy has emerged, which aims to prevent bugs in", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 427, + 507, + 442 + ], + "spans": [ + { + "bbox": [ + 105, + 427, + 507, + 442 + ], + "score": 1.0, + "content": "production by applying automated tools to detect and even fix them early in the development process.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28 + }, + { + "type": "text", + "bbox": [ + 107, + 444, + 505, + 588 + ], + "lines": [ + { + "bbox": [ + 106, + 444, + 506, + 457 + ], + "spans": [ + { + "bbox": [ + 106, + 444, + 506, + 457 + ], + "score": 1.0, + "content": "This trend has gained increasing popularity in recent years. Examples include Google’s Tricorder (Sad-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 455, + 505, + 468 + ], + "spans": [ + { + "bbox": [ + 105, + 455, + 505, + 468 + ], + "score": 1.0, + "content": "owski et al., 2015), Facebook’s Getafix (Scott et al., 2019) and Zoncolan, and Microsoft’s Visual", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 466, + 506, + 479 + ], + "spans": [ + { + "bbox": [ + 106, + 466, + 506, + 479 + ], + "score": 1.0, + "content": "Studio IntelliCode. The techniques underlying these tools can be classified into broadly two categories:", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 477, + 505, + 490 + ], + "spans": [ + { + "bbox": [ + 106, + 477, + 505, + 490 + ], + "score": 1.0, + "content": "logical, rule-based techniques (Sadowski et al., 2015) and statistical, data-driven techniques (Alla-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 488, + 506, + 501 + ], + "spans": [ + { + "bbox": [ + 105, + 488, + 506, + 501 + ], + "score": 1.0, + "content": "manis et al., 2018; Pradel & Sen, 2018; Vasic et al., 2019). The former uses manually written rules", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 499, + 506, + 512 + ], + "spans": [ + { + "bbox": [ + 105, + 499, + 506, + 512 + ], + "score": 1.0, + "content": "capturing undesirable code patterns and scans the entire codebase for these classes of bugs. The latter", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 510, + 506, + 523 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 506, + 523 + ], + "score": 1.0, + "content": "learns to detect abnormal code from a large code corpus using deep neural networks. Despite great", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 521, + 506, + 534 + ], + "spans": [ + { + "bbox": [ + 105, + 521, + 506, + 534 + ], + "score": 1.0, + "content": "strides, however, both kinds of tools are limited in generality because they target error patterns in", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 532, + 506, + 545 + ], + "spans": [ + { + "bbox": [ + 105, + 532, + 506, + 545 + ], + "score": 1.0, + "content": "specific codebases or they target specific bug types. For instance, Zoncolan’s rules are designed to be", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 543, + 505, + 556 + ], + "spans": [ + { + "bbox": [ + 105, + 543, + 505, + 556 + ], + "score": 1.0, + "content": "specifically applicable to Facebook’s codebases, and deep learning models target specialized bugs in", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 554, + 505, + 567 + ], + "spans": [ + { + "bbox": [ + 106, + 554, + 505, + 567 + ], + "score": 1.0, + "content": "variable naming (Allamanis et al., 2018) or binary expressions (Pradel & Sen, 2018). Moreover, the", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 565, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 565, + 505, + 578 + ], + "score": 1.0, + "content": "patterns are relatively syntactic, allowing them to be specified by human experts using logical rules", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 577, + 253, + 588 + ], + "spans": [ + { + "bbox": [ + 106, + 577, + 253, + 588 + ], + "score": 1.0, + "content": "or learnt from a corpus of programs.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 107, + 593, + 505, + 714 + ], + "lines": [ + { + "bbox": [ + 105, + 592, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 592, + 505, + 606 + ], + "score": 1.0, + "content": "In this paper, we propose a novel learning-based approach for finding and fixing bugs in Javascript", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 604, + 506, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 506, + 618 + ], + "score": 1.0, + "content": "programs automatically. Javascript is a scripting language designed for web application development.", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 104, + 613, + 506, + 630 + ], + "spans": [ + { + "bbox": [ + 104, + 613, + 506, + 630 + ], + "score": 1.0, + "content": "It has been the most popular programming language on GitHub since 2014 (Github, 2019). Repairing", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 625, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 625, + 505, + 640 + ], + "score": 1.0, + "content": "Javascript code presents a unique challenge as bugs manifest in diverse forms due to unusual language", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 636, + 505, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 636, + 505, + 651 + ], + "score": 1.0, + "content": "features and the lack of tooling support. Therefore, the primary goal of our approach is generality", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 648, + 505, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 505, + 662 + ], + "score": 1.0, + "content": "since it must be effective against a board spectrum of programming errors, such as using wrong", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 657, + 506, + 674 + ], + "spans": [ + { + "bbox": [ + 105, + 657, + 506, + 674 + ], + "score": 1.0, + "content": "operators or identifiers, accessing undefined properties, mishandling variable scopes, triggering type", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 670, + 505, + 683 + ], + "spans": [ + { + "bbox": [ + 106, + 670, + 505, + 683 + ], + "score": 1.0, + "content": "incompatibilites, among many others. Another important novel aspect concerns our approach’s ability", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 106, + 681, + 505, + 694 + ], + "spans": [ + { + "bbox": [ + 106, + 681, + 505, + 694 + ], + "score": 1.0, + "content": "to deal with bugs that are more complex and semantic in nature, namely, bugs that require adding or", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 692, + 505, + 704 + ], + "spans": [ + { + "bbox": [ + 105, + 692, + 505, + 704 + ], + "score": 1.0, + "content": "removing statements from a program, which are not considered by prior works. Finally, compared to", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 703, + 505, + 715 + ], + "spans": [ + { + "bbox": [ + 105, + 703, + 505, + 715 + ], + "score": 1.0, + "content": "automated program repair techniques (Le Goues et al., 2019; Scott et al., 2019; Hua et al., 2018; Chen", + "type": "text" + } + ], + "index": 53 + } + ], + "index": 48 + } + ], + "page_idx": 0, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 119, + 722, + 317, + 731 + ], + "lines": [ + { + "bbox": [ + 119, + 720, + 318, + 733 + ], + "spans": [ + { + "bbox": [ + 119, + 720, + 318, + 733 + ], + "score": 1.0, + "content": "∗The first two authors contributed equally to this work.", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 294, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2020", + "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, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 78, + 505, + 98 + ], + "spans": [ + { + "bbox": [ + 105, + 78, + 505, + 98 + ], + "score": 1.0, + "content": "HOPPITY: LEARNING GRAPH TRANSFORMATIONS TO", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 104, + 97, + 393, + 119 + ], + "spans": [ + { + "bbox": [ + 104, + 97, + 393, + 119 + ], + "score": 1.0, + "content": "DETECT AND FIX BUGS IN PROGRAMS", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 113, + 135, + 222, + 158 + ], + "lines": [ + { + "bbox": [ + 113, + 135, + 192, + 146 + ], + "spans": [ + { + "bbox": [ + 113, + 135, + 192, + 146 + ], + "score": 1.0, + "content": "Elizabeth Dinella∗", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 113, + 146, + 223, + 159 + ], + "spans": [ + { + "bbox": [ + 113, + 146, + 223, + 159 + ], + "score": 1.0, + "content": "University of Pennsylvania", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 3.5, + "bbox_fs": [ + 113, + 135, + 223, + 159 + ] + }, + { + "type": "text", + "bbox": [ + 277, + 135, + 333, + 157 + ], + "lines": [ + { + "bbox": [ + 277, + 134, + 334, + 147 + ], + "spans": [ + { + "bbox": [ + 277, + 134, + 334, + 147 + ], + "score": 1.0, + "content": "Hanjun Dai∗", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 277, + 145, + 334, + 158 + ], + "spans": [ + { + "bbox": [ + 277, + 145, + 334, + 158 + ], + "score": 1.0, + "content": "Google Brain", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4.5, + "bbox_fs": [ + 277, + 134, + 334, + 158 + ] + }, + { + "type": "text", + "bbox": [ + 389, + 135, + 498, + 158 + ], + "lines": [ + { + "bbox": [ + 388, + 133, + 434, + 148 + ], + "spans": [ + { + "bbox": [ + 388, + 133, + 434, + 148 + ], + "score": 1.0, + "content": "Ziyang Li", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 389, + 146, + 498, + 159 + ], + "spans": [ + { + "bbox": [ + 389, + 146, + 498, + 159 + ], + "score": 1.0, + "content": "University of Pennsylvania", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5.5, + "bbox_fs": [ + 388, + 133, + 498, + 159 + ] + }, + { + "type": "text", + "bbox": [ + 113, + 174, + 222, + 196 + ], + "lines": [ + { + "bbox": [ + 111, + 174, + 167, + 186 + ], + "spans": [ + { + "bbox": [ + 111, + 174, + 167, + 186 + ], + "score": 1.0, + "content": "Mayur Naik", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 112, + 185, + 223, + 198 + ], + "spans": [ + { + "bbox": [ + 112, + 185, + 223, + 198 + ], + "score": 1.0, + "content": "University of Pennsylvania", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 9.5, + "bbox_fs": [ + 111, + 174, + 223, + 198 + ] + }, + { + "type": "text", + "bbox": [ + 279, + 174, + 335, + 196 + ], + "lines": [ + { + "bbox": [ + 277, + 171, + 319, + 189 + ], + "spans": [ + { + "bbox": [ + 277, + 171, + 319, + 189 + ], + "score": 1.0, + "content": "Le Song", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 278, + 184, + 336, + 198 + ], + "spans": [ + { + "bbox": [ + 278, + 184, + 336, + 198 + ], + "score": 1.0, + "content": "Georgia Tech", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 10.5, + "bbox_fs": [ + 277, + 171, + 336, + 198 + ] + }, + { + "type": "text", + "bbox": [ + 392, + 174, + 450, + 196 + ], + "lines": [ + { + "bbox": [ + 392, + 172, + 435, + 187 + ], + "spans": [ + { + "bbox": [ + 392, + 172, + 435, + 187 + ], + "score": 1.0, + "content": "Ke Wang", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 392, + 185, + 451, + 196 + ], + "spans": [ + { + "bbox": [ + 392, + 185, + 451, + 196 + ], + "score": 1.0, + "content": "Visa Research", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 11.5, + "bbox_fs": [ + 392, + 172, + 451, + 196 + ] + }, + { + "type": "title", + "bbox": [ + 278, + 226, + 333, + 237 + ], + "lines": [ + { + "bbox": [ + 277, + 225, + 335, + 239 + ], + "spans": [ + { + "bbox": [ + 277, + 225, + 335, + 239 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 143, + 250, + 469, + 371 + ], + "lines": [ + { + "bbox": [ + 142, + 250, + 469, + 263 + ], + "spans": [ + { + "bbox": [ + 142, + 250, + 469, + 263 + ], + "score": 1.0, + "content": "We present a learning-based approach to detect and fix a broad range of bugs in", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 261, + 470, + 275 + ], + "spans": [ + { + "bbox": [ + 141, + 261, + 470, + 275 + ], + "score": 1.0, + "content": "Javascript programs. We frame the problem in terms of learning a sequence of", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 141, + 272, + 470, + 285 + ], + "spans": [ + { + "bbox": [ + 141, + 272, + 470, + 285 + ], + "score": 1.0, + "content": "graph transformations: given a buggy program modeled by a graph structure, our", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 141, + 283, + 470, + 296 + ], + "spans": [ + { + "bbox": [ + 141, + 283, + 470, + 296 + ], + "score": 1.0, + "content": "model makes a sequence of predictions including the position of bug nodes and", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 141, + 294, + 470, + 308 + ], + "spans": [ + { + "bbox": [ + 141, + 294, + 470, + 308 + ], + "score": 1.0, + "content": "corresponding graph edits to produce a fix. Unlike previous works built upon deep", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 141, + 305, + 470, + 318 + ], + "spans": [ + { + "bbox": [ + 141, + 305, + 470, + 318 + ], + "score": 1.0, + "content": "neural networks, our approach targets bugs that are more diverse and complex in", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 141, + 316, + 470, + 328 + ], + "spans": [ + { + "bbox": [ + 141, + 316, + 470, + 328 + ], + "score": 1.0, + "content": "nature (i.e. bugs that require adding or deleting statements to fix). We have realized", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 141, + 327, + 469, + 339 + ], + "spans": [ + { + "bbox": [ + 141, + 327, + 469, + 339 + ], + "score": 1.0, + "content": "our approach in a tool called HOPPITY. By training on 290,715 Javascript code", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 141, + 338, + 470, + 351 + ], + "spans": [ + { + "bbox": [ + 141, + 338, + 470, + 351 + ], + "score": 1.0, + "content": "change commits on Github, HOPPITY correctly detects and fixes bugs in 9,490 out", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 141, + 349, + 470, + 362 + ], + "spans": [ + { + "bbox": [ + 141, + 349, + 470, + 362 + ], + "score": 1.0, + "content": "of 36,361 programs in an end-to-end fashion. Given the bug location and type of", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 141, + 359, + 446, + 374 + ], + "spans": [ + { + "bbox": [ + 141, + 359, + 446, + 374 + ], + "score": 1.0, + "content": "the fix, HOPPITY also outperforms the baseline approach by a wide margin.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 20, + "bbox_fs": [ + 141, + 250, + 470, + 374 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 388, + 206, + 400 + ], + "lines": [ + { + "bbox": [ + 105, + 387, + 208, + 403 + ], + "spans": [ + { + "bbox": [ + 105, + 387, + 208, + 403 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 107, + 406, + 505, + 439 + ], + "lines": [ + { + "bbox": [ + 105, + 406, + 507, + 419 + ], + "spans": [ + { + "bbox": [ + 105, + 406, + 507, + 419 + ], + "score": 1.0, + "content": "The sheer size and complexity of modern codebases makes it impossible for them to be bug-free.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 417, + 505, + 429 + ], + "spans": [ + { + "bbox": [ + 106, + 417, + 505, + 429 + ], + "score": 1.0, + "content": "As a result, a more reasonable and effective strategy has emerged, which aims to prevent bugs in", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 427, + 507, + 442 + ], + "spans": [ + { + "bbox": [ + 105, + 427, + 507, + 442 + ], + "score": 1.0, + "content": "production by applying automated tools to detect and even fix them early in the development process.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28, + "bbox_fs": [ + 105, + 406, + 507, + 442 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 444, + 505, + 588 + ], + "lines": [ + { + "bbox": [ + 106, + 444, + 506, + 457 + ], + "spans": [ + { + "bbox": [ + 106, + 444, + 506, + 457 + ], + "score": 1.0, + "content": "This trend has gained increasing popularity in recent years. Examples include Google’s Tricorder (Sad-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 455, + 505, + 468 + ], + "spans": [ + { + "bbox": [ + 105, + 455, + 505, + 468 + ], + "score": 1.0, + "content": "owski et al., 2015), Facebook’s Getafix (Scott et al., 2019) and Zoncolan, and Microsoft’s Visual", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 466, + 506, + 479 + ], + "spans": [ + { + "bbox": [ + 106, + 466, + 506, + 479 + ], + "score": 1.0, + "content": "Studio IntelliCode. The techniques underlying these tools can be classified into broadly two categories:", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 477, + 505, + 490 + ], + "spans": [ + { + "bbox": [ + 106, + 477, + 505, + 490 + ], + "score": 1.0, + "content": "logical, rule-based techniques (Sadowski et al., 2015) and statistical, data-driven techniques (Alla-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 488, + 506, + 501 + ], + "spans": [ + { + "bbox": [ + 105, + 488, + 506, + 501 + ], + "score": 1.0, + "content": "manis et al., 2018; Pradel & Sen, 2018; Vasic et al., 2019). The former uses manually written rules", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 499, + 506, + 512 + ], + "spans": [ + { + "bbox": [ + 105, + 499, + 506, + 512 + ], + "score": 1.0, + "content": "capturing undesirable code patterns and scans the entire codebase for these classes of bugs. The latter", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 510, + 506, + 523 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 506, + 523 + ], + "score": 1.0, + "content": "learns to detect abnormal code from a large code corpus using deep neural networks. Despite great", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 521, + 506, + 534 + ], + "spans": [ + { + "bbox": [ + 105, + 521, + 506, + 534 + ], + "score": 1.0, + "content": "strides, however, both kinds of tools are limited in generality because they target error patterns in", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 532, + 506, + 545 + ], + "spans": [ + { + "bbox": [ + 105, + 532, + 506, + 545 + ], + "score": 1.0, + "content": "specific codebases or they target specific bug types. For instance, Zoncolan’s rules are designed to be", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 543, + 505, + 556 + ], + "spans": [ + { + "bbox": [ + 105, + 543, + 505, + 556 + ], + "score": 1.0, + "content": "specifically applicable to Facebook’s codebases, and deep learning models target specialized bugs in", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 554, + 505, + 567 + ], + "spans": [ + { + "bbox": [ + 106, + 554, + 505, + 567 + ], + "score": 1.0, + "content": "variable naming (Allamanis et al., 2018) or binary expressions (Pradel & Sen, 2018). Moreover, the", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 565, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 565, + 505, + 578 + ], + "score": 1.0, + "content": "patterns are relatively syntactic, allowing them to be specified by human experts using logical rules", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 577, + 253, + 588 + ], + "spans": [ + { + "bbox": [ + 106, + 577, + 253, + 588 + ], + "score": 1.0, + "content": "or learnt from a corpus of programs.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 36, + "bbox_fs": [ + 105, + 444, + 506, + 588 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 593, + 505, + 714 + ], + "lines": [ + { + "bbox": [ + 105, + 592, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 592, + 505, + 606 + ], + "score": 1.0, + "content": "In this paper, we propose a novel learning-based approach for finding and fixing bugs in Javascript", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 604, + 506, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 506, + 618 + ], + "score": 1.0, + "content": "programs automatically. Javascript is a scripting language designed for web application development.", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 104, + 613, + 506, + 630 + ], + "spans": [ + { + "bbox": [ + 104, + 613, + 506, + 630 + ], + "score": 1.0, + "content": "It has been the most popular programming language on GitHub since 2014 (Github, 2019). Repairing", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 625, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 625, + 505, + 640 + ], + "score": 1.0, + "content": "Javascript code presents a unique challenge as bugs manifest in diverse forms due to unusual language", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 636, + 505, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 636, + 505, + 651 + ], + "score": 1.0, + "content": "features and the lack of tooling support. Therefore, the primary goal of our approach is generality", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 648, + 505, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 505, + 662 + ], + "score": 1.0, + "content": "since it must be effective against a board spectrum of programming errors, such as using wrong", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 657, + 506, + 674 + ], + "spans": [ + { + "bbox": [ + 105, + 657, + 506, + 674 + ], + "score": 1.0, + "content": "operators or identifiers, accessing undefined properties, mishandling variable scopes, triggering type", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 670, + 505, + 683 + ], + "spans": [ + { + "bbox": [ + 106, + 670, + 505, + 683 + ], + "score": 1.0, + "content": "incompatibilites, among many others. Another important novel aspect concerns our approach’s ability", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 106, + 681, + 505, + 694 + ], + "spans": [ + { + "bbox": [ + 106, + 681, + 505, + 694 + ], + "score": 1.0, + "content": "to deal with bugs that are more complex and semantic in nature, namely, bugs that require adding or", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 692, + 505, + 704 + ], + "spans": [ + { + "bbox": [ + 105, + 692, + 505, + 704 + ], + "score": 1.0, + "content": "removing statements from a program, which are not considered by prior works. Finally, compared to", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 703, + 505, + 715 + ], + "spans": [ + { + "bbox": [ + 105, + 703, + 505, + 715 + ], + "score": 1.0, + "content": "automated program repair techniques (Le Goues et al., 2019; Scott et al., 2019; Hua et al., 2018; Chen", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "et al., 2018) which require knowledge of bug location, this paper presents an end-to-end approach", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 423, + 107 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 423, + 107 + ], + "score": 1.0, + "content": "including localizing bugs, predicting the types of fixes, and generating patches.", + "type": "text", + "cross_page": true + } + ], + "index": 1 + } + ], + "index": 48, + "bbox_fs": [ + 104, + 592, + 506, + 715 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 504, + 105 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "et al., 2018) which require knowledge of bug location, this paper presents an end-to-end approach", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 423, + 107 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 423, + 107 + ], + "score": 1.0, + "content": "including localizing bugs, predicting the types of fixes, and generating patches.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 107, + 110, + 505, + 188 + ], + "lines": [ + { + "bbox": [ + 105, + 110, + 506, + 123 + ], + "spans": [ + { + "bbox": [ + 105, + 110, + 506, + 123 + ], + "score": 1.0, + "content": "We design our model architecture in a similar vein as a Neural Turing Machine (NTM) (Graves et al.,", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 120, + 506, + 135 + ], + "spans": [ + { + "bbox": [ + 105, + 120, + 506, + 135 + ], + "score": 1.0, + "content": "2014). It consists of an external memory (a Graph Neural Network) for embedding a buggy program", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 131, + 506, + 146 + ], + "spans": [ + { + "bbox": [ + 105, + 131, + 506, + 146 + ], + "score": 1.0, + "content": "and a central controller (an LSTM) that makes a sequence of primitive actions (e.g., predicting type,", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 104, + 142, + 506, + 157 + ], + "spans": [ + { + "bbox": [ + 104, + 142, + 506, + 157 + ], + "score": 1.0, + "content": "generating patch, etc.) to perform a fix. The multi-step decision process is implemented by an", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 154, + 506, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 506, + 167 + ], + "score": 1.0, + "content": "autoregressive model. Crucially, our model differs from the standard NTM in how the memory is", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 165, + 505, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 165, + 505, + 178 + ], + "score": 1.0, + "content": "manipulated: apart from the common read and write operations, the controller can also expand or", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 176, + 394, + 189 + ], + "spans": [ + { + "bbox": [ + 106, + 176, + 394, + 189 + ], + "score": 1.0, + "content": "shrink the memory when adding or deleting nodes in the original graph.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 107, + 193, + 505, + 226 + ], + "lines": [ + { + "bbox": [ + 105, + 192, + 505, + 206 + ], + "spans": [ + { + "bbox": [ + 105, + 192, + 505, + 206 + ], + "score": 1.0, + "content": "We have realized our approach in a tool called HOPPITY. By training on 290,715 Javascript code", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 204, + 505, + 217 + ], + "spans": [ + { + "bbox": [ + 106, + 204, + 505, + 217 + ], + "score": 1.0, + "content": "change commits collected from Github, HOPPITY correctly detects and fixes bugs in 9,490 out of", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 215, + 286, + 227 + ], + "spans": [ + { + "bbox": [ + 106, + 215, + 286, + 227 + ], + "score": 1.0, + "content": "36,361 programs using a beam size of three.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10 + }, + { + "type": "title", + "bbox": [ + 108, + 233, + 252, + 246 + ], + "lines": [ + { + "bbox": [ + 105, + 232, + 253, + 248 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 253, + 248 + ], + "score": 1.0, + "content": "2 MOTIVATING EXAMPLES", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 106, + 252, + 505, + 362 + ], + "lines": [ + { + "bbox": [ + 105, + 252, + 506, + 264 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 432, + 264 + ], + "score": 1.0, + "content": "Javascript is quite different compared to traditional object-oriented languages (e.g.", + "type": "text" + }, + { + "bbox": [ + 432, + 253, + 451, + 263 + ], + "score": 0.83, + "content": "\\mathrm { C } { + + }", + "type": "inline_equation" + }, + { + "bbox": [ + 451, + 252, + 487, + 264 + ], + "score": 1.0, + "content": ", Java, or", + "type": "text" + }, + { + "bbox": [ + 487, + 253, + 500, + 262 + ], + "score": 0.36, + "content": "\\mathbf { C } \\#", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 252, + 506, + 264 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 262, + 506, + 276 + ], + "spans": [ + { + "bbox": [ + 105, + 262, + 506, + 276 + ], + "score": 1.0, + "content": "In addition to the weak, dynamic typing discipline of scripting languages, Javascript supports many", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 274, + 506, + 286 + ], + "spans": [ + { + "bbox": [ + 105, + 274, + 506, + 286 + ], + "score": 1.0, + "content": "peculiar features that do not exist in other languages. For example, it allows a property (i.e., a field)", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 284, + 506, + 298 + ], + "spans": [ + { + "bbox": [ + 105, + 284, + 506, + 298 + ], + "score": 1.0, + "content": "to be added to or removed from an object at runtime. As another example, Javascript did not support", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 104, + 294, + 506, + 309 + ], + "spans": [ + { + "bbox": [ + 104, + 294, + 506, + 309 + ], + "score": 1.0, + "content": "block-level scoping until recently, allowing a variable defined in a block structure such as a for loop", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 307, + 506, + 319 + ], + "spans": [ + { + "bbox": [ + 106, + 307, + 506, + 319 + ], + "score": 1.0, + "content": "to be exposed to the entire function in which the loop occurs. While the latest ES6 language standard", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 104, + 317, + 506, + 331 + ], + "spans": [ + { + "bbox": [ + 104, + 317, + 506, + 331 + ], + "score": 1.0, + "content": "incorporates block-level scoping, developers have been programming without it for decades, resulting", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 329, + 506, + 342 + ], + "spans": [ + { + "bbox": [ + 105, + 329, + 506, + 342 + ], + "score": 1.0, + "content": "in a large body of legacy code. Finally, Javascript’s eval function, which interprets and executes a", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 340, + 506, + 352 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 506, + 352 + ], + "score": 1.0, + "content": "string as a code fragment, is widely regarded as a major source of bugs and vulnerabilities. All of", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 350, + 457, + 363 + ], + "spans": [ + { + "bbox": [ + 105, + 350, + 457, + 363 + ], + "score": 1.0, + "content": "these aspects make programming in Javascript a frustrating and error-prone experience.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 17.5 + }, + { + "type": "image", + "bbox": [ + 103, + 373, + 507, + 512 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 103, + 373, + 507, + 512 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 103, + 373, + 507, + 512 + ], + "spans": [ + { + "bbox": [ + 103, + 373, + 507, + 512 + ], + "score": 0.781, + "type": "image", + "image_path": "5d5db4d59feaf5fb2d4045cba10080cbb7a131b8e8d7ef8e54625067bc4119e3.jpg" + } + ] + } + ], + "index": 24, + "virtual_lines": [ + { + "bbox": [ + 103, + 373, + 507, + 419.3333333333333 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 103, + 419.3333333333333, + 507, + 465.66666666666663 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 103, + 465.66666666666663, + 507, + 511.99999999999994 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 515, + 505, + 536 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 515, + 505, + 527 + ], + "spans": [ + { + "bbox": [ + 105, + 515, + 486, + 527 + ], + "score": 1.0, + "content": "(c) copy function should have also been included in (d) parseInt should have been removed because", + "type": "text" + }, + { + "bbox": [ + 486, + 517, + 505, + 524 + ], + "score": 0.8, + "content": "= = = =", + "type": "inline_equation" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 524, + 437, + 538 + ], + "spans": [ + { + "bbox": [ + 106, + 525, + 178, + 536 + ], + "score": 1.0, + "content": "the highlighted list.", + "type": "text" + }, + { + "bbox": [ + 303, + 524, + 437, + 538 + ], + "score": 1.0, + "content": "implies this.value is an integer.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5 + }, + { + "type": "image_caption", + "bbox": [ + 106, + 545, + 505, + 568 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 545, + 506, + 558 + ], + "spans": [ + { + "bbox": [ + 106, + 545, + 506, + 558 + ], + "score": 1.0, + "content": "Figure 1: Example programs that illustrate limitations of existing approaches inculding both rule-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 557, + 327, + 568 + ], + "spans": [ + { + "bbox": [ + 106, + 557, + 327, + 568 + ], + "score": 1.0, + "content": "based static analyzers and neural-based bug predictors.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5 + } + ], + "index": 26.5 + }, + { + "type": "text", + "bbox": [ + 107, + 578, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 578, + 506, + 591 + ], + "spans": [ + { + "bbox": [ + 105, + 578, + 506, + 591 + ], + "score": 1.0, + "content": "Static analyzers aim to detect common coding errors in Javascript programs by applying logical rule-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 587, + 506, + 602 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 506, + 602 + ], + "score": 1.0, + "content": "based reasoning on source code. TAJS (Jensen et al., 2009) and ESLint (Zakas, 2013) are prominent", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 600, + 505, + 613 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 505, + 613 + ], + "score": 1.0, + "content": "examples. These tools face important challenges to be effective. We present several examples in", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 611, + 504, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 611, + 504, + 623 + ], + "score": 1.0, + "content": "Figure 1 to illustrate their limitations. Due to the complex nature of client-side web APIs, TAJS", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 622, + 505, + 633 + ], + "spans": [ + { + "bbox": [ + 106, + 622, + 505, + 633 + ], + "score": 1.0, + "content": "and ESLint choose to ignore analyzing built-in libraries for the sake of scalability. As depicted in", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 633, + 505, + 645 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 505, + 645 + ], + "score": 1.0, + "content": "Figure 1a, when developers mistakenly capitalize the first letter of innerHTML, a property of class", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 644, + 504, + 655 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 504, + 655 + ], + "score": 1.0, + "content": "Element in DOM (Document Object Model), both analyzers fail to catch the error. Javascript will", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 654, + 505, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 505, + 668 + ], + "score": 1.0, + "content": "then silently allow developers to set the previously non-existent property InnerHTML to the empty", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 665, + 506, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 506, + 679 + ], + "score": 1.0, + "content": "string. Later, when developers attempt to access the intended property, innerHTML, the program", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "score": 1.0, + "content": "will crash and potentially cause a security vulnerability or incur a costly debugging experience.", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 686, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 686, + 506, + 701 + ], + "score": 1.0, + "content": "Additionally, static analyzers can never deal with functional bugs (i.e., errors that violate the program", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "specification and yet conform to the coding rules). Figure 1b shows one such example. The goal is to", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 709, + 504, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 504, + 722 + ], + "score": 1.0, + "content": "split a string using regular expressions. However, the program incorrectly splits the input ' and '", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 720, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 149, + 733 + ], + "score": 1.0, + "content": "into ['',", + "type": "text" + }, + { + "bbox": [ + 166, + 721, + 189, + 732 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 206, + 720, + 272, + 733 + ], + "score": 1.0, + "content": "''] instead of", + "type": "text" + }, + { + "bbox": [ + 273, + 721, + 319, + 732 + ], + "score": 0.88, + "content": "[ { \\bf \\Phi } ^ { \\prime \\prime } , { \\bf \\Phi } ^ { \\prime \\prime } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 720, + 505, + 733 + ], + "score": 1.0, + "content": ", which is what the developer intended. Since", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 36.5 + } + ], + "page_idx": 1, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 108, + 27, + 293, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "score": 1.0, + "content": "Published 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": "text", + "bbox": [ + 105, + 82, + 504, + 105 + ], + "lines": [], + "index": 0.5, + "bbox_fs": [ + 106, + 82, + 505, + 107 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 110, + 505, + 188 + ], + "lines": [ + { + "bbox": [ + 105, + 110, + 506, + 123 + ], + "spans": [ + { + "bbox": [ + 105, + 110, + 506, + 123 + ], + "score": 1.0, + "content": "We design our model architecture in a similar vein as a Neural Turing Machine (NTM) (Graves et al.,", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 120, + 506, + 135 + ], + "spans": [ + { + "bbox": [ + 105, + 120, + 506, + 135 + ], + "score": 1.0, + "content": "2014). It consists of an external memory (a Graph Neural Network) for embedding a buggy program", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 131, + 506, + 146 + ], + "spans": [ + { + "bbox": [ + 105, + 131, + 506, + 146 + ], + "score": 1.0, + "content": "and a central controller (an LSTM) that makes a sequence of primitive actions (e.g., predicting type,", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 104, + 142, + 506, + 157 + ], + "spans": [ + { + "bbox": [ + 104, + 142, + 506, + 157 + ], + "score": 1.0, + "content": "generating patch, etc.) to perform a fix. The multi-step decision process is implemented by an", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 154, + 506, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 506, + 167 + ], + "score": 1.0, + "content": "autoregressive model. Crucially, our model differs from the standard NTM in how the memory is", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 165, + 505, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 165, + 505, + 178 + ], + "score": 1.0, + "content": "manipulated: apart from the common read and write operations, the controller can also expand or", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 176, + 394, + 189 + ], + "spans": [ + { + "bbox": [ + 106, + 176, + 394, + 189 + ], + "score": 1.0, + "content": "shrink the memory when adding or deleting nodes in the original graph.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5, + "bbox_fs": [ + 104, + 110, + 506, + 189 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 193, + 505, + 226 + ], + "lines": [ + { + "bbox": [ + 105, + 192, + 505, + 206 + ], + "spans": [ + { + "bbox": [ + 105, + 192, + 505, + 206 + ], + "score": 1.0, + "content": "We have realized our approach in a tool called HOPPITY. By training on 290,715 Javascript code", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 204, + 505, + 217 + ], + "spans": [ + { + "bbox": [ + 106, + 204, + 505, + 217 + ], + "score": 1.0, + "content": "change commits collected from Github, HOPPITY correctly detects and fixes bugs in 9,490 out of", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 215, + 286, + 227 + ], + "spans": [ + { + "bbox": [ + 106, + 215, + 286, + 227 + ], + "score": 1.0, + "content": "36,361 programs using a beam size of three.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10, + "bbox_fs": [ + 105, + 192, + 505, + 227 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 233, + 252, + 246 + ], + "lines": [ + { + "bbox": [ + 105, + 232, + 253, + 248 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 253, + 248 + ], + "score": 1.0, + "content": "2 MOTIVATING EXAMPLES", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 106, + 252, + 505, + 362 + ], + "lines": [ + { + "bbox": [ + 105, + 252, + 506, + 264 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 432, + 264 + ], + "score": 1.0, + "content": "Javascript is quite different compared to traditional object-oriented languages (e.g.", + "type": "text" + }, + { + "bbox": [ + 432, + 253, + 451, + 263 + ], + "score": 0.83, + "content": "\\mathrm { C } { + + }", + "type": "inline_equation" + }, + { + "bbox": [ + 451, + 252, + 487, + 264 + ], + "score": 1.0, + "content": ", Java, or", + "type": "text" + }, + { + "bbox": [ + 487, + 253, + 500, + 262 + ], + "score": 0.36, + "content": "\\mathbf { C } \\#", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 252, + 506, + 264 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 262, + 506, + 276 + ], + "spans": [ + { + "bbox": [ + 105, + 262, + 506, + 276 + ], + "score": 1.0, + "content": "In addition to the weak, dynamic typing discipline of scripting languages, Javascript supports many", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 274, + 506, + 286 + ], + "spans": [ + { + "bbox": [ + 105, + 274, + 506, + 286 + ], + "score": 1.0, + "content": "peculiar features that do not exist in other languages. For example, it allows a property (i.e., a field)", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 284, + 506, + 298 + ], + "spans": [ + { + "bbox": [ + 105, + 284, + 506, + 298 + ], + "score": 1.0, + "content": "to be added to or removed from an object at runtime. As another example, Javascript did not support", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 104, + 294, + 506, + 309 + ], + "spans": [ + { + "bbox": [ + 104, + 294, + 506, + 309 + ], + "score": 1.0, + "content": "block-level scoping until recently, allowing a variable defined in a block structure such as a for loop", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 307, + 506, + 319 + ], + "spans": [ + { + "bbox": [ + 106, + 307, + 506, + 319 + ], + "score": 1.0, + "content": "to be exposed to the entire function in which the loop occurs. While the latest ES6 language standard", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 104, + 317, + 506, + 331 + ], + "spans": [ + { + "bbox": [ + 104, + 317, + 506, + 331 + ], + "score": 1.0, + "content": "incorporates block-level scoping, developers have been programming without it for decades, resulting", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 329, + 506, + 342 + ], + "spans": [ + { + "bbox": [ + 105, + 329, + 506, + 342 + ], + "score": 1.0, + "content": "in a large body of legacy code. Finally, Javascript’s eval function, which interprets and executes a", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 340, + 506, + 352 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 506, + 352 + ], + "score": 1.0, + "content": "string as a code fragment, is widely regarded as a major source of bugs and vulnerabilities. All of", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 350, + 457, + 363 + ], + "spans": [ + { + "bbox": [ + 105, + 350, + 457, + 363 + ], + "score": 1.0, + "content": "these aspects make programming in Javascript a frustrating and error-prone experience.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 17.5, + "bbox_fs": [ + 104, + 252, + 506, + 363 + ] + }, + { + "type": "image", + "bbox": [ + 103, + 373, + 507, + 512 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 103, + 373, + 507, + 512 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 103, + 373, + 507, + 512 + ], + "spans": [ + { + "bbox": [ + 103, + 373, + 507, + 512 + ], + "score": 0.781, + "type": "image", + "image_path": "5d5db4d59feaf5fb2d4045cba10080cbb7a131b8e8d7ef8e54625067bc4119e3.jpg" + } + ] + } + ], + "index": 24, + "virtual_lines": [ + { + "bbox": [ + 103, + 373, + 507, + 419.3333333333333 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 103, + 419.3333333333333, + 507, + 465.66666666666663 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 103, + 465.66666666666663, + 507, + 511.99999999999994 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 515, + 505, + 536 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 515, + 505, + 527 + ], + "spans": [ + { + "bbox": [ + 105, + 515, + 486, + 527 + ], + "score": 1.0, + "content": "(c) copy function should have also been included in (d) parseInt should have been removed because", + "type": "text" + }, + { + "bbox": [ + 486, + 517, + 505, + 524 + ], + "score": 0.8, + "content": "= = = =", + "type": "inline_equation" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 524, + 437, + 538 + ], + "spans": [ + { + "bbox": [ + 106, + 525, + 178, + 536 + ], + "score": 1.0, + "content": "the highlighted list.", + "type": "text" + }, + { + "bbox": [ + 303, + 524, + 437, + 538 + ], + "score": 1.0, + "content": "implies this.value is an integer.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5 + }, + { + "type": "image_caption", + "bbox": [ + 106, + 545, + 505, + 568 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 545, + 506, + 558 + ], + "spans": [ + { + "bbox": [ + 106, + 545, + 506, + 558 + ], + "score": 1.0, + "content": "Figure 1: Example programs that illustrate limitations of existing approaches inculding both rule-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 557, + 327, + 568 + ], + "spans": [ + { + "bbox": [ + 106, + 557, + 327, + 568 + ], + "score": 1.0, + "content": "based static analyzers and neural-based bug predictors.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5 + } + ], + "index": 26.5 + }, + { + "type": "text", + "bbox": [ + 107, + 578, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 578, + 506, + 591 + ], + "spans": [ + { + "bbox": [ + 105, + 578, + 506, + 591 + ], + "score": 1.0, + "content": "Static analyzers aim to detect common coding errors in Javascript programs by applying logical rule-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 587, + 506, + 602 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 506, + 602 + ], + "score": 1.0, + "content": "based reasoning on source code. TAJS (Jensen et al., 2009) and ESLint (Zakas, 2013) are prominent", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 600, + 505, + 613 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 505, + 613 + ], + "score": 1.0, + "content": "examples. These tools face important challenges to be effective. We present several examples in", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 611, + 504, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 611, + 504, + 623 + ], + "score": 1.0, + "content": "Figure 1 to illustrate their limitations. Due to the complex nature of client-side web APIs, TAJS", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 622, + 505, + 633 + ], + "spans": [ + { + "bbox": [ + 106, + 622, + 505, + 633 + ], + "score": 1.0, + "content": "and ESLint choose to ignore analyzing built-in libraries for the sake of scalability. As depicted in", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 633, + 505, + 645 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 505, + 645 + ], + "score": 1.0, + "content": "Figure 1a, when developers mistakenly capitalize the first letter of innerHTML, a property of class", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 644, + 504, + 655 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 504, + 655 + ], + "score": 1.0, + "content": "Element in DOM (Document Object Model), both analyzers fail to catch the error. Javascript will", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 654, + 505, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 505, + 668 + ], + "score": 1.0, + "content": "then silently allow developers to set the previously non-existent property InnerHTML to the empty", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 665, + 506, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 506, + 679 + ], + "score": 1.0, + "content": "string. Later, when developers attempt to access the intended property, innerHTML, the program", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "score": 1.0, + "content": "will crash and potentially cause a security vulnerability or incur a costly debugging experience.", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 686, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 686, + 506, + 701 + ], + "score": 1.0, + "content": "Additionally, static analyzers can never deal with functional bugs (i.e., errors that violate the program", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "specification and yet conform to the coding rules). Figure 1b shows one such example. The goal is to", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 709, + 504, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 504, + 722 + ], + "score": 1.0, + "content": "split a string using regular expressions. However, the program incorrectly splits the input ' and '", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 720, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 149, + 733 + ], + "score": 1.0, + "content": "into ['',", + "type": "text" + }, + { + "bbox": [ + 166, + 721, + 189, + 732 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 206, + 720, + 272, + 733 + ], + "score": 1.0, + "content": "''] instead of", + "type": "text" + }, + { + "bbox": [ + 273, + 721, + 319, + 732 + ], + "score": 0.88, + "content": "[ { \\bf \\Phi } ^ { \\prime \\prime } , { \\bf \\Phi } ^ { \\prime \\prime } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 720, + 505, + 733 + ], + "score": 1.0, + "content": ", which is what the developer intended. Since", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 246, + 506, + 261 + ], + "spans": [ + { + "bbox": [ + 105, + 246, + 506, + 261 + ], + "score": 1.0, + "content": "the error is simply a mismatch between the developer’s implicit specification and implementation,", + "type": "text", + "cross_page": true + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 259, + 282, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 259, + 282, + 271 + ], + "score": 1.0, + "content": "static analyzers are incapable of catching it.", + "type": "text", + "cross_page": true + } + ], + "index": 6 + } + ], + "index": 36.5, + "bbox_fs": [ + 105, + 578, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 107, + 70, + 498, + 205 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 107, + 70, + 498, + 205 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 70, + 498, + 205 + ], + "spans": [ + { + "bbox": [ + 107, + 70, + 498, + 205 + ], + "score": 0.961, + "type": "image", + "image_path": "debfa503638c9e415a26e59edbafb8dbed10fbd181589d19251d769b600dfc54.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 107, + 70, + 498, + 115.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 107, + 115.0, + 498, + 160.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 107, + 160.0, + 498, + 205.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 217, + 504, + 239 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 217, + 505, + 229 + ], + "spans": [ + { + "bbox": [ + 106, + 217, + 505, + 229 + ], + "score": 1.0, + "content": "Figure 2: Code repair as graph transformation. Each step the source code graph is edited via one of", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 227, + 339, + 240 + ], + "spans": [ + { + "bbox": [ + 106, + 227, + 339, + 240 + ], + "score": 1.0, + "content": "the operator module until STOP is triggered by controller.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "text", + "bbox": [ + 107, + 247, + 504, + 270 + ], + "lines": [ + { + "bbox": [ + 105, + 246, + 506, + 261 + ], + "spans": [ + { + "bbox": [ + 105, + 246, + 506, + 261 + ], + "score": 1.0, + "content": "the error is simply a mismatch between the developer’s implicit specification and implementation,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 259, + 282, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 259, + 282, + 271 + ], + "score": 1.0, + "content": "static analyzers are incapable of catching it.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5 + }, + { + "type": "text", + "bbox": [ + 106, + 275, + 506, + 430 + ], + "lines": [ + { + "bbox": [ + 105, + 274, + 507, + 288 + ], + "spans": [ + { + "bbox": [ + 105, + 274, + 507, + 288 + ], + "score": 1.0, + "content": "The bugs that static analyzers missed in both cases are in hindsight quite obvious to human program-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 286, + 505, + 298 + ], + "spans": [ + { + "bbox": [ + 106, + 286, + 505, + 298 + ], + "score": 1.0, + "content": "mers. The criteria they use is very simple: any code snippet that seems to deviate from common code", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 104, + 297, + 506, + 310 + ], + "spans": [ + { + "bbox": [ + 104, + 297, + 506, + 310 + ], + "score": 1.0, + "content": "patterns is likely to be buggy. This is precisely the observation that our approach seeks to mimic. In", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 308, + 505, + 321 + ], + "spans": [ + { + "bbox": [ + 105, + 308, + 505, + 321 + ], + "score": 1.0, + "content": "particular, if a model observes a property or an unusual way of splitting strings that never appeared in", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 319, + 506, + 332 + ], + "spans": [ + { + "bbox": [ + 105, + 319, + 506, + 332 + ], + "score": 1.0, + "content": "the training data, it is likely to recognize those abnormal code fragments as potential bugs. The main", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 330, + 505, + 342 + ], + "spans": [ + { + "bbox": [ + 105, + 330, + 505, + 342 + ], + "score": 1.0, + "content": "advantage of our approach over existing neural-based bug detectors (Allamanis et al., 2018; Pradel", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 340, + 506, + 354 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 506, + 354 + ], + "score": 1.0, + "content": "& Sen, 2018; Vasic et al., 2019) is its generality. Unlike prior works that target specific classes of", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 352, + 506, + 365 + ], + "spans": [ + { + "bbox": [ + 105, + 352, + 506, + 365 + ], + "score": 1.0, + "content": "bugs (e.g., variable naming issues or binary expression bugs), we train a single model to deal with a", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 362, + 506, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 362, + 506, + 376 + ], + "score": 1.0, + "content": "wide range of bug types, encompassing all previously proposed ones. Compared to past approaches", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 374, + 506, + 387 + ], + "spans": [ + { + "bbox": [ + 105, + 374, + 506, + 387 + ], + "score": 1.0, + "content": "that leverage a graph-based neural network model (Allamanis et al., 2018), our model is capable of", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 385, + 507, + 397 + ], + "spans": [ + { + "bbox": [ + 105, + 385, + 507, + 397 + ], + "score": 1.0, + "content": "more sophisticated transformations such as adding or removing nodes, as shown in Figure 1c and 1d.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 394, + 506, + 408 + ], + "spans": [ + { + "bbox": [ + 105, + 394, + 506, + 408 + ], + "score": 1.0, + "content": "Finally, our model not only locates but also fixes bugs, whereas program repair (Le Goues et al.,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 406, + 506, + 419 + ], + "spans": [ + { + "bbox": [ + 105, + 406, + 506, + 419 + ], + "score": 1.0, + "content": "2019; Scott et al., 2019; Hua et al., 2018; Chen et al., 2018) or bug localization (Ball et al., 2003;", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 417, + 426, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 417, + 426, + 430 + ], + "score": 1.0, + "content": "Jose & Majumdar, 2011; Wang et al., 2019) techniques only solve a single task.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 13.5 + }, + { + "type": "title", + "bbox": [ + 107, + 436, + 165, + 449 + ], + "lines": [ + { + "bbox": [ + 104, + 434, + 168, + 451 + ], + "spans": [ + { + "bbox": [ + 104, + 434, + 168, + 451 + ], + "score": 1.0, + "content": "3 MODEL", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 106, + 455, + 505, + 499 + ], + "lines": [ + { + "bbox": [ + 105, + 454, + 505, + 468 + ], + "spans": [ + { + "bbox": [ + 105, + 454, + 505, + 468 + ], + "score": 1.0, + "content": "We model the problem of detecting and repairing bugs in programs as a structured prediction problem", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 465, + 507, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 351, + 479 + ], + "score": 1.0, + "content": "on a graph-based representation of programs. Given a graph", + "type": "text" + }, + { + "bbox": [ + 351, + 467, + 370, + 478 + ], + "score": 0.89, + "content": "g _ { b u g }", + "type": "inline_equation" + }, + { + "bbox": [ + 371, + 465, + 507, + 479 + ], + "score": 1.0, + "content": "that represents a buggy program,", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 476, + 505, + 490 + ], + "spans": [ + { + "bbox": [ + 105, + 476, + 217, + 490 + ], + "score": 1.0, + "content": "we wish to predict a graph", + "type": "text" + }, + { + "bbox": [ + 217, + 478, + 236, + 489 + ], + "score": 0.88, + "content": "g _ { f i x }", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 476, + 505, + 490 + ], + "score": 1.0, + "content": "that represents the fixed program. Our model aims to capture the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 488, + 419, + 500 + ], + "spans": [ + { + "bbox": [ + 106, + 488, + 283, + 500 + ], + "score": 1.0, + "content": "structured prediction by a sequence of up to", + "type": "text" + }, + { + "bbox": [ + 284, + 488, + 292, + 497 + ], + "score": 0.83, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 488, + 419, + 500 + ], + "score": 1.0, + "content": "steps of graph transformations:", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 23.5 + }, + { + "type": "interline_equation", + "bbox": [ + 171, + 502, + 420, + 516 + ], + "lines": [ + { + "bbox": [ + 171, + 502, + 420, + 516 + ], + "spans": [ + { + "bbox": [ + 171, + 502, + 420, + 516 + ], + "score": 0.85, + "content": "p ( g _ { f i x } | g _ { b u g } ; \\theta ) = p ( g _ { 1 } | g _ { b u g } ; \\theta ) p ( g _ { 2 } | g _ { 1 } ; \\theta ) \\ldots p ( g _ { f i x } | g _ { T - 1 } ; \\theta )", + "type": "interline_equation", + "image_path": "0103504e54b020eebcd2ba17427b2ea4faa5994e7bd64f0da7b5f5151b25031f.jpg" + } + ] + } + ], + "index": 26, + "virtual_lines": [ + { + "bbox": [ + 171, + 502, + 420, + 516 + ], + "spans": [], + "index": 26 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 518, + 502, + 541 + ], + "lines": [ + { + "bbox": [ + 107, + 518, + 505, + 531 + ], + "spans": [ + { + "bbox": [ + 107, + 518, + 505, + 531 + ], + "score": 1.0, + "content": "The high-level overview of the graph sequence transformation is shown in Figure 2. Different", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 529, + 491, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 529, + 297, + 542 + ], + "score": 1.0, + "content": "programs may need a different number of steps", + "type": "text" + }, + { + "bbox": [ + 297, + 529, + 330, + 542 + ], + "score": 0.92, + "content": "T ( g _ { b u g } )", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 529, + 491, + 542 + ], + "score": 1.0, + "content": "which is also determined by the model.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5 + }, + { + "type": "text", + "bbox": [ + 107, + 546, + 504, + 568 + ], + "lines": [ + { + "bbox": [ + 106, + 546, + 506, + 558 + ], + "spans": [ + { + "bbox": [ + 106, + 546, + 506, + 558 + ], + "score": 1.0, + "content": "We first introduce our representation module for programs in Sec 3.1. We then elucidate each step of", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 556, + 497, + 569 + ], + "spans": [ + { + "bbox": [ + 106, + 556, + 497, + 569 + ], + "score": 1.0, + "content": "the above transformation in Sec 3.2. Finally, we summarize and present the full model in Sec 3.3.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5 + }, + { + "type": "title", + "bbox": [ + 108, + 572, + 253, + 583 + ], + "lines": [ + { + "bbox": [ + 106, + 572, + 254, + 584 + ], + "spans": [ + { + "bbox": [ + 106, + 572, + 254, + 584 + ], + "score": 1.0, + "content": "3.1 PROGRAM REPRESENTATION", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 108, + 588, + 504, + 621 + ], + "lines": [ + { + "bbox": [ + 106, + 587, + 505, + 600 + ], + "spans": [ + { + "bbox": [ + 106, + 587, + 505, + 600 + ], + "score": 1.0, + "content": "Programs written in a high-level language have rich structure. Researchers have proposed graph-based", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 599, + 506, + 612 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 506, + 612 + ], + "score": 1.0, + "content": "representations to capture this structure (Allamanis et al., 2018). We start with this approach of", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 610, + 409, + 622 + ], + "spans": [ + { + "bbox": [ + 106, + 610, + 409, + 622 + ], + "score": 1.0, + "content": "representing programs using graphs with certain modifications for our task.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33 + }, + { + "type": "text", + "bbox": [ + 107, + 626, + 505, + 704 + ], + "lines": [ + { + "bbox": [ + 105, + 626, + 506, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 506, + 640 + ], + "score": 1.0, + "content": "As shown in the left part of Figure 2, we first parse the program’s source code into an abstract syntax", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 638, + 505, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 638, + 505, + 651 + ], + "score": 1.0, + "content": "tree (AST) form that captures the program’s syntactic structure. We then connect the leaf nodes", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 649, + 505, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 505, + 661 + ], + "score": 1.0, + "content": "with SuccToken edges. Unlike previous approaches, we additionally add value nodes that store", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 659, + 505, + 672 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 505, + 672 + ], + "score": 1.0, + "content": "the actual content of the leaf nodes, with special ValueLink edges connecting them together. The", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 670, + 505, + 684 + ], + "spans": [ + { + "bbox": [ + 105, + 670, + 505, + 684 + ], + "score": 1.0, + "content": "purpose of introducing this additional set of nodes is to provide a name-independent strategy for code", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 104, + 679, + 504, + 698 + ], + "spans": [ + { + "bbox": [ + 104, + 679, + 463, + 698 + ], + "score": 1.0, + "content": "representation and modification, which we elucidate in the next section. Hereafter, we use", + "type": "text" + }, + { + "bbox": [ + 463, + 684, + 504, + 694 + ], + "score": 0.78, + "content": "g _ { f i x } , g _ { b u g }", + "type": "inline_equation" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 693, + 455, + 705 + ], + "spans": [ + { + "bbox": [ + 105, + 693, + 117, + 705 + ], + "score": 1.0, + "content": "or", + "type": "text" + }, + { + "bbox": [ + 117, + 695, + 124, + 704 + ], + "score": 0.79, + "content": "g", + "type": "inline_equation" + }, + { + "bbox": [ + 124, + 693, + 455, + 705 + ], + "score": 1.0, + "content": "in general to represent either the source code or the corresponding graph structure.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 38 + }, + { + "type": "text", + "bbox": [ + 107, + 709, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "After representing the program as a graph, we use a Graph Neural Network (GNN) (Scarselli et al.,", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 720, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 505, + 733 + ], + "score": 1.0, + "content": "2008) to map the graph into a representation in a fixed dimensional vector space. Specifically, given", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42.5 + } + ], + "page_idx": 2, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 293, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "score": 1.0, + "content": "Published 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": [ + 107, + 70, + 498, + 205 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 107, + 70, + 498, + 205 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 70, + 498, + 205 + ], + "spans": [ + { + "bbox": [ + 107, + 70, + 498, + 205 + ], + "score": 0.961, + "type": "image", + "image_path": "debfa503638c9e415a26e59edbafb8dbed10fbd181589d19251d769b600dfc54.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 107, + 70, + 498, + 115.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 107, + 115.0, + 498, + 160.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 107, + 160.0, + 498, + 205.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 217, + 504, + 239 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 217, + 505, + 229 + ], + "spans": [ + { + "bbox": [ + 106, + 217, + 505, + 229 + ], + "score": 1.0, + "content": "Figure 2: Code repair as graph transformation. Each step the source code graph is edited via one of", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 227, + 339, + 240 + ], + "spans": [ + { + "bbox": [ + 106, + 227, + 339, + 240 + ], + "score": 1.0, + "content": "the operator module until STOP is triggered by controller.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "text", + "bbox": [ + 107, + 247, + 504, + 270 + ], + "lines": [], + "index": 5.5, + "bbox_fs": [ + 105, + 246, + 506, + 271 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 106, + 275, + 506, + 430 + ], + "lines": [ + { + "bbox": [ + 105, + 274, + 507, + 288 + ], + "spans": [ + { + "bbox": [ + 105, + 274, + 507, + 288 + ], + "score": 1.0, + "content": "The bugs that static analyzers missed in both cases are in hindsight quite obvious to human program-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 286, + 505, + 298 + ], + "spans": [ + { + "bbox": [ + 106, + 286, + 505, + 298 + ], + "score": 1.0, + "content": "mers. The criteria they use is very simple: any code snippet that seems to deviate from common code", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 104, + 297, + 506, + 310 + ], + "spans": [ + { + "bbox": [ + 104, + 297, + 506, + 310 + ], + "score": 1.0, + "content": "patterns is likely to be buggy. This is precisely the observation that our approach seeks to mimic. In", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 308, + 505, + 321 + ], + "spans": [ + { + "bbox": [ + 105, + 308, + 505, + 321 + ], + "score": 1.0, + "content": "particular, if a model observes a property or an unusual way of splitting strings that never appeared in", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 319, + 506, + 332 + ], + "spans": [ + { + "bbox": [ + 105, + 319, + 506, + 332 + ], + "score": 1.0, + "content": "the training data, it is likely to recognize those abnormal code fragments as potential bugs. The main", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 330, + 505, + 342 + ], + "spans": [ + { + "bbox": [ + 105, + 330, + 505, + 342 + ], + "score": 1.0, + "content": "advantage of our approach over existing neural-based bug detectors (Allamanis et al., 2018; Pradel", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 340, + 506, + 354 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 506, + 354 + ], + "score": 1.0, + "content": "& Sen, 2018; Vasic et al., 2019) is its generality. Unlike prior works that target specific classes of", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 352, + 506, + 365 + ], + "spans": [ + { + "bbox": [ + 105, + 352, + 506, + 365 + ], + "score": 1.0, + "content": "bugs (e.g., variable naming issues or binary expression bugs), we train a single model to deal with a", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 362, + 506, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 362, + 506, + 376 + ], + "score": 1.0, + "content": "wide range of bug types, encompassing all previously proposed ones. Compared to past approaches", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 374, + 506, + 387 + ], + "spans": [ + { + "bbox": [ + 105, + 374, + 506, + 387 + ], + "score": 1.0, + "content": "that leverage a graph-based neural network model (Allamanis et al., 2018), our model is capable of", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 385, + 507, + 397 + ], + "spans": [ + { + "bbox": [ + 105, + 385, + 507, + 397 + ], + "score": 1.0, + "content": "more sophisticated transformations such as adding or removing nodes, as shown in Figure 1c and 1d.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 394, + 506, + 408 + ], + "spans": [ + { + "bbox": [ + 105, + 394, + 506, + 408 + ], + "score": 1.0, + "content": "Finally, our model not only locates but also fixes bugs, whereas program repair (Le Goues et al.,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 406, + 506, + 419 + ], + "spans": [ + { + "bbox": [ + 105, + 406, + 506, + 419 + ], + "score": 1.0, + "content": "2019; Scott et al., 2019; Hua et al., 2018; Chen et al., 2018) or bug localization (Ball et al., 2003;", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 417, + 426, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 417, + 426, + 430 + ], + "score": 1.0, + "content": "Jose & Majumdar, 2011; Wang et al., 2019) techniques only solve a single task.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 13.5, + "bbox_fs": [ + 104, + 274, + 507, + 430 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 436, + 165, + 449 + ], + "lines": [ + { + "bbox": [ + 104, + 434, + 168, + 451 + ], + "spans": [ + { + "bbox": [ + 104, + 434, + 168, + 451 + ], + "score": 1.0, + "content": "3 MODEL", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 106, + 455, + 505, + 499 + ], + "lines": [ + { + "bbox": [ + 105, + 454, + 505, + 468 + ], + "spans": [ + { + "bbox": [ + 105, + 454, + 505, + 468 + ], + "score": 1.0, + "content": "We model the problem of detecting and repairing bugs in programs as a structured prediction problem", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 465, + 507, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 351, + 479 + ], + "score": 1.0, + "content": "on a graph-based representation of programs. Given a graph", + "type": "text" + }, + { + "bbox": [ + 351, + 467, + 370, + 478 + ], + "score": 0.89, + "content": "g _ { b u g }", + "type": "inline_equation" + }, + { + "bbox": [ + 371, + 465, + 507, + 479 + ], + "score": 1.0, + "content": "that represents a buggy program,", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 476, + 505, + 490 + ], + "spans": [ + { + "bbox": [ + 105, + 476, + 217, + 490 + ], + "score": 1.0, + "content": "we wish to predict a graph", + "type": "text" + }, + { + "bbox": [ + 217, + 478, + 236, + 489 + ], + "score": 0.88, + "content": "g _ { f i x }", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 476, + 505, + 490 + ], + "score": 1.0, + "content": "that represents the fixed program. Our model aims to capture the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 488, + 419, + 500 + ], + "spans": [ + { + "bbox": [ + 106, + 488, + 283, + 500 + ], + "score": 1.0, + "content": "structured prediction by a sequence of up to", + "type": "text" + }, + { + "bbox": [ + 284, + 488, + 292, + 497 + ], + "score": 0.83, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 488, + 419, + 500 + ], + "score": 1.0, + "content": "steps of graph transformations:", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 23.5, + "bbox_fs": [ + 105, + 454, + 507, + 500 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 171, + 502, + 420, + 516 + ], + "lines": [ + { + "bbox": [ + 171, + 502, + 420, + 516 + ], + "spans": [ + { + "bbox": [ + 171, + 502, + 420, + 516 + ], + "score": 0.85, + "content": "p ( g _ { f i x } | g _ { b u g } ; \\theta ) = p ( g _ { 1 } | g _ { b u g } ; \\theta ) p ( g _ { 2 } | g _ { 1 } ; \\theta ) \\ldots p ( g _ { f i x } | g _ { T - 1 } ; \\theta )", + "type": "interline_equation", + "image_path": "0103504e54b020eebcd2ba17427b2ea4faa5994e7bd64f0da7b5f5151b25031f.jpg" + } + ] + } + ], + "index": 26, + "virtual_lines": [ + { + "bbox": [ + 171, + 502, + 420, + 516 + ], + "spans": [], + "index": 26 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 518, + 502, + 541 + ], + "lines": [ + { + "bbox": [ + 107, + 518, + 505, + 531 + ], + "spans": [ + { + "bbox": [ + 107, + 518, + 505, + 531 + ], + "score": 1.0, + "content": "The high-level overview of the graph sequence transformation is shown in Figure 2. Different", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 529, + 491, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 529, + 297, + 542 + ], + "score": 1.0, + "content": "programs may need a different number of steps", + "type": "text" + }, + { + "bbox": [ + 297, + 529, + 330, + 542 + ], + "score": 0.92, + "content": "T ( g _ { b u g } )", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 529, + 491, + 542 + ], + "score": 1.0, + "content": "which is also determined by the model.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5, + "bbox_fs": [ + 105, + 518, + 505, + 542 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 546, + 504, + 568 + ], + "lines": [ + { + "bbox": [ + 106, + 546, + 506, + 558 + ], + "spans": [ + { + "bbox": [ + 106, + 546, + 506, + 558 + ], + "score": 1.0, + "content": "We first introduce our representation module for programs in Sec 3.1. We then elucidate each step of", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 556, + 497, + 569 + ], + "spans": [ + { + "bbox": [ + 106, + 556, + 497, + 569 + ], + "score": 1.0, + "content": "the above transformation in Sec 3.2. Finally, we summarize and present the full model in Sec 3.3.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5, + "bbox_fs": [ + 106, + 546, + 506, + 569 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 572, + 253, + 583 + ], + "lines": [ + { + "bbox": [ + 106, + 572, + 254, + 584 + ], + "spans": [ + { + "bbox": [ + 106, + 572, + 254, + 584 + ], + "score": 1.0, + "content": "3.1 PROGRAM REPRESENTATION", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 108, + 588, + 504, + 621 + ], + "lines": [ + { + "bbox": [ + 106, + 587, + 505, + 600 + ], + "spans": [ + { + "bbox": [ + 106, + 587, + 505, + 600 + ], + "score": 1.0, + "content": "Programs written in a high-level language have rich structure. Researchers have proposed graph-based", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 599, + 506, + 612 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 506, + 612 + ], + "score": 1.0, + "content": "representations to capture this structure (Allamanis et al., 2018). We start with this approach of", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 610, + 409, + 622 + ], + "spans": [ + { + "bbox": [ + 106, + 610, + 409, + 622 + ], + "score": 1.0, + "content": "representing programs using graphs with certain modifications for our task.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33, + "bbox_fs": [ + 105, + 587, + 506, + 622 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 626, + 505, + 704 + ], + "lines": [ + { + "bbox": [ + 105, + 626, + 506, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 506, + 640 + ], + "score": 1.0, + "content": "As shown in the left part of Figure 2, we first parse the program’s source code into an abstract syntax", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 638, + 505, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 638, + 505, + 651 + ], + "score": 1.0, + "content": "tree (AST) form that captures the program’s syntactic structure. We then connect the leaf nodes", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 649, + 505, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 505, + 661 + ], + "score": 1.0, + "content": "with SuccToken edges. Unlike previous approaches, we additionally add value nodes that store", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 659, + 505, + 672 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 505, + 672 + ], + "score": 1.0, + "content": "the actual content of the leaf nodes, with special ValueLink edges connecting them together. The", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 670, + 505, + 684 + ], + "spans": [ + { + "bbox": [ + 105, + 670, + 505, + 684 + ], + "score": 1.0, + "content": "purpose of introducing this additional set of nodes is to provide a name-independent strategy for code", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 104, + 679, + 504, + 698 + ], + "spans": [ + { + "bbox": [ + 104, + 679, + 463, + 698 + ], + "score": 1.0, + "content": "representation and modification, which we elucidate in the next section. Hereafter, we use", + "type": "text" + }, + { + "bbox": [ + 463, + 684, + 504, + 694 + ], + "score": 0.78, + "content": "g _ { f i x } , g _ { b u g }", + "type": "inline_equation" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 693, + 455, + 705 + ], + "spans": [ + { + "bbox": [ + 105, + 693, + 117, + 705 + ], + "score": 1.0, + "content": "or", + "type": "text" + }, + { + "bbox": [ + 117, + 695, + 124, + 704 + ], + "score": 0.79, + "content": "g", + "type": "inline_equation" + }, + { + "bbox": [ + 124, + 693, + 455, + 705 + ], + "score": 1.0, + "content": "in general to represent either the source code or the corresponding graph structure.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 38, + "bbox_fs": [ + 104, + 626, + 506, + 705 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 709, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "After representing the program as a graph, we use a Graph Neural Network (GNN) (Scarselli et al.,", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 720, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 505, + 733 + ], + "score": 1.0, + "content": "2008) to map the graph into a representation in a fixed dimensional vector space. Specifically, given", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 104, + 275, + 505, + 288 + ], + "spans": [ + { + "bbox": [ + 104, + 275, + 140, + 288 + ], + "score": 1.0, + "content": "a graph", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 140, + 276, + 188, + 288 + ], + "score": 0.92, + "content": "g = ( V , E )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 189, + 275, + 263, + 288 + ], + "score": 1.0, + "content": "with set of nodes", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 264, + 276, + 273, + 286 + ], + "score": 0.77, + "content": "V", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 274, + 275, + 318, + 288 + ], + "score": 1.0, + "content": "and edges", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 319, + 276, + 328, + 286 + ], + "score": 0.83, + "content": "E", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 328, + 275, + 414, + 288 + ], + "score": 1.0, + "content": ", we need a function", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 415, + 275, + 505, + 288 + ], + "score": 0.92, + "content": "f ( \\boldsymbol { g } ) \\mapsto ( \\mathbb { R } ^ { d } , \\mathbb { R } ^ { | V | \\times d } )", + "type": "inline_equation", + "cross_page": true + } + ], + "index": 4 + }, + { + "bbox": [ + 104, + 286, + 506, + 299 + ], + "spans": [ + { + "bbox": [ + 104, + 286, + 160, + 299 + ], + "score": 1.0, + "content": "to obtain the", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 160, + 288, + 167, + 297 + ], + "score": 0.8, + "content": "d", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 167, + 286, + 317, + 299 + ], + "score": 1.0, + "content": "-dimensional representation of graph", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 317, + 289, + 324, + 299 + ], + "score": 0.79, + "content": "g", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 325, + 286, + 374, + 299 + ], + "score": 1.0, + "content": "(denoted as", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 374, + 287, + 383, + 299 + ], + "score": 0.75, + "content": "\\vec { g } )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 383, + 286, + 506, + 299 + ], + "score": 1.0, + "content": ", as well as representations of", + "type": "text", + "cross_page": true + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 297, + 506, + 310 + ], + "spans": [ + { + "bbox": [ + 105, + 297, + 174, + 310 + ], + "score": 1.0, + "content": "individual nodes", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 174, + 298, + 201, + 308 + ], + "score": 0.89, + "content": "v \\in V", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 201, + 297, + 250, + 310 + ], + "score": 1.0, + "content": "(denoted as", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 250, + 299, + 257, + 308 + ], + "score": 0.67, + "content": "\\vec { v }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 257, + 297, + 330, + 310 + ], + "score": 1.0, + "content": "). To parameterize", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 330, + 298, + 348, + 310 + ], + "score": 0.91, + "content": "f ( \\cdot )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 348, + 297, + 468, + 310 + ], + "score": 1.0, + "content": ", we employ the form in GIN (", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 468, + 298, + 481, + 308 + ], + "score": 0.43, + "content": "\\mathrm { X u }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 482, + 297, + 506, + 310 + ], + "score": 1.0, + "content": "et al.,", + "type": "text", + "cross_page": true + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 308, + 498, + 321 + ], + "spans": [ + { + "bbox": [ + 106, + 308, + 498, + 321 + ], + "score": 1.0, + "content": "2018), with our adaptation to our multigraph for program representation in the following manner:", + "type": "text", + "cross_page": true + } + ], + "index": 7 + } + ], + "index": 42.5, + "bbox_fs": [ + 105, + 709, + 505, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 105, + 67, + 506, + 244 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 105, + 67, + 506, + 244 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 67, + 506, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 67, + 506, + 244 + ], + "score": 0.976, + "type": "image", + "image_path": "a2cc2ae4322d124cf58d65e62b0b650dc2a5f95c8603f0cf15ae0a1c0490a56b.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 105, + 67, + 506, + 126.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 105, + 126.0, + 506, + 185.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 105, + 185.0, + 506, + 244.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 190, + 256, + 417, + 268 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 189, + 255, + 418, + 270 + ], + "spans": [ + { + "bbox": [ + 189, + 255, + 418, + 270 + ], + "score": 1.0, + "content": "Figure 3: Graph edit operators with low-level primitives.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + }, + { + "type": "text", + "bbox": [ + 106, + 275, + 506, + 320 + ], + "lines": [ + { + "bbox": [ + 104, + 275, + 505, + 288 + ], + "spans": [ + { + "bbox": [ + 104, + 275, + 140, + 288 + ], + "score": 1.0, + "content": "a graph", + "type": "text" + }, + { + "bbox": [ + 140, + 276, + 188, + 288 + ], + "score": 0.92, + "content": "g = ( V , E )", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 275, + 263, + 288 + ], + "score": 1.0, + "content": "with set of nodes", + "type": "text" + }, + { + "bbox": [ + 264, + 276, + 273, + 286 + ], + "score": 0.77, + "content": "V", + "type": "inline_equation" + }, + { + "bbox": [ + 274, + 275, + 318, + 288 + ], + "score": 1.0, + "content": "and edges", + "type": "text" + }, + { + "bbox": [ + 319, + 276, + 328, + 286 + ], + "score": 0.83, + "content": "E", + "type": "inline_equation" + }, + { + "bbox": [ + 328, + 275, + 414, + 288 + ], + "score": 1.0, + "content": ", we need a function", + "type": "text" + }, + { + "bbox": [ + 415, + 275, + 505, + 288 + ], + "score": 0.92, + "content": "f ( \\boldsymbol { g } ) \\mapsto ( \\mathbb { R } ^ { d } , \\mathbb { R } ^ { | V | \\times d } )", + "type": "inline_equation" + } + ], + "index": 4 + }, + { + "bbox": [ + 104, + 286, + 506, + 299 + ], + "spans": [ + { + "bbox": [ + 104, + 286, + 160, + 299 + ], + "score": 1.0, + "content": "to obtain the", + "type": "text" + }, + { + "bbox": [ + 160, + 288, + 167, + 297 + ], + "score": 0.8, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 167, + 286, + 317, + 299 + ], + "score": 1.0, + "content": "-dimensional representation of graph", + "type": "text" + }, + { + "bbox": [ + 317, + 289, + 324, + 299 + ], + "score": 0.79, + "content": "g", + "type": "inline_equation" + }, + { + "bbox": [ + 325, + 286, + 374, + 299 + ], + "score": 1.0, + "content": "(denoted as", + "type": "text" + }, + { + "bbox": [ + 374, + 287, + 383, + 299 + ], + "score": 0.75, + "content": "\\vec { g } )", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 286, + 506, + 299 + ], + "score": 1.0, + "content": ", as well as representations of", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 297, + 506, + 310 + ], + "spans": [ + { + "bbox": [ + 105, + 297, + 174, + 310 + ], + "score": 1.0, + "content": "individual nodes", + "type": "text" + }, + { + "bbox": [ + 174, + 298, + 201, + 308 + ], + "score": 0.89, + "content": "v \\in V", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 297, + 250, + 310 + ], + "score": 1.0, + "content": "(denoted as", + "type": "text" + }, + { + "bbox": [ + 250, + 299, + 257, + 308 + ], + "score": 0.67, + "content": "\\vec { v }", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 297, + 330, + 310 + ], + "score": 1.0, + "content": "). To parameterize", + "type": "text" + }, + { + "bbox": [ + 330, + 298, + 348, + 310 + ], + "score": 0.91, + "content": "f ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 348, + 297, + 468, + 310 + ], + "score": 1.0, + "content": ", we employ the form in GIN (", + "type": "text" + }, + { + "bbox": [ + 468, + 298, + 481, + 308 + ], + "score": 0.43, + "content": "\\mathrm { X u }", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 297, + 506, + 310 + ], + "score": 1.0, + "content": "et al.,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 308, + 498, + 321 + ], + "spans": [ + { + "bbox": [ + 106, + 308, + 498, + 321 + ], + "score": 1.0, + "content": "2018), with our adaptation to our multigraph for program representation in the following manner:", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5.5 + }, + { + "type": "interline_equation", + "bbox": [ + 181, + 322, + 410, + 358 + ], + "lines": [ + { + "bbox": [ + 181, + 322, + 410, + 358 + ], + "spans": [ + { + "bbox": [ + 181, + 322, + 410, + 358 + ], + "score": 0.91, + "content": "\\begin{array} { r l } & { h _ { v } ^ { ( l + 1 ) , k } = \\sigma ( \\sum _ { u \\in \\mathcal { N } ^ { k } ( v ) } \\mathbf { W } _ { 1 } ^ { l , k } h _ { u } ^ { ( l ) } ) , \\forall k \\in \\{ 1 , 2 , \\ldots , K \\} } \\\\ & { h _ { v } ^ { ( l + 1 ) } = \\sigma ( \\mathbf { W } _ { 2 } ^ { l } [ h _ { v } ^ { ( l + 1 ) , 1 } , h _ { v } ^ { ( l + 1 ) , 2 } , \\ldots , h _ { v } ^ { ( l + 1 ) , K } ] + h _ { v } ^ { ( l ) } ) } \\end{array}", + "type": "interline_equation", + "image_path": "b7168a9bac585efec6eb75c06a41342cc380a2ca446564ae2a7dff6d7d219027.jpg" + } + ] + } + ], + "index": 8.5, + "virtual_lines": [ + { + "bbox": [ + 181, + 322, + 410, + 340.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 181, + 340.0, + 410, + 358.0 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 360, + 505, + 431 + ], + "lines": [ + { + "bbox": [ + 104, + 357, + 508, + 376 + ], + "spans": [ + { + "bbox": [ + 104, + 357, + 133, + 376 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 360, + 190, + 373 + ], + "score": 0.67, + "content": "\\mathbf { W } _ { 1 } ^ { l , k } \\in \\mathbb { R } ^ { d \\times d }", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 357, + 193, + 376 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 194, + 360, + 253, + 373 + ], + "score": 0.76, + "content": "\\mathbf { W } _ { 2 } ^ { l } \\in \\mathbb { R } ^ { d K \\times d }", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 357, + 358, + 376 + ], + "score": 1.0, + "content": "are model parameters and", + "type": "text" + }, + { + "bbox": [ + 358, + 361, + 376, + 374 + ], + "score": 0.91, + "content": "\\sigma ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 357, + 508, + 376 + ], + "score": 1.0, + "content": "is tanh in this implementation.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 107, + 371, + 505, + 386 + ], + "spans": [ + { + "bbox": [ + 107, + 374, + 117, + 383 + ], + "score": 0.82, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 117, + 371, + 505, + 386 + ], + "score": 1.0, + "content": "is the total number of edge types in this multi-graph representation. In the end, the node embedding", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 104, + 381, + 506, + 401 + ], + "spans": [ + { + "bbox": [ + 104, + 381, + 115, + 401 + ], + "score": 1.0, + "content": "is", + "type": "text" + }, + { + "bbox": [ + 116, + 383, + 153, + 397 + ], + "score": 0.93, + "content": "\\vec { v } = h _ { v } ^ { ( L ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 381, + 183, + 401 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 184, + 386, + 192, + 396 + ], + "score": 0.81, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 381, + 385, + 401 + ], + "score": 1.0, + "content": "is the total number of propagations in the GNN.", + "type": "text" + }, + { + "bbox": [ + 385, + 385, + 414, + 398 + ], + "score": 0.92, + "content": "\\mathcal { N } ^ { k } ( v )", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 381, + 506, + 401 + ], + "score": 1.0, + "content": "is the set of neighbors", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 397, + 505, + 410 + ], + "spans": [ + { + "bbox": [ + 105, + 397, + 139, + 410 + ], + "score": 1.0, + "content": "of node", + "type": "text" + }, + { + "bbox": [ + 140, + 399, + 146, + 407 + ], + "score": 0.78, + "content": "v", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 397, + 297, + 410 + ], + "score": 1.0, + "content": "that are connected by edge with type", + "type": "text" + }, + { + "bbox": [ + 297, + 398, + 303, + 407 + ], + "score": 0.82, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 303, + 397, + 473, + 410 + ], + "score": 1.0, + "content": ". Following GIN, the graph representation", + "type": "text" + }, + { + "bbox": [ + 474, + 398, + 480, + 409 + ], + "score": 0.85, + "content": "\\vec { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 397, + 505, + 410 + ], + "score": 1.0, + "content": "is the", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 407, + 506, + 421 + ], + "spans": [ + { + "bbox": [ + 105, + 407, + 168, + 421 + ], + "score": 1.0, + "content": "aggregation of", + "type": "text" + }, + { + "bbox": [ + 168, + 407, + 248, + 420 + ], + "score": 0.88, + "content": "h _ { v } ^ { l } , \\forall l \\in 0 , 1 , \\therefore , \\bar { L }", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 407, + 391, + 421 + ], + "score": 1.0, + "content": ". We use max pooling to aggregate", + "type": "text" + }, + { + "bbox": [ + 391, + 407, + 403, + 420 + ], + "score": 0.89, + "content": "\\mathsf { \\bar { h } } _ { v } ^ { l }", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 407, + 440, + 421 + ], + "score": 1.0, + "content": "for each", + "type": "text" + }, + { + "bbox": [ + 440, + 408, + 444, + 418 + ], + "score": 0.65, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 407, + 506, + 421 + ], + "score": 1.0, + "content": ", and then take", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 418, + 294, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 418, + 188, + 432 + ], + "score": 1.0, + "content": "the average of these", + "type": "text" + }, + { + "bbox": [ + 188, + 420, + 213, + 429 + ], + "score": 0.9, + "content": "L + 1", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 418, + 283, + 432 + ], + "score": 1.0, + "content": "vectors to obtain", + "type": "text" + }, + { + "bbox": [ + 284, + 420, + 289, + 431 + ], + "score": 0.81, + "content": "\\vec { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 418, + 294, + 432 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 12.5 + }, + { + "type": "text", + "bbox": [ + 106, + 436, + 506, + 494 + ], + "lines": [ + { + "bbox": [ + 101, + 428, + 510, + 462 + ], + "spans": [ + { + "bbox": [ + 101, + 428, + 402, + 462 + ], + "score": 1.0, + "content": "Initially, we use the node type as one-hot features as a starting value for either obtained from the AST representation, or from the local value ta", + "type": "text" + }, + { + "bbox": [ + 402, + 435, + 419, + 449 + ], + "score": 0.91, + "content": "h _ { v } ^ { ( 0 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 419, + 428, + 510, + 462 + ], + "score": 1.0, + "content": ", where the types areas shown in Figure 2.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 461, + 506, + 473 + ], + "spans": [ + { + "bbox": [ + 106, + 461, + 506, + 473 + ], + "score": 1.0, + "content": "Note that we don’t use features like variable names or function names in this graph representation,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 471, + 505, + 483 + ], + "spans": [ + { + "bbox": [ + 106, + 471, + 505, + 483 + ], + "score": 1.0, + "content": "as different programs may follow different naming conventions. Instead, we focus on the syntactic", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 481, + 507, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 481, + 507, + 496 + ], + "score": 1.0, + "content": "structure of the source code, so as to enable naming-agnostic representation across different programs.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 17.5 + }, + { + "type": "title", + "bbox": [ + 107, + 498, + 230, + 509 + ], + "lines": [ + { + "bbox": [ + 105, + 497, + 231, + 510 + ], + "spans": [ + { + "bbox": [ + 105, + 497, + 231, + 510 + ], + "score": 1.0, + "content": "3.2 ONE-STEP GRAPH EDIT", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 106, + 513, + 505, + 580 + ], + "lines": [ + { + "bbox": [ + 105, + 512, + 506, + 527 + ], + "spans": [ + { + "bbox": [ + 105, + 512, + 506, + 527 + ], + "score": 1.0, + "content": "There are five types of operators to choose from for a single step graph edit, namely, adding a", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 523, + 505, + 538 + ], + "spans": [ + { + "bbox": [ + 105, + 523, + 505, + 538 + ], + "score": 1.0, + "content": "node (ADD), deleting a node (DEL), replacing a node value (REP_VAL), replacing a node type", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 535, + 506, + 548 + ], + "spans": [ + { + "bbox": [ + 105, + 535, + 506, + 548 + ], + "score": 1.0, + "content": "(REP_TYPE) and stop (NO_OP). When combined with multi-step edits, these operators suffice", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 546, + 506, + 558 + ], + "spans": [ + { + "bbox": [ + 105, + 546, + 506, + 558 + ], + "score": 1.0, + "content": "to capture a rich variety of code modifications. These operators share some common low-level", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 557, + 505, + 569 + ], + "spans": [ + { + "bbox": [ + 105, + 557, + 505, + 569 + ], + "score": 1.0, + "content": "primitives, such as finding the location, predicting value, etc. We first introduce the individual", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 569, + 493, + 580 + ], + "spans": [ + { + "bbox": [ + 106, + 569, + 493, + 580 + ], + "score": 1.0, + "content": "low-level primitives and then present how to assemble these for each type of graph edit operator.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 23.5 + }, + { + "type": "title", + "bbox": [ + 107, + 583, + 244, + 595 + ], + "lines": [ + { + "bbox": [ + 106, + 583, + 245, + 595 + ], + "spans": [ + { + "bbox": [ + 106, + 583, + 245, + 595 + ], + "score": 1.0, + "content": "3.2.1 LOW-LEVEL PRIMITIVES", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 107, + 599, + 505, + 643 + ], + "lines": [ + { + "bbox": [ + 105, + 599, + 505, + 612 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 505, + 612 + ], + "score": 1.0, + "content": "Our low-level primitives contain location, type, and value prediction. These primitives can be", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 609, + 506, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 609, + 506, + 623 + ], + "score": 1.0, + "content": "combined for different operators later on. In this section, we assume the availability of a controller,", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 621, + 505, + 633 + ], + "spans": [ + { + "bbox": [ + 105, + 621, + 166, + 633 + ], + "score": 1.0, + "content": "represented as", + "type": "text" + }, + { + "bbox": [ + 166, + 621, + 195, + 631 + ], + "score": 0.9, + "content": "\\vec { c } \\in \\mathbb R ^ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 621, + 505, + 633 + ], + "score": 1.0, + "content": ". It keeps track of the global state, including the original source code, as well", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 632, + 487, + 644 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 487, + 644 + ], + "score": 1.0, + "content": "as the edits made so far. We will elaborate this when we assemble different primitives together.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 29.5 + }, + { + "type": "text", + "bbox": [ + 106, + 648, + 505, + 705 + ], + "lines": [ + { + "bbox": [ + 106, + 649, + 505, + 661 + ], + "spans": [ + { + "bbox": [ + 106, + 649, + 505, + 661 + ], + "score": 1.0, + "content": "Location The location primitive locates a specific position in the source code. While it corresponds", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 659, + 505, + 673 + ], + "spans": [ + { + "bbox": [ + 106, + 659, + 505, + 673 + ], + "score": 1.0, + "content": "to region selection in the original text representation, with the graph representation, we can easily", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 669, + 506, + 684 + ], + "spans": [ + { + "bbox": [ + 105, + 669, + 506, + 684 + ], + "score": 1.0, + "content": "treat it as a node selection step. As different programs have different numbers of nodes, we employ a", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 681, + 505, + 694 + ], + "spans": [ + { + "bbox": [ + 105, + 681, + 505, + 694 + ], + "score": 1.0, + "content": "pointer network (Vinyals et al., 2015) into the graph structure. Specifically, after obtaining the node", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 692, + 460, + 706 + ], + "spans": [ + { + "bbox": [ + 106, + 692, + 157, + 706 + ], + "score": 1.0, + "content": "embeddings", + "type": "text" + }, + { + "bbox": [ + 158, + 693, + 190, + 705 + ], + "score": 0.92, + "content": "\\{ \\vec { v } \\} _ { v \\in V }", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 692, + 285, + 706 + ], + "score": 1.0, + "content": ", we select the node via", + "type": "text" + }, + { + "bbox": [ + 285, + 692, + 402, + 705 + ], + "score": 0.89, + "content": "l o \\bar { c } ( \\bar { \\vec { c } } , g ) = \\arg \\operatorname* { m a x } _ { v \\in V } \\vec { v } ^ { \\top } \\bar { \\vec { c } }", + "type": "inline_equation" + }, + { + "bbox": [ + 402, + 692, + 460, + 706 + ], + "score": 1.0, + "content": "for simplicity.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 708, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 708, + 506, + 722 + ], + "score": 1.0, + "content": "Value The value primitive assigns a value for a leaf node in the AST. Instead of predicting the replace-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 720, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 505, + 733 + ], + "score": 1.0, + "content": "ment value using a language generative model (Chen et al., 2018) or GNN score function (Allamanis", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5 + } + ], + "page_idx": 3, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 293, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 752, + 308, + 759 + ], + "lines": [] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 105, + 67, + 506, + 244 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 105, + 67, + 506, + 244 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 67, + 506, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 67, + 506, + 244 + ], + "score": 0.976, + "type": "image", + "image_path": "a2cc2ae4322d124cf58d65e62b0b650dc2a5f95c8603f0cf15ae0a1c0490a56b.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 105, + 67, + 506, + 126.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 105, + 126.0, + 506, + 185.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 105, + 185.0, + 506, + 244.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 190, + 256, + 417, + 268 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 189, + 255, + 418, + 270 + ], + "spans": [ + { + "bbox": [ + 189, + 255, + 418, + 270 + ], + "score": 1.0, + "content": "Figure 3: Graph edit operators with low-level primitives.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + }, + { + "type": "text", + "bbox": [ + 106, + 275, + 506, + 320 + ], + "lines": [], + "index": 5.5, + "bbox_fs": [ + 104, + 275, + 506, + 321 + ], + "lines_deleted": true + }, + { + "type": "interline_equation", + "bbox": [ + 181, + 322, + 410, + 358 + ], + "lines": [ + { + "bbox": [ + 181, + 322, + 410, + 358 + ], + "spans": [ + { + "bbox": [ + 181, + 322, + 410, + 358 + ], + "score": 0.91, + "content": "\\begin{array} { r l } & { h _ { v } ^ { ( l + 1 ) , k } = \\sigma ( \\sum _ { u \\in \\mathcal { N } ^ { k } ( v ) } \\mathbf { W } _ { 1 } ^ { l , k } h _ { u } ^ { ( l ) } ) , \\forall k \\in \\{ 1 , 2 , \\ldots , K \\} } \\\\ & { h _ { v } ^ { ( l + 1 ) } = \\sigma ( \\mathbf { W } _ { 2 } ^ { l } [ h _ { v } ^ { ( l + 1 ) , 1 } , h _ { v } ^ { ( l + 1 ) , 2 } , \\ldots , h _ { v } ^ { ( l + 1 ) , K } ] + h _ { v } ^ { ( l ) } ) } \\end{array}", + "type": "interline_equation", + "image_path": "b7168a9bac585efec6eb75c06a41342cc380a2ca446564ae2a7dff6d7d219027.jpg" + } + ] + } + ], + "index": 8.5, + "virtual_lines": [ + { + "bbox": [ + 181, + 322, + 410, + 340.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 181, + 340.0, + 410, + 358.0 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 360, + 505, + 431 + ], + "lines": [ + { + "bbox": [ + 104, + 357, + 508, + 376 + ], + "spans": [ + { + "bbox": [ + 104, + 357, + 133, + 376 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 360, + 190, + 373 + ], + "score": 0.67, + "content": "\\mathbf { W } _ { 1 } ^ { l , k } \\in \\mathbb { R } ^ { d \\times d }", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 357, + 193, + 376 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 194, + 360, + 253, + 373 + ], + "score": 0.76, + "content": "\\mathbf { W } _ { 2 } ^ { l } \\in \\mathbb { R } ^ { d K \\times d }", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 357, + 358, + 376 + ], + "score": 1.0, + "content": "are model parameters and", + "type": "text" + }, + { + "bbox": [ + 358, + 361, + 376, + 374 + ], + "score": 0.91, + "content": "\\sigma ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 357, + 508, + 376 + ], + "score": 1.0, + "content": "is tanh in this implementation.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 107, + 371, + 505, + 386 + ], + "spans": [ + { + "bbox": [ + 107, + 374, + 117, + 383 + ], + "score": 0.82, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 117, + 371, + 505, + 386 + ], + "score": 1.0, + "content": "is the total number of edge types in this multi-graph representation. In the end, the node embedding", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 104, + 381, + 506, + 401 + ], + "spans": [ + { + "bbox": [ + 104, + 381, + 115, + 401 + ], + "score": 1.0, + "content": "is", + "type": "text" + }, + { + "bbox": [ + 116, + 383, + 153, + 397 + ], + "score": 0.93, + "content": "\\vec { v } = h _ { v } ^ { ( L ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 381, + 183, + 401 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 184, + 386, + 192, + 396 + ], + "score": 0.81, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 381, + 385, + 401 + ], + "score": 1.0, + "content": "is the total number of propagations in the GNN.", + "type": "text" + }, + { + "bbox": [ + 385, + 385, + 414, + 398 + ], + "score": 0.92, + "content": "\\mathcal { N } ^ { k } ( v )", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 381, + 506, + 401 + ], + "score": 1.0, + "content": "is the set of neighbors", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 397, + 505, + 410 + ], + "spans": [ + { + "bbox": [ + 105, + 397, + 139, + 410 + ], + "score": 1.0, + "content": "of node", + "type": "text" + }, + { + "bbox": [ + 140, + 399, + 146, + 407 + ], + "score": 0.78, + "content": "v", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 397, + 297, + 410 + ], + "score": 1.0, + "content": "that are connected by edge with type", + "type": "text" + }, + { + "bbox": [ + 297, + 398, + 303, + 407 + ], + "score": 0.82, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 303, + 397, + 473, + 410 + ], + "score": 1.0, + "content": ". Following GIN, the graph representation", + "type": "text" + }, + { + "bbox": [ + 474, + 398, + 480, + 409 + ], + "score": 0.85, + "content": "\\vec { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 397, + 505, + 410 + ], + "score": 1.0, + "content": "is the", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 407, + 506, + 421 + ], + "spans": [ + { + "bbox": [ + 105, + 407, + 168, + 421 + ], + "score": 1.0, + "content": "aggregation of", + "type": "text" + }, + { + "bbox": [ + 168, + 407, + 248, + 420 + ], + "score": 0.88, + "content": "h _ { v } ^ { l } , \\forall l \\in 0 , 1 , \\therefore , \\bar { L }", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 407, + 391, + 421 + ], + "score": 1.0, + "content": ". We use max pooling to aggregate", + "type": "text" + }, + { + "bbox": [ + 391, + 407, + 403, + 420 + ], + "score": 0.89, + "content": "\\mathsf { \\bar { h } } _ { v } ^ { l }", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 407, + 440, + 421 + ], + "score": 1.0, + "content": "for each", + "type": "text" + }, + { + "bbox": [ + 440, + 408, + 444, + 418 + ], + "score": 0.65, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 407, + 506, + 421 + ], + "score": 1.0, + "content": ", and then take", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 418, + 294, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 418, + 188, + 432 + ], + "score": 1.0, + "content": "the average of these", + "type": "text" + }, + { + "bbox": [ + 188, + 420, + 213, + 429 + ], + "score": 0.9, + "content": "L + 1", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 418, + 283, + 432 + ], + "score": 1.0, + "content": "vectors to obtain", + "type": "text" + }, + { + "bbox": [ + 284, + 420, + 289, + 431 + ], + "score": 0.81, + "content": "\\vec { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 418, + 294, + 432 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 12.5, + "bbox_fs": [ + 104, + 357, + 508, + 432 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 436, + 506, + 494 + ], + "lines": [ + { + "bbox": [ + 101, + 428, + 510, + 462 + ], + "spans": [ + { + "bbox": [ + 101, + 428, + 402, + 462 + ], + "score": 1.0, + "content": "Initially, we use the node type as one-hot features as a starting value for either obtained from the AST representation, or from the local value ta", + "type": "text" + }, + { + "bbox": [ + 402, + 435, + 419, + 449 + ], + "score": 0.91, + "content": "h _ { v } ^ { ( 0 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 419, + 428, + 510, + 462 + ], + "score": 1.0, + "content": ", where the types areas shown in Figure 2.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 461, + 506, + 473 + ], + "spans": [ + { + "bbox": [ + 106, + 461, + 506, + 473 + ], + "score": 1.0, + "content": "Note that we don’t use features like variable names or function names in this graph representation,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 471, + 505, + 483 + ], + "spans": [ + { + "bbox": [ + 106, + 471, + 505, + 483 + ], + "score": 1.0, + "content": "as different programs may follow different naming conventions. Instead, we focus on the syntactic", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 481, + 507, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 481, + 507, + 496 + ], + "score": 1.0, + "content": "structure of the source code, so as to enable naming-agnostic representation across different programs.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 17.5, + "bbox_fs": [ + 101, + 428, + 510, + 496 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 498, + 230, + 509 + ], + "lines": [ + { + "bbox": [ + 105, + 497, + 231, + 510 + ], + "spans": [ + { + "bbox": [ + 105, + 497, + 231, + 510 + ], + "score": 1.0, + "content": "3.2 ONE-STEP GRAPH EDIT", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 106, + 513, + 505, + 580 + ], + "lines": [ + { + "bbox": [ + 105, + 512, + 506, + 527 + ], + "spans": [ + { + "bbox": [ + 105, + 512, + 506, + 527 + ], + "score": 1.0, + "content": "There are five types of operators to choose from for a single step graph edit, namely, adding a", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 523, + 505, + 538 + ], + "spans": [ + { + "bbox": [ + 105, + 523, + 505, + 538 + ], + "score": 1.0, + "content": "node (ADD), deleting a node (DEL), replacing a node value (REP_VAL), replacing a node type", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 535, + 506, + 548 + ], + "spans": [ + { + "bbox": [ + 105, + 535, + 506, + 548 + ], + "score": 1.0, + "content": "(REP_TYPE) and stop (NO_OP). When combined with multi-step edits, these operators suffice", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 546, + 506, + 558 + ], + "spans": [ + { + "bbox": [ + 105, + 546, + 506, + 558 + ], + "score": 1.0, + "content": "to capture a rich variety of code modifications. These operators share some common low-level", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 557, + 505, + 569 + ], + "spans": [ + { + "bbox": [ + 105, + 557, + 505, + 569 + ], + "score": 1.0, + "content": "primitives, such as finding the location, predicting value, etc. We first introduce the individual", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 569, + 493, + 580 + ], + "spans": [ + { + "bbox": [ + 106, + 569, + 493, + 580 + ], + "score": 1.0, + "content": "low-level primitives and then present how to assemble these for each type of graph edit operator.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 23.5, + "bbox_fs": [ + 105, + 512, + 506, + 580 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 583, + 244, + 595 + ], + "lines": [ + { + "bbox": [ + 106, + 583, + 245, + 595 + ], + "spans": [ + { + "bbox": [ + 106, + 583, + 245, + 595 + ], + "score": 1.0, + "content": "3.2.1 LOW-LEVEL PRIMITIVES", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 107, + 599, + 505, + 643 + ], + "lines": [ + { + "bbox": [ + 105, + 599, + 505, + 612 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 505, + 612 + ], + "score": 1.0, + "content": "Our low-level primitives contain location, type, and value prediction. These primitives can be", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 609, + 506, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 609, + 506, + 623 + ], + "score": 1.0, + "content": "combined for different operators later on. In this section, we assume the availability of a controller,", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 621, + 505, + 633 + ], + "spans": [ + { + "bbox": [ + 105, + 621, + 166, + 633 + ], + "score": 1.0, + "content": "represented as", + "type": "text" + }, + { + "bbox": [ + 166, + 621, + 195, + 631 + ], + "score": 0.9, + "content": "\\vec { c } \\in \\mathbb R ^ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 621, + 505, + 633 + ], + "score": 1.0, + "content": ". It keeps track of the global state, including the original source code, as well", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 632, + 487, + 644 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 487, + 644 + ], + "score": 1.0, + "content": "as the edits made so far. We will elaborate this when we assemble different primitives together.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 29.5, + "bbox_fs": [ + 105, + 599, + 506, + 644 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 648, + 505, + 705 + ], + "lines": [ + { + "bbox": [ + 106, + 649, + 505, + 661 + ], + "spans": [ + { + "bbox": [ + 106, + 649, + 505, + 661 + ], + "score": 1.0, + "content": "Location The location primitive locates a specific position in the source code. While it corresponds", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 659, + 505, + 673 + ], + "spans": [ + { + "bbox": [ + 106, + 659, + 505, + 673 + ], + "score": 1.0, + "content": "to region selection in the original text representation, with the graph representation, we can easily", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 669, + 506, + 684 + ], + "spans": [ + { + "bbox": [ + 105, + 669, + 506, + 684 + ], + "score": 1.0, + "content": "treat it as a node selection step. As different programs have different numbers of nodes, we employ a", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 681, + 505, + 694 + ], + "spans": [ + { + "bbox": [ + 105, + 681, + 505, + 694 + ], + "score": 1.0, + "content": "pointer network (Vinyals et al., 2015) into the graph structure. Specifically, after obtaining the node", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 692, + 460, + 706 + ], + "spans": [ + { + "bbox": [ + 106, + 692, + 157, + 706 + ], + "score": 1.0, + "content": "embeddings", + "type": "text" + }, + { + "bbox": [ + 158, + 693, + 190, + 705 + ], + "score": 0.92, + "content": "\\{ \\vec { v } \\} _ { v \\in V }", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 692, + 285, + 706 + ], + "score": 1.0, + "content": ", we select the node via", + "type": "text" + }, + { + "bbox": [ + 285, + 692, + 402, + 705 + ], + "score": 0.89, + "content": "l o \\bar { c } ( \\bar { \\vec { c } } , g ) = \\arg \\operatorname* { m a x } _ { v \\in V } \\vec { v } ^ { \\top } \\bar { \\vec { c } }", + "type": "inline_equation" + }, + { + "bbox": [ + 402, + 692, + 460, + 706 + ], + "score": 1.0, + "content": "for simplicity.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 34, + "bbox_fs": [ + 105, + 649, + 506, + 706 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 708, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 708, + 506, + 722 + ], + "score": 1.0, + "content": "Value The value primitive assigns a value for a leaf node in the AST. Instead of predicting the replace-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 720, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 505, + 733 + ], + "score": 1.0, + "content": "ment value using a language generative model (Chen et al., 2018) or GNN score function (Allamanis", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 83, + 505, + 94 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 505, + 94 + ], + "score": 1.0, + "content": "et al., 2018), we adopt the attention mechanism to let the model to choose from either the values", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 104, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 104, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "appearing in the current file (local value table), or a collection of global values that are common for", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 213, + 117 + ], + "score": 1.0, + "content": "the specific language. Let", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 213, + 105, + 234, + 116 + ], + "score": 0.91, + "content": "D _ { v a l }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 234, + 105, + 505, + 117 + ], + "score": 1.0, + "content": "be the global dictionary of commonly used leaf-node values in the", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 129 + ], + "spans": [ + { + "bbox": [ + 105, + 117, + 216, + 129 + ], + "score": 1.0, + "content": "language, where each item", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 217, + 117, + 258, + 128 + ], + "score": 0.91, + "content": "i _ { v } \\in D _ { v a l }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 258, + 117, + 427, + 129 + ], + "score": 1.0, + "content": "is associated with a vector representation", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 427, + 115, + 460, + 128 + ], + "score": 0.94, + "content": "\\vec { i _ { v } } \\in \\mathbb R ^ { d }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 460, + 117, + 505, + 129 + ], + "score": 1.0, + "content": ". The local", + "type": "text", + "cross_page": true + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 128, + 505, + 141 + ], + "spans": [ + { + "bbox": [ + 106, + 128, + 209, + 141 + ], + "score": 1.0, + "content": "value table is denoted as", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 210, + 128, + 228, + 139 + ], + "score": 0.88, + "content": "V _ { v a l }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 229, + 128, + 505, + 141 + ], + "score": 1.0, + "content": "which is a subset of the nodes in current graph. Then, the value is", + "type": "text", + "cross_page": true + } + ], + "index": 4 + }, + { + "bbox": [ + 104, + 138, + 507, + 157 + ], + "spans": [ + { + "bbox": [ + 104, + 138, + 160, + 157 + ], + "score": 1.0, + "content": "predicted via", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 160, + 139, + 306, + 153 + ], + "score": 0.89, + "content": "\\begin{array} { r } { v a l ( \\vec { c } , g ) = \\operatorname * { a r g m a x } _ { t \\in D _ { v a l } \\cup V _ { v a l } } \\vec { t } ^ { \\top } \\vec { c } . } \\end{array}", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 306, + 138, + 507, + 157 + ], + "score": 1.0, + "content": ". Again we use inner product simply for efficiency,", + "type": "text", + "cross_page": true + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 151, + 331, + 163 + ], + "spans": [ + { + "bbox": [ + 105, + 151, + 331, + 163 + ], + "score": 1.0, + "content": "while more expressive score functions can also be used.", + "type": "text", + "cross_page": true + } + ], + "index": 6 + } + ], + "index": 37.5, + "bbox_fs": [ + 105, + 708, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 162 + ], + "lines": [ + { + "bbox": [ + 106, + 83, + 505, + 94 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 505, + 94 + ], + "score": 1.0, + "content": "et al., 2018), we adopt the attention mechanism to let the model to choose from either the values", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 104, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 104, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "appearing in the current file (local value table), or a collection of global values that are common for", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 213, + 117 + ], + "score": 1.0, + "content": "the specific language. Let", + "type": "text" + }, + { + "bbox": [ + 213, + 105, + 234, + 116 + ], + "score": 0.91, + "content": "D _ { v a l }", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 105, + 505, + 117 + ], + "score": 1.0, + "content": "be the global dictionary of commonly used leaf-node values in the", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 129 + ], + "spans": [ + { + "bbox": [ + 105, + 117, + 216, + 129 + ], + "score": 1.0, + "content": "language, where each item", + "type": "text" + }, + { + "bbox": [ + 217, + 117, + 258, + 128 + ], + "score": 0.91, + "content": "i _ { v } \\in D _ { v a l }", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 117, + 427, + 129 + ], + "score": 1.0, + "content": "is associated with a vector representation", + "type": "text" + }, + { + "bbox": [ + 427, + 115, + 460, + 128 + ], + "score": 0.94, + "content": "\\vec { i _ { v } } \\in \\mathbb R ^ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 117, + 505, + 129 + ], + "score": 1.0, + "content": ". The local", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 128, + 505, + 141 + ], + "spans": [ + { + "bbox": [ + 106, + 128, + 209, + 141 + ], + "score": 1.0, + "content": "value table is denoted as", + "type": "text" + }, + { + "bbox": [ + 210, + 128, + 228, + 139 + ], + "score": 0.88, + "content": "V _ { v a l }", + "type": "inline_equation" + }, + { + "bbox": [ + 229, + 128, + 505, + 141 + ], + "score": 1.0, + "content": "which is a subset of the nodes in current graph. Then, the value is", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 104, + 138, + 507, + 157 + ], + "spans": [ + { + "bbox": [ + 104, + 138, + 160, + 157 + ], + "score": 1.0, + "content": "predicted via", + "type": "text" + }, + { + "bbox": [ + 160, + 139, + 306, + 153 + ], + "score": 0.89, + "content": "\\begin{array} { r } { v a l ( \\vec { c } , g ) = \\operatorname * { a r g m a x } _ { t \\in D _ { v a l } \\cup V _ { v a l } } \\vec { t } ^ { \\top } \\vec { c } . } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 306, + 138, + 507, + 157 + ], + "score": 1.0, + "content": ". Again we use inner product simply for efficiency,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 151, + 331, + 163 + ], + "spans": [ + { + "bbox": [ + 105, + 151, + 331, + 163 + ], + "score": 1.0, + "content": "while more expressive score functions can also be used.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 107, + 167, + 505, + 235 + ], + "lines": [ + { + "bbox": [ + 105, + 168, + 506, + 180 + ], + "spans": [ + { + "bbox": [ + 105, + 168, + 506, + 180 + ], + "score": 1.0, + "content": "Type The type primitive assigns the type for non-terminal nodes in an AST. As the total possible", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 179, + 506, + 192 + ], + "spans": [ + { + "bbox": [ + 105, + 179, + 506, + 192 + ], + "score": 1.0, + "content": "number of types is finite and fixed for a given language, the type prediction is simply a multi-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 189, + 506, + 202 + ], + "spans": [ + { + "bbox": [ + 105, + 189, + 506, + 202 + ], + "score": 1.0, + "content": "class classification problem. However, we can utilize the AST grammar checker with contextual", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 201, + 505, + 213 + ], + "spans": [ + { + "bbox": [ + 106, + 201, + 505, + 213 + ], + "score": 1.0, + "content": "information to prune the output space. To predict the type of a given non-terminal node, we can", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 212, + 505, + 224 + ], + "spans": [ + { + "bbox": [ + 105, + 212, + 505, + 224 + ], + "score": 1.0, + "content": "obtain its parent node and current children. Then, by looping over the valid production rules at the", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 223, + 497, + 235 + ], + "spans": [ + { + "bbox": [ + 106, + 223, + 497, + 235 + ], + "score": 1.0, + "content": "current location, we can obtain a list of all valid types. The final type is only chosen from this set.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 9.5 + }, + { + "type": "title", + "bbox": [ + 107, + 239, + 246, + 250 + ], + "lines": [ + { + "bbox": [ + 106, + 239, + 247, + 251 + ], + "spans": [ + { + "bbox": [ + 106, + 239, + 247, + 251 + ], + "score": 1.0, + "content": "3.2.2 GRAPH EDIT OPERATORS", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 106, + 254, + 505, + 332 + ], + "lines": [ + { + "bbox": [ + 105, + 254, + 506, + 269 + ], + "spans": [ + { + "bbox": [ + 105, + 254, + 123, + 269 + ], + "score": 1.0, + "content": "The", + "type": "text" + }, + { + "bbox": [ + 124, + 256, + 129, + 265 + ], + "score": 0.76, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 129, + 254, + 305, + 269 + ], + "score": 1.0, + "content": "-th round of edit starts with the current graph", + "type": "text" + }, + { + "bbox": [ + 305, + 257, + 325, + 267 + ], + "score": 0.88, + "content": "g _ { t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 325, + 254, + 506, + 269 + ], + "score": 1.0, + "content": ", the corresponding graph embedding, and the", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 265, + 505, + 279 + ], + "spans": [ + { + "bbox": [ + 105, + 266, + 218, + 279 + ], + "score": 1.0, + "content": "‘macro-context’ embedding", + "type": "text" + }, + { + "bbox": [ + 219, + 265, + 246, + 278 + ], + "score": 0.92, + "content": "\\overrightarrow { c _ { M } } _ { t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 266, + 505, + 279 + ], + "score": 1.0, + "content": "that captures the edit history so far. Every type of edit operation", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 277, + 505, + 289 + ], + "spans": [ + { + "bbox": [ + 106, + 277, + 505, + 289 + ], + "score": 1.0, + "content": "(excluding NO_OP), requires prediction of the buggy location. So, in each round, the location", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 288, + 505, + 300 + ], + "spans": [ + { + "bbox": [ + 105, + 288, + 406, + 300 + ], + "score": 1.0, + "content": "primitive is invoked to determine the node to target. Then the edit type", + "type": "text" + }, + { + "bbox": [ + 406, + 290, + 412, + 298 + ], + "score": 0.68, + "content": "e", + "type": "inline_equation" + }, + { + "bbox": [ + 413, + 288, + 505, + 300 + ], + "score": 1.0, + "content": "that is feasible at this", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 298, + 505, + 312 + ], + "spans": [ + { + "bbox": [ + 105, + 299, + 141, + 312 + ], + "score": 1.0, + "content": "location", + "type": "text" + }, + { + "bbox": [ + 141, + 302, + 147, + 309 + ], + "score": 0.7, + "content": "v", + "type": "inline_equation" + }, + { + "bbox": [ + 148, + 299, + 419, + 312 + ], + "score": 1.0, + "content": "is predicted out of the five operators. A ‘micro-context’ embedding", + "type": "text" + }, + { + "bbox": [ + 420, + 298, + 436, + 311 + ], + "score": 0.91, + "content": "\\overrightarrow { c _ { m _ { t } } }", + "type": "inline_equation" + }, + { + "bbox": [ + 436, + 299, + 505, + 312 + ], + "score": 1.0, + "content": "is obtained from", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 310, + 506, + 322 + ], + "spans": [ + { + "bbox": [ + 106, + 310, + 443, + 322 + ], + "score": 1.0, + "content": "the macro embedding updated by two LSTM calls with location node embedding", + "type": "text" + }, + { + "bbox": [ + 443, + 311, + 450, + 320 + ], + "score": 0.83, + "content": "\\vec { v }", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 310, + 506, + 322 + ], + "score": 1.0, + "content": "and operator", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 321, + 225, + 333 + ], + "spans": [ + { + "bbox": [ + 106, + 321, + 153, + 333 + ], + "score": 1.0, + "content": "embedding", + "type": "text" + }, + { + "bbox": [ + 154, + 321, + 160, + 331 + ], + "score": 0.71, + "content": "\\vec { e } .", + "type": "inline_equation" + }, + { + "bbox": [ + 160, + 321, + 225, + 333 + ], + "score": 1.0, + "content": ". To summarize:", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 17 + }, + { + "type": "interline_equation", + "bbox": [ + 175, + 338, + 435, + 353 + ], + "lines": [ + { + "bbox": [ + 175, + 338, + 435, + 353 + ], + "spans": [ + { + "bbox": [ + 175, + 338, + 435, + 353 + ], + "score": 0.9, + "content": "\\overrightarrow { c _ { M _ { t } } } ^ { \\prime } = \\mathrm { L S T M } ( \\overrightarrow { g _ { t - 1 } } | \\overrightarrow { c _ { M _ { t - 1 } } } ) , \\overrightarrow { c _ { m _ { t } } } = \\mathrm { L S T M } ( \\overrightarrow { e _ { t } } | \\mathrm { L S T M } ( \\overrightarrow { v _ { t } ^ { \\prime } } | \\overrightarrow { c _ { M _ { t } } } ) ) ,", + "type": "interline_equation", + "image_path": "157ffc9373a7c7bfa79aa1d9975e7345563fcd3e5975e20cc94cee2600908f11.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 175, + 338, + 435, + 353 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 360, + 504, + 382 + ], + "lines": [ + { + "bbox": [ + 106, + 359, + 504, + 372 + ], + "spans": [ + { + "bbox": [ + 106, + 359, + 504, + 372 + ], + "score": 1.0, + "content": "The micro-context embedding is used as the controller throughout the process of each operator. In", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 371, + 342, + 382 + ], + "spans": [ + { + "bbox": [ + 106, + 371, + 342, + 382 + ], + "score": 1.0, + "content": "the following content, we present these operators in detail.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5 + }, + { + "type": "text", + "bbox": [ + 106, + 387, + 505, + 497 + ], + "lines": [ + { + "bbox": [ + 104, + 387, + 505, + 399 + ], + "spans": [ + { + "bbox": [ + 104, + 387, + 505, + 399 + ], + "score": 1.0, + "content": "ADD This operation adds a new node to the graph. Unlike in Li et al. (2018) where the node and", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 399, + 505, + 412 + ], + "spans": [ + { + "bbox": [ + 106, + 399, + 505, + 412 + ], + "score": 1.0, + "content": "corresponding edges are added in separate stages, which would introduce extra complexity, we", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 410, + 505, + 421 + ], + "spans": [ + { + "bbox": [ + 106, + 410, + 505, + 421 + ], + "score": 1.0, + "content": "introduce a simple mechanism that can uniquely add a node and corresponding edges. As is shown in", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 420, + 505, + 433 + ], + "spans": [ + { + "bbox": [ + 105, + 420, + 505, + 433 + ], + "score": 1.0, + "content": "Figure 3, this process invokes one location primitive, one value primitive, and one type primitive. The", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 431, + 506, + 444 + ], + "spans": [ + { + "bbox": [ + 105, + 431, + 312, + 444 + ], + "score": 1.0, + "content": "location primitive invoked before the edit (i.e., node", + "type": "text" + }, + { + "bbox": [ + 312, + 433, + 319, + 442 + ], + "score": 0.36, + "content": "v", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 431, + 506, + 444 + ], + "score": 1.0, + "content": ") determines the parent of the node to be added,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 442, + 506, + 455 + ], + "spans": [ + { + "bbox": [ + 105, + 442, + 506, + 455 + ], + "score": 1.0, + "content": "while the location primitive called during the edit chooses the left sibling of the node. In a special", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 453, + 506, + 466 + ], + "spans": [ + { + "bbox": [ + 106, + 453, + 506, + 466 + ], + "score": 1.0, + "content": "case where the parent node does not have any children, then such left sibling node is set to the parent", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 462, + 506, + 477 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 506, + 477 + ], + "score": 1.0, + "content": "node itself. With this information, we can uniquely determine the position to insert into the AST.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 475, + 505, + 488 + ], + "spans": [ + { + "bbox": [ + 105, + 475, + 505, + 488 + ], + "score": 1.0, + "content": "Finally, the corresponding edges—SuccToken, ValueLink, and AST edges—can automatically", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 486, + 324, + 497 + ], + "spans": [ + { + "bbox": [ + 106, + 486, + 324, + 497 + ], + "score": 1.0, + "content": "be inferred with the location of new node to be added.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 28.5 + }, + { + "type": "text", + "bbox": [ + 107, + 503, + 505, + 547 + ], + "lines": [ + { + "bbox": [ + 106, + 503, + 504, + 515 + ], + "spans": [ + { + "bbox": [ + 106, + 503, + 504, + 515 + ], + "score": 1.0, + "content": "As this process is autoregressive, the micro-context embedding is kept updated with all the primitive", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 513, + 506, + 528 + ], + "spans": [ + { + "bbox": [ + 105, + 513, + 393, + 528 + ], + "score": 1.0, + "content": "calls. For this specific operator, the context is updated in the order of:", + "type": "text" + }, + { + "bbox": [ + 393, + 513, + 502, + 525 + ], + "score": 0.89, + "content": "\\overrightarrow { c _ { m 1 } } = \\mathrm { L S T M } ( \\overrightarrow { v _ { s i b l i n g } } | c _ { m } ^ { } )", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 513, + 506, + 528 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 524, + 504, + 539 + ], + "spans": [ + { + "bbox": [ + 106, + 525, + 238, + 537 + ], + "score": 0.89, + "content": "c _ { m 2 } ^ { } = \\mathrm { L S T M } ( \\bar { v } a l ( c _ { m 1 } ^ { } , \\bar { g } ) | c _ { m 1 } ^ { } )", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 524, + 258, + 539 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 258, + 525, + 394, + 537 + ], + "score": 0.89, + "content": "c _ { m 3 } ^ { } = \\mathrm { L S T M } ( t y p e ( c _ { m 2 } ^ { } , g ) | c _ { m 2 } ^ { } )", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 524, + 447, + 539 + ], + "score": 1.0, + "content": ". In the end,", + "type": "text" + }, + { + "bbox": [ + 448, + 526, + 504, + 536 + ], + "score": 0.87, + "content": "\\vec { c } _ { A D D } = c _ { m 3 } ^ { }", + "type": "inline_equation" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 537, + 207, + 548 + ], + "spans": [ + { + "bbox": [ + 106, + 537, + 207, + 548 + ], + "score": 1.0, + "content": "summarizes the process.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 35.5 + }, + { + "type": "text", + "bbox": [ + 106, + 552, + 505, + 586 + ], + "lines": [ + { + "bbox": [ + 105, + 552, + 506, + 566 + ], + "spans": [ + { + "bbox": [ + 105, + 552, + 506, + 566 + ], + "score": 1.0, + "content": "DEL This operator deletes a node and corresponding edges in the graph. If it is a non-terminal node", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 563, + 505, + 576 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 505, + 576 + ], + "score": 1.0, + "content": "in the AST, then the corresponding subtree is removed as well. The micro-context embedding is", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 574, + 379, + 587 + ], + "spans": [ + { + "bbox": [ + 106, + 574, + 379, + 587 + ], + "score": 1.0, + "content": "updated by the LSTM via the embedding of the node being deleted.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39 + }, + { + "type": "text", + "bbox": [ + 106, + 591, + 505, + 636 + ], + "lines": [ + { + "bbox": [ + 105, + 591, + 505, + 604 + ], + "spans": [ + { + "bbox": [ + 105, + 591, + 505, + 604 + ], + "score": 1.0, + "content": "REP_VAL This operator replaces the value of a leaf (terminal) node in the AST. This procedure", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 602, + 505, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 602, + 505, + 615 + ], + "score": 1.0, + "content": "requires the prediction the value. The leaf node is linked to the new value node in the internal value", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 613, + 505, + 627 + ], + "spans": [ + { + "bbox": [ + 105, + 613, + 505, + 627 + ], + "score": 1.0, + "content": "table via a ValueLink edge. Also, the micro-context embedding is updated by the LSTM via the", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 625, + 303, + 637 + ], + "spans": [ + { + "bbox": [ + 106, + 625, + 303, + 637 + ], + "score": 1.0, + "content": "embedding of the corresponding node and value.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 42.5 + }, + { + "type": "text", + "bbox": [ + 107, + 641, + 505, + 675 + ], + "lines": [ + { + "bbox": [ + 105, + 641, + 505, + 654 + ], + "spans": [ + { + "bbox": [ + 105, + 641, + 505, + 654 + ], + "score": 1.0, + "content": "REP_TYPE This operator changes the type of a non-terminal node, which involves type primitive", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 651, + 505, + 666 + ], + "spans": [ + { + "bbox": [ + 105, + 651, + 505, + 666 + ], + "score": 1.0, + "content": "steps. The micro-context embedding is updated by the LSTM via the embedding of the corresponding", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 663, + 168, + 677 + ], + "spans": [ + { + "bbox": [ + 105, + 663, + 168, + 677 + ], + "score": 1.0, + "content": "node and type.", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 46 + }, + { + "type": "text", + "bbox": [ + 106, + 680, + 504, + 692 + ], + "lines": [ + { + "bbox": [ + 105, + 679, + 505, + 693 + ], + "spans": [ + { + "bbox": [ + 105, + 679, + 505, + 693 + ], + "score": 1.0, + "content": "NO_OP This op does not change the graph. It simply denotes the end of the sequence of graph edits.", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 48 + }, + { + "type": "title", + "bbox": [ + 107, + 697, + 245, + 708 + ], + "lines": [ + { + "bbox": [ + 105, + 696, + 246, + 709 + ], + "spans": [ + { + "bbox": [ + 105, + 696, + 246, + 709 + ], + "score": 1.0, + "content": "3.3 GRAPH TRANSFORMATION", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 49 + }, + { + "type": "text", + "bbox": [ + 106, + 713, + 505, + 735 + ], + "lines": [ + { + "bbox": [ + 106, + 711, + 505, + 727 + ], + "spans": [ + { + "bbox": [ + 106, + 711, + 505, + 727 + ], + "score": 1.0, + "content": "Our end-to-end model for graph transformation inference is shown in Alg 1. We denote the buggy", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 723, + 506, + 737 + ], + "spans": [ + { + "bbox": [ + 105, + 723, + 132, + 737 + ], + "score": 1.0, + "content": "graph", + "type": "text" + }, + { + "bbox": [ + 133, + 725, + 152, + 736 + ], + "score": 0.86, + "content": "g _ { b u g }", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 723, + 164, + 737 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 165, + 725, + 175, + 735 + ], + "score": 0.81, + "content": "g _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 723, + 297, + 737 + ], + "score": 1.0, + "content": "for simplicity. Then, for the", + "type": "text" + }, + { + "bbox": [ + 297, + 725, + 302, + 734 + ], + "score": 0.76, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 723, + 506, + 737 + ], + "score": 1.0, + "content": "-th graph edit, the following steps are performed:", + "type": "text" + } + ], + "index": 51 + } + ], + "index": 50.5 + } + ], + "page_idx": 4, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 108, + 27, + 293, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 294, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 294, + 38 + ], + "score": 1.0, + "content": "Published 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": "text", + "bbox": [ + 106, + 82, + 505, + 162 + ], + "lines": [], + "index": 3, + "bbox_fs": [ + 104, + 83, + 507, + 163 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 167, + 505, + 235 + ], + "lines": [ + { + "bbox": [ + 105, + 168, + 506, + 180 + ], + "spans": [ + { + "bbox": [ + 105, + 168, + 506, + 180 + ], + "score": 1.0, + "content": "Type The type primitive assigns the type for non-terminal nodes in an AST. As the total possible", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 179, + 506, + 192 + ], + "spans": [ + { + "bbox": [ + 105, + 179, + 506, + 192 + ], + "score": 1.0, + "content": "number of types is finite and fixed for a given language, the type prediction is simply a multi-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 189, + 506, + 202 + ], + "spans": [ + { + "bbox": [ + 105, + 189, + 506, + 202 + ], + "score": 1.0, + "content": "class classification problem. However, we can utilize the AST grammar checker with contextual", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 201, + 505, + 213 + ], + "spans": [ + { + "bbox": [ + 106, + 201, + 505, + 213 + ], + "score": 1.0, + "content": "information to prune the output space. To predict the type of a given non-terminal node, we can", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 212, + 505, + 224 + ], + "spans": [ + { + "bbox": [ + 105, + 212, + 505, + 224 + ], + "score": 1.0, + "content": "obtain its parent node and current children. Then, by looping over the valid production rules at the", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 223, + 497, + 235 + ], + "spans": [ + { + "bbox": [ + 106, + 223, + 497, + 235 + ], + "score": 1.0, + "content": "current location, we can obtain a list of all valid types. The final type is only chosen from this set.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 9.5, + "bbox_fs": [ + 105, + 168, + 506, + 235 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 239, + 246, + 250 + ], + "lines": [ + { + "bbox": [ + 106, + 239, + 247, + 251 + ], + "spans": [ + { + "bbox": [ + 106, + 239, + 247, + 251 + ], + "score": 1.0, + "content": "3.2.2 GRAPH EDIT OPERATORS", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 106, + 254, + 505, + 332 + ], + "lines": [ + { + "bbox": [ + 105, + 254, + 506, + 269 + ], + "spans": [ + { + "bbox": [ + 105, + 254, + 123, + 269 + ], + "score": 1.0, + "content": "The", + "type": "text" + }, + { + "bbox": [ + 124, + 256, + 129, + 265 + ], + "score": 0.76, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 129, + 254, + 305, + 269 + ], + "score": 1.0, + "content": "-th round of edit starts with the current graph", + "type": "text" + }, + { + "bbox": [ + 305, + 257, + 325, + 267 + ], + "score": 0.88, + "content": "g _ { t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 325, + 254, + 506, + 269 + ], + "score": 1.0, + "content": ", the corresponding graph embedding, and the", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 265, + 505, + 279 + ], + "spans": [ + { + "bbox": [ + 105, + 266, + 218, + 279 + ], + "score": 1.0, + "content": "‘macro-context’ embedding", + "type": "text" + }, + { + "bbox": [ + 219, + 265, + 246, + 278 + ], + "score": 0.92, + "content": "\\overrightarrow { c _ { M } } _ { t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 266, + 505, + 279 + ], + "score": 1.0, + "content": "that captures the edit history so far. Every type of edit operation", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 277, + 505, + 289 + ], + "spans": [ + { + "bbox": [ + 106, + 277, + 505, + 289 + ], + "score": 1.0, + "content": "(excluding NO_OP), requires prediction of the buggy location. So, in each round, the location", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 288, + 505, + 300 + ], + "spans": [ + { + "bbox": [ + 105, + 288, + 406, + 300 + ], + "score": 1.0, + "content": "primitive is invoked to determine the node to target. Then the edit type", + "type": "text" + }, + { + "bbox": [ + 406, + 290, + 412, + 298 + ], + "score": 0.68, + "content": "e", + "type": "inline_equation" + }, + { + "bbox": [ + 413, + 288, + 505, + 300 + ], + "score": 1.0, + "content": "that is feasible at this", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 298, + 505, + 312 + ], + "spans": [ + { + "bbox": [ + 105, + 299, + 141, + 312 + ], + "score": 1.0, + "content": "location", + "type": "text" + }, + { + "bbox": [ + 141, + 302, + 147, + 309 + ], + "score": 0.7, + "content": "v", + "type": "inline_equation" + }, + { + "bbox": [ + 148, + 299, + 419, + 312 + ], + "score": 1.0, + "content": "is predicted out of the five operators. A ‘micro-context’ embedding", + "type": "text" + }, + { + "bbox": [ + 420, + 298, + 436, + 311 + ], + "score": 0.91, + "content": "\\overrightarrow { c _ { m _ { t } } }", + "type": "inline_equation" + }, + { + "bbox": [ + 436, + 299, + 505, + 312 + ], + "score": 1.0, + "content": "is obtained from", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 310, + 506, + 322 + ], + "spans": [ + { + "bbox": [ + 106, + 310, + 443, + 322 + ], + "score": 1.0, + "content": "the macro embedding updated by two LSTM calls with location node embedding", + "type": "text" + }, + { + "bbox": [ + 443, + 311, + 450, + 320 + ], + "score": 0.83, + "content": "\\vec { v }", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 310, + 506, + 322 + ], + "score": 1.0, + "content": "and operator", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 321, + 225, + 333 + ], + "spans": [ + { + "bbox": [ + 106, + 321, + 153, + 333 + ], + "score": 1.0, + "content": "embedding", + "type": "text" + }, + { + "bbox": [ + 154, + 321, + 160, + 331 + ], + "score": 0.71, + "content": "\\vec { e } .", + "type": "inline_equation" + }, + { + "bbox": [ + 160, + 321, + 225, + 333 + ], + "score": 1.0, + "content": ". To summarize:", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 17, + "bbox_fs": [ + 105, + 254, + 506, + 333 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 175, + 338, + 435, + 353 + ], + "lines": [ + { + "bbox": [ + 175, + 338, + 435, + 353 + ], + "spans": [ + { + "bbox": [ + 175, + 338, + 435, + 353 + ], + "score": 0.9, + "content": "\\overrightarrow { c _ { M _ { t } } } ^ { \\prime } = \\mathrm { L S T M } ( \\overrightarrow { g _ { t - 1 } } | \\overrightarrow { c _ { M _ { t - 1 } } } ) , \\overrightarrow { c _ { m _ { t } } } = \\mathrm { L S T M } ( \\overrightarrow { e _ { t } } | \\mathrm { L S T M } ( \\overrightarrow { v _ { t } ^ { \\prime } } | \\overrightarrow { c _ { M _ { t } } } ) ) ,", + "type": "interline_equation", + "image_path": "157ffc9373a7c7bfa79aa1d9975e7345563fcd3e5975e20cc94cee2600908f11.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 175, + 338, + 435, + 353 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 360, + 504, + 382 + ], + "lines": [ + { + "bbox": [ + 106, + 359, + 504, + 372 + ], + "spans": [ + { + "bbox": [ + 106, + 359, + 504, + 372 + ], + "score": 1.0, + "content": "The micro-context embedding is used as the controller throughout the process of each operator. In", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 371, + 342, + 382 + ], + "spans": [ + { + "bbox": [ + 106, + 371, + 342, + 382 + ], + "score": 1.0, + "content": "the following content, we present these operators in detail.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5, + "bbox_fs": [ + 106, + 359, + 504, + 382 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 387, + 505, + 497 + ], + "lines": [ + { + "bbox": [ + 104, + 387, + 505, + 399 + ], + "spans": [ + { + "bbox": [ + 104, + 387, + 505, + 399 + ], + "score": 1.0, + "content": "ADD This operation adds a new node to the graph. Unlike in Li et al. (2018) where the node and", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 399, + 505, + 412 + ], + "spans": [ + { + "bbox": [ + 106, + 399, + 505, + 412 + ], + "score": 1.0, + "content": "corresponding edges are added in separate stages, which would introduce extra complexity, we", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 410, + 505, + 421 + ], + "spans": [ + { + "bbox": [ + 106, + 410, + 505, + 421 + ], + "score": 1.0, + "content": "introduce a simple mechanism that can uniquely add a node and corresponding edges. As is shown in", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 420, + 505, + 433 + ], + "spans": [ + { + "bbox": [ + 105, + 420, + 505, + 433 + ], + "score": 1.0, + "content": "Figure 3, this process invokes one location primitive, one value primitive, and one type primitive. The", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 431, + 506, + 444 + ], + "spans": [ + { + "bbox": [ + 105, + 431, + 312, + 444 + ], + "score": 1.0, + "content": "location primitive invoked before the edit (i.e., node", + "type": "text" + }, + { + "bbox": [ + 312, + 433, + 319, + 442 + ], + "score": 0.36, + "content": "v", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 431, + 506, + 444 + ], + "score": 1.0, + "content": ") determines the parent of the node to be added,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 442, + 506, + 455 + ], + "spans": [ + { + "bbox": [ + 105, + 442, + 506, + 455 + ], + "score": 1.0, + "content": "while the location primitive called during the edit chooses the left sibling of the node. In a special", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 453, + 506, + 466 + ], + "spans": [ + { + "bbox": [ + 106, + 453, + 506, + 466 + ], + "score": 1.0, + "content": "case where the parent node does not have any children, then such left sibling node is set to the parent", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 462, + 506, + 477 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 506, + 477 + ], + "score": 1.0, + "content": "node itself. With this information, we can uniquely determine the position to insert into the AST.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 475, + 505, + 488 + ], + "spans": [ + { + "bbox": [ + 105, + 475, + 505, + 488 + ], + "score": 1.0, + "content": "Finally, the corresponding edges—SuccToken, ValueLink, and AST edges—can automatically", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 486, + 324, + 497 + ], + "spans": [ + { + "bbox": [ + 106, + 486, + 324, + 497 + ], + "score": 1.0, + "content": "be inferred with the location of new node to be added.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 28.5, + "bbox_fs": [ + 104, + 387, + 506, + 497 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 503, + 505, + 547 + ], + "lines": [ + { + "bbox": [ + 106, + 503, + 504, + 515 + ], + "spans": [ + { + "bbox": [ + 106, + 503, + 504, + 515 + ], + "score": 1.0, + "content": "As this process is autoregressive, the micro-context embedding is kept updated with all the primitive", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 513, + 506, + 528 + ], + "spans": [ + { + "bbox": [ + 105, + 513, + 393, + 528 + ], + "score": 1.0, + "content": "calls. For this specific operator, the context is updated in the order of:", + "type": "text" + }, + { + "bbox": [ + 393, + 513, + 502, + 525 + ], + "score": 0.89, + "content": "\\overrightarrow { c _ { m 1 } } = \\mathrm { L S T M } ( \\overrightarrow { v _ { s i b l i n g } } | c _ { m } ^ { } )", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 513, + 506, + 528 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 524, + 504, + 539 + ], + "spans": [ + { + "bbox": [ + 106, + 525, + 238, + 537 + ], + "score": 0.89, + "content": "c _ { m 2 } ^ { } = \\mathrm { L S T M } ( \\bar { v } a l ( c _ { m 1 } ^ { } , \\bar { g } ) | c _ { m 1 } ^ { } )", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 524, + 258, + 539 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 258, + 525, + 394, + 537 + ], + "score": 0.89, + "content": "c _ { m 3 } ^ { } = \\mathrm { L S T M } ( t y p e ( c _ { m 2 } ^ { } , g ) | c _ { m 2 } ^ { } )", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 524, + 447, + 539 + ], + "score": 1.0, + "content": ". In the end,", + "type": "text" + }, + { + "bbox": [ + 448, + 526, + 504, + 536 + ], + "score": 0.87, + "content": "\\vec { c } _ { A D D } = c _ { m 3 } ^ { }", + "type": "inline_equation" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 537, + 207, + 548 + ], + "spans": [ + { + "bbox": [ + 106, + 537, + 207, + 548 + ], + "score": 1.0, + "content": "summarizes the process.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 35.5, + "bbox_fs": [ + 105, + 503, + 506, + 548 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 552, + 505, + 586 + ], + "lines": [ + { + "bbox": [ + 105, + 552, + 506, + 566 + ], + "spans": [ + { + "bbox": [ + 105, + 552, + 506, + 566 + ], + "score": 1.0, + "content": "DEL This operator deletes a node and corresponding edges in the graph. If it is a non-terminal node", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 563, + 505, + 576 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 505, + 576 + ], + "score": 1.0, + "content": "in the AST, then the corresponding subtree is removed as well. The micro-context embedding is", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 574, + 379, + 587 + ], + "spans": [ + { + "bbox": [ + 106, + 574, + 379, + 587 + ], + "score": 1.0, + "content": "updated by the LSTM via the embedding of the node being deleted.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39, + "bbox_fs": [ + 105, + 552, + 506, + 587 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 591, + 505, + 636 + ], + "lines": [ + { + "bbox": [ + 105, + 591, + 505, + 604 + ], + "spans": [ + { + "bbox": [ + 105, + 591, + 505, + 604 + ], + "score": 1.0, + "content": "REP_VAL This operator replaces the value of a leaf (terminal) node in the AST. This procedure", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 602, + 505, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 602, + 505, + 615 + ], + "score": 1.0, + "content": "requires the prediction the value. The leaf node is linked to the new value node in the internal value", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 613, + 505, + 627 + ], + "spans": [ + { + "bbox": [ + 105, + 613, + 505, + 627 + ], + "score": 1.0, + "content": "table via a ValueLink edge. Also, the micro-context embedding is updated by the LSTM via the", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 625, + 303, + 637 + ], + "spans": [ + { + "bbox": [ + 106, + 625, + 303, + 637 + ], + "score": 1.0, + "content": "embedding of the corresponding node and value.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 42.5, + "bbox_fs": [ + 105, + 591, + 505, + 637 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 641, + 505, + 675 + ], + "lines": [ + { + "bbox": [ + 105, + 641, + 505, + 654 + ], + "spans": [ + { + "bbox": [ + 105, + 641, + 505, + 654 + ], + "score": 1.0, + "content": "REP_TYPE This operator changes the type of a non-terminal node, which involves type primitive", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 651, + 505, + 666 + ], + "spans": [ + { + "bbox": [ + 105, + 651, + 505, + 666 + ], + "score": 1.0, + "content": "steps. The micro-context embedding is updated by the LSTM via the embedding of the corresponding", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 663, + 168, + 677 + ], + "spans": [ + { + "bbox": [ + 105, + 663, + 168, + 677 + ], + "score": 1.0, + "content": "node and type.", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 46, + "bbox_fs": [ + 105, + 641, + 505, + 677 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 680, + 504, + 692 + ], + "lines": [ + { + "bbox": [ + 105, + 679, + 505, + 693 + ], + "spans": [ + { + "bbox": [ + 105, + 679, + 505, + 693 + ], + "score": 1.0, + "content": "NO_OP This op does not change the graph. It simply denotes the end of the sequence of graph edits.", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 48, + "bbox_fs": [ + 105, + 679, + 505, + 693 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 697, + 245, + 708 + ], + "lines": [ + { + "bbox": [ + 105, + 696, + 246, + 709 + ], + "spans": [ + { + "bbox": [ + 105, + 696, + 246, + 709 + ], + "score": 1.0, + "content": "3.3 GRAPH TRANSFORMATION", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 49 + }, + { + "type": "text", + "bbox": [ + 106, + 713, + 505, + 735 + ], + "lines": [ + { + "bbox": [ + 106, + 711, + 505, + 727 + ], + "spans": [ + { + "bbox": [ + 106, + 711, + 505, + 727 + ], + "score": 1.0, + "content": "Our end-to-end model for graph transformation inference is shown in Alg 1. We denote the buggy", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 723, + 506, + 737 + ], + "spans": [ + { + "bbox": [ + 105, + 723, + 132, + 737 + ], + "score": 1.0, + "content": "graph", + "type": "text" + }, + { + "bbox": [ + 133, + 725, + 152, + 736 + ], + "score": 0.86, + "content": "g _ { b u g }", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 723, + 164, + 737 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 165, + 725, + 175, + 735 + ], + "score": 0.81, + "content": "g _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 723, + 297, + 737 + ], + "score": 1.0, + "content": "for simplicity. Then, for the", + "type": "text" + }, + { + "bbox": [ + 297, + 725, + 302, + 734 + ], + "score": 0.76, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 723, + 506, + 737 + ], + "score": 1.0, + "content": "-th graph edit, the following steps are performed:", + "type": "text" + } + ], + "index": 51 + } + ], + "index": 50.5, + "bbox_fs": [ + 105, + 711, + 506, + 737 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 99, + 277, + 253 + ], + "lines": [ + { + "bbox": [ + 105, + 97, + 276, + 114 + ], + "spans": [ + { + "bbox": [ + 105, + 97, + 256, + 114 + ], + "score": 1.0, + "content": "1. Obtain the graph representation", + "type": "text" + }, + { + "bbox": [ + 256, + 98, + 276, + 111 + ], + "score": 0.85, + "content": "\\overrightarrow { g _ { t - 1 } }", + "type": "inline_equation" + } + ], + "index": 0 + }, + { + "bbox": [ + 118, + 110, + 277, + 123 + ], + "spans": [ + { + "bbox": [ + 118, + 110, + 277, + 123 + ], + "score": 1.0, + "content": "and node embeddings. Update the", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 118, + 120, + 274, + 134 + ], + "spans": [ + { + "bbox": [ + 118, + 121, + 249, + 134 + ], + "score": 1.0, + "content": "macro-context embedding using", + "type": "text" + }, + { + "bbox": [ + 250, + 120, + 269, + 133 + ], + "score": 0.91, + "content": "\\overrightarrow { g _ { t - 1 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 270, + 121, + 274, + 134 + ], + "score": 1.0, + "content": ";", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 131, + 277, + 145 + ], + "spans": [ + { + "bbox": [ + 105, + 131, + 205, + 145 + ], + "score": 1.0, + "content": "2. Choose edit location", + "type": "text" + }, + { + "bbox": [ + 205, + 134, + 215, + 144 + ], + "score": 0.84, + "content": "v _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 215, + 131, + 277, + 145 + ], + "score": 1.0, + "content": "by performing", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 118, + 143, + 279, + 156 + ], + "spans": [ + { + "bbox": [ + 118, + 143, + 279, + 156 + ], + "score": 1.0, + "content": "location primitive and update the con-", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 118, + 153, + 186, + 167 + ], + "spans": [ + { + "bbox": [ + 118, + 153, + 186, + 167 + ], + "score": 1.0, + "content": "text embedding;", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 165, + 277, + 177 + ], + "spans": [ + { + "bbox": [ + 106, + 165, + 237, + 177 + ], + "score": 1.0, + "content": "3. Pick the graph edit operator", + "type": "text" + }, + { + "bbox": [ + 238, + 167, + 248, + 176 + ], + "score": 0.83, + "content": "e _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 165, + 277, + 177 + ], + "score": 1.0, + "content": "that is", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 118, + 176, + 276, + 188 + ], + "spans": [ + { + "bbox": [ + 118, + 176, + 186, + 188 + ], + "score": 1.0, + "content": "compatible with", + "type": "text" + }, + { + "bbox": [ + 187, + 177, + 196, + 187 + ], + "score": 0.84, + "content": "v _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 176, + 238, + 188 + ], + "score": 1.0, + "content": "; Use both", + "type": "text" + }, + { + "bbox": [ + 239, + 178, + 248, + 187 + ], + "score": 0.83, + "content": "v _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 176, + 266, + 188 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 267, + 178, + 276, + 187 + ], + "score": 0.81, + "content": "e _ { t }", + "type": "inline_equation" + } + ], + "index": 7 + }, + { + "bbox": [ + 118, + 186, + 279, + 200 + ], + "spans": [ + { + "bbox": [ + 118, + 186, + 279, + 200 + ], + "score": 1.0, + "content": "to obtain the micro-context embedding.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 197, + 279, + 210 + ], + "spans": [ + { + "bbox": [ + 105, + 197, + 279, + 210 + ], + "score": 1.0, + "content": "4. Perform the edit, obtain the correspond-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 117, + 208, + 280, + 223 + ], + "spans": [ + { + "bbox": [ + 117, + 208, + 231, + 223 + ], + "score": 1.0, + "content": "ing micro-context summary", + "type": "text" + }, + { + "bbox": [ + 232, + 208, + 245, + 221 + ], + "score": 0.89, + "content": "\\overrightarrow { c _ { e _ { t } } }", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 208, + 280, + 223 + ], + "score": 1.0, + "content": "and up-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 118, + 218, + 262, + 233 + ], + "spans": [ + { + "bbox": [ + 118, + 218, + 262, + 233 + ], + "score": 1.0, + "content": "date the macro-context embedding.", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 230, + 277, + 243 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 277, + 243 + ], + "score": 1.0, + "content": "5. If the edit is not NO_OP, then go back", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 119, + 243, + 267, + 254 + ], + "spans": [ + { + "bbox": [ + 119, + 243, + 267, + 254 + ], + "score": 1.0, + "content": "to step 1; otherwise return the graph.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 6.5 + }, + { + "type": "title", + "bbox": [ + 285, + 98, + 504, + 110 + ], + "lines": [ + { + "bbox": [ + 283, + 95, + 504, + 113 + ], + "spans": [ + { + "bbox": [ + 283, + 95, + 453, + 113 + ], + "score": 1.0, + "content": "Algorithm 1 Transformation inference of", + "type": "text" + }, + { + "bbox": [ + 453, + 97, + 504, + 111 + ], + "score": 0.87, + "content": "\\overline { { p ( g _ { f i x } | g _ { b u g } ) } }", + "type": "inline_equation" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 288, + 114, + 502, + 250 + ], + "lines": [ + { + "bbox": [ + 288, + 114, + 468, + 127 + ], + "spans": [ + { + "bbox": [ + 288, + 114, + 325, + 127 + ], + "score": 1.0, + "content": "1: Input", + "type": "text" + }, + { + "bbox": [ + 325, + 115, + 365, + 126 + ], + "score": 0.88, + "content": "g _ { b u g } \\sim \\mathcal { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 114, + 457, + 127 + ], + "score": 1.0, + "content": "and model parameters", + "type": "text" + }, + { + "bbox": [ + 457, + 115, + 463, + 124 + ], + "score": 0.77, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 464, + 114, + 468, + 127 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 286, + 123, + 503, + 142 + ], + "spans": [ + { + "bbox": [ + 286, + 123, + 331, + 142 + ], + "score": 1.0, + "content": "2: Obtain", + "type": "text" + }, + { + "bbox": [ + 331, + 127, + 342, + 137 + ], + "score": 0.79, + "content": "\\vec { g _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 123, + 345, + 142 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 345, + 126, + 434, + 138 + ], + "score": 0.91, + "content": "\\{ \\vec { v } _ { v \\in g _ { b u g } } \\} = f _ { 0 } ( g _ { b u g } )", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 123, + 450, + 142 + ], + "score": 1.0, + "content": ", let", + "type": "text" + }, + { + "bbox": [ + 451, + 126, + 468, + 138 + ], + "score": 0.91, + "content": "c _ { M _ { 0 } } ^ { }", + "type": "inline_equation" + }, + { + "bbox": [ + 468, + 123, + 503, + 142 + ], + "score": 1.0, + "content": "be null.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 289, + 136, + 375, + 149 + ], + "spans": [ + { + "bbox": [ + 289, + 136, + 316, + 149 + ], + "score": 1.0, + "content": "3: for", + "type": "text" + }, + { + "bbox": [ + 316, + 137, + 340, + 147 + ], + "score": 0.87, + "content": "t = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 340, + 136, + 351, + 149 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 352, + 138, + 360, + 147 + ], + "score": 0.55, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 136, + 375, + 149 + ], + "score": 1.0, + "content": "do", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 289, + 146, + 456, + 163 + ], + "spans": [ + { + "bbox": [ + 289, + 149, + 299, + 160 + ], + "score": 1.0, + "content": "4:", + "type": "text" + }, + { + "bbox": [ + 308, + 146, + 341, + 163 + ], + "score": 1.0, + "content": "Obtain", + "type": "text" + }, + { + "bbox": [ + 341, + 147, + 451, + 162 + ], + "score": 0.91, + "content": "\\overrightarrow { c _ { M _ { t } } ^ { \\prime } } = \\mathrm { L S T M } ( \\overrightarrow { g _ { t - 1 } } | \\overrightarrow { c _ { M _ { t - 1 } } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 146, + 456, + 163 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 289, + 159, + 462, + 173 + ], + "spans": [ + { + "bbox": [ + 289, + 160, + 299, + 171 + ], + "score": 1.0, + "content": "5:", + "type": "text" + }, + { + "bbox": [ + 311, + 159, + 378, + 173 + ], + "score": 1.0, + "content": "Choose location", + "type": "text" + }, + { + "bbox": [ + 379, + 162, + 388, + 171 + ], + "score": 0.84, + "content": "v _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 159, + 448, + 173 + ], + "score": 1.0, + "content": ", then edit type", + "type": "text" + }, + { + "bbox": [ + 448, + 162, + 458, + 171 + ], + "score": 0.84, + "content": "e _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 458, + 159, + 462, + 173 + ], + "score": 1.0, + "content": ";", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 289, + 171, + 396, + 182 + ], + "spans": [ + { + "bbox": [ + 289, + 172, + 299, + 182 + ], + "score": 1.0, + "content": "6:", + "type": "text" + }, + { + "bbox": [ + 311, + 171, + 320, + 182 + ], + "score": 1.0, + "content": "if", + "type": "text" + }, + { + "bbox": [ + 320, + 172, + 372, + 182 + ], + "score": 0.87, + "content": "e _ { t } = \\tt N O \\_ O P", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 171, + 396, + 182 + ], + "score": 1.0, + "content": "then", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 289, + 181, + 452, + 195 + ], + "spans": [ + { + "bbox": [ + 289, + 182, + 299, + 193 + ], + "score": 1.0, + "content": "7:", + "type": "text" + }, + { + "bbox": [ + 320, + 181, + 335, + 195 + ], + "score": 1.0, + "content": "set", + "type": "text" + }, + { + "bbox": [ + 335, + 183, + 379, + 193 + ], + "score": 0.9, + "content": "g _ { T } = g _ { t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 181, + 452, + 195 + ], + "score": 1.0, + "content": "and exit the loop.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 289, + 192, + 339, + 204 + ], + "spans": [ + { + "bbox": [ + 289, + 193, + 299, + 204 + ], + "score": 1.0, + "content": "8:", + "type": "text" + }, + { + "bbox": [ + 311, + 192, + 339, + 203 + ], + "score": 1.0, + "content": "end if", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 288, + 201, + 503, + 217 + ], + "spans": [ + { + "bbox": [ + 288, + 203, + 300, + 215 + ], + "score": 1.0, + "content": "9:", + "type": "text" + }, + { + "bbox": [ + 309, + 201, + 381, + 217 + ], + "score": 1.0, + "content": "Perform operator", + "type": "text" + }, + { + "bbox": [ + 381, + 205, + 391, + 214 + ], + "score": 0.85, + "content": "e _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 201, + 412, + 217 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 412, + 202, + 429, + 214 + ], + "score": 0.81, + "content": "\\overrightarrow { c _ { m _ { t . } } }", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 201, + 478, + 217 + ], + "score": 1.0, + "content": "obtained by", + "type": "text" + }, + { + "bbox": [ + 479, + 203, + 498, + 215 + ], + "score": 0.42, + "content": "\\operatorname { E q } 3", + "type": "inline_equation" + }, + { + "bbox": [ + 498, + 201, + 503, + 217 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 285, + 210, + 472, + 231 + ], + "spans": [ + { + "bbox": [ + 285, + 215, + 300, + 226 + ], + "score": 1.0, + "content": "10:", + "type": "text" + }, + { + "bbox": [ + 308, + 210, + 372, + 231 + ], + "score": 1.0, + "content": "Get new graph", + "type": "text" + }, + { + "bbox": [ + 372, + 216, + 382, + 226 + ], + "score": 0.84, + "content": "g _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 382, + 210, + 415, + 231 + ], + "score": 1.0, + "content": ", update", + "type": "text" + }, + { + "bbox": [ + 415, + 214, + 432, + 227 + ], + "score": 0.88, + "content": "\\xrightarrow [ { \\boldsymbol { c } _ { M _ { t } } } ] { }", + "type": "inline_equation" + }, + { + "bbox": [ + 432, + 210, + 453, + 231 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 453, + 214, + 466, + 227 + ], + "score": 0.9, + "content": "\\overrightarrow { c _ { e _ { t } } }", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 210, + 472, + 231 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 285, + 225, + 335, + 237 + ], + "spans": [ + { + "bbox": [ + 285, + 225, + 335, + 237 + ], + "score": 1.0, + "content": "11: end for", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 284, + 235, + 345, + 250 + ], + "spans": [ + { + "bbox": [ + 284, + 235, + 345, + 250 + ], + "score": 1.0, + "content": "12: Return gT", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 20.5 + }, + { + "type": "text", + "bbox": [ + 106, + 259, + 505, + 314 + ], + "lines": [ + { + "bbox": [ + 105, + 258, + 505, + 272 + ], + "spans": [ + { + "bbox": [ + 105, + 258, + 332, + 272 + ], + "score": 1.0, + "content": "This process repeats until it reaches the maximum steps", + "type": "text" + }, + { + "bbox": [ + 332, + 259, + 341, + 269 + ], + "score": 0.78, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 341, + 258, + 505, + 272 + ], + "score": 1.0, + "content": "or the NO_OP operator is selected. Note", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 269, + 504, + 282 + ], + "spans": [ + { + "bbox": [ + 106, + 269, + 504, + 282 + ], + "score": 1.0, + "content": "that our framework can capture the situation when the input program is bug-free. In this case, the", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 281, + 506, + 294 + ], + "spans": [ + { + "bbox": [ + 105, + 281, + 506, + 294 + ], + "score": 1.0, + "content": "NO_OP operator is supposed to be triggered at the first step. Also, each edit step is not limited to a", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 291, + 505, + 305 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 505, + 305 + ], + "score": 1.0, + "content": "single node level operation. It can be extended to modify a certain substructure (e.g., replace a tree", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 302, + 506, + 316 + ], + "spans": [ + { + "bbox": [ + 106, + 302, + 506, + 316 + ], + "score": 1.0, + "content": "node with one of its children). This in turn allows program repair to be performed in fewer edit steps.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 29 + }, + { + "type": "title", + "bbox": [ + 107, + 321, + 181, + 334 + ], + "lines": [ + { + "bbox": [ + 105, + 320, + 182, + 336 + ], + "spans": [ + { + "bbox": [ + 105, + 320, + 182, + 336 + ], + "score": 1.0, + "content": "4 LEARNING", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 107, + 341, + 504, + 370 + ], + "lines": [ + { + "bbox": [ + 102, + 338, + 506, + 363 + ], + "spans": [ + { + "bbox": [ + 102, + 338, + 179, + 363 + ], + "score": 1.0, + "content": "Given the dataset", + "type": "text" + }, + { + "bbox": [ + 179, + 341, + 271, + 358 + ], + "score": 0.93, + "content": "\\mathcal { D } = \\{ ( g _ { b u g } ^ { ( i ) } , g _ { f i x } ^ { ( i ) } ) \\} _ { i = 1 } ^ { | \\mathcal { D } | }", + "type": "inline_equation" + }, + { + "bbox": [ + 271, + 338, + 506, + 363 + ], + "score": 1.0, + "content": "which consists of pairs of buggy code and the fixed code,", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 355, + 479, + 374 + ], + "spans": [ + { + "bbox": [ + 105, + 355, + 219, + 374 + ], + "score": 1.0, + "content": "the learning objective maxθ", + "type": "text" + }, + { + "bbox": [ + 220, + 357, + 339, + 371 + ], + "score": 0.9, + "content": "\\bar { \\mathbb { E } } _ { ( g _ { b u g } , g _ { f i x } ) \\sim \\mathcal { D } } p ( g _ { f i x } | g _ { b u g } ; \\theta )", + "type": "inline_equation" + }, + { + "bbox": [ + 340, + 355, + 479, + 374 + ], + "score": 1.0, + "content": "maximizes the likelihood of fixes.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5 + }, + { + "type": "text", + "bbox": [ + 106, + 374, + 505, + 473 + ], + "lines": [ + { + "bbox": [ + 106, + 374, + 506, + 386 + ], + "spans": [ + { + "bbox": [ + 106, + 374, + 288, + 386 + ], + "score": 1.0, + "content": "Since the probability is factorized according to", + "type": "text" + }, + { + "bbox": [ + 289, + 374, + 308, + 385 + ], + "score": 0.47, + "content": "\\operatorname { E q }", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 374, + 506, + 386 + ], + "score": 1.0, + "content": "where a sequence of transformations is performed,", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 384, + 505, + 397 + ], + "spans": [ + { + "bbox": [ + 105, + 384, + 505, + 397 + ], + "score": 1.0, + "content": "we parse the source code using the SHIFT AST format, and utilize a JSON diff toolbox to compile the", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 395, + 506, + 408 + ], + "spans": [ + { + "bbox": [ + 106, + 395, + 506, + 408 + ], + "score": 1.0, + "content": "code differences into a sequence of AST edits. This serves as the fine-grained supervision mechanism", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 406, + 505, + 420 + ], + "spans": [ + { + "bbox": [ + 105, + 406, + 505, + 420 + ], + "score": 1.0, + "content": "for our graph transformation formulation. Thus, the MLE objective above is realized with the sum", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 418, + 505, + 431 + ], + "spans": [ + { + "bbox": [ + 105, + 418, + 505, + 431 + ], + "score": 1.0, + "content": "of cross entropy loss at each step of graph edits. During training, we jointly optimize the graph", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 102, + 424, + 508, + 447 + ], + "spans": [ + { + "bbox": [ + 102, + 424, + 199, + 447 + ], + "score": 1.0, + "content": "representation module", + "type": "text" + }, + { + "bbox": [ + 199, + 428, + 242, + 441 + ], + "score": 0.92, + "content": "\\{ f _ { t } ( \\cdot ) \\} _ { t = 1 } ^ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 243, + 424, + 508, + 447 + ], + "score": 1.0, + "content": ", each of the operator module and the controller module which is", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 439, + 506, + 453 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 343, + 453 + ], + "score": 1.0, + "content": "parameterized by LSTM. We use the Adam optimizer with", + "type": "text" + }, + { + "bbox": [ + 343, + 440, + 426, + 451 + ], + "score": 0.91, + "content": "\\beta _ { 1 } = 0 . 9 , \\beta _ { 2 } = 0 . 9 9", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 439, + 506, + 453 + ], + "score": 1.0, + "content": "and initial learning", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 104, + 449, + 507, + 465 + ], + "spans": [ + { + "bbox": [ + 104, + 449, + 135, + 465 + ], + "score": 1.0, + "content": "rate of", + "type": "text" + }, + { + "bbox": [ + 136, + 450, + 157, + 461 + ], + "score": 0.9, + "content": "1 0 ^ { - 3 }", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 449, + 507, + 465 + ], + "score": 1.0, + "content": ". Due to the large size of each sample, we use a small batch size of 10 during training.", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 461, + 487, + 475 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 487, + 475 + ], + "score": 1.0, + "content": "Furthermore, to stabilize the training, we apply the gradient clip with the maximum norm of 5.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 39 + }, + { + "type": "title", + "bbox": [ + 107, + 480, + 185, + 492 + ], + "lines": [ + { + "bbox": [ + 104, + 478, + 187, + 495 + ], + "spans": [ + { + "bbox": [ + 104, + 478, + 187, + 495 + ], + "score": 1.0, + "content": "5 INFERENCE", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 44 + }, + { + "type": "text", + "bbox": [ + 108, + 498, + 504, + 532 + ], + "lines": [ + { + "bbox": [ + 106, + 498, + 506, + 511 + ], + "spans": [ + { + "bbox": [ + 106, + 498, + 506, + 511 + ], + "score": 1.0, + "content": "The inference procedure involves searching for the maximum in the combinatorial space:", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 509, + 506, + 523 + ], + "spans": [ + { + "bbox": [ + 105, + 509, + 123, + 522 + ], + "score": 1.0, + "content": "arg", + "type": "text" + }, + { + "bbox": [ + 123, + 510, + 218, + 523 + ], + "score": 0.87, + "content": "\\operatorname* { m a x } _ { g _ { f i x } } p ( g _ { f i x } | g _ { b u g } ; \\theta )", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 509, + 506, + 522 + ], + "score": 1.0, + "content": ". Since the search space is very large, however, we use beam-search", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 521, + 337, + 532 + ], + "spans": [ + { + "bbox": [ + 106, + 521, + 337, + 532 + ], + "score": 1.0, + "content": "to approximately find the fixes with highest probabilities.", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 46 + }, + { + "type": "text", + "bbox": [ + 107, + 537, + 505, + 604 + ], + "lines": [ + { + "bbox": [ + 105, + 537, + 505, + 550 + ], + "spans": [ + { + "bbox": [ + 105, + 537, + 344, + 550 + ], + "score": 1.0, + "content": "Specifically, we maintain a pool of partially fixed programs", + "type": "text" + }, + { + "bbox": [ + 345, + 537, + 360, + 549 + ], + "score": 0.9, + "content": "\\{ \\tilde { g } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 537, + 505, + 550 + ], + "score": 1.0, + "content": ", which starts with simply the single", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 547, + 505, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 547, + 169, + 561 + ], + "score": 1.0, + "content": "buggy program", + "type": "text" + }, + { + "bbox": [ + 169, + 550, + 188, + 560 + ], + "score": 0.86, + "content": "g _ { b u g }", + "type": "inline_equation" + }, + { + "bbox": [ + 188, + 547, + 383, + 561 + ], + "score": 1.0, + "content": ". The pool size is limited by the beam-search size", + "type": "text" + }, + { + "bbox": [ + 383, + 549, + 392, + 558 + ], + "score": 0.68, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 547, + 433, + 561 + ], + "score": 1.0, + "content": ". For each", + "type": "text" + }, + { + "bbox": [ + 433, + 549, + 439, + 560 + ], + "score": 0.75, + "content": "\\tilde { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 440, + 547, + 505, + 561 + ], + "score": 1.0, + "content": ", we propose the", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 558, + 506, + 573 + ], + "spans": [ + { + "bbox": [ + 105, + 558, + 121, + 573 + ], + "score": 1.0, + "content": "top", + "type": "text" + }, + { + "bbox": [ + 122, + 560, + 131, + 569 + ], + "score": 0.77, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 131, + 558, + 245, + 573 + ], + "score": 1.0, + "content": "locations to be modified, top", + "type": "text" + }, + { + "bbox": [ + 245, + 560, + 254, + 569 + ], + "score": 0.79, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 558, + 319, + 573 + ], + "score": 1.0, + "content": "operators or top", + "type": "text" + }, + { + "bbox": [ + 320, + 560, + 329, + 569 + ], + "score": 0.75, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 558, + 506, + 573 + ], + "score": 1.0, + "content": "primitives (location, type, value), depending", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 570, + 506, + 583 + ], + "spans": [ + { + "bbox": [ + 105, + 570, + 233, + 583 + ], + "score": 1.0, + "content": "on the current stage of the edit", + "type": "text" + }, + { + "bbox": [ + 234, + 571, + 240, + 582 + ], + "score": 0.75, + "content": "\\tilde { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 570, + 506, + 583 + ], + "score": 1.0, + "content": ". Then the total joint one-step graph transformation solutions are", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 581, + 505, + 593 + ], + "spans": [ + { + "bbox": [ + 105, + 581, + 350, + 593 + ], + "score": 1.0, + "content": "ranked together based on the joint log-likelihood, and the top", + "type": "text" + }, + { + "bbox": [ + 351, + 582, + 360, + 591 + ], + "score": 0.82, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 581, + 505, + 593 + ], + "score": 1.0, + "content": "solutions with the largest likelihood", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 592, + 325, + 604 + ], + "spans": [ + { + "bbox": [ + 105, + 592, + 325, + 604 + ], + "score": 1.0, + "content": "are kept in the pool for the next round of beam search.", + "type": "text" + } + ], + "index": 53 + } + ], + "index": 50.5 + }, + { + "type": "text", + "bbox": [ + 107, + 609, + 505, + 653 + ], + "lines": [ + { + "bbox": [ + 105, + 608, + 505, + 622 + ], + "spans": [ + { + "bbox": [ + 105, + 608, + 505, + 622 + ], + "score": 1.0, + "content": "Unlike beam search for language models where the vocabulary size is fixed, in our setting, the", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 105, + 619, + 506, + 633 + ], + "spans": [ + { + "bbox": [ + 105, + 619, + 506, + 633 + ], + "score": 1.0, + "content": "available choices or even the steps of inference may vary (e.g., the ADD operator has more steps of", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 105, + 632, + 505, + 643 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 505, + 643 + ], + "score": 1.0, + "content": "primitive calls than the DEL operator). Our implementation is based on PyTorch with customized", + "type": "text" + } + ], + "index": 56 + }, + { + "bbox": [ + 105, + 641, + 315, + 654 + ], + "spans": [ + { + "bbox": [ + 105, + 641, + 315, + 654 + ], + "score": 1.0, + "content": "GPU kernels to enable efficient inference on GPUs.", + "type": "text" + } + ], + "index": 57 + } + ], + "index": 55.5 + }, + { + "type": "title", + "bbox": [ + 108, + 661, + 201, + 673 + ], + "lines": [ + { + "bbox": [ + 105, + 659, + 201, + 675 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 201, + 675 + ], + "score": 1.0, + "content": "6 EXPERIMENTS", + "type": "text" + } + ], + "index": 58 + } + ], + "index": 58 + }, + { + "type": "text", + "bbox": [ + 107, + 680, + 505, + 724 + ], + "lines": [ + { + "bbox": [ + 105, + 679, + 505, + 692 + ], + "spans": [ + { + "bbox": [ + 105, + 679, + 505, + 692 + ], + "score": 1.0, + "content": "Dataset Our model is trained and evaluated on a corpus of nearly half a million data points. We have", + "type": "text" + } + ], + "index": 59 + }, + { + "bbox": [ + 105, + 691, + 506, + 703 + ], + "spans": [ + { + "bbox": [ + 105, + 691, + 506, + 703 + ], + "score": 1.0, + "content": "created a robust system to continuously collect small changes in Javascript programs from Github.", + "type": "text" + } + ], + "index": 60 + }, + { + "bbox": [ + 105, + 700, + 507, + 716 + ], + "spans": [ + { + "bbox": [ + 105, + 700, + 421, + 716 + ], + "score": 1.0, + "content": "Given a commit, we download the Javascript file before and after the change:", + "type": "text" + }, + { + "bbox": [ + 421, + 702, + 502, + 714 + ], + "score": 0.84, + "content": "( s r c _ { b u g g y } , s r c _ { f i x e d } )", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 700, + 507, + 716 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 61 + }, + { + "bbox": [ + 105, + 712, + 506, + 725 + ], + "spans": [ + { + "bbox": [ + 105, + 712, + 506, + 725 + ], + "score": 1.0, + "content": "Commits can contain many types of changes such as feature additions, refactorings, bug fixes, etc. In", + "type": "text" + } + ], + "index": 62 + } + ], + "index": 60.5 + } + ], + "page_idx": 5, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 108, + 27, + 293, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2020", + "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": "6", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 99, + 277, + 253 + ], + "lines": [ + { + "bbox": [ + 105, + 97, + 276, + 114 + ], + "spans": [ + { + "bbox": [ + 105, + 97, + 256, + 114 + ], + "score": 1.0, + "content": "1. Obtain the graph representation", + "type": "text" + }, + { + "bbox": [ + 256, + 98, + 276, + 111 + ], + "score": 0.85, + "content": "\\overrightarrow { g _ { t - 1 } }", + "type": "inline_equation" + } + ], + "index": 0 + }, + { + "bbox": [ + 118, + 110, + 277, + 123 + ], + "spans": [ + { + "bbox": [ + 118, + 110, + 277, + 123 + ], + "score": 1.0, + "content": "and node embeddings. Update the", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 118, + 120, + 274, + 134 + ], + "spans": [ + { + "bbox": [ + 118, + 121, + 249, + 134 + ], + "score": 1.0, + "content": "macro-context embedding using", + "type": "text" + }, + { + "bbox": [ + 250, + 120, + 269, + 133 + ], + "score": 0.91, + "content": "\\overrightarrow { g _ { t - 1 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 270, + 121, + 274, + 134 + ], + "score": 1.0, + "content": ";", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 131, + 277, + 145 + ], + "spans": [ + { + "bbox": [ + 105, + 131, + 205, + 145 + ], + "score": 1.0, + "content": "2. Choose edit location", + "type": "text" + }, + { + "bbox": [ + 205, + 134, + 215, + 144 + ], + "score": 0.84, + "content": "v _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 215, + 131, + 277, + 145 + ], + "score": 1.0, + "content": "by performing", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 118, + 143, + 279, + 156 + ], + "spans": [ + { + "bbox": [ + 118, + 143, + 279, + 156 + ], + "score": 1.0, + "content": "location primitive and update the con-", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 118, + 153, + 186, + 167 + ], + "spans": [ + { + "bbox": [ + 118, + 153, + 186, + 167 + ], + "score": 1.0, + "content": "text embedding;", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 165, + 277, + 177 + ], + "spans": [ + { + "bbox": [ + 106, + 165, + 237, + 177 + ], + "score": 1.0, + "content": "3. Pick the graph edit operator", + "type": "text" + }, + { + "bbox": [ + 238, + 167, + 248, + 176 + ], + "score": 0.83, + "content": "e _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 165, + 277, + 177 + ], + "score": 1.0, + "content": "that is", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 118, + 176, + 276, + 188 + ], + "spans": [ + { + "bbox": [ + 118, + 176, + 186, + 188 + ], + "score": 1.0, + "content": "compatible with", + "type": "text" + }, + { + "bbox": [ + 187, + 177, + 196, + 187 + ], + "score": 0.84, + "content": "v _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 176, + 238, + 188 + ], + "score": 1.0, + "content": "; Use both", + "type": "text" + }, + { + "bbox": [ + 239, + 178, + 248, + 187 + ], + "score": 0.83, + "content": "v _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 176, + 266, + 188 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 267, + 178, + 276, + 187 + ], + "score": 0.81, + "content": "e _ { t }", + "type": "inline_equation" + } + ], + "index": 7 + }, + { + "bbox": [ + 118, + 186, + 279, + 200 + ], + "spans": [ + { + "bbox": [ + 118, + 186, + 279, + 200 + ], + "score": 1.0, + "content": "to obtain the micro-context embedding.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 197, + 279, + 210 + ], + "spans": [ + { + "bbox": [ + 105, + 197, + 279, + 210 + ], + "score": 1.0, + "content": "4. Perform the edit, obtain the correspond-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 117, + 208, + 280, + 223 + ], + "spans": [ + { + "bbox": [ + 117, + 208, + 231, + 223 + ], + "score": 1.0, + "content": "ing micro-context summary", + "type": "text" + }, + { + "bbox": [ + 232, + 208, + 245, + 221 + ], + "score": 0.89, + "content": "\\overrightarrow { c _ { e _ { t } } }", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 208, + 280, + 223 + ], + "score": 1.0, + "content": "and up-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 118, + 218, + 262, + 233 + ], + "spans": [ + { + "bbox": [ + 118, + 218, + 262, + 233 + ], + "score": 1.0, + "content": "date the macro-context embedding.", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 230, + 277, + 243 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 277, + 243 + ], + "score": 1.0, + "content": "5. If the edit is not NO_OP, then go back", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 119, + 243, + 267, + 254 + ], + "spans": [ + { + "bbox": [ + 119, + 243, + 267, + 254 + ], + "score": 1.0, + "content": "to step 1; otherwise return the graph.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 6.5, + "bbox_fs": [ + 105, + 97, + 280, + 254 + ] + }, + { + "type": "title", + "bbox": [ + 285, + 98, + 504, + 110 + ], + "lines": [ + { + "bbox": [ + 283, + 95, + 504, + 113 + ], + "spans": [ + { + "bbox": [ + 283, + 95, + 453, + 113 + ], + "score": 1.0, + "content": "Algorithm 1 Transformation inference of", + "type": "text" + }, + { + "bbox": [ + 453, + 97, + 504, + 111 + ], + "score": 0.87, + "content": "\\overline { { p ( g _ { f i x } | g _ { b u g } ) } }", + "type": "inline_equation" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "index", + "bbox": [ + 288, + 114, + 502, + 250 + ], + "lines": [ + { + "bbox": [ + 288, + 114, + 468, + 127 + ], + "spans": [ + { + "bbox": [ + 288, + 114, + 325, + 127 + ], + "score": 1.0, + "content": "1: Input", + "type": "text" + }, + { + "bbox": [ + 325, + 115, + 365, + 126 + ], + "score": 0.88, + "content": "g _ { b u g } \\sim \\mathcal { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 114, + 457, + 127 + ], + "score": 1.0, + "content": "and model parameters", + "type": "text" + }, + { + "bbox": [ + 457, + 115, + 463, + 124 + ], + "score": 0.77, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 464, + 114, + 468, + 127 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 15, + "is_list_start_line": true + }, + { + "bbox": [ + 286, + 123, + 503, + 142 + ], + "spans": [ + { + "bbox": [ + 286, + 123, + 331, + 142 + ], + "score": 1.0, + "content": "2: Obtain", + "type": "text" + }, + { + "bbox": [ + 331, + 127, + 342, + 137 + ], + "score": 0.79, + "content": "\\vec { g _ { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 123, + 345, + 142 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 345, + 126, + 434, + 138 + ], + "score": 0.91, + "content": "\\{ \\vec { v } _ { v \\in g _ { b u g } } \\} = f _ { 0 } ( g _ { b u g } )", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 123, + 450, + 142 + ], + "score": 1.0, + "content": ", let", + "type": "text" + }, + { + "bbox": [ + 451, + 126, + 468, + 138 + ], + "score": 0.91, + "content": "c _ { M _ { 0 } } ^ { }", + "type": "inline_equation" + }, + { + "bbox": [ + 468, + 123, + 503, + 142 + ], + "score": 1.0, + "content": "be null.", + "type": "text" + } + ], + "index": 16, + "is_list_start_line": true + }, + { + "bbox": [ + 289, + 136, + 375, + 149 + ], + "spans": [ + { + "bbox": [ + 289, + 136, + 316, + 149 + ], + "score": 1.0, + "content": "3: for", + "type": "text" + }, + { + "bbox": [ + 316, + 137, + 340, + 147 + ], + "score": 0.87, + "content": "t = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 340, + 136, + 351, + 149 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 352, + 138, + 360, + 147 + ], + "score": 0.55, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 136, + 375, + 149 + ], + "score": 1.0, + "content": "do", + "type": "text" + } + ], + "index": 17, + "is_list_start_line": true + }, + { + "bbox": [ + 289, + 146, + 456, + 163 + ], + "spans": [ + { + "bbox": [ + 289, + 149, + 299, + 160 + ], + "score": 1.0, + "content": "4:", + "type": "text" + }, + { + "bbox": [ + 308, + 146, + 341, + 163 + ], + "score": 1.0, + "content": "Obtain", + "type": "text" + }, + { + "bbox": [ + 341, + 147, + 451, + 162 + ], + "score": 0.91, + "content": "\\overrightarrow { c _ { M _ { t } } ^ { \\prime } } = \\mathrm { L S T M } ( \\overrightarrow { g _ { t - 1 } } | \\overrightarrow { c _ { M _ { t - 1 } } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 146, + 456, + 163 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 18, + "is_list_start_line": true + }, + { + "bbox": [ + 289, + 159, + 462, + 173 + ], + "spans": [ + { + "bbox": [ + 289, + 160, + 299, + 171 + ], + "score": 1.0, + "content": "5:", + "type": "text" + }, + { + "bbox": [ + 311, + 159, + 378, + 173 + ], + "score": 1.0, + "content": "Choose location", + "type": "text" + }, + { + "bbox": [ + 379, + 162, + 388, + 171 + ], + "score": 0.84, + "content": "v _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 159, + 448, + 173 + ], + "score": 1.0, + "content": ", then edit type", + "type": "text" + }, + { + "bbox": [ + 448, + 162, + 458, + 171 + ], + "score": 0.84, + "content": "e _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 458, + 159, + 462, + 173 + ], + "score": 1.0, + "content": ";", + "type": "text" + } + ], + "index": 19, + "is_list_start_line": true + }, + { + "bbox": [ + 289, + 171, + 396, + 182 + ], + "spans": [ + { + "bbox": [ + 289, + 172, + 299, + 182 + ], + "score": 1.0, + "content": "6:", + "type": "text" + }, + { + "bbox": [ + 311, + 171, + 320, + 182 + ], + "score": 1.0, + "content": "if", + "type": "text" + }, + { + "bbox": [ + 320, + 172, + 372, + 182 + ], + "score": 0.87, + "content": "e _ { t } = \\tt N O \\_ O P", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 171, + 396, + 182 + ], + "score": 1.0, + "content": "then", + "type": "text" + } + ], + "index": 20, + "is_list_start_line": true + }, + { + "bbox": [ + 289, + 181, + 452, + 195 + ], + "spans": [ + { + "bbox": [ + 289, + 182, + 299, + 193 + ], + "score": 1.0, + "content": "7:", + "type": "text" + }, + { + "bbox": [ + 320, + 181, + 335, + 195 + ], + "score": 1.0, + "content": "set", + "type": "text" + }, + { + "bbox": [ + 335, + 183, + 379, + 193 + ], + "score": 0.9, + "content": "g _ { T } = g _ { t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 181, + 452, + 195 + ], + "score": 1.0, + "content": "and exit the loop.", + "type": "text" + } + ], + "index": 21, + "is_list_start_line": true + }, + { + "bbox": [ + 289, + 192, + 339, + 204 + ], + "spans": [ + { + "bbox": [ + 289, + 193, + 299, + 204 + ], + "score": 1.0, + "content": "8:", + "type": "text" + }, + { + "bbox": [ + 311, + 192, + 339, + 203 + ], + "score": 1.0, + "content": "end if", + "type": "text" + } + ], + "index": 22, + "is_list_start_line": true + }, + { + "bbox": [ + 288, + 201, + 503, + 217 + ], + "spans": [ + { + "bbox": [ + 288, + 203, + 300, + 215 + ], + "score": 1.0, + "content": "9:", + "type": "text" + }, + { + "bbox": [ + 309, + 201, + 381, + 217 + ], + "score": 1.0, + "content": "Perform operator", + "type": "text" + }, + { + "bbox": [ + 381, + 205, + 391, + 214 + ], + "score": 0.85, + "content": "e _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 201, + 412, + 217 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 412, + 202, + 429, + 214 + ], + "score": 0.81, + "content": "\\overrightarrow { c _ { m _ { t . } } }", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 201, + 478, + 217 + ], + "score": 1.0, + "content": "obtained by", + "type": "text" + }, + { + "bbox": [ + 479, + 203, + 498, + 215 + ], + "score": 0.42, + "content": "\\operatorname { E q } 3", + "type": "inline_equation" + }, + { + "bbox": [ + 498, + 201, + 503, + 217 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 23, + "is_list_start_line": true + }, + { + "bbox": [ + 285, + 210, + 472, + 231 + ], + "spans": [ + { + "bbox": [ + 285, + 215, + 300, + 226 + ], + "score": 1.0, + "content": "10:", + "type": "text" + }, + { + "bbox": [ + 308, + 210, + 372, + 231 + ], + "score": 1.0, + "content": "Get new graph", + "type": "text" + }, + { + "bbox": [ + 372, + 216, + 382, + 226 + ], + "score": 0.84, + "content": "g _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 382, + 210, + 415, + 231 + ], + "score": 1.0, + "content": ", update", + "type": "text" + }, + { + "bbox": [ + 415, + 214, + 432, + 227 + ], + "score": 0.88, + "content": "\\xrightarrow [ { \\boldsymbol { c } _ { M _ { t } } } ] { }", + "type": "inline_equation" + }, + { + "bbox": [ + 432, + 210, + 453, + 231 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 453, + 214, + 466, + 227 + ], + "score": 0.9, + "content": "\\overrightarrow { c _ { e _ { t } } }", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 210, + 472, + 231 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 24, + "is_list_start_line": true + }, + { + "bbox": [ + 285, + 225, + 335, + 237 + ], + "spans": [ + { + "bbox": [ + 285, + 225, + 335, + 237 + ], + "score": 1.0, + "content": "11: end for", + "type": "text" + } + ], + "index": 25, + "is_list_start_line": true + }, + { + "bbox": [ + 284, + 235, + 345, + 250 + ], + "spans": [ + { + "bbox": [ + 284, + 235, + 345, + 250 + ], + "score": 1.0, + "content": "12: Return gT", + "type": "text" + } + ], + "index": 26, + "is_list_start_line": true + } + ], + "index": 20.5, + "bbox_fs": [ + 284, + 114, + 503, + 250 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 259, + 505, + 314 + ], + "lines": [ + { + "bbox": [ + 105, + 258, + 505, + 272 + ], + "spans": [ + { + "bbox": [ + 105, + 258, + 332, + 272 + ], + "score": 1.0, + "content": "This process repeats until it reaches the maximum steps", + "type": "text" + }, + { + "bbox": [ + 332, + 259, + 341, + 269 + ], + "score": 0.78, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 341, + 258, + 505, + 272 + ], + "score": 1.0, + "content": "or the NO_OP operator is selected. Note", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 269, + 504, + 282 + ], + "spans": [ + { + "bbox": [ + 106, + 269, + 504, + 282 + ], + "score": 1.0, + "content": "that our framework can capture the situation when the input program is bug-free. In this case, the", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 281, + 506, + 294 + ], + "spans": [ + { + "bbox": [ + 105, + 281, + 506, + 294 + ], + "score": 1.0, + "content": "NO_OP operator is supposed to be triggered at the first step. Also, each edit step is not limited to a", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 291, + 505, + 305 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 505, + 305 + ], + "score": 1.0, + "content": "single node level operation. It can be extended to modify a certain substructure (e.g., replace a tree", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 302, + 506, + 316 + ], + "spans": [ + { + "bbox": [ + 106, + 302, + 506, + 316 + ], + "score": 1.0, + "content": "node with one of its children). This in turn allows program repair to be performed in fewer edit steps.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 29, + "bbox_fs": [ + 105, + 258, + 506, + 316 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 321, + 181, + 334 + ], + "lines": [ + { + "bbox": [ + 105, + 320, + 182, + 336 + ], + "spans": [ + { + "bbox": [ + 105, + 320, + 182, + 336 + ], + "score": 1.0, + "content": "4 LEARNING", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 107, + 341, + 504, + 370 + ], + "lines": [ + { + "bbox": [ + 102, + 338, + 506, + 363 + ], + "spans": [ + { + "bbox": [ + 102, + 338, + 179, + 363 + ], + "score": 1.0, + "content": "Given the dataset", + "type": "text" + }, + { + "bbox": [ + 179, + 341, + 271, + 358 + ], + "score": 0.93, + "content": "\\mathcal { D } = \\{ ( g _ { b u g } ^ { ( i ) } , g _ { f i x } ^ { ( i ) } ) \\} _ { i = 1 } ^ { | \\mathcal { D } | }", + "type": "inline_equation" + }, + { + "bbox": [ + 271, + 338, + 506, + 363 + ], + "score": 1.0, + "content": "which consists of pairs of buggy code and the fixed code,", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 355, + 479, + 374 + ], + "spans": [ + { + "bbox": [ + 105, + 355, + 219, + 374 + ], + "score": 1.0, + "content": "the learning objective maxθ", + "type": "text" + }, + { + "bbox": [ + 220, + 357, + 339, + 371 + ], + "score": 0.9, + "content": "\\bar { \\mathbb { E } } _ { ( g _ { b u g } , g _ { f i x } ) \\sim \\mathcal { D } } p ( g _ { f i x } | g _ { b u g } ; \\theta )", + "type": "inline_equation" + }, + { + "bbox": [ + 340, + 355, + 479, + 374 + ], + "score": 1.0, + "content": "maximizes the likelihood of fixes.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5, + "bbox_fs": [ + 102, + 338, + 506, + 374 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 374, + 505, + 473 + ], + "lines": [ + { + "bbox": [ + 106, + 374, + 506, + 386 + ], + "spans": [ + { + "bbox": [ + 106, + 374, + 288, + 386 + ], + "score": 1.0, + "content": "Since the probability is factorized according to", + "type": "text" + }, + { + "bbox": [ + 289, + 374, + 308, + 385 + ], + "score": 0.47, + "content": "\\operatorname { E q }", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 374, + 506, + 386 + ], + "score": 1.0, + "content": "where a sequence of transformations is performed,", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 384, + 505, + 397 + ], + "spans": [ + { + "bbox": [ + 105, + 384, + 505, + 397 + ], + "score": 1.0, + "content": "we parse the source code using the SHIFT AST format, and utilize a JSON diff toolbox to compile the", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 395, + 506, + 408 + ], + "spans": [ + { + "bbox": [ + 106, + 395, + 506, + 408 + ], + "score": 1.0, + "content": "code differences into a sequence of AST edits. This serves as the fine-grained supervision mechanism", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 406, + 505, + 420 + ], + "spans": [ + { + "bbox": [ + 105, + 406, + 505, + 420 + ], + "score": 1.0, + "content": "for our graph transformation formulation. Thus, the MLE objective above is realized with the sum", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 418, + 505, + 431 + ], + "spans": [ + { + "bbox": [ + 105, + 418, + 505, + 431 + ], + "score": 1.0, + "content": "of cross entropy loss at each step of graph edits. During training, we jointly optimize the graph", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 102, + 424, + 508, + 447 + ], + "spans": [ + { + "bbox": [ + 102, + 424, + 199, + 447 + ], + "score": 1.0, + "content": "representation module", + "type": "text" + }, + { + "bbox": [ + 199, + 428, + 242, + 441 + ], + "score": 0.92, + "content": "\\{ f _ { t } ( \\cdot ) \\} _ { t = 1 } ^ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 243, + 424, + 508, + 447 + ], + "score": 1.0, + "content": ", each of the operator module and the controller module which is", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 439, + 506, + 453 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 343, + 453 + ], + "score": 1.0, + "content": "parameterized by LSTM. We use the Adam optimizer with", + "type": "text" + }, + { + "bbox": [ + 343, + 440, + 426, + 451 + ], + "score": 0.91, + "content": "\\beta _ { 1 } = 0 . 9 , \\beta _ { 2 } = 0 . 9 9", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 439, + 506, + 453 + ], + "score": 1.0, + "content": "and initial learning", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 104, + 449, + 507, + 465 + ], + "spans": [ + { + "bbox": [ + 104, + 449, + 135, + 465 + ], + "score": 1.0, + "content": "rate of", + "type": "text" + }, + { + "bbox": [ + 136, + 450, + 157, + 461 + ], + "score": 0.9, + "content": "1 0 ^ { - 3 }", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 449, + 507, + 465 + ], + "score": 1.0, + "content": ". Due to the large size of each sample, we use a small batch size of 10 during training.", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 461, + 487, + 475 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 487, + 475 + ], + "score": 1.0, + "content": "Furthermore, to stabilize the training, we apply the gradient clip with the maximum norm of 5.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 39, + "bbox_fs": [ + 102, + 374, + 508, + 475 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 480, + 185, + 492 + ], + "lines": [ + { + "bbox": [ + 104, + 478, + 187, + 495 + ], + "spans": [ + { + "bbox": [ + 104, + 478, + 187, + 495 + ], + "score": 1.0, + "content": "5 INFERENCE", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 44 + }, + { + "type": "text", + "bbox": [ + 108, + 498, + 504, + 532 + ], + "lines": [ + { + "bbox": [ + 106, + 498, + 506, + 511 + ], + "spans": [ + { + "bbox": [ + 106, + 498, + 506, + 511 + ], + "score": 1.0, + "content": "The inference procedure involves searching for the maximum in the combinatorial space:", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 509, + 506, + 523 + ], + "spans": [ + { + "bbox": [ + 105, + 509, + 123, + 522 + ], + "score": 1.0, + "content": "arg", + "type": "text" + }, + { + "bbox": [ + 123, + 510, + 218, + 523 + ], + "score": 0.87, + "content": "\\operatorname* { m a x } _ { g _ { f i x } } p ( g _ { f i x } | g _ { b u g } ; \\theta )", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 509, + 506, + 522 + ], + "score": 1.0, + "content": ". Since the search space is very large, however, we use beam-search", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 521, + 337, + 532 + ], + "spans": [ + { + "bbox": [ + 106, + 521, + 337, + 532 + ], + "score": 1.0, + "content": "to approximately find the fixes with highest probabilities.", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 46, + "bbox_fs": [ + 105, + 498, + 506, + 532 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 537, + 505, + 604 + ], + "lines": [ + { + "bbox": [ + 105, + 537, + 505, + 550 + ], + "spans": [ + { + "bbox": [ + 105, + 537, + 344, + 550 + ], + "score": 1.0, + "content": "Specifically, we maintain a pool of partially fixed programs", + "type": "text" + }, + { + "bbox": [ + 345, + 537, + 360, + 549 + ], + "score": 0.9, + "content": "\\{ \\tilde { g } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 537, + 505, + 550 + ], + "score": 1.0, + "content": ", which starts with simply the single", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 547, + 505, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 547, + 169, + 561 + ], + "score": 1.0, + "content": "buggy program", + "type": "text" + }, + { + "bbox": [ + 169, + 550, + 188, + 560 + ], + "score": 0.86, + "content": "g _ { b u g }", + "type": "inline_equation" + }, + { + "bbox": [ + 188, + 547, + 383, + 561 + ], + "score": 1.0, + "content": ". The pool size is limited by the beam-search size", + "type": "text" + }, + { + "bbox": [ + 383, + 549, + 392, + 558 + ], + "score": 0.68, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 547, + 433, + 561 + ], + "score": 1.0, + "content": ". For each", + "type": "text" + }, + { + "bbox": [ + 433, + 549, + 439, + 560 + ], + "score": 0.75, + "content": "\\tilde { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 440, + 547, + 505, + 561 + ], + "score": 1.0, + "content": ", we propose the", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 558, + 506, + 573 + ], + "spans": [ + { + "bbox": [ + 105, + 558, + 121, + 573 + ], + "score": 1.0, + "content": "top", + "type": "text" + }, + { + "bbox": [ + 122, + 560, + 131, + 569 + ], + "score": 0.77, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 131, + 558, + 245, + 573 + ], + "score": 1.0, + "content": "locations to be modified, top", + "type": "text" + }, + { + "bbox": [ + 245, + 560, + 254, + 569 + ], + "score": 0.79, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 558, + 319, + 573 + ], + "score": 1.0, + "content": "operators or top", + "type": "text" + }, + { + "bbox": [ + 320, + 560, + 329, + 569 + ], + "score": 0.75, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 558, + 506, + 573 + ], + "score": 1.0, + "content": "primitives (location, type, value), depending", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 570, + 506, + 583 + ], + "spans": [ + { + "bbox": [ + 105, + 570, + 233, + 583 + ], + "score": 1.0, + "content": "on the current stage of the edit", + "type": "text" + }, + { + "bbox": [ + 234, + 571, + 240, + 582 + ], + "score": 0.75, + "content": "\\tilde { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 570, + 506, + 583 + ], + "score": 1.0, + "content": ". Then the total joint one-step graph transformation solutions are", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 581, + 505, + 593 + ], + "spans": [ + { + "bbox": [ + 105, + 581, + 350, + 593 + ], + "score": 1.0, + "content": "ranked together based on the joint log-likelihood, and the top", + "type": "text" + }, + { + "bbox": [ + 351, + 582, + 360, + 591 + ], + "score": 0.82, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 581, + 505, + 593 + ], + "score": 1.0, + "content": "solutions with the largest likelihood", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 592, + 325, + 604 + ], + "spans": [ + { + "bbox": [ + 105, + 592, + 325, + 604 + ], + "score": 1.0, + "content": "are kept in the pool for the next round of beam search.", + "type": "text" + } + ], + "index": 53 + } + ], + "index": 50.5, + "bbox_fs": [ + 105, + 537, + 506, + 604 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 609, + 505, + 653 + ], + "lines": [ + { + "bbox": [ + 105, + 608, + 505, + 622 + ], + "spans": [ + { + "bbox": [ + 105, + 608, + 505, + 622 + ], + "score": 1.0, + "content": "Unlike beam search for language models where the vocabulary size is fixed, in our setting, the", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 105, + 619, + 506, + 633 + ], + "spans": [ + { + "bbox": [ + 105, + 619, + 506, + 633 + ], + "score": 1.0, + "content": "available choices or even the steps of inference may vary (e.g., the ADD operator has more steps of", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 105, + 632, + 505, + 643 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 505, + 643 + ], + "score": 1.0, + "content": "primitive calls than the DEL operator). Our implementation is based on PyTorch with customized", + "type": "text" + } + ], + "index": 56 + }, + { + "bbox": [ + 105, + 641, + 315, + 654 + ], + "spans": [ + { + "bbox": [ + 105, + 641, + 315, + 654 + ], + "score": 1.0, + "content": "GPU kernels to enable efficient inference on GPUs.", + "type": "text" + } + ], + "index": 57 + } + ], + "index": 55.5, + "bbox_fs": [ + 105, + 608, + 506, + 654 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 661, + 201, + 673 + ], + "lines": [ + { + "bbox": [ + 105, + 659, + 201, + 675 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 201, + 675 + ], + "score": 1.0, + "content": "6 EXPERIMENTS", + "type": "text" + } + ], + "index": 58 + } + ], + "index": 58 + }, + { + "type": "text", + "bbox": [ + 107, + 680, + 505, + 724 + ], + "lines": [ + { + "bbox": [ + 105, + 679, + 505, + 692 + ], + "spans": [ + { + "bbox": [ + 105, + 679, + 505, + 692 + ], + "score": 1.0, + "content": "Dataset Our model is trained and evaluated on a corpus of nearly half a million data points. We have", + "type": "text" + } + ], + "index": 59 + }, + { + "bbox": [ + 105, + 691, + 506, + 703 + ], + "spans": [ + { + "bbox": [ + 105, + 691, + 506, + 703 + ], + "score": 1.0, + "content": "created a robust system to continuously collect small changes in Javascript programs from Github.", + "type": "text" + } + ], + "index": 60 + }, + { + "bbox": [ + 105, + 700, + 507, + 716 + ], + "spans": [ + { + "bbox": [ + 105, + 700, + 421, + 716 + ], + "score": 1.0, + "content": "Given a commit, we download the Javascript file before and after the change:", + "type": "text" + }, + { + "bbox": [ + 421, + 702, + 502, + 714 + ], + "score": 0.84, + "content": "( s r c _ { b u g g y } , s r c _ { f i x e d } )", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 700, + 507, + 716 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 61 + }, + { + "bbox": [ + 105, + 712, + 506, + 725 + ], + "spans": [ + { + "bbox": [ + 105, + 712, + 506, + 725 + ], + "score": 1.0, + "content": "Commits can contain many types of changes such as feature additions, refactorings, bug fixes, etc. In", + "type": "text" + } + ], + "index": 62 + }, + { + "bbox": [ + 105, + 300, + 505, + 312 + ], + "spans": [ + { + "bbox": [ + 105, + 300, + 505, + 312 + ], + "score": 1.0, + "content": "an attempt to filter our dataset to only include bug fixes, we use a heuristic based on the number of", + "type": "text", + "cross_page": true + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 311, + 506, + 323 + ], + "spans": [ + { + "bbox": [ + 105, + 311, + 506, + 323 + ], + "score": 1.0, + "content": "changes to the AST. Our insight is that a commit with a smaller number of AST differences is more", + "type": "text", + "cross_page": true + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 321, + 505, + 335 + ], + "spans": [ + { + "bbox": [ + 105, + 321, + 505, + 335 + ], + "score": 1.0, + "content": "likely to be a bug fix than a commit containing large changes. Thus for the experiments, we use three", + "type": "text", + "cross_page": true + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 333, + 505, + 345 + ], + "spans": [ + { + "bbox": [ + 105, + 333, + 505, + 345 + ], + "score": 1.0, + "content": "different datasets: OneDiff with precisely one edit; ZeroOneDiff with zero and one edit and", + "type": "text", + "cross_page": true + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 343, + 505, + 355 + ], + "spans": [ + { + "bbox": [ + 105, + 343, + 505, + 355 + ], + "score": 1.0, + "content": "ZeroOneTwoDiff with zero, one or two edits. We additionally filter out data points with ASTs", + "type": "text", + "cross_page": true + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 354, + 505, + 367 + ], + "spans": [ + { + "bbox": [ + 105, + 354, + 505, + 367 + ], + "score": 1.0, + "content": "larger than 500 nodes as a parameter in our system. A detailed overview of our corpus crawler is", + "type": "text", + "cross_page": true + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 366, + 208, + 378 + ], + "spans": [ + { + "bbox": [ + 105, + 366, + 208, + 378 + ], + "score": 1.0, + "content": "available in Appendix B.", + "type": "text", + "cross_page": true + } + ], + "index": 14 + } + ], + "index": 60.5, + "bbox_fs": [ + 105, + 679, + 507, + 725 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 167, + 81, + 444, + 136 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 167, + 81, + 444, + 136 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 167, + 81, + 444, + 136 + ], + "spans": [ + { + "bbox": [ + 167, + 81, + 444, + 136 + ], + "score": 0.972, + "html": "
ADDREP_TYPEREP_VALDELtotal
train6,4731,864251,09731,281290,715
validate79024531,3573,95736,349
test79623331,3873,94536,361
", + "type": "table", + "image_path": "260307005ec8034ecc489793ca6e552c2c8fa7cd80cc7fb9319ed20cd3a63470.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 167, + 81, + 444, + 99.33333333333333 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 167, + 99.33333333333333, + 444, + 117.66666666666666 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 167, + 117.66666666666666, + 444, + 136.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 116, + 139, + 487, + 151 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 122, + 139, + 489, + 151 + ], + "spans": [ + { + "bbox": [ + 122, + 139, + 489, + 151 + ], + "score": 1.0, + "content": "Table 1: Statistic of OneDiff dataset. See appendix for more information of other dataset.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + }, + { + "type": "table", + "bbox": [ + 107, + 155, + 503, + 264 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 107, + 155, + 503, + 264 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 107, + 155, + 503, + 264 + ], + "spans": [ + { + "bbox": [ + 107, + 155, + 503, + 264 + ], + "score": 0.982, + "html": "
TotalLocationOperatorValueType
Top-3Top-1Top-3Top-1Top-1Top-3Top-1Top-3Top-1
TOTAL26.114.235.520.434.452.329.176.166.7
ADD52.939.269.651.470.665.755.176.868.5
REP_VAL23.411.933.318.531.753.028.8-1
REP_TYPE71.752.473.052.879.4--74.761.0
DEL39.624.844.027.545.8111
Random.08.072.281.427.7.01.01.270
", + "type": "table", + "image_path": "6804b2678b6e4d02976053503ce62f38875916e8f457aa9c4a2cc4643a24e5fa.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 107, + 155, + 503, + 191.33333333333334 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 107, + 191.33333333333334, + 503, + 227.66666666666669 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 107, + 227.66666666666669, + 503, + 264.0 + ], + "spans": [], + "index": 6 + } + ] + }, + { + "type": "table_footnote", + "bbox": [ + 163, + 268, + 443, + 280 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 162, + 266, + 441, + 282 + ], + "spans": [ + { + "bbox": [ + 162, + 266, + 425, + 282 + ], + "score": 1.0, + "content": "Table 2: Evaluation of model on the OneDiff dataset: accuracy", + "type": "text" + }, + { + "bbox": [ + 425, + 269, + 441, + 280 + ], + "score": 0.73, + "content": "( \\% )", + "type": "inline_equation" + } + ], + "index": 7 + } + ], + "index": 7 + } + ], + "index": 6.0 + }, + { + "type": "text", + "bbox": [ + 107, + 299, + 505, + 377 + ], + "lines": [ + { + "bbox": [ + 105, + 300, + 505, + 312 + ], + "spans": [ + { + "bbox": [ + 105, + 300, + 505, + 312 + ], + "score": 1.0, + "content": "an attempt to filter our dataset to only include bug fixes, we use a heuristic based on the number of", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 311, + 506, + 323 + ], + "spans": [ + { + "bbox": [ + 105, + 311, + 506, + 323 + ], + "score": 1.0, + "content": "changes to the AST. Our insight is that a commit with a smaller number of AST differences is more", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 321, + 505, + 335 + ], + "spans": [ + { + "bbox": [ + 105, + 321, + 505, + 335 + ], + "score": 1.0, + "content": "likely to be a bug fix than a commit containing large changes. Thus for the experiments, we use three", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 333, + 505, + 345 + ], + "spans": [ + { + "bbox": [ + 105, + 333, + 505, + 345 + ], + "score": 1.0, + "content": "different datasets: OneDiff with precisely one edit; ZeroOneDiff with zero and one edit and", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 343, + 505, + 355 + ], + "spans": [ + { + "bbox": [ + 105, + 343, + 505, + 355 + ], + "score": 1.0, + "content": "ZeroOneTwoDiff with zero, one or two edits. We additionally filter out data points with ASTs", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 354, + 505, + 367 + ], + "spans": [ + { + "bbox": [ + 105, + 354, + 505, + 367 + ], + "score": 1.0, + "content": "larger than 500 nodes as a parameter in our system. A detailed overview of our corpus crawler is", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 366, + 208, + 378 + ], + "spans": [ + { + "bbox": [ + 105, + 366, + 208, + 378 + ], + "score": 1.0, + "content": "available in Appendix B.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 11 + }, + { + "type": "title", + "bbox": [ + 107, + 385, + 187, + 397 + ], + "lines": [ + { + "bbox": [ + 105, + 384, + 189, + 398 + ], + "spans": [ + { + "bbox": [ + 105, + 384, + 189, + 398 + ], + "score": 1.0, + "content": "6.1 EVALUATION", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 107, + 402, + 505, + 436 + ], + "lines": [ + { + "bbox": [ + 105, + 402, + 505, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 505, + 415 + ], + "score": 1.0, + "content": "We train the model for 3 epochs on the training set until the validation loss converges. We tried", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 412, + 505, + 427 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 505, + 427 + ], + "score": 1.0, + "content": "different configurations of our model with different number of layers and different graph embedding", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 425, + 478, + 437 + ], + "spans": [ + { + "bbox": [ + 106, + 425, + 478, + 437 + ], + "score": 1.0, + "content": "methods besides the generic one in Eq 2. We report on these ablation studies in Appendix C.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 107, + 441, + 505, + 485 + ], + "lines": [ + { + "bbox": [ + 105, + 441, + 505, + 453 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 505, + 453 + ], + "score": 1.0, + "content": "Table 2 shows the evaluation results of our model on a held out test set consisting of samples", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 452, + 505, + 464 + ], + "spans": [ + { + "bbox": [ + 105, + 452, + 505, + 464 + ], + "score": 1.0, + "content": "from our OneDiff dataset. Additional experiments on ZeroOneDiff and ZeroOneTwoDiff", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 463, + 505, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 463, + 505, + 476 + ], + "score": 1.0, + "content": "datasets are available in Appendix A. We also provide experimental results with respect to different", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 475, + 168, + 486 + ], + "spans": [ + { + "bbox": [ + 106, + 475, + 168, + 486 + ], + "score": 1.0, + "content": "configurations.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 20.5 + }, + { + "type": "text", + "bbox": [ + 107, + 491, + 505, + 579 + ], + "lines": [ + { + "bbox": [ + 105, + 490, + 506, + 504 + ], + "spans": [ + { + "bbox": [ + 105, + 490, + 506, + 504 + ], + "score": 1.0, + "content": "Accuracy is shown for each graph edit operation type. Accuracy is measured in a complete discrete", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 502, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 505, + 516 + ], + "score": 1.0, + "content": "graph edit operation step. For example consider Figure 1a, in which we edit an object property", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 512, + 505, + 527 + ], + "spans": [ + { + "bbox": [ + 105, + 512, + 505, + 527 + ], + "score": 1.0, + "content": "name with the REP_VAL operation. If the model incorrectly predicts the edit operation to be of type", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 524, + 505, + 537 + ], + "spans": [ + { + "bbox": [ + 105, + 524, + 505, + 537 + ], + "score": 1.0, + "content": "DEL, then it will not go on to predict a value. In this case, the model will be penalized twice in the", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 535, + 505, + 548 + ], + "spans": [ + { + "bbox": [ + 105, + 535, + 505, + 548 + ], + "score": 1.0, + "content": "operation accuracy as well as the value accuracy. A prediction is considered totally correct only if the", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 545, + 506, + 560 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 506, + 560 + ], + "score": 1.0, + "content": "entire sequence of graph edit primitives is correct. Note that top-1 greedy prediction is not always", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 557, + 505, + 569 + ], + "spans": [ + { + "bbox": [ + 105, + 557, + 505, + 569 + ], + "score": 1.0, + "content": "among top-3 when beam search is used. Additionally, operator prediction is only evaluated on the", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 569, + 360, + 581 + ], + "spans": [ + { + "bbox": [ + 105, + 569, + 360, + 581 + ], + "score": 1.0, + "content": "top prediction as the search space only includes four operators.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 26.5 + }, + { + "type": "text", + "bbox": [ + 107, + 585, + 505, + 662 + ], + "lines": [ + { + "bbox": [ + 105, + 585, + 505, + 597 + ], + "spans": [ + { + "bbox": [ + 105, + 585, + 505, + 597 + ], + "score": 1.0, + "content": "To demonstrate the magnitude of the search space, we compare HOPPITY to a model that selects", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 596, + 506, + 608 + ], + "spans": [ + { + "bbox": [ + 106, + 596, + 506, + 608 + ], + "score": 1.0, + "content": "uniformly at random, in each step of the graph edit process. The random model performs well at", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 606, + 506, + 620 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 506, + 620 + ], + "score": 1.0, + "content": "operation type selection since the search space only has four options (ADD, REP_VAL, REP_TYPE,", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 618, + 505, + 631 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 505, + 631 + ], + "score": 1.0, + "content": "DEL). However, after the operation type is predicted, the random model’s accuracy drops, as there", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 628, + 505, + 641 + ], + "spans": [ + { + "bbox": [ + 105, + 628, + 505, + 641 + ], + "score": 1.0, + "content": "are up to 500 nodes in the buggy AST. When it predicts value, the accuracy drops even further as", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 640, + 505, + 652 + ], + "spans": [ + { + "bbox": [ + 105, + 640, + 505, + 652 + ], + "score": 1.0, + "content": "our vocabulary contains 5,000 values. Lastly, type prediction has slightly better accuracy than value", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 651, + 493, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 651, + 493, + 663 + ], + "score": 1.0, + "content": "prediction because the number of the types of AST nodes in total is smaller than our vocabulary.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 34 + }, + { + "type": "title", + "bbox": [ + 107, + 671, + 180, + 682 + ], + "lines": [ + { + "bbox": [ + 105, + 670, + 181, + 683 + ], + "spans": [ + { + "bbox": [ + 105, + 670, + 181, + 683 + ], + "score": 1.0, + "content": "6.2 BASELINES", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 38 + }, + { + "type": "text", + "bbox": [ + 108, + 687, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "As existing approaches cannot be applied for comparison in Table 7, we adapt the baselines to some", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "restricted settings in this section. We report the results on the OneDiff dataset as most of the", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 710, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 506, + 723 + ], + "score": 1.0, + "content": "baselines target repair of a single bug. Note that for all comparisons we provide equal amounts of", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 720, + 395, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 395, + 733 + ], + "score": 1.0, + "content": "information to HOPPITY and the baseline without retraining our model.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 40.5 + } + ], + "page_idx": 6, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 293, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "score": 1.0, + "content": "Published 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": [ + 167, + 81, + 444, + 136 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 167, + 81, + 444, + 136 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 167, + 81, + 444, + 136 + ], + "spans": [ + { + "bbox": [ + 167, + 81, + 444, + 136 + ], + "score": 0.972, + "html": "
ADDREP_TYPEREP_VALDELtotal
train6,4731,864251,09731,281290,715
validate79024531,3573,95736,349
test79623331,3873,94536,361
", + "type": "table", + "image_path": "260307005ec8034ecc489793ca6e552c2c8fa7cd80cc7fb9319ed20cd3a63470.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 167, + 81, + 444, + 99.33333333333333 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 167, + 99.33333333333333, + 444, + 117.66666666666666 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 167, + 117.66666666666666, + 444, + 136.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 116, + 139, + 487, + 151 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 122, + 139, + 489, + 151 + ], + "spans": [ + { + "bbox": [ + 122, + 139, + 489, + 151 + ], + "score": 1.0, + "content": "Table 1: Statistic of OneDiff dataset. See appendix for more information of other dataset.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + }, + { + "type": "table", + "bbox": [ + 107, + 155, + 503, + 264 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 107, + 155, + 503, + 264 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 107, + 155, + 503, + 264 + ], + "spans": [ + { + "bbox": [ + 107, + 155, + 503, + 264 + ], + "score": 0.982, + "html": "
TotalLocationOperatorValueType
Top-3Top-1Top-3Top-1Top-1Top-3Top-1Top-3Top-1
TOTAL26.114.235.520.434.452.329.176.166.7
ADD52.939.269.651.470.665.755.176.868.5
REP_VAL23.411.933.318.531.753.028.8-1
REP_TYPE71.752.473.052.879.4--74.761.0
DEL39.624.844.027.545.8111
Random.08.072.281.427.7.01.01.270
", + "type": "table", + "image_path": "6804b2678b6e4d02976053503ce62f38875916e8f457aa9c4a2cc4643a24e5fa.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 107, + 155, + 503, + 191.33333333333334 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 107, + 191.33333333333334, + 503, + 227.66666666666669 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 107, + 227.66666666666669, + 503, + 264.0 + ], + "spans": [], + "index": 6 + } + ] + }, + { + "type": "table_footnote", + "bbox": [ + 163, + 268, + 443, + 280 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 162, + 266, + 441, + 282 + ], + "spans": [ + { + "bbox": [ + 162, + 266, + 425, + 282 + ], + "score": 1.0, + "content": "Table 2: Evaluation of model on the OneDiff dataset: accuracy", + "type": "text" + }, + { + "bbox": [ + 425, + 269, + 441, + 280 + ], + "score": 0.73, + "content": "( \\% )", + "type": "inline_equation" + } + ], + "index": 7 + } + ], + "index": 7 + } + ], + "index": 6.0 + }, + { + "type": "text", + "bbox": [ + 107, + 299, + 505, + 377 + ], + "lines": [], + "index": 11, + "bbox_fs": [ + 105, + 300, + 506, + 378 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 107, + 385, + 187, + 397 + ], + "lines": [ + { + "bbox": [ + 105, + 384, + 189, + 398 + ], + "spans": [ + { + "bbox": [ + 105, + 384, + 189, + 398 + ], + "score": 1.0, + "content": "6.1 EVALUATION", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 107, + 402, + 505, + 436 + ], + "lines": [ + { + "bbox": [ + 105, + 402, + 505, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 505, + 415 + ], + "score": 1.0, + "content": "We train the model for 3 epochs on the training set until the validation loss converges. We tried", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 412, + 505, + 427 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 505, + 427 + ], + "score": 1.0, + "content": "different configurations of our model with different number of layers and different graph embedding", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 425, + 478, + 437 + ], + "spans": [ + { + "bbox": [ + 106, + 425, + 478, + 437 + ], + "score": 1.0, + "content": "methods besides the generic one in Eq 2. We report on these ablation studies in Appendix C.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17, + "bbox_fs": [ + 105, + 402, + 505, + 437 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 441, + 505, + 485 + ], + "lines": [ + { + "bbox": [ + 105, + 441, + 505, + 453 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 505, + 453 + ], + "score": 1.0, + "content": "Table 2 shows the evaluation results of our model on a held out test set consisting of samples", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 452, + 505, + 464 + ], + "spans": [ + { + "bbox": [ + 105, + 452, + 505, + 464 + ], + "score": 1.0, + "content": "from our OneDiff dataset. Additional experiments on ZeroOneDiff and ZeroOneTwoDiff", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 463, + 505, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 463, + 505, + 476 + ], + "score": 1.0, + "content": "datasets are available in Appendix A. We also provide experimental results with respect to different", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 475, + 168, + 486 + ], + "spans": [ + { + "bbox": [ + 106, + 475, + 168, + 486 + ], + "score": 1.0, + "content": "configurations.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 20.5, + "bbox_fs": [ + 105, + 441, + 505, + 486 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 491, + 505, + 579 + ], + "lines": [ + { + "bbox": [ + 105, + 490, + 506, + 504 + ], + "spans": [ + { + "bbox": [ + 105, + 490, + 506, + 504 + ], + "score": 1.0, + "content": "Accuracy is shown for each graph edit operation type. Accuracy is measured in a complete discrete", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 502, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 505, + 516 + ], + "score": 1.0, + "content": "graph edit operation step. For example consider Figure 1a, in which we edit an object property", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 512, + 505, + 527 + ], + "spans": [ + { + "bbox": [ + 105, + 512, + 505, + 527 + ], + "score": 1.0, + "content": "name with the REP_VAL operation. If the model incorrectly predicts the edit operation to be of type", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 524, + 505, + 537 + ], + "spans": [ + { + "bbox": [ + 105, + 524, + 505, + 537 + ], + "score": 1.0, + "content": "DEL, then it will not go on to predict a value. In this case, the model will be penalized twice in the", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 535, + 505, + 548 + ], + "spans": [ + { + "bbox": [ + 105, + 535, + 505, + 548 + ], + "score": 1.0, + "content": "operation accuracy as well as the value accuracy. A prediction is considered totally correct only if the", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 545, + 506, + 560 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 506, + 560 + ], + "score": 1.0, + "content": "entire sequence of graph edit primitives is correct. Note that top-1 greedy prediction is not always", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 557, + 505, + 569 + ], + "spans": [ + { + "bbox": [ + 105, + 557, + 505, + 569 + ], + "score": 1.0, + "content": "among top-3 when beam search is used. Additionally, operator prediction is only evaluated on the", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 569, + 360, + 581 + ], + "spans": [ + { + "bbox": [ + 105, + 569, + 360, + 581 + ], + "score": 1.0, + "content": "top prediction as the search space only includes four operators.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 26.5, + "bbox_fs": [ + 105, + 490, + 506, + 581 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 585, + 505, + 662 + ], + "lines": [ + { + "bbox": [ + 105, + 585, + 505, + 597 + ], + "spans": [ + { + "bbox": [ + 105, + 585, + 505, + 597 + ], + "score": 1.0, + "content": "To demonstrate the magnitude of the search space, we compare HOPPITY to a model that selects", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 596, + 506, + 608 + ], + "spans": [ + { + "bbox": [ + 106, + 596, + 506, + 608 + ], + "score": 1.0, + "content": "uniformly at random, in each step of the graph edit process. The random model performs well at", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 606, + 506, + 620 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 506, + 620 + ], + "score": 1.0, + "content": "operation type selection since the search space only has four options (ADD, REP_VAL, REP_TYPE,", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 618, + 505, + 631 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 505, + 631 + ], + "score": 1.0, + "content": "DEL). However, after the operation type is predicted, the random model’s accuracy drops, as there", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 628, + 505, + 641 + ], + "spans": [ + { + "bbox": [ + 105, + 628, + 505, + 641 + ], + "score": 1.0, + "content": "are up to 500 nodes in the buggy AST. When it predicts value, the accuracy drops even further as", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 640, + 505, + 652 + ], + "spans": [ + { + "bbox": [ + 105, + 640, + 505, + 652 + ], + "score": 1.0, + "content": "our vocabulary contains 5,000 values. Lastly, type prediction has slightly better accuracy than value", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 651, + 493, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 651, + 493, + 663 + ], + "score": 1.0, + "content": "prediction because the number of the types of AST nodes in total is smaller than our vocabulary.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 34, + "bbox_fs": [ + 105, + 585, + 506, + 663 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 671, + 180, + 682 + ], + "lines": [ + { + "bbox": [ + 105, + 670, + 181, + 683 + ], + "spans": [ + { + "bbox": [ + 105, + 670, + 181, + 683 + ], + "score": 1.0, + "content": "6.2 BASELINES", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 38 + }, + { + "type": "text", + "bbox": [ + 108, + 687, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "As existing approaches cannot be applied for comparison in Table 7, we adapt the baselines to some", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "restricted settings in this section. We report the results on the OneDiff dataset as most of the", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 710, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 506, + 723 + ], + "score": 1.0, + "content": "baselines target repair of a single bug. Note that for all comparisons we provide equal amounts of", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 720, + 395, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 395, + 733 + ], + "score": 1.0, + "content": "information to HOPPITY and the baseline without retraining our model.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 40.5, + "bbox_fs": [ + 105, + 687, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 107, + 81, + 304, + 124 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 107, + 81, + 304, + 124 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 107, + 81, + 304, + 124 + ], + "spans": [ + { + "bbox": [ + 107, + 81, + 304, + 124 + ], + "score": 0.965, + "html": "
TypeGGNN-RepGGNN-ClsHOPPITY
Top-153.2%99.6%90.0%
Top-385.8%99.6%94.8%
", + "type": "table", + "image_path": "b3fc7aa85f3f186fed81d7adb9b29d0582b9304f81cfd01db28a4d2d705a0d14.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 107, + 81, + 304, + 95.33333333333333 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 107, + 95.33333333333333, + 304, + 109.66666666666666 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 107, + 109.66666666666666, + 304, + 123.99999999999999 + ], + "spans": [], + "index": 2 + } + ] + } + ], + "index": 1 + }, + { + "type": "table", + "bbox": [ + 335, + 81, + 474, + 126 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 335, + 81, + 474, + 126 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 335, + 81, + 474, + 126 + ], + "spans": [ + { + "bbox": [ + 335, + 81, + 474, + 126 + ], + "score": 0.966, + "html": "
HOPPITYTop-1Top-3
67.7%73.3%
SequenceR64.2%68.6%
", + "type": "table", + "image_path": "f572866c7818a8cee4335dbcfda575145c5982e034fdacb29741d784145d9cf0.jpg" + } + ] + } + ], + "index": 3.5, + "virtual_lines": [ + { + "bbox": [ + 335, + 81, + 474, + 103.5 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 335, + 103.5, + 474, + 126.0 + ], + "spans": [], + "index": 4 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 309, + 129, + 501, + 140 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 307, + 127, + 502, + 142 + ], + "spans": [ + { + "bbox": [ + 307, + 127, + 502, + 142 + ], + "score": 1.0, + "content": "Table 5: Overall OneDiff accuracy with location.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + } + ], + "index": 4.75 + }, + { + "type": "table", + "bbox": [ + 309, + 142, + 502, + 196 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 108, + 132, + 305, + 144 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 130, + 307, + 146 + ], + "spans": [ + { + "bbox": [ + 105, + 130, + 307, + 146 + ], + "score": 1.0, + "content": "Table 3: REP_TYPE accuracies with location+op.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "table_body", + "bbox": [ + 309, + 142, + 502, + 196 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 309, + 142, + 502, + 196 + ], + "spans": [ + { + "bbox": [ + 309, + 142, + 502, + 196 + ], + "score": 0.97, + "html": "
Bug TypeAmountTAJSHOPPITY
Undefined Property Functional Bug7 110 01 3
Refactoring1201
Total3005
", + "type": "table", + "image_path": "bcc01911703e3743f6813e87717d7a45721e9f31c80f48457a455646fe7fd12f.jpg" + } + ] + } + ], + "index": 11.5, + "virtual_lines": [ + { + "bbox": [ + 309, + 142, + 502, + 155.5 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 309, + 155.5, + 502, + 169.0 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 309, + 169.0, + 502, + 182.5 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 309, + 182.5, + 502, + 196.0 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 340, + 200, + 472, + 212 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 339, + 200, + 473, + 213 + ], + "spans": [ + { + "bbox": [ + 339, + 200, + 473, + 213 + ], + "score": 1.0, + "content": "Table 6: Comparison with TAJS.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + } + ], + "index": 11.5 + }, + { + "type": "table", + "bbox": [ + 106, + 155, + 304, + 198 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 106, + 155, + 304, + 198 + ], + "group_id": 3, + "lines": [ + { + "bbox": [ + 106, + 155, + 304, + 198 + ], + "spans": [ + { + "bbox": [ + 106, + 155, + 304, + 198 + ], + "score": 0.969, + "html": "
ValueGGNN-RepGGNN-RNNHOPPITY
Top-163.8%60.3%69.1%
Top-367.6%63.6%73.4%
", + "type": "table", + "image_path": "59fc82e0435aa6ffd6b6385e7bb4f022ecb72406e90f2e033eecc0769a1c7afa.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 106, + 155, + 304, + 169.33333333333334 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 106, + 169.33333333333334, + 304, + 183.66666666666669 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 106, + 183.66666666666669, + 304, + 198.00000000000003 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "table_footnote", + "bbox": [ + 107, + 201, + 303, + 212 + ], + "group_id": 3, + "lines": [ + { + "bbox": [ + 105, + 199, + 304, + 214 + ], + "spans": [ + { + "bbox": [ + 105, + 199, + 304, + 214 + ], + "score": 1.0, + "content": "Table 4: REP_VAL accuracies with location+op.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + } + ], + "index": 11.5 + }, + { + "type": "text", + "bbox": [ + 107, + 223, + 505, + 279 + ], + "lines": [ + { + "bbox": [ + 105, + 222, + 505, + 236 + ], + "spans": [ + { + "bbox": [ + 105, + 222, + 505, + 236 + ], + "score": 1.0, + "content": "GGNN: Allamanis et al. (2018), uses Gated Graph Neural Networks (GGNN) for two specific bug", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 234, + 506, + 247 + ], + "spans": [ + { + "bbox": [ + 105, + 234, + 506, + 247 + ], + "score": 1.0, + "content": "repair tasks: VARMISUSE, in which the model learns to select the correct variable that should be", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 245, + 505, + 257 + ], + "spans": [ + { + "bbox": [ + 105, + 245, + 505, + 257 + ], + "score": 1.0, + "content": "used at a given location, and VARNAMING, in which the model predicts a variable name based on", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 256, + 506, + 268 + ], + "spans": [ + { + "bbox": [ + 106, + 256, + 506, + 268 + ], + "score": 1.0, + "content": "its usage. We adapt these tasks to compare with HOPPITY on the REP_TYPE and REP_VAL tasks.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 267, + 301, + 280 + ], + "spans": [ + { + "bbox": [ + 106, + 267, + 301, + 280 + ], + "score": 1.0, + "content": "Specifically, for REP_TYPE prediction we have", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 18 + }, + { + "type": "text", + "bbox": [ + 105, + 284, + 505, + 318 + ], + "lines": [ + { + "bbox": [ + 106, + 284, + 505, + 297 + ], + "spans": [ + { + "bbox": [ + 106, + 284, + 505, + 297 + ], + "score": 1.0, + "content": "• GGNN-Rep: we adopt VARMISUSE to replace with candidate node type and modify the graph", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 112, + 295, + 462, + 309 + ], + "spans": [ + { + "bbox": [ + 112, + 295, + 462, + 309 + ], + "score": 1.0, + "content": "structure correspondingly; we use their proposed max-margin formulation for training.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 306, + 492, + 319 + ], + "spans": [ + { + "bbox": [ + 105, + 306, + 492, + 319 + ], + "score": 1.0, + "content": "• GGNN-Cls: we perform multi-class classification using the target node and graph embedding.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 106, + 323, + 382, + 334 + ], + "lines": [ + { + "bbox": [ + 106, + 323, + 383, + 335 + ], + "spans": [ + { + "bbox": [ + 106, + 323, + 383, + 335 + ], + "score": 1.0, + "content": "For REP_VAL prediction, we also made two versions of adaptations:", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 107, + 339, + 505, + 384 + ], + "lines": [ + { + "bbox": [ + 105, + 339, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 339, + 505, + 353 + ], + "score": 1.0, + "content": "• GGNN-Rep: similar to above, here the candidate set is from values in the current graphs plus the", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 110, + 351, + 348, + 363 + ], + "spans": [ + { + "bbox": [ + 110, + 351, + 348, + 363 + ], + "score": 1.0, + "content": "top-100 frequent values used for repair in the training set.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 361, + 505, + 375 + ], + "spans": [ + { + "bbox": [ + 105, + 361, + 505, + 375 + ], + "score": 1.0, + "content": "• GGNN-RNN: we adopt VARNAMING approach to predict value directly. Due to the huge", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 114, + 374, + 444, + 385 + ], + "spans": [ + { + "bbox": [ + 114, + 374, + 444, + 385 + ], + "score": 1.0, + "content": "vocabulary size, we use char-level language model for predicting the replacement.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 26.5 + }, + { + "type": "text", + "bbox": [ + 106, + 390, + 505, + 500 + ], + "lines": [ + { + "bbox": [ + 105, + 389, + 506, + 403 + ], + "spans": [ + { + "bbox": [ + 105, + 389, + 506, + 403 + ], + "score": 1.0, + "content": "Table 3 and 4 show the comparison when buggy node is known. Regarding the type prediction, as", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 401, + 506, + 413 + ], + "spans": [ + { + "bbox": [ + 106, + 401, + 506, + 413 + ], + "score": 1.0, + "content": "the number of types is large, the likelihood formulation with classification objective outperforms", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 411, + 506, + 424 + ], + "spans": [ + { + "bbox": [ + 106, + 411, + 506, + 424 + ], + "score": 1.0, + "content": "the max-margin loss based one (i.e., GGNN-Rep). As in this limited case GGNN-Cls and HOPPITY", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 423, + 505, + 435 + ], + "spans": [ + { + "bbox": [ + 106, + 423, + 505, + 435 + ], + "score": 1.0, + "content": "are quite similar except for graph representation, the performance is expected to be comparable. As", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 433, + 506, + 446 + ], + "spans": [ + { + "bbox": [ + 106, + 433, + 506, + 446 + ], + "score": 1.0, + "content": "HOPPITY is not trained to predict type fix only, it performs slighly worse than GGNN-Cls. Also for", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 443, + 506, + 458 + ], + "spans": [ + { + "bbox": [ + 105, + 443, + 506, + 458 + ], + "score": 1.0, + "content": "the value prediction, our formulation of pointer on graph is more effective. We found when the space", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 454, + 506, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 454, + 506, + 469 + ], + "score": 1.0, + "content": "of decisions is large, it is hard to apply structured prediction method like GGNN-Rep in this setting.", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 466, + 506, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 466, + 506, + 479 + ], + "score": 1.0, + "content": "Since real-world programs are noisy, the sentences used in different programs vary greatly, making it", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 476, + 505, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 476, + 505, + 491 + ], + "score": 1.0, + "content": "difficult for language models to predict the exact accurate value. A possible extension is to combine", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 488, + 433, + 501 + ], + "spans": [ + { + "bbox": [ + 106, + 488, + 433, + 501 + ], + "score": 1.0, + "content": "the language model with the graph pointer, which we will explore in future work.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 33.5 + }, + { + "type": "text", + "bbox": [ + 107, + 505, + 505, + 539 + ], + "lines": [ + { + "bbox": [ + 106, + 505, + 506, + 518 + ], + "spans": [ + { + "bbox": [ + 106, + 505, + 506, + 518 + ], + "score": 1.0, + "content": "SequenceR: The model proposed by Chen et al. (2018) is a translation based model that predicts a", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 515, + 505, + 529 + ], + "spans": [ + { + "bbox": [ + 105, + 515, + 505, + 529 + ], + "score": 1.0, + "content": "fixed sequence of tokens when given a buggy line in the source code. We compare with our model by", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 527, + 312, + 540 + ], + "spans": [ + { + "bbox": [ + 105, + 527, + 312, + 540 + ], + "score": 1.0, + "content": "providing location information to both approaches.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40 + }, + { + "type": "text", + "bbox": [ + 107, + 544, + 505, + 588 + ], + "lines": [ + { + "bbox": [ + 105, + 543, + 506, + 557 + ], + "spans": [ + { + "bbox": [ + 105, + 543, + 506, + 557 + ], + "score": 1.0, + "content": "Table 5 summarizes the total accuracy for fixing a single bug. In order to provide a fair comparison,", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 556, + 506, + 568 + ], + "spans": [ + { + "bbox": [ + 106, + 556, + 506, + 568 + ], + "score": 1.0, + "content": "we allow SequenceR to predict the same information as our model (i.e., predict op, value etc.in a", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 567, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 106, + 567, + 505, + 578 + ], + "score": 1.0, + "content": "sequential way), rather than an entire sequence of raw textual tokens. This experiment shows the", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 578, + 361, + 589 + ], + "spans": [ + { + "bbox": [ + 106, + 578, + 361, + 589 + ], + "score": 1.0, + "content": "benefit of formulating code repair with graphs over text tokens.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 43.5 + }, + { + "type": "text", + "bbox": [ + 107, + 594, + 505, + 627 + ], + "lines": [ + { + "bbox": [ + 105, + 594, + 504, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 504, + 606 + ], + "score": 1.0, + "content": "With the above two baselines, we can see that in the restricted case our model can still yield", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 605, + 505, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 505, + 617 + ], + "score": 1.0, + "content": "comparable or even better performances. Given that our model can go for more edits without location", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 615, + 418, + 628 + ], + "spans": [ + { + "bbox": [ + 106, + 615, + 418, + 628 + ], + "score": 1.0, + "content": "information, we believe this tool is more generic and effective for code repair.", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 47 + }, + { + "type": "text", + "bbox": [ + 106, + 632, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 632, + 505, + 645 + ], + "spans": [ + { + "bbox": [ + 106, + 632, + 505, + 645 + ], + "score": 1.0, + "content": "TAJS: We also compare the bug detection ability of HOPPITY against TAJS (Jensen et al., 2009)", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 643, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 506, + 657 + ], + "score": 1.0, + "content": "which is a well-known static analysis tool for Javascript programs. Automating the comparison for", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 654, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 506, + 668 + ], + "score": 1.0, + "content": "our entire test set proved to be infeasible. For example, TAJS only accepts JavaScript ES5 programs,", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 106, + 665, + 506, + 678 + ], + "spans": [ + { + "bbox": [ + 106, + 665, + 506, + 678 + ], + "score": 1.0, + "content": "while the vast majority of current JavaScript projects use ES6 or other variants like React JSX.", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "score": 1.0, + "content": "Another problem is that TAJS does not analyze code that is not invoked, e.g., a library function", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 106, + 687, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 106, + 687, + 506, + 701 + ], + "score": 1.0, + "content": "that is not called by client code. Moreover, determining the right command-line options of TAJS is", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "score": 1.0, + "content": "non-trivial since it provides many options targeting different JavaScript runtime environments. Due", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "to these issues, we forgo a large-scale comparison, and instead pick 30 random points in our test set", + "type": "text" + } + ], + "index": 56 + }, + { + "bbox": [ + 106, + 721, + 501, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 501, + 733 + ], + "score": 1.0, + "content": "to manually analyze using TAJS. Table 6 depicts the results (Appendix D provides further details).", + "type": "text" + } + ], + "index": 57 + } + ], + "index": 53 + } + ], + "page_idx": 7, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 108, + 27, + 293, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "score": 1.0, + "content": "Published 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": "table", + "bbox": [ + 107, + 81, + 304, + 124 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 107, + 81, + 304, + 124 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 107, + 81, + 304, + 124 + ], + "spans": [ + { + "bbox": [ + 107, + 81, + 304, + 124 + ], + "score": 0.965, + "html": "
TypeGGNN-RepGGNN-ClsHOPPITY
Top-153.2%99.6%90.0%
Top-385.8%99.6%94.8%
", + "type": "table", + "image_path": "b3fc7aa85f3f186fed81d7adb9b29d0582b9304f81cfd01db28a4d2d705a0d14.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 107, + 81, + 304, + 95.33333333333333 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 107, + 95.33333333333333, + 304, + 109.66666666666666 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 107, + 109.66666666666666, + 304, + 123.99999999999999 + ], + "spans": [], + "index": 2 + } + ] + } + ], + "index": 1 + }, + { + "type": "table", + "bbox": [ + 335, + 81, + 474, + 126 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 335, + 81, + 474, + 126 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 335, + 81, + 474, + 126 + ], + "spans": [ + { + "bbox": [ + 335, + 81, + 474, + 126 + ], + "score": 0.966, + "html": "
HOPPITYTop-1Top-3
67.7%73.3%
SequenceR64.2%68.6%
", + "type": "table", + "image_path": "f572866c7818a8cee4335dbcfda575145c5982e034fdacb29741d784145d9cf0.jpg" + } + ] + } + ], + "index": 3.5, + "virtual_lines": [ + { + "bbox": [ + 335, + 81, + 474, + 103.5 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 335, + 103.5, + 474, + 126.0 + ], + "spans": [], + "index": 4 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 309, + 129, + 501, + 140 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 307, + 127, + 502, + 142 + ], + "spans": [ + { + "bbox": [ + 307, + 127, + 502, + 142 + ], + "score": 1.0, + "content": "Table 5: Overall OneDiff accuracy with location.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + } + ], + "index": 4.75 + }, + { + "type": "table", + "bbox": [ + 309, + 142, + 502, + 196 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 108, + 132, + 305, + 144 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 130, + 307, + 146 + ], + "spans": [ + { + "bbox": [ + 105, + 130, + 307, + 146 + ], + "score": 1.0, + "content": "Table 3: REP_TYPE accuracies with location+op.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "table_body", + "bbox": [ + 309, + 142, + 502, + 196 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 309, + 142, + 502, + 196 + ], + "spans": [ + { + "bbox": [ + 309, + 142, + 502, + 196 + ], + "score": 0.97, + "html": "
Bug TypeAmountTAJSHOPPITY
Undefined Property Functional Bug7 110 01 3
Refactoring1201
Total3005
", + "type": "table", + "image_path": "bcc01911703e3743f6813e87717d7a45721e9f31c80f48457a455646fe7fd12f.jpg" + } + ] + } + ], + "index": 11.5, + "virtual_lines": [ + { + "bbox": [ + 309, + 142, + 502, + 155.5 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 309, + 155.5, + 502, + 169.0 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 309, + 169.0, + 502, + 182.5 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 309, + 182.5, + 502, + 196.0 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 340, + 200, + 472, + 212 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 339, + 200, + 473, + 213 + ], + "spans": [ + { + "bbox": [ + 339, + 200, + 473, + 213 + ], + "score": 1.0, + "content": "Table 6: Comparison with TAJS.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + } + ], + "index": 11.5 + }, + { + "type": "table", + "bbox": [ + 106, + 155, + 304, + 198 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 106, + 155, + 304, + 198 + ], + "group_id": 3, + "lines": [ + { + "bbox": [ + 106, + 155, + 304, + 198 + ], + "spans": [ + { + "bbox": [ + 106, + 155, + 304, + 198 + ], + "score": 0.969, + "html": "
ValueGGNN-RepGGNN-RNNHOPPITY
Top-163.8%60.3%69.1%
Top-367.6%63.6%73.4%
", + "type": "table", + "image_path": "59fc82e0435aa6ffd6b6385e7bb4f022ecb72406e90f2e033eecc0769a1c7afa.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 106, + 155, + 304, + 169.33333333333334 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 106, + 169.33333333333334, + 304, + 183.66666666666669 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 106, + 183.66666666666669, + 304, + 198.00000000000003 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "table_footnote", + "bbox": [ + 107, + 201, + 303, + 212 + ], + "group_id": 3, + "lines": [ + { + "bbox": [ + 105, + 199, + 304, + 214 + ], + "spans": [ + { + "bbox": [ + 105, + 199, + 304, + 214 + ], + "score": 1.0, + "content": "Table 4: REP_VAL accuracies with location+op.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + } + ], + "index": 11.5 + }, + { + "type": "text", + "bbox": [ + 107, + 223, + 505, + 279 + ], + "lines": [ + { + "bbox": [ + 105, + 222, + 505, + 236 + ], + "spans": [ + { + "bbox": [ + 105, + 222, + 505, + 236 + ], + "score": 1.0, + "content": "GGNN: Allamanis et al. (2018), uses Gated Graph Neural Networks (GGNN) for two specific bug", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 234, + 506, + 247 + ], + "spans": [ + { + "bbox": [ + 105, + 234, + 506, + 247 + ], + "score": 1.0, + "content": "repair tasks: VARMISUSE, in which the model learns to select the correct variable that should be", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 245, + 505, + 257 + ], + "spans": [ + { + "bbox": [ + 105, + 245, + 505, + 257 + ], + "score": 1.0, + "content": "used at a given location, and VARNAMING, in which the model predicts a variable name based on", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 256, + 506, + 268 + ], + "spans": [ + { + "bbox": [ + 106, + 256, + 506, + 268 + ], + "score": 1.0, + "content": "its usage. We adapt these tasks to compare with HOPPITY on the REP_TYPE and REP_VAL tasks.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 267, + 301, + 280 + ], + "spans": [ + { + "bbox": [ + 106, + 267, + 301, + 280 + ], + "score": 1.0, + "content": "Specifically, for REP_TYPE prediction we have", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 18, + "bbox_fs": [ + 105, + 222, + 506, + 280 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 284, + 505, + 318 + ], + "lines": [ + { + "bbox": [ + 106, + 284, + 505, + 297 + ], + "spans": [ + { + "bbox": [ + 106, + 284, + 505, + 297 + ], + "score": 1.0, + "content": "• GGNN-Rep: we adopt VARMISUSE to replace with candidate node type and modify the graph", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 112, + 295, + 462, + 309 + ], + "spans": [ + { + "bbox": [ + 112, + 295, + 462, + 309 + ], + "score": 1.0, + "content": "structure correspondingly; we use their proposed max-margin formulation for training.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 306, + 492, + 319 + ], + "spans": [ + { + "bbox": [ + 105, + 306, + 492, + 319 + ], + "score": 1.0, + "content": "• GGNN-Cls: we perform multi-class classification using the target node and graph embedding.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22, + "bbox_fs": [ + 105, + 284, + 505, + 319 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 323, + 382, + 334 + ], + "lines": [ + { + "bbox": [ + 106, + 323, + 383, + 335 + ], + "spans": [ + { + "bbox": [ + 106, + 323, + 383, + 335 + ], + "score": 1.0, + "content": "For REP_VAL prediction, we also made two versions of adaptations:", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24, + "bbox_fs": [ + 106, + 323, + 383, + 335 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 339, + 505, + 384 + ], + "lines": [ + { + "bbox": [ + 105, + 339, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 339, + 505, + 353 + ], + "score": 1.0, + "content": "• GGNN-Rep: similar to above, here the candidate set is from values in the current graphs plus the", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 110, + 351, + 348, + 363 + ], + "spans": [ + { + "bbox": [ + 110, + 351, + 348, + 363 + ], + "score": 1.0, + "content": "top-100 frequent values used for repair in the training set.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 361, + 505, + 375 + ], + "spans": [ + { + "bbox": [ + 105, + 361, + 505, + 375 + ], + "score": 1.0, + "content": "• GGNN-RNN: we adopt VARNAMING approach to predict value directly. Due to the huge", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 114, + 374, + 444, + 385 + ], + "spans": [ + { + "bbox": [ + 114, + 374, + 444, + 385 + ], + "score": 1.0, + "content": "vocabulary size, we use char-level language model for predicting the replacement.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 26.5, + "bbox_fs": [ + 105, + 339, + 505, + 385 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 390, + 505, + 500 + ], + "lines": [ + { + "bbox": [ + 105, + 389, + 506, + 403 + ], + "spans": [ + { + "bbox": [ + 105, + 389, + 506, + 403 + ], + "score": 1.0, + "content": "Table 3 and 4 show the comparison when buggy node is known. Regarding the type prediction, as", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 401, + 506, + 413 + ], + "spans": [ + { + "bbox": [ + 106, + 401, + 506, + 413 + ], + "score": 1.0, + "content": "the number of types is large, the likelihood formulation with classification objective outperforms", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 411, + 506, + 424 + ], + "spans": [ + { + "bbox": [ + 106, + 411, + 506, + 424 + ], + "score": 1.0, + "content": "the max-margin loss based one (i.e., GGNN-Rep). As in this limited case GGNN-Cls and HOPPITY", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 423, + 505, + 435 + ], + "spans": [ + { + "bbox": [ + 106, + 423, + 505, + 435 + ], + "score": 1.0, + "content": "are quite similar except for graph representation, the performance is expected to be comparable. As", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 433, + 506, + 446 + ], + "spans": [ + { + "bbox": [ + 106, + 433, + 506, + 446 + ], + "score": 1.0, + "content": "HOPPITY is not trained to predict type fix only, it performs slighly worse than GGNN-Cls. Also for", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 443, + 506, + 458 + ], + "spans": [ + { + "bbox": [ + 105, + 443, + 506, + 458 + ], + "score": 1.0, + "content": "the value prediction, our formulation of pointer on graph is more effective. We found when the space", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 454, + 506, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 454, + 506, + 469 + ], + "score": 1.0, + "content": "of decisions is large, it is hard to apply structured prediction method like GGNN-Rep in this setting.", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 466, + 506, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 466, + 506, + 479 + ], + "score": 1.0, + "content": "Since real-world programs are noisy, the sentences used in different programs vary greatly, making it", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 476, + 505, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 476, + 505, + 491 + ], + "score": 1.0, + "content": "difficult for language models to predict the exact accurate value. A possible extension is to combine", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 488, + 433, + 501 + ], + "spans": [ + { + "bbox": [ + 106, + 488, + 433, + 501 + ], + "score": 1.0, + "content": "the language model with the graph pointer, which we will explore in future work.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 33.5, + "bbox_fs": [ + 105, + 389, + 506, + 501 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 505, + 505, + 539 + ], + "lines": [ + { + "bbox": [ + 106, + 505, + 506, + 518 + ], + "spans": [ + { + "bbox": [ + 106, + 505, + 506, + 518 + ], + "score": 1.0, + "content": "SequenceR: The model proposed by Chen et al. (2018) is a translation based model that predicts a", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 515, + 505, + 529 + ], + "spans": [ + { + "bbox": [ + 105, + 515, + 505, + 529 + ], + "score": 1.0, + "content": "fixed sequence of tokens when given a buggy line in the source code. We compare with our model by", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 527, + 312, + 540 + ], + "spans": [ + { + "bbox": [ + 105, + 527, + 312, + 540 + ], + "score": 1.0, + "content": "providing location information to both approaches.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40, + "bbox_fs": [ + 105, + 505, + 506, + 540 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 544, + 505, + 588 + ], + "lines": [ + { + "bbox": [ + 105, + 543, + 506, + 557 + ], + "spans": [ + { + "bbox": [ + 105, + 543, + 506, + 557 + ], + "score": 1.0, + "content": "Table 5 summarizes the total accuracy for fixing a single bug. In order to provide a fair comparison,", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 556, + 506, + 568 + ], + "spans": [ + { + "bbox": [ + 106, + 556, + 506, + 568 + ], + "score": 1.0, + "content": "we allow SequenceR to predict the same information as our model (i.e., predict op, value etc.in a", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 567, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 106, + 567, + 505, + 578 + ], + "score": 1.0, + "content": "sequential way), rather than an entire sequence of raw textual tokens. This experiment shows the", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 578, + 361, + 589 + ], + "spans": [ + { + "bbox": [ + 106, + 578, + 361, + 589 + ], + "score": 1.0, + "content": "benefit of formulating code repair with graphs over text tokens.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 43.5, + "bbox_fs": [ + 105, + 543, + 506, + 589 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 594, + 505, + 627 + ], + "lines": [ + { + "bbox": [ + 105, + 594, + 504, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 504, + 606 + ], + "score": 1.0, + "content": "With the above two baselines, we can see that in the restricted case our model can still yield", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 605, + 505, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 505, + 617 + ], + "score": 1.0, + "content": "comparable or even better performances. Given that our model can go for more edits without location", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 615, + 418, + 628 + ], + "spans": [ + { + "bbox": [ + 106, + 615, + 418, + 628 + ], + "score": 1.0, + "content": "information, we believe this tool is more generic and effective for code repair.", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 47, + "bbox_fs": [ + 105, + 594, + 505, + 628 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 632, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 632, + 505, + 645 + ], + "spans": [ + { + "bbox": [ + 106, + 632, + 505, + 645 + ], + "score": 1.0, + "content": "TAJS: We also compare the bug detection ability of HOPPITY against TAJS (Jensen et al., 2009)", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 643, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 506, + 657 + ], + "score": 1.0, + "content": "which is a well-known static analysis tool for Javascript programs. Automating the comparison for", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 654, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 506, + 668 + ], + "score": 1.0, + "content": "our entire test set proved to be infeasible. For example, TAJS only accepts JavaScript ES5 programs,", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 106, + 665, + 506, + 678 + ], + "spans": [ + { + "bbox": [ + 106, + 665, + 506, + 678 + ], + "score": 1.0, + "content": "while the vast majority of current JavaScript projects use ES6 or other variants like React JSX.", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "score": 1.0, + "content": "Another problem is that TAJS does not analyze code that is not invoked, e.g., a library function", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 106, + 687, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 106, + 687, + 506, + 701 + ], + "score": 1.0, + "content": "that is not called by client code. Moreover, determining the right command-line options of TAJS is", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "score": 1.0, + "content": "non-trivial since it provides many options targeting different JavaScript runtime environments. Due", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "to these issues, we forgo a large-scale comparison, and instead pick 30 random points in our test set", + "type": "text" + } + ], + "index": 56 + }, + { + "bbox": [ + 106, + 721, + 501, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 501, + 733 + ], + "score": 1.0, + "content": "to manually analyze using TAJS. Table 6 depicts the results (Appendix D provides further details).", + "type": "text" + } + ], + "index": 57 + } + ], + "index": 53, + "bbox_fs": [ + 105, + 632, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 204 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 505, + 96 + ], + "score": 1.0, + "content": "We restrict the chosen test points to satisfy a necessary condition for undefined property bugs since", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "TAJS claims to be proficient in detecting this class of bugs. In the process, we also pick some", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 506, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 506, + 117 + ], + "score": 1.0, + "content": "functional bugs, as well as cases of refactoring modifications. By resolving the numerous issues that", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "score": 1.0, + "content": "prevented us from automating the comparison, we were able to run TAJS manually. TAJS failed to", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 104, + 125, + 506, + 140 + ], + "spans": [ + { + "bbox": [ + 104, + 125, + 506, + 140 + ], + "score": 1.0, + "content": "detect any real bugs in the 30 test points. While functional bugs and refactoring modifications are", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "score": 1.0, + "content": "beyond TAJS, however, TAJS also raises many unrelated false alarms due to its failures in locating", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 104, + 147, + 506, + 162 + ], + "spans": [ + { + "bbox": [ + 104, + 147, + 506, + 162 + ], + "score": 1.0, + "content": "NodeJS libraries, importing JSON files, or recognizing built-in global variables. These warnings are", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 158, + 507, + 173 + ], + "spans": [ + { + "bbox": [ + 105, + 158, + 507, + 173 + ], + "score": 1.0, + "content": "detrimental because TAJS suspends the analysis as soon as it detects what it preceives to be a bug.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 170, + 506, + 183 + ], + "spans": [ + { + "bbox": [ + 106, + 170, + 506, + 183 + ], + "score": 1.0, + "content": "To further aid TAJS, we omitted parts of each program that are unrelated to the bug, in the hope of", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 181, + 506, + 194 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 506, + 194 + ], + "score": 1.0, + "content": "driving TAJS’s analysis as deep as possible. After all these measures, TAJS managed to detect two of", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 192, + 359, + 205 + ], + "spans": [ + { + "bbox": [ + 106, + 192, + 359, + 205 + ], + "score": 1.0, + "content": "the undefined property bugs (Bug IDs 4 and 6 in Appendix D).", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 107, + 209, + 505, + 264 + ], + "lines": [ + { + "bbox": [ + 105, + 207, + 505, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 207, + 505, + 223 + ], + "score": 1.0, + "content": "In contrast, HOPPITY is able to correctly detect 5 bug locations of the 30 testing points within our top", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 219, + 506, + 233 + ], + "spans": [ + { + "bbox": [ + 105, + 219, + 506, + 233 + ], + "score": 1.0, + "content": "3 predictions. Moreover, HOPPITY also produces 4 patches that are identical to the developer’s fixes.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 230, + 506, + 243 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 506, + 243 + ], + "score": 1.0, + "content": "Our comparison highlights HOPPITY’s two important strengths compared to TAJS. First, HOPPITY", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 242, + 505, + 254 + ], + "spans": [ + { + "bbox": [ + 106, + 242, + 505, + 254 + ], + "score": 1.0, + "content": "relieves developers from the enormous burden of manual configuration. Second, HOPPITY achieves", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 252, + 445, + 266 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 445, + 266 + ], + "score": 1.0, + "content": "far better performance in detecting as well as fixing the bugs in Javascript programs.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 13 + }, + { + "type": "title", + "bbox": [ + 108, + 271, + 211, + 284 + ], + "lines": [ + { + "bbox": [ + 105, + 270, + 213, + 286 + ], + "spans": [ + { + "bbox": [ + 105, + 270, + 213, + 286 + ], + "score": 1.0, + "content": "7 RELATED WORK", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 107, + 290, + 505, + 401 + ], + "lines": [ + { + "bbox": [ + 105, + 290, + 505, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 290, + 505, + 304 + ], + "score": 1.0, + "content": "Static analysis for bug detection. Static analyzers such as FindBugs, Error-Prone, and Semmle use", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 301, + 506, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 301, + 506, + 315 + ], + "score": 1.0, + "content": "syntactic pattern-matching and dataflow analysis to find common bugs. Typically, detecting even a", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 313, + 506, + 326 + ], + "spans": [ + { + "bbox": [ + 106, + 313, + 506, + 326 + ], + "score": 1.0, + "content": "single class of bugs can require dozens or even hundreds of patterns. Coverity (Bessey et al., 2010),", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 323, + 506, + 336 + ], + "spans": [ + { + "bbox": [ + 106, + 323, + 506, + 336 + ], + "score": 1.0, + "content": "SonarQube, and Clang Static Analyzer check for semantic inconsistencies in code based on more", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 334, + 505, + 347 + ], + "spans": [ + { + "bbox": [ + 106, + 334, + 505, + 347 + ], + "score": 1.0, + "content": "sophisticated path analyses. Infer (Calcagno et al., 2015) is built upon sound principles and can", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 345, + 506, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 506, + 358 + ], + "score": 1.0, + "content": "prove the absence of certain classes of bugs. TAJS belongs to this category as well. Due to the", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 356, + 505, + 369 + ], + "spans": [ + { + "bbox": [ + 106, + 356, + 505, + 369 + ], + "score": 1.0, + "content": "undecidability of the problem, however, approximations are inevitable which voids the guarantees", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 368, + 506, + 380 + ], + "spans": [ + { + "bbox": [ + 105, + 368, + 506, + 380 + ], + "score": 1.0, + "content": "in practice. Compared to all static analysis tools, HOPPITY offers the following advantages: (1) it", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 378, + 506, + 391 + ], + "spans": [ + { + "bbox": [ + 105, + 378, + 506, + 391 + ], + "score": 1.0, + "content": "targets a board range of programming errors; (2) it not only localizes bugs but also fixes them; and", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 390, + 495, + 402 + ], + "spans": [ + { + "bbox": [ + 106, + 390, + 495, + 402 + ], + "score": 1.0, + "content": "(3) it has significantly higher signal-to-noise ratio (i.e., detects more bugs with less false alarms).", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 21.5 + }, + { + "type": "text", + "bbox": [ + 106, + 406, + 505, + 527 + ], + "lines": [ + { + "bbox": [ + 105, + 405, + 506, + 419 + ], + "spans": [ + { + "bbox": [ + 105, + 405, + 506, + 419 + ], + "score": 1.0, + "content": "Learning-based bug detection. Allamanis et al. (2018) target variable-misuse errors and present a", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 417, + 506, + 429 + ], + "spans": [ + { + "bbox": [ + 106, + 417, + 506, + 429 + ], + "score": 1.0, + "content": "solution based on a gated graph neural network model to predict the correct variable name given a", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 428, + 506, + 441 + ], + "spans": [ + { + "bbox": [ + 106, + 428, + 506, + 441 + ], + "score": 1.0, + "content": "buggy location. Vasic et al. (2019) present a pointer network on top of a RNN which outperforms Al-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 438, + 505, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 438, + 505, + 452 + ], + "score": 1.0, + "content": "lamanis et al. (2018) on the same task. DeepBugs (Pradel & Sen, 2018) proposes a name-based bug", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 449, + 506, + 463 + ], + "spans": [ + { + "bbox": [ + 105, + 449, + 506, + 463 + ], + "score": 1.0, + "content": "detection scheme. Their model is trained to predict three classes of bugs: swapped function arguments,", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 461, + 505, + 473 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 505, + 473 + ], + "score": 1.0, + "content": "wrong binary operator, and wrong operand in a binary operation. Compared to these models, our", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 471, + 506, + 485 + ], + "spans": [ + { + "bbox": [ + 105, + 471, + 506, + 485 + ], + "score": 1.0, + "content": "approach is capable of detecting and fixing a wide range of errors in Javascript. SequenceR (Chen", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 483, + 506, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 506, + 496 + ], + "score": 1.0, + "content": "et al., 2018) uses sequence-to-sequence model to translate a buggy code segment into correct one;", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 493, + 505, + 507 + ], + "spans": [ + { + "bbox": [ + 105, + 493, + 505, + 507 + ], + "score": 1.0, + "content": "Getafix (Scott et al., 2019) produces human-like bug fixes by learning from past fixes. It employs", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 505, + 505, + 518 + ], + "spans": [ + { + "bbox": [ + 106, + 505, + 505, + 518 + ], + "score": 1.0, + "content": "a hierarchical clustering algorithm that sorts fix patterns according to their generality. While these", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 516, + 486, + 528 + ], + "spans": [ + { + "bbox": [ + 106, + 516, + 486, + 528 + ], + "score": 1.0, + "content": "approaches are general against different types of bugs, they still need the bug location as input.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 107, + 533, + 505, + 621 + ], + "lines": [ + { + "bbox": [ + 106, + 532, + 507, + 546 + ], + "spans": [ + { + "bbox": [ + 106, + 532, + 507, + 546 + ], + "score": 1.0, + "content": "Graph learning and optimization. Our work is closely related to the literature in graph repre-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 543, + 505, + 557 + ], + "spans": [ + { + "bbox": [ + 105, + 543, + 505, + 557 + ], + "score": 1.0, + "content": "sentation learning and optimization. Our model uses a variant of GNN that is inspired by many", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 554, + 505, + 567 + ], + "spans": [ + { + "bbox": [ + 105, + 554, + 505, + 567 + ], + "score": 1.0, + "content": "representative works (Li et al., 2015; Xu et al., 2018; Si et al., 2018), with the adaptation of local", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 565, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 565, + 505, + 578 + ], + "score": 1.0, + "content": "value table and pointer mechanism. Our work is also related to auto-regressive graph modeling", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 576, + 505, + 589 + ], + "spans": [ + { + "bbox": [ + 105, + 576, + 505, + 589 + ], + "score": 1.0, + "content": "Johnson (2016); Li et al. (2018); Brockschmidt et al. (2018); Dai et al. (2018), but with more generic", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 587, + 505, + 600 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 505, + 600 + ], + "score": 1.0, + "content": "operations such as subtree deletion and attribute modifications. Some other works model the graph", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 599, + 505, + 611 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 505, + 611 + ], + "score": 1.0, + "content": "modification in latent space (Jin et al., 2018; Yin et al., 2018), but such frameworks lack fine-grained", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 610, + 479, + 622 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 479, + 622 + ], + "score": 1.0, + "content": "control over the generative process, and thus are not very suitable for performing code repair.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 41.5 + }, + { + "type": "title", + "bbox": [ + 107, + 628, + 196, + 641 + ], + "lines": [ + { + "bbox": [ + 105, + 626, + 198, + 644 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 198, + 644 + ], + "score": 1.0, + "content": "8 CONCLUSION", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 46 + }, + { + "type": "text", + "bbox": [ + 107, + 646, + 505, + 724 + ], + "lines": [ + { + "bbox": [ + 105, + 646, + 507, + 660 + ], + "spans": [ + { + "bbox": [ + 105, + 646, + 507, + 660 + ], + "score": 1.0, + "content": "We proposed an end-to-end learning-based approach to detect and fix bugs in Javascript programs.", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 658, + 506, + 670 + ], + "spans": [ + { + "bbox": [ + 105, + 658, + 506, + 670 + ], + "score": 1.0, + "content": "We realized the approach in a tool HOPPITY and demonstrated that it correctly predicts 9,490 out", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 668, + 505, + 681 + ], + "spans": [ + { + "bbox": [ + 105, + 668, + 505, + 681 + ], + "score": 1.0, + "content": "of 36,361 code changes in real programs on Github. In the future, we plan to expand the targeted", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 680, + 505, + 692 + ], + "spans": [ + { + "bbox": [ + 105, + 680, + 505, + 692 + ], + "score": 1.0, + "content": "bugs to include those that are caused by the interdependence among multiple files or that require", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 690, + 506, + 703 + ], + "spans": [ + { + "bbox": [ + 105, + 690, + 506, + 703 + ], + "score": 1.0, + "content": "multiple steps to fix. We will also deploy HOPPITY in an IDE to further evaluate its accuracy and", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 701, + 506, + 715 + ], + "spans": [ + { + "bbox": [ + 105, + 701, + 506, + 715 + ], + "score": 1.0, + "content": "utility. Finally, we plan to extend our learning framework to support other languages. Due to its", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 712, + 491, + 725 + ], + "spans": [ + { + "bbox": [ + 105, + 712, + 491, + 725 + ], + "score": 1.0, + "content": "language-independence, we believe HOPPITY will benefit developers beyond Javascript as well.", + "type": "text" + } + ], + "index": 53 + } + ], + "index": 50 + } + ], + "page_idx": 8, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 293, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "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" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 204 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 505, + 96 + ], + "score": 1.0, + "content": "We restrict the chosen test points to satisfy a necessary condition for undefined property bugs since", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "TAJS claims to be proficient in detecting this class of bugs. In the process, we also pick some", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 506, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 506, + 117 + ], + "score": 1.0, + "content": "functional bugs, as well as cases of refactoring modifications. By resolving the numerous issues that", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "score": 1.0, + "content": "prevented us from automating the comparison, we were able to run TAJS manually. TAJS failed to", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 104, + 125, + 506, + 140 + ], + "spans": [ + { + "bbox": [ + 104, + 125, + 506, + 140 + ], + "score": 1.0, + "content": "detect any real bugs in the 30 test points. While functional bugs and refactoring modifications are", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "score": 1.0, + "content": "beyond TAJS, however, TAJS also raises many unrelated false alarms due to its failures in locating", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 104, + 147, + 506, + 162 + ], + "spans": [ + { + "bbox": [ + 104, + 147, + 506, + 162 + ], + "score": 1.0, + "content": "NodeJS libraries, importing JSON files, or recognizing built-in global variables. These warnings are", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 158, + 507, + 173 + ], + "spans": [ + { + "bbox": [ + 105, + 158, + 507, + 173 + ], + "score": 1.0, + "content": "detrimental because TAJS suspends the analysis as soon as it detects what it preceives to be a bug.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 170, + 506, + 183 + ], + "spans": [ + { + "bbox": [ + 106, + 170, + 506, + 183 + ], + "score": 1.0, + "content": "To further aid TAJS, we omitted parts of each program that are unrelated to the bug, in the hope of", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 181, + 506, + 194 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 506, + 194 + ], + "score": 1.0, + "content": "driving TAJS’s analysis as deep as possible. After all these measures, TAJS managed to detect two of", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 192, + 359, + 205 + ], + "spans": [ + { + "bbox": [ + 106, + 192, + 359, + 205 + ], + "score": 1.0, + "content": "the undefined property bugs (Bug IDs 4 and 6 in Appendix D).", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 5, + "bbox_fs": [ + 104, + 81, + 507, + 205 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 209, + 505, + 264 + ], + "lines": [ + { + "bbox": [ + 105, + 207, + 505, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 207, + 505, + 223 + ], + "score": 1.0, + "content": "In contrast, HOPPITY is able to correctly detect 5 bug locations of the 30 testing points within our top", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 219, + 506, + 233 + ], + "spans": [ + { + "bbox": [ + 105, + 219, + 506, + 233 + ], + "score": 1.0, + "content": "3 predictions. Moreover, HOPPITY also produces 4 patches that are identical to the developer’s fixes.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 230, + 506, + 243 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 506, + 243 + ], + "score": 1.0, + "content": "Our comparison highlights HOPPITY’s two important strengths compared to TAJS. First, HOPPITY", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 242, + 505, + 254 + ], + "spans": [ + { + "bbox": [ + 106, + 242, + 505, + 254 + ], + "score": 1.0, + "content": "relieves developers from the enormous burden of manual configuration. Second, HOPPITY achieves", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 252, + 445, + 266 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 445, + 266 + ], + "score": 1.0, + "content": "far better performance in detecting as well as fixing the bugs in Javascript programs.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 13, + "bbox_fs": [ + 105, + 207, + 506, + 266 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 271, + 211, + 284 + ], + "lines": [ + { + "bbox": [ + 105, + 270, + 213, + 286 + ], + "spans": [ + { + "bbox": [ + 105, + 270, + 213, + 286 + ], + "score": 1.0, + "content": "7 RELATED WORK", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 107, + 290, + 505, + 401 + ], + "lines": [ + { + "bbox": [ + 105, + 290, + 505, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 290, + 505, + 304 + ], + "score": 1.0, + "content": "Static analysis for bug detection. Static analyzers such as FindBugs, Error-Prone, and Semmle use", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 301, + 506, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 301, + 506, + 315 + ], + "score": 1.0, + "content": "syntactic pattern-matching and dataflow analysis to find common bugs. Typically, detecting even a", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 313, + 506, + 326 + ], + "spans": [ + { + "bbox": [ + 106, + 313, + 506, + 326 + ], + "score": 1.0, + "content": "single class of bugs can require dozens or even hundreds of patterns. Coverity (Bessey et al., 2010),", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 323, + 506, + 336 + ], + "spans": [ + { + "bbox": [ + 106, + 323, + 506, + 336 + ], + "score": 1.0, + "content": "SonarQube, and Clang Static Analyzer check for semantic inconsistencies in code based on more", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 334, + 505, + 347 + ], + "spans": [ + { + "bbox": [ + 106, + 334, + 505, + 347 + ], + "score": 1.0, + "content": "sophisticated path analyses. Infer (Calcagno et al., 2015) is built upon sound principles and can", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 345, + 506, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 506, + 358 + ], + "score": 1.0, + "content": "prove the absence of certain classes of bugs. TAJS belongs to this category as well. Due to the", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 356, + 505, + 369 + ], + "spans": [ + { + "bbox": [ + 106, + 356, + 505, + 369 + ], + "score": 1.0, + "content": "undecidability of the problem, however, approximations are inevitable which voids the guarantees", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 368, + 506, + 380 + ], + "spans": [ + { + "bbox": [ + 105, + 368, + 506, + 380 + ], + "score": 1.0, + "content": "in practice. Compared to all static analysis tools, HOPPITY offers the following advantages: (1) it", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 378, + 506, + 391 + ], + "spans": [ + { + "bbox": [ + 105, + 378, + 506, + 391 + ], + "score": 1.0, + "content": "targets a board range of programming errors; (2) it not only localizes bugs but also fixes them; and", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 390, + 495, + 402 + ], + "spans": [ + { + "bbox": [ + 106, + 390, + 495, + 402 + ], + "score": 1.0, + "content": "(3) it has significantly higher signal-to-noise ratio (i.e., detects more bugs with less false alarms).", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 21.5, + "bbox_fs": [ + 105, + 290, + 506, + 402 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 406, + 505, + 527 + ], + "lines": [ + { + "bbox": [ + 105, + 405, + 506, + 419 + ], + "spans": [ + { + "bbox": [ + 105, + 405, + 506, + 419 + ], + "score": 1.0, + "content": "Learning-based bug detection. Allamanis et al. (2018) target variable-misuse errors and present a", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 417, + 506, + 429 + ], + "spans": [ + { + "bbox": [ + 106, + 417, + 506, + 429 + ], + "score": 1.0, + "content": "solution based on a gated graph neural network model to predict the correct variable name given a", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 428, + 506, + 441 + ], + "spans": [ + { + "bbox": [ + 106, + 428, + 506, + 441 + ], + "score": 1.0, + "content": "buggy location. Vasic et al. (2019) present a pointer network on top of a RNN which outperforms Al-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 438, + 505, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 438, + 505, + 452 + ], + "score": 1.0, + "content": "lamanis et al. (2018) on the same task. DeepBugs (Pradel & Sen, 2018) proposes a name-based bug", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 449, + 506, + 463 + ], + "spans": [ + { + "bbox": [ + 105, + 449, + 506, + 463 + ], + "score": 1.0, + "content": "detection scheme. Their model is trained to predict three classes of bugs: swapped function arguments,", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 461, + 505, + 473 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 505, + 473 + ], + "score": 1.0, + "content": "wrong binary operator, and wrong operand in a binary operation. Compared to these models, our", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 471, + 506, + 485 + ], + "spans": [ + { + "bbox": [ + 105, + 471, + 506, + 485 + ], + "score": 1.0, + "content": "approach is capable of detecting and fixing a wide range of errors in Javascript. SequenceR (Chen", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 483, + 506, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 506, + 496 + ], + "score": 1.0, + "content": "et al., 2018) uses sequence-to-sequence model to translate a buggy code segment into correct one;", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 493, + 505, + 507 + ], + "spans": [ + { + "bbox": [ + 105, + 493, + 505, + 507 + ], + "score": 1.0, + "content": "Getafix (Scott et al., 2019) produces human-like bug fixes by learning from past fixes. It employs", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 505, + 505, + 518 + ], + "spans": [ + { + "bbox": [ + 106, + 505, + 505, + 518 + ], + "score": 1.0, + "content": "a hierarchical clustering algorithm that sorts fix patterns according to their generality. While these", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 516, + 486, + 528 + ], + "spans": [ + { + "bbox": [ + 106, + 516, + 486, + 528 + ], + "score": 1.0, + "content": "approaches are general against different types of bugs, they still need the bug location as input.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 32, + "bbox_fs": [ + 105, + 405, + 506, + 528 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 533, + 505, + 621 + ], + "lines": [ + { + "bbox": [ + 106, + 532, + 507, + 546 + ], + "spans": [ + { + "bbox": [ + 106, + 532, + 507, + 546 + ], + "score": 1.0, + "content": "Graph learning and optimization. Our work is closely related to the literature in graph repre-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 543, + 505, + 557 + ], + "spans": [ + { + "bbox": [ + 105, + 543, + 505, + 557 + ], + "score": 1.0, + "content": "sentation learning and optimization. Our model uses a variant of GNN that is inspired by many", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 554, + 505, + 567 + ], + "spans": [ + { + "bbox": [ + 105, + 554, + 505, + 567 + ], + "score": 1.0, + "content": "representative works (Li et al., 2015; Xu et al., 2018; Si et al., 2018), with the adaptation of local", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 565, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 565, + 505, + 578 + ], + "score": 1.0, + "content": "value table and pointer mechanism. Our work is also related to auto-regressive graph modeling", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 576, + 505, + 589 + ], + "spans": [ + { + "bbox": [ + 105, + 576, + 505, + 589 + ], + "score": 1.0, + "content": "Johnson (2016); Li et al. (2018); Brockschmidt et al. (2018); Dai et al. (2018), but with more generic", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 587, + 505, + 600 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 505, + 600 + ], + "score": 1.0, + "content": "operations such as subtree deletion and attribute modifications. Some other works model the graph", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 599, + 505, + 611 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 505, + 611 + ], + "score": 1.0, + "content": "modification in latent space (Jin et al., 2018; Yin et al., 2018), but such frameworks lack fine-grained", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 610, + 479, + 622 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 479, + 622 + ], + "score": 1.0, + "content": "control over the generative process, and thus are not very suitable for performing code repair.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 41.5, + "bbox_fs": [ + 105, + 532, + 507, + 622 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 628, + 196, + 641 + ], + "lines": [ + { + "bbox": [ + 105, + 626, + 198, + 644 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 198, + 644 + ], + "score": 1.0, + "content": "8 CONCLUSION", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 46 + }, + { + "type": "text", + "bbox": [ + 107, + 646, + 505, + 724 + ], + "lines": [ + { + "bbox": [ + 105, + 646, + 507, + 660 + ], + "spans": [ + { + "bbox": [ + 105, + 646, + 507, + 660 + ], + "score": 1.0, + "content": "We proposed an end-to-end learning-based approach to detect and fix bugs in Javascript programs.", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 658, + 506, + 670 + ], + "spans": [ + { + "bbox": [ + 105, + 658, + 506, + 670 + ], + "score": 1.0, + "content": "We realized the approach in a tool HOPPITY and demonstrated that it correctly predicts 9,490 out", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 668, + 505, + 681 + ], + "spans": [ + { + "bbox": [ + 105, + 668, + 505, + 681 + ], + "score": 1.0, + "content": "of 36,361 code changes in real programs on Github. In the future, we plan to expand the targeted", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 680, + 505, + 692 + ], + "spans": [ + { + "bbox": [ + 105, + 680, + 505, + 692 + ], + "score": 1.0, + "content": "bugs to include those that are caused by the interdependence among multiple files or that require", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 690, + 506, + 703 + ], + "spans": [ + { + "bbox": [ + 105, + 690, + 506, + 703 + ], + "score": 1.0, + "content": "multiple steps to fix. We will also deploy HOPPITY in an IDE to further evaluate its accuracy and", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 701, + 506, + 715 + ], + "spans": [ + { + "bbox": [ + 105, + 701, + 506, + 715 + ], + "score": 1.0, + "content": "utility. Finally, we plan to extend our learning framework to support other languages. Due to its", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 712, + 491, + 725 + ], + "spans": [ + { + "bbox": [ + 105, + 712, + 491, + 725 + ], + "score": 1.0, + "content": "language-independence, we believe HOPPITY will benefit developers beyond Javascript as well.", + "type": "text" + } + ], + "index": 53 + } + ], + "index": 50, + "bbox_fs": [ + 105, + 646, + 507, + 725 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 82, + 219, + 94 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 219, + 96 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 219, + 96 + ], + "score": 1.0, + "content": "ACKNOWLEDGMENTS", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 107, + 99, + 505, + 122 + ], + "lines": [ + { + "bbox": [ + 106, + 99, + 506, + 112 + ], + "spans": [ + { + "bbox": [ + 106, + 99, + 506, + 112 + ], + "score": 1.0, + "content": "We thank the reviewers for their insightful comments. This research was supported in part by NSF", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 111, + 504, + 122 + ], + "spans": [ + { + "bbox": [ + 106, + 111, + 504, + 122 + ], + "score": 1.0, + "content": "awards #1836936 and #1836822, ONR award #N00014-18-1-2021, and Facebook research awards.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1.5 + }, + { + "type": "title", + "bbox": [ + 107, + 129, + 176, + 142 + ], + "lines": [ + { + "bbox": [ + 106, + 130, + 176, + 142 + ], + "spans": [ + { + "bbox": [ + 106, + 130, + 176, + 142 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 106, + 147, + 504, + 170 + ], + "lines": [ + { + "bbox": [ + 105, + 145, + 505, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 145, + 505, + 161 + ], + "score": 1.0, + "content": "Miltiadis Allamanis, Marc Brockschmidt, and Mahmoud Khademi. Learning to represent programs", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 115, + 158, + 418, + 170 + ], + "spans": [ + { + "bbox": [ + 115, + 158, + 418, + 170 + ], + "score": 1.0, + "content": "with graphs. International Conference on Learning Representations, 2018.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5 + }, + { + "type": "text", + "bbox": [ + 107, + 176, + 505, + 211 + ], + "lines": [ + { + "bbox": [ + 106, + 177, + 505, + 190 + ], + "spans": [ + { + "bbox": [ + 106, + 177, + 505, + 190 + ], + "score": 1.0, + "content": "Thomas Ball, Mayur Naik, and Sriram K. Rajamani. From symptom to cause: Localizing errors", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 187, + 505, + 201 + ], + "spans": [ + { + "bbox": [ + 115, + 187, + 505, + 201 + ], + "score": 1.0, + "content": "in counterexample traces. In Proceedings of the 30th ACM SIGPLAN-SIGACT Symposium on", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 115, + 198, + 302, + 212 + ], + "spans": [ + { + "bbox": [ + 115, + 198, + 302, + 212 + ], + "score": 1.0, + "content": "Principles of Programming Languages, 2003.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 107, + 217, + 505, + 252 + ], + "lines": [ + { + "bbox": [ + 105, + 217, + 505, + 231 + ], + "spans": [ + { + "bbox": [ + 105, + 217, + 505, + 231 + ], + "score": 1.0, + "content": "Al Bessey, Ken Block, Ben Chelf, Andy Chou, Bryan Fulton, Seth Hallem, Charles Henri-Gros, Asya", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 117, + 229, + 505, + 241 + ], + "spans": [ + { + "bbox": [ + 117, + 229, + 505, + 241 + ], + "score": 1.0, + "content": "Kamsky, Scott McPeak, and Dawson Engler. A few billion lines of code later: Using static analysis", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 116, + 240, + 448, + 252 + ], + "spans": [ + { + "bbox": [ + 116, + 240, + 448, + 252 + ], + "score": 1.0, + "content": "to find bugs in the real world. Communications of the ACM, 53(2), February 2010.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 107, + 258, + 505, + 282 + ], + "lines": [ + { + "bbox": [ + 105, + 258, + 505, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 258, + 505, + 271 + ], + "score": 1.0, + "content": "Marc Brockschmidt, Miltiadis Allamanis, Alexander L Gaunt, and Oleksandr Polozov. Generative", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 116, + 270, + 393, + 282 + ], + "spans": [ + { + "bbox": [ + 116, + 270, + 393, + 282 + ], + "score": 1.0, + "content": "code modeling with graphs. arXiv preprint arXiv:1805.08490, 2018.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5 + }, + { + "type": "text", + "bbox": [ + 108, + 288, + 505, + 322 + ], + "lines": [ + { + "bbox": [ + 106, + 288, + 505, + 302 + ], + "spans": [ + { + "bbox": [ + 106, + 288, + 505, + 302 + ], + "score": 1.0, + "content": "Cristiano Calcagno, Dino Distefano, Jeremy Dubreil, Dominik Gabi, Pieter Hooimeijer, Martino", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 300, + 505, + 312 + ], + "spans": [ + { + "bbox": [ + 115, + 300, + 505, + 312 + ], + "score": 1.0, + "content": "Luca, Peter O’Hearn, Irene Papakonstantinou, Jim Purbrick, and Dulma Rodriguez. Moving fast", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 116, + 311, + 401, + 323 + ], + "spans": [ + { + "bbox": [ + 116, + 311, + 401, + 323 + ], + "score": 1.0, + "content": "with software verification. In NASA Formal Method Symposium, 2015.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 108, + 329, + 505, + 363 + ], + "lines": [ + { + "bbox": [ + 105, + 328, + 506, + 342 + ], + "spans": [ + { + "bbox": [ + 105, + 328, + 506, + 342 + ], + "score": 1.0, + "content": "Zimin Chen, Steve Kommrusch, Michele Tufano, Louis-Noël Pouchet, Denys Poshyvanyk, and", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 340, + 507, + 353 + ], + "spans": [ + { + "bbox": [ + 115, + 340, + 507, + 353 + ], + "score": 1.0, + "content": "Martin Monperrus. Sequencer: Sequence-to-sequence learning for end-to-end program repair.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 116, + 352, + 279, + 363 + ], + "spans": [ + { + "bbox": [ + 116, + 352, + 279, + 363 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1901.01808, 2018.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18 + }, + { + "type": "text", + "bbox": [ + 105, + 369, + 504, + 393 + ], + "lines": [ + { + "bbox": [ + 106, + 370, + 505, + 383 + ], + "spans": [ + { + "bbox": [ + 106, + 370, + 505, + 383 + ], + "score": 1.0, + "content": "Hanjun Dai, Hui Li, Tian Tian, Xin Huang, Lin Wang, Jun Zhu, and Le Song. Adversarial attack on", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 115, + 381, + 369, + 393 + ], + "spans": [ + { + "bbox": [ + 115, + 381, + 369, + 393 + ], + "score": 1.0, + "content": "graph structured data. arXiv preprint arXiv:1806.02371, 2018.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20.5 + }, + { + "type": "text", + "bbox": [ + 107, + 399, + 458, + 412 + ], + "lines": [ + { + "bbox": [ + 105, + 398, + 460, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 398, + 460, + 415 + ], + "score": 1.0, + "content": "Github. State of the Octoverse. https://octoverse.github.com/#top-languages, 2019.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 106, + 418, + 504, + 442 + ], + "lines": [ + { + "bbox": [ + 105, + 416, + 506, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 416, + 506, + 432 + ], + "score": 1.0, + "content": "Alex Graves, Greg Wayne, and Ivo Danihelka. Neural turing machines. arXiv preprint", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 115, + 429, + 214, + 441 + ], + "spans": [ + { + "bbox": [ + 115, + 429, + 214, + 441 + ], + "score": 1.0, + "content": "arXiv:1410.5401, 2014.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 106, + 448, + 505, + 493 + ], + "lines": [ + { + "bbox": [ + 105, + 448, + 506, + 461 + ], + "spans": [ + { + "bbox": [ + 105, + 448, + 506, + 461 + ], + "score": 1.0, + "content": "Jinru Hua, Mengshi Zhang, Kaiyuan Wang, and Sarfraz Khurshid. Sketchfix: A tool for automated", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 115, + 460, + 506, + 471 + ], + "spans": [ + { + "bbox": [ + 115, + 460, + 506, + 471 + ], + "score": 1.0, + "content": "program repair approach using lazy candidate generation. In Proceedings of the 2018 26th ACM", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 114, + 471, + 505, + 484 + ], + "spans": [ + { + "bbox": [ + 114, + 471, + 505, + 484 + ], + "score": 1.0, + "content": "Joint Meeting on European Software Engineering Conference and Symposium on the Foundations", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 115, + 482, + 244, + 495 + ], + "spans": [ + { + "bbox": [ + 115, + 482, + 244, + 495 + ], + "score": 1.0, + "content": "of Software Engineering, 2018.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 26.5 + }, + { + "type": "text", + "bbox": [ + 105, + 500, + 504, + 523 + ], + "lines": [ + { + "bbox": [ + 105, + 498, + 506, + 514 + ], + "spans": [ + { + "bbox": [ + 105, + 498, + 506, + 514 + ], + "score": 1.0, + "content": "Simon Holm Jensen, Anders Møller, and Peter Thiemann. Type analysis for javascript. In Proceedings", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 511, + 366, + 524 + ], + "spans": [ + { + "bbox": [ + 115, + 511, + 366, + 524 + ], + "score": 1.0, + "content": "of the 16th International Symposium on Static Analysis, 2009.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5 + }, + { + "type": "text", + "bbox": [ + 107, + 529, + 505, + 553 + ], + "lines": [ + { + "bbox": [ + 106, + 529, + 506, + 543 + ], + "spans": [ + { + "bbox": [ + 106, + 529, + 506, + 543 + ], + "score": 1.0, + "content": "Wengong Jin, Kevin Yang, Regina Barzilay, and Tommi Jaakkola. Learning multimodal graph-to-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 541, + 461, + 554 + ], + "spans": [ + { + "bbox": [ + 115, + 541, + 461, + 554 + ], + "score": 1.0, + "content": "graph translation for molecular optimization. arXiv preprint arXiv:1812.01070, 2018.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31.5 + }, + { + "type": "text", + "bbox": [ + 106, + 560, + 354, + 572 + ], + "lines": [ + { + "bbox": [ + 106, + 559, + 355, + 573 + ], + "spans": [ + { + "bbox": [ + 106, + 559, + 355, + 573 + ], + "score": 1.0, + "content": "Daniel D Johnson. Learning graphical state transitions. 2016.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 33 + }, + { + "type": "text", + "bbox": [ + 106, + 579, + 506, + 613 + ], + "lines": [ + { + "bbox": [ + 105, + 578, + 506, + 593 + ], + "spans": [ + { + "bbox": [ + 105, + 578, + 506, + 593 + ], + "score": 1.0, + "content": "Manu Jose and Rupak Majumdar. Cause clue clauses: Error localization using maximum satisfiability.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 116, + 590, + 505, + 603 + ], + "spans": [ + { + "bbox": [ + 116, + 590, + 505, + 603 + ], + "score": 1.0, + "content": "In Proceedings of the 32nd ACM SIGPLAN Conference on Programming Language Design and", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 116, + 601, + 209, + 614 + ], + "spans": [ + { + "bbox": [ + 116, + 601, + 209, + 614 + ], + "score": 1.0, + "content": "Implementation, 2011.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 106, + 619, + 504, + 642 + ], + "lines": [ + { + "bbox": [ + 105, + 618, + 506, + 633 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 506, + 633 + ], + "score": 1.0, + "content": "Claire Le Goues, Michael Pradel, and Abhik Roychoudhury. Automated program repair. Commun.", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 114, + 631, + 167, + 643 + ], + "spans": [ + { + "bbox": [ + 114, + 631, + 167, + 643 + ], + "score": 1.0, + "content": "ACM, 2019.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5 + }, + { + "type": "text", + "bbox": [ + 107, + 649, + 503, + 673 + ], + "lines": [ + { + "bbox": [ + 106, + 649, + 505, + 663 + ], + "spans": [ + { + "bbox": [ + 106, + 649, + 505, + 663 + ], + "score": 1.0, + "content": "Yujia Li, Daniel Tarlow, Marc Brockschmidt, and Richard Zemel. Gated graph sequence neural", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 115, + 661, + 321, + 673 + ], + "spans": [ + { + "bbox": [ + 115, + 661, + 321, + 673 + ], + "score": 1.0, + "content": "networks. arXiv preprint arXiv:1511.05493, 2015.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39.5 + }, + { + "type": "text", + "bbox": [ + 107, + 679, + 504, + 703 + ], + "lines": [ + { + "bbox": [ + 106, + 678, + 504, + 693 + ], + "spans": [ + { + "bbox": [ + 106, + 678, + 504, + 693 + ], + "score": 1.0, + "content": "Yujia Li, Oriol Vinyals, Chris Dyer, Razvan Pascanu, and Peter Battaglia. Learning deep generative", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 690, + 353, + 703 + ], + "spans": [ + { + "bbox": [ + 115, + 690, + 353, + 703 + ], + "score": 1.0, + "content": "models of graphs. arXiv preprint arXiv:1803.03324, 2018.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41.5 + }, + { + "type": "text", + "bbox": [ + 107, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 708, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 505, + 723 + ], + "score": 1.0, + "content": "Michael Pradel and Koushik Sen. Deepbugs: A learning approach to name-based bug detection. Proc.", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 115, + 720, + 287, + 733 + ], + "spans": [ + { + "bbox": [ + 115, + 720, + 287, + 733 + ], + "score": 1.0, + "content": "ACM Program. Lang., 2(OOPSLA), 2018.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43.5 + } + ], + "page_idx": 9, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 294, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "score": 1.0, + "content": "Published 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": "title", + "bbox": [ + 108, + 82, + 219, + 94 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 219, + 96 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 219, + 96 + ], + "score": 1.0, + "content": "ACKNOWLEDGMENTS", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 107, + 99, + 505, + 122 + ], + "lines": [ + { + "bbox": [ + 106, + 99, + 506, + 112 + ], + "spans": [ + { + "bbox": [ + 106, + 99, + 506, + 112 + ], + "score": 1.0, + "content": "We thank the reviewers for their insightful comments. This research was supported in part by NSF", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 111, + 504, + 122 + ], + "spans": [ + { + "bbox": [ + 106, + 111, + 504, + 122 + ], + "score": 1.0, + "content": "awards #1836936 and #1836822, ONR award #N00014-18-1-2021, and Facebook research awards.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1.5, + "bbox_fs": [ + 106, + 99, + 506, + 122 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 129, + 176, + 142 + ], + "lines": [ + { + "bbox": [ + 106, + 130, + 176, + 142 + ], + "spans": [ + { + "bbox": [ + 106, + 130, + 176, + 142 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 106, + 147, + 504, + 170 + ], + "lines": [ + { + "bbox": [ + 105, + 145, + 505, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 145, + 505, + 161 + ], + "score": 1.0, + "content": "Miltiadis Allamanis, Marc Brockschmidt, and Mahmoud Khademi. Learning to represent programs", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 115, + 158, + 418, + 170 + ], + "spans": [ + { + "bbox": [ + 115, + 158, + 418, + 170 + ], + "score": 1.0, + "content": "with graphs. International Conference on Learning Representations, 2018.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5, + "bbox_fs": [ + 105, + 145, + 505, + 170 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 176, + 505, + 211 + ], + "lines": [ + { + "bbox": [ + 106, + 177, + 505, + 190 + ], + "spans": [ + { + "bbox": [ + 106, + 177, + 505, + 190 + ], + "score": 1.0, + "content": "Thomas Ball, Mayur Naik, and Sriram K. Rajamani. From symptom to cause: Localizing errors", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 187, + 505, + 201 + ], + "spans": [ + { + "bbox": [ + 115, + 187, + 505, + 201 + ], + "score": 1.0, + "content": "in counterexample traces. In Proceedings of the 30th ACM SIGPLAN-SIGACT Symposium on", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 115, + 198, + 302, + 212 + ], + "spans": [ + { + "bbox": [ + 115, + 198, + 302, + 212 + ], + "score": 1.0, + "content": "Principles of Programming Languages, 2003.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7, + "bbox_fs": [ + 106, + 177, + 505, + 212 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 217, + 505, + 252 + ], + "lines": [ + { + "bbox": [ + 105, + 217, + 505, + 231 + ], + "spans": [ + { + "bbox": [ + 105, + 217, + 505, + 231 + ], + "score": 1.0, + "content": "Al Bessey, Ken Block, Ben Chelf, Andy Chou, Bryan Fulton, Seth Hallem, Charles Henri-Gros, Asya", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 117, + 229, + 505, + 241 + ], + "spans": [ + { + "bbox": [ + 117, + 229, + 505, + 241 + ], + "score": 1.0, + "content": "Kamsky, Scott McPeak, and Dawson Engler. A few billion lines of code later: Using static analysis", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 116, + 240, + 448, + 252 + ], + "spans": [ + { + "bbox": [ + 116, + 240, + 448, + 252 + ], + "score": 1.0, + "content": "to find bugs in the real world. Communications of the ACM, 53(2), February 2010.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10, + "bbox_fs": [ + 105, + 217, + 505, + 252 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 258, + 505, + 282 + ], + "lines": [ + { + "bbox": [ + 105, + 258, + 505, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 258, + 505, + 271 + ], + "score": 1.0, + "content": "Marc Brockschmidt, Miltiadis Allamanis, Alexander L Gaunt, and Oleksandr Polozov. Generative", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 116, + 270, + 393, + 282 + ], + "spans": [ + { + "bbox": [ + 116, + 270, + 393, + 282 + ], + "score": 1.0, + "content": "code modeling with graphs. arXiv preprint arXiv:1805.08490, 2018.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5, + "bbox_fs": [ + 105, + 258, + 505, + 282 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 288, + 505, + 322 + ], + "lines": [ + { + "bbox": [ + 106, + 288, + 505, + 302 + ], + "spans": [ + { + "bbox": [ + 106, + 288, + 505, + 302 + ], + "score": 1.0, + "content": "Cristiano Calcagno, Dino Distefano, Jeremy Dubreil, Dominik Gabi, Pieter Hooimeijer, Martino", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 300, + 505, + 312 + ], + "spans": [ + { + "bbox": [ + 115, + 300, + 505, + 312 + ], + "score": 1.0, + "content": "Luca, Peter O’Hearn, Irene Papakonstantinou, Jim Purbrick, and Dulma Rodriguez. Moving fast", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 116, + 311, + 401, + 323 + ], + "spans": [ + { + "bbox": [ + 116, + 311, + 401, + 323 + ], + "score": 1.0, + "content": "with software verification. In NASA Formal Method Symposium, 2015.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15, + "bbox_fs": [ + 106, + 288, + 505, + 323 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 329, + 505, + 363 + ], + "lines": [ + { + "bbox": [ + 105, + 328, + 506, + 342 + ], + "spans": [ + { + "bbox": [ + 105, + 328, + 506, + 342 + ], + "score": 1.0, + "content": "Zimin Chen, Steve Kommrusch, Michele Tufano, Louis-Noël Pouchet, Denys Poshyvanyk, and", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 340, + 507, + 353 + ], + "spans": [ + { + "bbox": [ + 115, + 340, + 507, + 353 + ], + "score": 1.0, + "content": "Martin Monperrus. Sequencer: Sequence-to-sequence learning for end-to-end program repair.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 116, + 352, + 279, + 363 + ], + "spans": [ + { + "bbox": [ + 116, + 352, + 279, + 363 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1901.01808, 2018.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18, + "bbox_fs": [ + 105, + 328, + 507, + 363 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 369, + 504, + 393 + ], + "lines": [ + { + "bbox": [ + 106, + 370, + 505, + 383 + ], + "spans": [ + { + "bbox": [ + 106, + 370, + 505, + 383 + ], + "score": 1.0, + "content": "Hanjun Dai, Hui Li, Tian Tian, Xin Huang, Lin Wang, Jun Zhu, and Le Song. Adversarial attack on", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 115, + 381, + 369, + 393 + ], + "spans": [ + { + "bbox": [ + 115, + 381, + 369, + 393 + ], + "score": 1.0, + "content": "graph structured data. arXiv preprint arXiv:1806.02371, 2018.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20.5, + "bbox_fs": [ + 106, + 370, + 505, + 393 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 399, + 458, + 412 + ], + "lines": [ + { + "bbox": [ + 105, + 398, + 460, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 398, + 460, + 415 + ], + "score": 1.0, + "content": "Github. State of the Octoverse. https://octoverse.github.com/#top-languages, 2019.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22, + "bbox_fs": [ + 105, + 398, + 460, + 415 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 418, + 504, + 442 + ], + "lines": [ + { + "bbox": [ + 105, + 416, + 506, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 416, + 506, + 432 + ], + "score": 1.0, + "content": "Alex Graves, Greg Wayne, and Ivo Danihelka. Neural turing machines. arXiv preprint", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 115, + 429, + 214, + 441 + ], + "spans": [ + { + "bbox": [ + 115, + 429, + 214, + 441 + ], + "score": 1.0, + "content": "arXiv:1410.5401, 2014.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5, + "bbox_fs": [ + 105, + 416, + 506, + 441 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 448, + 505, + 493 + ], + "lines": [ + { + "bbox": [ + 105, + 448, + 506, + 461 + ], + "spans": [ + { + "bbox": [ + 105, + 448, + 506, + 461 + ], + "score": 1.0, + "content": "Jinru Hua, Mengshi Zhang, Kaiyuan Wang, and Sarfraz Khurshid. Sketchfix: A tool for automated", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 115, + 460, + 506, + 471 + ], + "spans": [ + { + "bbox": [ + 115, + 460, + 506, + 471 + ], + "score": 1.0, + "content": "program repair approach using lazy candidate generation. In Proceedings of the 2018 26th ACM", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 114, + 471, + 505, + 484 + ], + "spans": [ + { + "bbox": [ + 114, + 471, + 505, + 484 + ], + "score": 1.0, + "content": "Joint Meeting on European Software Engineering Conference and Symposium on the Foundations", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 115, + 482, + 244, + 495 + ], + "spans": [ + { + "bbox": [ + 115, + 482, + 244, + 495 + ], + "score": 1.0, + "content": "of Software Engineering, 2018.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 26.5, + "bbox_fs": [ + 105, + 448, + 506, + 495 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 500, + 504, + 523 + ], + "lines": [ + { + "bbox": [ + 105, + 498, + 506, + 514 + ], + "spans": [ + { + "bbox": [ + 105, + 498, + 506, + 514 + ], + "score": 1.0, + "content": "Simon Holm Jensen, Anders Møller, and Peter Thiemann. Type analysis for javascript. In Proceedings", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 511, + 366, + 524 + ], + "spans": [ + { + "bbox": [ + 115, + 511, + 366, + 524 + ], + "score": 1.0, + "content": "of the 16th International Symposium on Static Analysis, 2009.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5, + "bbox_fs": [ + 105, + 498, + 506, + 524 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 529, + 505, + 553 + ], + "lines": [ + { + "bbox": [ + 106, + 529, + 506, + 543 + ], + "spans": [ + { + "bbox": [ + 106, + 529, + 506, + 543 + ], + "score": 1.0, + "content": "Wengong Jin, Kevin Yang, Regina Barzilay, and Tommi Jaakkola. Learning multimodal graph-to-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 541, + 461, + 554 + ], + "spans": [ + { + "bbox": [ + 115, + 541, + 461, + 554 + ], + "score": 1.0, + "content": "graph translation for molecular optimization. arXiv preprint arXiv:1812.01070, 2018.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31.5, + "bbox_fs": [ + 106, + 529, + 506, + 554 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 560, + 354, + 572 + ], + "lines": [ + { + "bbox": [ + 106, + 559, + 355, + 573 + ], + "spans": [ + { + "bbox": [ + 106, + 559, + 355, + 573 + ], + "score": 1.0, + "content": "Daniel D Johnson. Learning graphical state transitions. 2016.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 33, + "bbox_fs": [ + 106, + 559, + 355, + 573 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 579, + 506, + 613 + ], + "lines": [ + { + "bbox": [ + 105, + 578, + 506, + 593 + ], + "spans": [ + { + "bbox": [ + 105, + 578, + 506, + 593 + ], + "score": 1.0, + "content": "Manu Jose and Rupak Majumdar. Cause clue clauses: Error localization using maximum satisfiability.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 116, + 590, + 505, + 603 + ], + "spans": [ + { + "bbox": [ + 116, + 590, + 505, + 603 + ], + "score": 1.0, + "content": "In Proceedings of the 32nd ACM SIGPLAN Conference on Programming Language Design and", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 116, + 601, + 209, + 614 + ], + "spans": [ + { + "bbox": [ + 116, + 601, + 209, + 614 + ], + "score": 1.0, + "content": "Implementation, 2011.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35, + "bbox_fs": [ + 105, + 578, + 506, + 614 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 619, + 504, + 642 + ], + "lines": [ + { + "bbox": [ + 105, + 618, + 506, + 633 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 506, + 633 + ], + "score": 1.0, + "content": "Claire Le Goues, Michael Pradel, and Abhik Roychoudhury. Automated program repair. Commun.", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 114, + 631, + 167, + 643 + ], + "spans": [ + { + "bbox": [ + 114, + 631, + 167, + 643 + ], + "score": 1.0, + "content": "ACM, 2019.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5, + "bbox_fs": [ + 105, + 618, + 506, + 643 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 649, + 503, + 673 + ], + "lines": [ + { + "bbox": [ + 106, + 649, + 505, + 663 + ], + "spans": [ + { + "bbox": [ + 106, + 649, + 505, + 663 + ], + "score": 1.0, + "content": "Yujia Li, Daniel Tarlow, Marc Brockschmidt, and Richard Zemel. Gated graph sequence neural", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 115, + 661, + 321, + 673 + ], + "spans": [ + { + "bbox": [ + 115, + 661, + 321, + 673 + ], + "score": 1.0, + "content": "networks. arXiv preprint arXiv:1511.05493, 2015.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39.5, + "bbox_fs": [ + 106, + 649, + 505, + 673 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 679, + 504, + 703 + ], + "lines": [ + { + "bbox": [ + 106, + 678, + 504, + 693 + ], + "spans": [ + { + "bbox": [ + 106, + 678, + 504, + 693 + ], + "score": 1.0, + "content": "Yujia Li, Oriol Vinyals, Chris Dyer, Razvan Pascanu, and Peter Battaglia. Learning deep generative", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 690, + 353, + 703 + ], + "spans": [ + { + "bbox": [ + 115, + 690, + 353, + 703 + ], + "score": 1.0, + "content": "models of graphs. arXiv preprint arXiv:1803.03324, 2018.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41.5, + "bbox_fs": [ + 106, + 678, + 504, + 703 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 708, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 505, + 723 + ], + "score": 1.0, + "content": "Michael Pradel and Koushik Sen. Deepbugs: A learning approach to name-based bug detection. Proc.", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 115, + 720, + 287, + 733 + ], + "spans": [ + { + "bbox": [ + 115, + 720, + 287, + 733 + ], + "score": 1.0, + "content": "ACM Program. Lang., 2(OOPSLA), 2018.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43.5, + "bbox_fs": [ + 105, + 708, + 505, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 109, + 82, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 107, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 107, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "Caitlin Sadowski, Jeffrey van Gogh, Ciera Jaspan, Emma Söderberg, and Collin Winter. Tricorder:", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 116, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 116, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "Building a program analysis ecosystem. In Proceedings of the 37th International Conference on", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 115, + 104, + 233, + 117 + ], + "spans": [ + { + "bbox": [ + 115, + 104, + 233, + 117 + ], + "score": 1.0, + "content": "Software Engineering, 2015.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 106, + 123, + 504, + 146 + ], + "lines": [ + { + "bbox": [ + 106, + 124, + 505, + 135 + ], + "spans": [ + { + "bbox": [ + 106, + 124, + 505, + 135 + ], + "score": 1.0, + "content": "Franco Scarselli, Marco Gori, Ah Chung Tsoi, Markus Hagenbuchner, and Gabriele Monfardini. The", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 133, + 477, + 147 + ], + "spans": [ + { + "bbox": [ + 115, + 133, + 477, + 147 + ], + "score": 1.0, + "content": "graph neural network model. IEEE Transactions on Neural Networks, 20(1):61–80, 2008.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + }, + { + "type": "text", + "bbox": [ + 106, + 153, + 504, + 175 + ], + "lines": [ + { + "bbox": [ + 105, + 151, + 506, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 151, + 506, + 167 + ], + "score": 1.0, + "content": "Andrew Scott, Johannes Bader, and Satish Chandra. Getafix: Learning to fix bugs automatically.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 116, + 164, + 183, + 176 + ], + "spans": [ + { + "bbox": [ + 116, + 164, + 183, + 176 + ], + "score": 1.0, + "content": "volume 2, 2019.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5 + }, + { + "type": "text", + "bbox": [ + 107, + 182, + 505, + 216 + ], + "lines": [ + { + "bbox": [ + 105, + 182, + 505, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 182, + 505, + 196 + ], + "score": 1.0, + "content": "Xujie Si, Hanjun Dai, Mukund Raghothaman, Mayur Naik, and Le Song. Learning loop invariants", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 114, + 193, + 507, + 207 + ], + "spans": [ + { + "bbox": [ + 114, + 193, + 507, + 207 + ], + "score": 1.0, + "content": "for program verification. In Advances in Neural Information Processing Systems, pp. 7751–7762,", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 114, + 203, + 143, + 218 + ], + "spans": [ + { + "bbox": [ + 114, + 203, + 143, + 218 + ], + "score": 1.0, + "content": "2018.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 106, + 223, + 506, + 258 + ], + "lines": [ + { + "bbox": [ + 105, + 223, + 506, + 236 + ], + "spans": [ + { + "bbox": [ + 105, + 223, + 506, + 236 + ], + "score": 1.0, + "content": "Marko Vasic, Aditya Kanade, Petros Maniatis, David Bieber, and Rishabh Singh. Neural pro-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 115, + 235, + 505, + 248 + ], + "spans": [ + { + "bbox": [ + 115, + 235, + 505, + 248 + ], + "score": 1.0, + "content": "gram repair by jointly learning to localize and repair. International Conference on Learning", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 115, + 246, + 210, + 258 + ], + "spans": [ + { + "bbox": [ + 115, + 246, + 210, + 258 + ], + "score": 1.0, + "content": "Representations, 2019.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 107, + 264, + 504, + 288 + ], + "lines": [ + { + "bbox": [ + 106, + 264, + 506, + 277 + ], + "spans": [ + { + "bbox": [ + 106, + 264, + 506, + 277 + ], + "score": 1.0, + "content": "Oriol Vinyals, Meire Fortunato, and Navdeep Jaitly. Pointer networks. In Advances in Neural", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 115, + 275, + 339, + 288 + ], + "spans": [ + { + "bbox": [ + 115, + 275, + 339, + 288 + ], + "score": 1.0, + "content": "Information Processing Systems, pp. 2692–2700, 2015.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13.5 + }, + { + "type": "text", + "bbox": [ + 107, + 294, + 504, + 317 + ], + "lines": [ + { + "bbox": [ + 106, + 294, + 506, + 308 + ], + "spans": [ + { + "bbox": [ + 106, + 294, + 506, + 308 + ], + "score": 1.0, + "content": "Yu Wang, Fengjuan Gao, Linzhang Wang, and Ke Wang. Learning a static bug finder from data.", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 116, + 305, + 279, + 318 + ], + "spans": [ + { + "bbox": [ + 116, + 305, + 279, + 318 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1907.05579, 2019.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15.5 + }, + { + "type": "text", + "bbox": [ + 107, + 324, + 504, + 347 + ], + "lines": [ + { + "bbox": [ + 106, + 324, + 505, + 337 + ], + "spans": [ + { + "bbox": [ + 106, + 324, + 505, + 337 + ], + "score": 1.0, + "content": "Keyulu Xu, Weihua Hu, Jure Leskovec, and Stefanie Jegelka. How powerful are graph neural", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 335, + 325, + 348 + ], + "spans": [ + { + "bbox": [ + 115, + 335, + 325, + 348 + ], + "score": 1.0, + "content": "networks? arXiv preprint arXiv:1810.00826, 2018.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5 + }, + { + "type": "text", + "bbox": [ + 107, + 354, + 505, + 377 + ], + "lines": [ + { + "bbox": [ + 105, + 354, + 506, + 367 + ], + "spans": [ + { + "bbox": [ + 105, + 354, + 506, + 367 + ], + "score": 1.0, + "content": "Pengcheng Yin, Graham Neubig, Miltiadis Allamanis, Marc Brockschmidt, and Alexander L Gaunt.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 115, + 365, + 391, + 378 + ], + "spans": [ + { + "bbox": [ + 115, + 365, + 391, + 378 + ], + "score": 1.0, + "content": "Learning to represent edits. arXiv preprint arXiv:1810.13337, 2018.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5 + }, + { + "type": "text", + "bbox": [ + 106, + 384, + 323, + 396 + ], + "lines": [ + { + "bbox": [ + 105, + 382, + 323, + 398 + ], + "spans": [ + { + "bbox": [ + 105, + 382, + 323, + 398 + ], + "score": 1.0, + "content": "Nicholas C. Zakas. ESLint. https://eslint.org/, 2013.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + } + ], + "page_idx": 10, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 294, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "score": 1.0, + "content": "Published 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": [ + 109, + 82, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 107, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 107, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "Caitlin Sadowski, Jeffrey van Gogh, Ciera Jaspan, Emma Söderberg, and Collin Winter. Tricorder:", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 116, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 116, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "Building a program analysis ecosystem. In Proceedings of the 37th International Conference on", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 115, + 104, + 233, + 117 + ], + "spans": [ + { + "bbox": [ + 115, + 104, + 233, + 117 + ], + "score": 1.0, + "content": "Software Engineering, 2015.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1, + "bbox_fs": [ + 107, + 82, + 505, + 117 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 123, + 504, + 146 + ], + "lines": [ + { + "bbox": [ + 106, + 124, + 505, + 135 + ], + "spans": [ + { + "bbox": [ + 106, + 124, + 505, + 135 + ], + "score": 1.0, + "content": "Franco Scarselli, Marco Gori, Ah Chung Tsoi, Markus Hagenbuchner, and Gabriele Monfardini. The", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 133, + 477, + 147 + ], + "spans": [ + { + "bbox": [ + 115, + 133, + 477, + 147 + ], + "score": 1.0, + "content": "graph neural network model. IEEE Transactions on Neural Networks, 20(1):61–80, 2008.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5, + "bbox_fs": [ + 106, + 124, + 505, + 147 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 153, + 504, + 175 + ], + "lines": [ + { + "bbox": [ + 105, + 151, + 506, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 151, + 506, + 167 + ], + "score": 1.0, + "content": "Andrew Scott, Johannes Bader, and Satish Chandra. Getafix: Learning to fix bugs automatically.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 116, + 164, + 183, + 176 + ], + "spans": [ + { + "bbox": [ + 116, + 164, + 183, + 176 + ], + "score": 1.0, + "content": "volume 2, 2019.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5, + "bbox_fs": [ + 105, + 151, + 506, + 176 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 182, + 505, + 216 + ], + "lines": [ + { + "bbox": [ + 105, + 182, + 505, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 182, + 505, + 196 + ], + "score": 1.0, + "content": "Xujie Si, Hanjun Dai, Mukund Raghothaman, Mayur Naik, and Le Song. Learning loop invariants", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 114, + 193, + 507, + 207 + ], + "spans": [ + { + "bbox": [ + 114, + 193, + 507, + 207 + ], + "score": 1.0, + "content": "for program verification. In Advances in Neural Information Processing Systems, pp. 7751–7762,", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 114, + 203, + 143, + 218 + ], + "spans": [ + { + "bbox": [ + 114, + 203, + 143, + 218 + ], + "score": 1.0, + "content": "2018.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8, + "bbox_fs": [ + 105, + 182, + 507, + 218 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 223, + 506, + 258 + ], + "lines": [ + { + "bbox": [ + 105, + 223, + 506, + 236 + ], + "spans": [ + { + "bbox": [ + 105, + 223, + 506, + 236 + ], + "score": 1.0, + "content": "Marko Vasic, Aditya Kanade, Petros Maniatis, David Bieber, and Rishabh Singh. Neural pro-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 115, + 235, + 505, + 248 + ], + "spans": [ + { + "bbox": [ + 115, + 235, + 505, + 248 + ], + "score": 1.0, + "content": "gram repair by jointly learning to localize and repair. International Conference on Learning", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 115, + 246, + 210, + 258 + ], + "spans": [ + { + "bbox": [ + 115, + 246, + 210, + 258 + ], + "score": 1.0, + "content": "Representations, 2019.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11, + "bbox_fs": [ + 105, + 223, + 506, + 258 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 264, + 504, + 288 + ], + "lines": [ + { + "bbox": [ + 106, + 264, + 506, + 277 + ], + "spans": [ + { + "bbox": [ + 106, + 264, + 506, + 277 + ], + "score": 1.0, + "content": "Oriol Vinyals, Meire Fortunato, and Navdeep Jaitly. Pointer networks. In Advances in Neural", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 115, + 275, + 339, + 288 + ], + "spans": [ + { + "bbox": [ + 115, + 275, + 339, + 288 + ], + "score": 1.0, + "content": "Information Processing Systems, pp. 2692–2700, 2015.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13.5, + "bbox_fs": [ + 106, + 264, + 506, + 288 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 294, + 504, + 317 + ], + "lines": [ + { + "bbox": [ + 106, + 294, + 506, + 308 + ], + "spans": [ + { + "bbox": [ + 106, + 294, + 506, + 308 + ], + "score": 1.0, + "content": "Yu Wang, Fengjuan Gao, Linzhang Wang, and Ke Wang. Learning a static bug finder from data.", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 116, + 305, + 279, + 318 + ], + "spans": [ + { + "bbox": [ + 116, + 305, + 279, + 318 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1907.05579, 2019.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15.5, + "bbox_fs": [ + 106, + 294, + 506, + 318 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 324, + 504, + 347 + ], + "lines": [ + { + "bbox": [ + 106, + 324, + 505, + 337 + ], + "spans": [ + { + "bbox": [ + 106, + 324, + 505, + 337 + ], + "score": 1.0, + "content": "Keyulu Xu, Weihua Hu, Jure Leskovec, and Stefanie Jegelka. How powerful are graph neural", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 335, + 325, + 348 + ], + "spans": [ + { + "bbox": [ + 115, + 335, + 325, + 348 + ], + "score": 1.0, + "content": "networks? arXiv preprint arXiv:1810.00826, 2018.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5, + "bbox_fs": [ + 106, + 324, + 505, + 348 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 354, + 505, + 377 + ], + "lines": [ + { + "bbox": [ + 105, + 354, + 506, + 367 + ], + "spans": [ + { + "bbox": [ + 105, + 354, + 506, + 367 + ], + "score": 1.0, + "content": "Pengcheng Yin, Graham Neubig, Miltiadis Allamanis, Marc Brockschmidt, and Alexander L Gaunt.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 115, + 365, + 391, + 378 + ], + "spans": [ + { + "bbox": [ + 115, + 365, + 391, + 378 + ], + "score": 1.0, + "content": "Learning to represent edits. arXiv preprint arXiv:1810.13337, 2018.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5, + "bbox_fs": [ + 105, + 354, + 506, + 378 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 384, + 323, + 396 + ], + "lines": [ + { + "bbox": [ + 105, + 382, + 323, + 398 + ], + "spans": [ + { + "bbox": [ + 105, + 382, + 323, + 398 + ], + "score": 1.0, + "content": "Nicholas C. Zakas. ESLint. https://eslint.org/, 2013.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21, + "bbox_fs": [ + 105, + 382, + 323, + 398 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 106, + 107, + 503, + 189 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 108, + 81, + 272, + 94 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 81, + 274, + 96 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 274, + 96 + ], + "score": 1.0, + "content": "A ADDITIONAL EXPERIMENTS", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "table_body", + "bbox": [ + 106, + 107, + 503, + 189 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 107, + 503, + 189 + ], + "spans": [ + { + "bbox": [ + 106, + 107, + 503, + 189 + ], + "score": 0.982, + "html": "
TotalLocationOperatorValueType
Top-3Top-1Top-3Top-1Top-1Top-3Top-1Top-3Top-1
ZeroOneTwoDiff40.829.718.93.930.335.06.538.63.4
ZeroOneDiff51.634.527.15.535.645.410.473.958.9
OneDiff26.114.235.520.434.452.329.176.166.7
Random.08.072.281.427.7.01.01.270
", + "type": "table", + "image_path": "5cd3304835de83b9702c715caa6ec8b294f0c2583a723eda313e3854115c9a28.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 106, + 107, + 503, + 134.33333333333334 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 134.33333333333334, + 503, + 161.66666666666669 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 106, + 161.66666666666669, + 503, + 189.00000000000003 + ], + "spans": [], + "index": 3 + } + ] + } + ], + "index": 1.0 + }, + { + "type": "text", + "bbox": [ + 107, + 196, + 504, + 219 + ], + "lines": [ + { + "bbox": [ + 106, + 197, + 504, + 208 + ], + "spans": [ + { + "bbox": [ + 106, + 197, + 504, + 208 + ], + "score": 1.0, + "content": "Table 7: Evaluation of models on each dataset. The Random model is evaluated on the OneDiff", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 207, + 255, + 219 + ], + "spans": [ + { + "bbox": [ + 105, + 207, + 255, + 219 + ], + "score": 1.0, + "content": "dataset and is shown for comparison.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5 + }, + { + "type": "text", + "bbox": [ + 107, + 236, + 505, + 259 + ], + "lines": [ + { + "bbox": [ + 106, + 237, + 505, + 248 + ], + "spans": [ + { + "bbox": [ + 106, + 237, + 505, + 248 + ], + "score": 1.0, + "content": "Full experiment results In addition to the evaluation of samples with one edit Table 7, we also", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 247, + 288, + 260 + ], + "spans": [ + { + "bbox": [ + 106, + 247, + 288, + 260 + ], + "score": 1.0, + "content": "evaluate HOPPITY on the following datasets:", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5 + }, + { + "type": "text", + "bbox": [ + 133, + 270, + 456, + 298 + ], + "lines": [ + { + "bbox": [ + 133, + 270, + 409, + 283 + ], + "spans": [ + { + "bbox": [ + 133, + 270, + 409, + 283 + ], + "score": 1.0, + "content": "• ZeroOneDiff - Includes samples with labels of zero or one edit", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 133, + 285, + 455, + 299 + ], + "spans": [ + { + "bbox": [ + 133, + 285, + 455, + 299 + ], + "score": 1.0, + "content": "• ZeroOneTwoDiff - Includes samples with labels of zero, one, or two edits.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5 + }, + { + "type": "text", + "bbox": [ + 107, + 309, + 505, + 364 + ], + "lines": [ + { + "bbox": [ + 105, + 308, + 506, + 322 + ], + "spans": [ + { + "bbox": [ + 105, + 308, + 506, + 322 + ], + "score": 1.0, + "content": "We trained models on each dataset for roughly 12 hours on a single GTX 2080Ti GPU. Accuracy on", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 319, + 505, + 333 + ], + "spans": [ + { + "bbox": [ + 105, + 319, + 505, + 333 + ], + "score": 1.0, + "content": "the ZeroOneDiff is the highest as predicting that an AST is not buggy does not consist of any low", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 331, + 505, + 344 + ], + "spans": [ + { + "bbox": [ + 105, + 331, + 505, + 344 + ], + "score": 1.0, + "content": "level primitive predictions. This makes it a much easier prediction for the model than say, an ADD", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 341, + 506, + 356 + ], + "spans": [ + { + "bbox": [ + 105, + 341, + 506, + 356 + ], + "score": 1.0, + "content": "operation which the parent location, left sibling, value, and type must all be predicted correctly in", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 353, + 236, + 366 + ], + "spans": [ + { + "bbox": [ + 106, + 353, + 236, + 366 + ], + "score": 1.0, + "content": "order to be considered accurate.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 12 + }, + { + "type": "table", + "bbox": [ + 174, + 378, + 419, + 426 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 174, + 378, + 419, + 426 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 174, + 378, + 419, + 426 + ], + "spans": [ + { + "bbox": [ + 174, + 378, + 419, + 426 + ], + "score": 0.828, + "html": "
TRUELABEL
ALARM PREDICTED NO ALARMBUGGYNOTBUGGY
10,293 26,5177,210 20,605
", + "type": "table", + "image_path": "ca19e165327d0ceb4a33243f97517cf22d73ad22180d79e2a58247c2c663095e.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 174, + 378, + 419, + 394.0 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 174, + 394.0, + 419, + 410.0 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 174, + 410.0, + 419, + 426.0 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 220, + 433, + 387, + 444 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 219, + 432, + 388, + 446 + ], + "spans": [ + { + "bbox": [ + 219, + 432, + 388, + 446 + ], + "score": 1.0, + "content": "Table 8: Results on true/false predictions.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18 + } + ], + "index": 17.0 + }, + { + "type": "text", + "bbox": [ + 106, + 459, + 506, + 515 + ], + "lines": [ + { + "bbox": [ + 106, + 460, + 505, + 472 + ], + "spans": [ + { + "bbox": [ + 106, + 460, + 505, + 472 + ], + "score": 1.0, + "content": "False positive/negative study An evaluation of false positives and false negatives is available in", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 469, + 506, + 484 + ], + "spans": [ + { + "bbox": [ + 105, + 469, + 506, + 484 + ], + "score": 1.0, + "content": "Table 8. In this setting, we treat the problem as a classification problem on our ZeroOneDiff", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 482, + 507, + 495 + ], + "spans": [ + { + "bbox": [ + 106, + 482, + 507, + 495 + ], + "score": 1.0, + "content": "dataset and our model attempts to predict if a given AST is BUGGY / NOT BUGGY. If the model pre-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 491, + 507, + 507 + ], + "spans": [ + { + "bbox": [ + 105, + 491, + 507, + 507 + ], + "score": 1.0, + "content": "dicts ADD, REP_VAL, REP_TYPE, or DEL, we consider this a prediction of \"BUGGY.\" Accordingly,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 104, + 503, + 446, + 516 + ], + "spans": [ + { + "bbox": [ + 104, + 503, + 446, + 516 + ], + "score": 1.0, + "content": "if the model predicts NO_OP, we consider this to be a prediction of \"NOT BUGGY.\"", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 107, + 525, + 505, + 559 + ], + "lines": [ + { + "bbox": [ + 106, + 525, + 505, + 538 + ], + "spans": [ + { + "bbox": [ + 106, + 525, + 505, + 538 + ], + "score": 1.0, + "content": "Accuracy v.s. size of graph To demonstrate the affect of AST size on HOPPITY’s prediction", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 536, + 505, + 549 + ], + "spans": [ + { + "bbox": [ + 105, + 536, + 505, + 549 + ], + "score": 1.0, + "content": "accuracy on the OneDiff dataset, we include Figure 4. As expected, AST size and accuracy are", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 548, + 177, + 559 + ], + "spans": [ + { + "bbox": [ + 106, + 548, + 177, + 559 + ], + "score": 1.0, + "content": "inversely related.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25 + }, + { + "type": "table", + "bbox": [ + 222, + 574, + 386, + 644 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 222, + 574, + 386, + 644 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 222, + 574, + 386, + 644 + ], + "spans": [ + { + "bbox": [ + 222, + 574, + 386, + 644 + ], + "score": 0.949, + "html": "
Beam Size (k)Top-k Accuracy (%)
114.37%
221.10%
326.14%
430.12%
533.58%
", + "type": "table", + "image_path": "37c74477b88668f7fba40c34591379be12f674b42467f25c677f49c8341a89d9.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 222, + 574, + 386, + 588.0 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 222, + 588.0, + 386, + 602.0 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 222, + 602.0, + 386, + 616.0 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 222, + 616.0, + 386, + 630.0 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 222, + 630.0, + 386, + 644.0 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 236, + 651, + 371, + 663 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 236, + 651, + 371, + 664 + ], + "spans": [ + { + "bbox": [ + 236, + 651, + 371, + 664 + ], + "score": 1.0, + "content": "Table 9: Accuracy vs beam sizes.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32 + } + ], + "index": 30.5 + }, + { + "type": "text", + "bbox": [ + 107, + 676, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 676, + 504, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 676, + 504, + 689 + ], + "score": 1.0, + "content": "Accuracy v.s. beam search size In Table 9 we compare the performance with different beam sizes", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 686, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 686, + 506, + 701 + ], + "score": 1.0, + "content": "on the OneDiff dataset. As we can see, the top-3 accuracy with beam size 3 is significantly better", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "than top-1 accuracy with just greedy prediction. This is expected, as in the decision process there are", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "score": 1.0, + "content": "’bottleneck’ stages with only a few predictions (e.g., the op prediction). Thus from beam-1 to beam-3", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 721, + 405, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 405, + 734 + ], + "score": 1.0, + "content": "there’s huge improvement, but further beyond the performance maxed out.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 35 + } + ], + "page_idx": 11, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 294, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "score": 1.0, + "content": "Published 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": "12", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 106, + 107, + 503, + 189 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 108, + 81, + 272, + 94 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 81, + 274, + 96 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 274, + 96 + ], + "score": 1.0, + "content": "A ADDITIONAL EXPERIMENTS", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "table_body", + "bbox": [ + 106, + 107, + 503, + 189 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 107, + 503, + 189 + ], + "spans": [ + { + "bbox": [ + 106, + 107, + 503, + 189 + ], + "score": 0.982, + "html": "
TotalLocationOperatorValueType
Top-3Top-1Top-3Top-1Top-1Top-3Top-1Top-3Top-1
ZeroOneTwoDiff40.829.718.93.930.335.06.538.63.4
ZeroOneDiff51.634.527.15.535.645.410.473.958.9
OneDiff26.114.235.520.434.452.329.176.166.7
Random.08.072.281.427.7.01.01.270
", + "type": "table", + "image_path": "5cd3304835de83b9702c715caa6ec8b294f0c2583a723eda313e3854115c9a28.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 106, + 107, + 503, + 134.33333333333334 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 134.33333333333334, + 503, + 161.66666666666669 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 106, + 161.66666666666669, + 503, + 189.00000000000003 + ], + "spans": [], + "index": 3 + } + ] + } + ], + "index": 1.0 + }, + { + "type": "text", + "bbox": [ + 107, + 196, + 504, + 219 + ], + "lines": [ + { + "bbox": [ + 106, + 197, + 504, + 208 + ], + "spans": [ + { + "bbox": [ + 106, + 197, + 504, + 208 + ], + "score": 1.0, + "content": "Table 7: Evaluation of models on each dataset. The Random model is evaluated on the OneDiff", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 207, + 255, + 219 + ], + "spans": [ + { + "bbox": [ + 105, + 207, + 255, + 219 + ], + "score": 1.0, + "content": "dataset and is shown for comparison.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5, + "bbox_fs": [ + 105, + 197, + 504, + 219 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 236, + 505, + 259 + ], + "lines": [ + { + "bbox": [ + 106, + 237, + 505, + 248 + ], + "spans": [ + { + "bbox": [ + 106, + 237, + 505, + 248 + ], + "score": 1.0, + "content": "Full experiment results In addition to the evaluation of samples with one edit Table 7, we also", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 247, + 288, + 260 + ], + "spans": [ + { + "bbox": [ + 106, + 247, + 288, + 260 + ], + "score": 1.0, + "content": "evaluate HOPPITY on the following datasets:", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5, + "bbox_fs": [ + 106, + 237, + 505, + 260 + ] + }, + { + "type": "text", + "bbox": [ + 133, + 270, + 456, + 298 + ], + "lines": [ + { + "bbox": [ + 133, + 270, + 409, + 283 + ], + "spans": [ + { + "bbox": [ + 133, + 270, + 409, + 283 + ], + "score": 1.0, + "content": "• ZeroOneDiff - Includes samples with labels of zero or one edit", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 133, + 285, + 455, + 299 + ], + "spans": [ + { + "bbox": [ + 133, + 285, + 455, + 299 + ], + "score": 1.0, + "content": "• ZeroOneTwoDiff - Includes samples with labels of zero, one, or two edits.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5, + "bbox_fs": [ + 133, + 270, + 455, + 299 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 309, + 505, + 364 + ], + "lines": [ + { + "bbox": [ + 105, + 308, + 506, + 322 + ], + "spans": [ + { + "bbox": [ + 105, + 308, + 506, + 322 + ], + "score": 1.0, + "content": "We trained models on each dataset for roughly 12 hours on a single GTX 2080Ti GPU. Accuracy on", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 319, + 505, + 333 + ], + "spans": [ + { + "bbox": [ + 105, + 319, + 505, + 333 + ], + "score": 1.0, + "content": "the ZeroOneDiff is the highest as predicting that an AST is not buggy does not consist of any low", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 331, + 505, + 344 + ], + "spans": [ + { + "bbox": [ + 105, + 331, + 505, + 344 + ], + "score": 1.0, + "content": "level primitive predictions. This makes it a much easier prediction for the model than say, an ADD", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 341, + 506, + 356 + ], + "spans": [ + { + "bbox": [ + 105, + 341, + 506, + 356 + ], + "score": 1.0, + "content": "operation which the parent location, left sibling, value, and type must all be predicted correctly in", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 353, + 236, + 366 + ], + "spans": [ + { + "bbox": [ + 106, + 353, + 236, + 366 + ], + "score": 1.0, + "content": "order to be considered accurate.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 12, + "bbox_fs": [ + 105, + 308, + 506, + 366 + ] + }, + { + "type": "table", + "bbox": [ + 174, + 378, + 419, + 426 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 174, + 378, + 419, + 426 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 174, + 378, + 419, + 426 + ], + "spans": [ + { + "bbox": [ + 174, + 378, + 419, + 426 + ], + "score": 0.828, + "html": "
TRUELABEL
ALARM PREDICTED NO ALARMBUGGYNOTBUGGY
10,293 26,5177,210 20,605
", + "type": "table", + "image_path": "ca19e165327d0ceb4a33243f97517cf22d73ad22180d79e2a58247c2c663095e.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 174, + 378, + 419, + 394.0 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 174, + 394.0, + 419, + 410.0 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 174, + 410.0, + 419, + 426.0 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 220, + 433, + 387, + 444 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 219, + 432, + 388, + 446 + ], + "spans": [ + { + "bbox": [ + 219, + 432, + 388, + 446 + ], + "score": 1.0, + "content": "Table 8: Results on true/false predictions.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18 + } + ], + "index": 17.0 + }, + { + "type": "text", + "bbox": [ + 106, + 459, + 506, + 515 + ], + "lines": [ + { + "bbox": [ + 106, + 460, + 505, + 472 + ], + "spans": [ + { + "bbox": [ + 106, + 460, + 505, + 472 + ], + "score": 1.0, + "content": "False positive/negative study An evaluation of false positives and false negatives is available in", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 469, + 506, + 484 + ], + "spans": [ + { + "bbox": [ + 105, + 469, + 506, + 484 + ], + "score": 1.0, + "content": "Table 8. In this setting, we treat the problem as a classification problem on our ZeroOneDiff", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 482, + 507, + 495 + ], + "spans": [ + { + "bbox": [ + 106, + 482, + 507, + 495 + ], + "score": 1.0, + "content": "dataset and our model attempts to predict if a given AST is BUGGY / NOT BUGGY. If the model pre-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 491, + 507, + 507 + ], + "spans": [ + { + "bbox": [ + 105, + 491, + 507, + 507 + ], + "score": 1.0, + "content": "dicts ADD, REP_VAL, REP_TYPE, or DEL, we consider this a prediction of \"BUGGY.\" Accordingly,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 104, + 503, + 446, + 516 + ], + "spans": [ + { + "bbox": [ + 104, + 503, + 446, + 516 + ], + "score": 1.0, + "content": "if the model predicts NO_OP, we consider this to be a prediction of \"NOT BUGGY.\"", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 21, + "bbox_fs": [ + 104, + 460, + 507, + 516 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 525, + 505, + 559 + ], + "lines": [ + { + "bbox": [ + 106, + 525, + 505, + 538 + ], + "spans": [ + { + "bbox": [ + 106, + 525, + 505, + 538 + ], + "score": 1.0, + "content": "Accuracy v.s. size of graph To demonstrate the affect of AST size on HOPPITY’s prediction", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 536, + 505, + 549 + ], + "spans": [ + { + "bbox": [ + 105, + 536, + 505, + 549 + ], + "score": 1.0, + "content": "accuracy on the OneDiff dataset, we include Figure 4. As expected, AST size and accuracy are", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 548, + 177, + 559 + ], + "spans": [ + { + "bbox": [ + 106, + 548, + 177, + 559 + ], + "score": 1.0, + "content": "inversely related.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25, + "bbox_fs": [ + 105, + 525, + 505, + 559 + ] + }, + { + "type": "table", + "bbox": [ + 222, + 574, + 386, + 644 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 222, + 574, + 386, + 644 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 222, + 574, + 386, + 644 + ], + "spans": [ + { + "bbox": [ + 222, + 574, + 386, + 644 + ], + "score": 0.949, + "html": "
Beam Size (k)Top-k Accuracy (%)
114.37%
221.10%
326.14%
430.12%
533.58%
", + "type": "table", + "image_path": "37c74477b88668f7fba40c34591379be12f674b42467f25c677f49c8341a89d9.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 222, + 574, + 386, + 588.0 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 222, + 588.0, + 386, + 602.0 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 222, + 602.0, + 386, + 616.0 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 222, + 616.0, + 386, + 630.0 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 222, + 630.0, + 386, + 644.0 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 236, + 651, + 371, + 663 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 236, + 651, + 371, + 664 + ], + "spans": [ + { + "bbox": [ + 236, + 651, + 371, + 664 + ], + "score": 1.0, + "content": "Table 9: Accuracy vs beam sizes.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32 + } + ], + "index": 30.5 + }, + { + "type": "text", + "bbox": [ + 107, + 676, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 676, + 504, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 676, + 504, + 689 + ], + "score": 1.0, + "content": "Accuracy v.s. beam search size In Table 9 we compare the performance with different beam sizes", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 686, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 686, + 506, + 701 + ], + "score": 1.0, + "content": "on the OneDiff dataset. As we can see, the top-3 accuracy with beam size 3 is significantly better", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "than top-1 accuracy with just greedy prediction. This is expected, as in the decision process there are", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "score": 1.0, + "content": "’bottleneck’ stages with only a few predictions (e.g., the op prediction). Thus from beam-1 to beam-3", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 721, + 405, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 405, + 734 + ], + "score": 1.0, + "content": "there’s huge improvement, but further beyond the performance maxed out.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 35, + "bbox_fs": [ + 105, + 676, + 506, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 117, + 87, + 478, + 305 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 117, + 87, + 478, + 305 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 117, + 87, + 478, + 305 + ], + "spans": [ + { + "bbox": [ + 117, + 87, + 478, + 305 + ], + "score": 0.974, + "type": "image", + "image_path": "2d4d22c9e753089552f3570ecc2cf47b4f93588aa8e3ea9b1d474d5c45c331a9.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 117, + 87, + 478, + 159.66666666666669 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 117, + 159.66666666666669, + 478, + 232.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 117, + 232.33333333333337, + 478, + 305.00000000000006 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 154, + 317, + 455, + 329 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 154, + 316, + 456, + 330 + ], + "spans": [ + { + "bbox": [ + 154, + 316, + 456, + 330 + ], + "score": 1.0, + "content": "Figure 4: End-to-end code repair accuracy v.s. size of AST of source code.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + }, + { + "type": "title", + "bbox": [ + 108, + 350, + 227, + 363 + ], + "lines": [ + { + "bbox": [ + 105, + 349, + 228, + 366 + ], + "spans": [ + { + "bbox": [ + 105, + 349, + 228, + 366 + ], + "score": 1.0, + "content": "B DATA COLLECTION", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 108, + 369, + 504, + 402 + ], + "lines": [ + { + "bbox": [ + 105, + 368, + 506, + 383 + ], + "spans": [ + { + "bbox": [ + 105, + 368, + 506, + 383 + ], + "score": 1.0, + "content": "We have built a robust system to automatically collect millions of bug-fixes in Javascript programs", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 380, + 505, + 393 + ], + "spans": [ + { + "bbox": [ + 106, + 380, + 505, + 393 + ], + "score": 1.0, + "content": "from Github. Our system continuously crawls Github for commits containing Javascript files and", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 391, + 440, + 404 + ], + "spans": [ + { + "bbox": [ + 106, + 391, + 440, + 404 + ], + "score": 1.0, + "content": "creates a label consisting of the change to the AST corresponding to each such file.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 106, + 408, + 355, + 419 + ], + "lines": [ + { + "bbox": [ + 105, + 406, + 357, + 422 + ], + "spans": [ + { + "bbox": [ + 105, + 406, + 357, + 422 + ], + "score": 1.0, + "content": "Our system consists of three entirely automated parallel steps:", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 107, + 425, + 505, + 458 + ], + "lines": [ + { + "bbox": [ + 105, + 424, + 506, + 437 + ], + "spans": [ + { + "bbox": [ + 105, + 424, + 506, + 437 + ], + "score": 1.0, + "content": "1. Collect Commits: Our system uses the GH Archive API to easily access Github event data for a", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 435, + 505, + 448 + ], + "spans": [ + { + "bbox": [ + 105, + 435, + 505, + 448 + ], + "score": 1.0, + "content": "specific hour in time. After obtaining all data for the hour, we filter this using the Github API to only", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 447, + 329, + 459 + ], + "spans": [ + { + "bbox": [ + 106, + 447, + 329, + 459 + ], + "score": 1.0, + "content": "include commits that consist of edits to Javascript files.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 107, + 464, + 505, + 497 + ], + "lines": [ + { + "bbox": [ + 105, + 461, + 505, + 478 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 505, + 478 + ], + "score": 1.0, + "content": "2. Download Files: As we are obtaining a list of valid commits from step 1, we begin downloading", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 104, + 473, + 506, + 489 + ], + "spans": [ + { + "bbox": [ + 104, + 473, + 143, + 489 + ], + "score": 1.0, + "content": "the pair:", + "type": "text" + }, + { + "bbox": [ + 144, + 475, + 225, + 487 + ], + "score": 0.86, + "content": "( s r c _ { b u g g y } , s r c _ { f i x e d } )", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 473, + 253, + 489 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 253, + 476, + 290, + 487 + ], + "score": 0.79, + "content": "s r c _ { b u g g y }", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 473, + 429, + 489 + ], + "score": 1.0, + "content": "is the file prior to the commit, and", + "type": "text" + }, + { + "bbox": [ + 429, + 476, + 465, + 487 + ], + "score": 0.88, + "content": "s r c _ { f i x e d }", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 473, + 506, + 489 + ], + "score": 1.0, + "content": "is the file", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 486, + 324, + 498 + ], + "spans": [ + { + "bbox": [ + 106, + 486, + 324, + 498 + ], + "score": 1.0, + "content": "following the commit that contains the changes made.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 106, + 502, + 505, + 592 + ], + "lines": [ + { + "bbox": [ + 105, + 502, + 506, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 506, + 515 + ], + "score": 1.0, + "content": "3. Create Label: For each Javascript file downloaded, we parse the source code into a JSON format", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 513, + 506, + 526 + ], + "spans": [ + { + "bbox": [ + 105, + 513, + 506, + 526 + ], + "score": 1.0, + "content": "of the AST. Our system uses the SHIFT AST 1. Abstract Syntax Tree representations are designed to", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 524, + 505, + 537 + ], + "spans": [ + { + "bbox": [ + 105, + 524, + 505, + 537 + ], + "score": 1.0, + "content": "naturally and intuitively represent the structure of the source code. Because of this design goal, small", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 535, + 506, + 547 + ], + "spans": [ + { + "bbox": [ + 106, + 535, + 506, + 547 + ], + "score": 1.0, + "content": "changes in the source code can often lead to very large changes in the AST. We chose the SHIFT", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 546, + 505, + 559 + ], + "spans": [ + { + "bbox": [ + 105, + 546, + 505, + 559 + ], + "score": 1.0, + "content": "AST representation with consideration to our goal of maximizing the number of commits with only", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 104, + 556, + 502, + 572 + ], + "spans": [ + { + "bbox": [ + 104, + 556, + 408, + 572 + ], + "score": 1.0, + "content": "one difference between the ASTs. This component produces a pair of ASTs:", + "type": "text" + }, + { + "bbox": [ + 408, + 557, + 502, + 570 + ], + "score": 0.8, + "content": "( A S T _ { b u g g y } , A S T _ { f i x e d } )", + "type": "inline_equation" + } + ], + "index": 20 + }, + { + "bbox": [ + 104, + 569, + 506, + 582 + ], + "spans": [ + { + "bbox": [ + 104, + 569, + 506, + 582 + ], + "score": 1.0, + "content": "at which point a JSON differencing algorithm, fast-json-patch 2 is applied to create a label. The label", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 578, + 503, + 595 + ], + "spans": [ + { + "bbox": [ + 104, + 578, + 395, + 595 + ], + "score": 1.0, + "content": "includes the operation type and node edited for each difference between", + "type": "text" + }, + { + "bbox": [ + 396, + 581, + 438, + 593 + ], + "score": 0.89, + "content": "A S T _ { b u g g y }", + "type": "inline_equation" + }, + { + "bbox": [ + 438, + 578, + 456, + 595 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 456, + 581, + 497, + 593 + ], + "score": 0.89, + "content": "A S T _ { f i x e d }", + "type": "inline_equation" + }, + { + "bbox": [ + 498, + 578, + 503, + 595 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 18.5 + }, + { + "type": "text", + "bbox": [ + 105, + 597, + 503, + 620 + ], + "lines": [ + { + "bbox": [ + 105, + 596, + 505, + 611 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 505, + 611 + ], + "score": 1.0, + "content": "Each step of this process is parallelized in order to grow our corpus as quickly as possible. Our", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 608, + 421, + 621 + ], + "spans": [ + { + "bbox": [ + 105, + 608, + 421, + 621 + ], + "score": 1.0, + "content": "dataset has the advantage that it is continuously growing without human input.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 105, + 625, + 504, + 647 + ], + "lines": [ + { + "bbox": [ + 106, + 624, + 504, + 637 + ], + "spans": [ + { + "bbox": [ + 106, + 624, + 504, + 637 + ], + "score": 1.0, + "content": "Our system is language independent and highly extensible and modular. For example, it can handle", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 636, + 343, + 648 + ], + "spans": [ + { + "bbox": [ + 105, + 636, + 343, + 648 + ], + "score": 1.0, + "content": "any language so long as it can be parsed into a JSON AST.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5 + }, + { + "type": "text", + "bbox": [ + 107, + 653, + 505, + 698 + ], + "lines": [ + { + "bbox": [ + 105, + 652, + 507, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 652, + 291, + 667 + ], + "score": 1.0, + "content": "For each label, we must download two files", + "type": "text" + }, + { + "bbox": [ + 291, + 655, + 327, + 666 + ], + "score": 0.89, + "content": "s r c _ { b u g g y }", + "type": "inline_equation" + }, + { + "bbox": [ + 328, + 652, + 347, + 667 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 348, + 655, + 383, + 665 + ], + "score": 0.75, + "content": "s r c _ { f i x e d }", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 652, + 507, + 667 + ], + "score": 1.0, + "content": ". Additionally, if source files", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 664, + 505, + 676 + ], + "spans": [ + { + "bbox": [ + 106, + 664, + 505, + 676 + ], + "score": 1.0, + "content": "cannot be parsed into a SHIFT AST, a label cannot be created. For our learning corpus, we limit the", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 675, + 505, + 687 + ], + "spans": [ + { + "bbox": [ + 105, + 675, + 505, + 687 + ], + "score": 1.0, + "content": "dataset to only include labels with one AST difference. Additionally, in an attempt to limit graph", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 685, + 499, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 685, + 291, + 701 + ], + "score": 1.0, + "content": "size, we only include data points in which the", + "type": "text" + }, + { + "bbox": [ + 291, + 686, + 333, + 699 + ], + "score": 0.91, + "content": "A S T _ { b u g g y }", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 685, + 351, + 701 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 352, + 686, + 393, + 699 + ], + "score": 0.92, + "content": "A S T _ { f i x e d }", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 685, + 499, + 701 + ], + "score": 1.0, + "content": "have less than 500 nodes.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 28.5 + } + ], + "page_idx": 12, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 119, + 710, + 313, + 732 + ], + "lines": [ + { + "bbox": [ + 119, + 708, + 202, + 722 + ], + "spans": [ + { + "bbox": [ + 119, + 708, + 202, + 722 + ], + "score": 1.0, + "content": "1https://shift-ast.org/", + "type": "text" + } + ] + }, + { + "bbox": [ + 117, + 718, + 314, + 735 + ], + "spans": [ + { + "bbox": [ + 117, + 718, + 314, + 735 + ], + "score": 1.0, + "content": "2https://www.npmjs.com/package/fast-json-patch", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 293, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "score": 1.0, + "content": "Published 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": [ + 117, + 87, + 478, + 305 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 117, + 87, + 478, + 305 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 117, + 87, + 478, + 305 + ], + "spans": [ + { + "bbox": [ + 117, + 87, + 478, + 305 + ], + "score": 0.974, + "type": "image", + "image_path": "2d4d22c9e753089552f3570ecc2cf47b4f93588aa8e3ea9b1d474d5c45c331a9.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 117, + 87, + 478, + 159.66666666666669 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 117, + 159.66666666666669, + 478, + 232.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 117, + 232.33333333333337, + 478, + 305.00000000000006 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 154, + 317, + 455, + 329 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 154, + 316, + 456, + 330 + ], + "spans": [ + { + "bbox": [ + 154, + 316, + 456, + 330 + ], + "score": 1.0, + "content": "Figure 4: End-to-end code repair accuracy v.s. size of AST of source code.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + }, + { + "type": "title", + "bbox": [ + 108, + 350, + 227, + 363 + ], + "lines": [ + { + "bbox": [ + 105, + 349, + 228, + 366 + ], + "spans": [ + { + "bbox": [ + 105, + 349, + 228, + 366 + ], + "score": 1.0, + "content": "B DATA COLLECTION", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 108, + 369, + 504, + 402 + ], + "lines": [ + { + "bbox": [ + 105, + 368, + 506, + 383 + ], + "spans": [ + { + "bbox": [ + 105, + 368, + 506, + 383 + ], + "score": 1.0, + "content": "We have built a robust system to automatically collect millions of bug-fixes in Javascript programs", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 380, + 505, + 393 + ], + "spans": [ + { + "bbox": [ + 106, + 380, + 505, + 393 + ], + "score": 1.0, + "content": "from Github. Our system continuously crawls Github for commits containing Javascript files and", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 391, + 440, + 404 + ], + "spans": [ + { + "bbox": [ + 106, + 391, + 440, + 404 + ], + "score": 1.0, + "content": "creates a label consisting of the change to the AST corresponding to each such file.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6, + "bbox_fs": [ + 105, + 368, + 506, + 404 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 408, + 355, + 419 + ], + "lines": [ + { + "bbox": [ + 105, + 406, + 357, + 422 + ], + "spans": [ + { + "bbox": [ + 105, + 406, + 357, + 422 + ], + "score": 1.0, + "content": "Our system consists of three entirely automated parallel steps:", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8, + "bbox_fs": [ + 105, + 406, + 357, + 422 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 425, + 505, + 458 + ], + "lines": [ + { + "bbox": [ + 105, + 424, + 506, + 437 + ], + "spans": [ + { + "bbox": [ + 105, + 424, + 506, + 437 + ], + "score": 1.0, + "content": "1. Collect Commits: Our system uses the GH Archive API to easily access Github event data for a", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 435, + 505, + 448 + ], + "spans": [ + { + "bbox": [ + 105, + 435, + 505, + 448 + ], + "score": 1.0, + "content": "specific hour in time. After obtaining all data for the hour, we filter this using the Github API to only", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 447, + 329, + 459 + ], + "spans": [ + { + "bbox": [ + 106, + 447, + 329, + 459 + ], + "score": 1.0, + "content": "include commits that consist of edits to Javascript files.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10, + "bbox_fs": [ + 105, + 424, + 506, + 459 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 464, + 505, + 497 + ], + "lines": [ + { + "bbox": [ + 105, + 461, + 505, + 478 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 505, + 478 + ], + "score": 1.0, + "content": "2. Download Files: As we are obtaining a list of valid commits from step 1, we begin downloading", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 104, + 473, + 506, + 489 + ], + "spans": [ + { + "bbox": [ + 104, + 473, + 143, + 489 + ], + "score": 1.0, + "content": "the pair:", + "type": "text" + }, + { + "bbox": [ + 144, + 475, + 225, + 487 + ], + "score": 0.86, + "content": "( s r c _ { b u g g y } , s r c _ { f i x e d } )", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 473, + 253, + 489 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 253, + 476, + 290, + 487 + ], + "score": 0.79, + "content": "s r c _ { b u g g y }", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 473, + 429, + 489 + ], + "score": 1.0, + "content": "is the file prior to the commit, and", + "type": "text" + }, + { + "bbox": [ + 429, + 476, + 465, + 487 + ], + "score": 0.88, + "content": "s r c _ { f i x e d }", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 473, + 506, + 489 + ], + "score": 1.0, + "content": "is the file", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 486, + 324, + 498 + ], + "spans": [ + { + "bbox": [ + 106, + 486, + 324, + 498 + ], + "score": 1.0, + "content": "following the commit that contains the changes made.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13, + "bbox_fs": [ + 104, + 461, + 506, + 498 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 502, + 505, + 592 + ], + "lines": [ + { + "bbox": [ + 105, + 502, + 506, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 506, + 515 + ], + "score": 1.0, + "content": "3. Create Label: For each Javascript file downloaded, we parse the source code into a JSON format", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 513, + 506, + 526 + ], + "spans": [ + { + "bbox": [ + 105, + 513, + 506, + 526 + ], + "score": 1.0, + "content": "of the AST. Our system uses the SHIFT AST 1. Abstract Syntax Tree representations are designed to", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 524, + 505, + 537 + ], + "spans": [ + { + "bbox": [ + 105, + 524, + 505, + 537 + ], + "score": 1.0, + "content": "naturally and intuitively represent the structure of the source code. Because of this design goal, small", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 535, + 506, + 547 + ], + "spans": [ + { + "bbox": [ + 106, + 535, + 506, + 547 + ], + "score": 1.0, + "content": "changes in the source code can often lead to very large changes in the AST. We chose the SHIFT", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 546, + 505, + 559 + ], + "spans": [ + { + "bbox": [ + 105, + 546, + 505, + 559 + ], + "score": 1.0, + "content": "AST representation with consideration to our goal of maximizing the number of commits with only", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 104, + 556, + 502, + 572 + ], + "spans": [ + { + "bbox": [ + 104, + 556, + 408, + 572 + ], + "score": 1.0, + "content": "one difference between the ASTs. This component produces a pair of ASTs:", + "type": "text" + }, + { + "bbox": [ + 408, + 557, + 502, + 570 + ], + "score": 0.8, + "content": "( A S T _ { b u g g y } , A S T _ { f i x e d } )", + "type": "inline_equation" + } + ], + "index": 20 + }, + { + "bbox": [ + 104, + 569, + 506, + 582 + ], + "spans": [ + { + "bbox": [ + 104, + 569, + 506, + 582 + ], + "score": 1.0, + "content": "at which point a JSON differencing algorithm, fast-json-patch 2 is applied to create a label. The label", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 578, + 503, + 595 + ], + "spans": [ + { + "bbox": [ + 104, + 578, + 395, + 595 + ], + "score": 1.0, + "content": "includes the operation type and node edited for each difference between", + "type": "text" + }, + { + "bbox": [ + 396, + 581, + 438, + 593 + ], + "score": 0.89, + "content": "A S T _ { b u g g y }", + "type": "inline_equation" + }, + { + "bbox": [ + 438, + 578, + 456, + 595 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 456, + 581, + 497, + 593 + ], + "score": 0.89, + "content": "A S T _ { f i x e d }", + "type": "inline_equation" + }, + { + "bbox": [ + 498, + 578, + 503, + 595 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 18.5, + "bbox_fs": [ + 104, + 502, + 506, + 595 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 597, + 503, + 620 + ], + "lines": [ + { + "bbox": [ + 105, + 596, + 505, + 611 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 505, + 611 + ], + "score": 1.0, + "content": "Each step of this process is parallelized in order to grow our corpus as quickly as possible. Our", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 608, + 421, + 621 + ], + "spans": [ + { + "bbox": [ + 105, + 608, + 421, + 621 + ], + "score": 1.0, + "content": "dataset has the advantage that it is continuously growing without human input.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5, + "bbox_fs": [ + 105, + 596, + 505, + 621 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 625, + 504, + 647 + ], + "lines": [ + { + "bbox": [ + 106, + 624, + 504, + 637 + ], + "spans": [ + { + "bbox": [ + 106, + 624, + 504, + 637 + ], + "score": 1.0, + "content": "Our system is language independent and highly extensible and modular. For example, it can handle", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 636, + 343, + 648 + ], + "spans": [ + { + "bbox": [ + 105, + 636, + 343, + 648 + ], + "score": 1.0, + "content": "any language so long as it can be parsed into a JSON AST.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5, + "bbox_fs": [ + 105, + 624, + 504, + 648 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 653, + 505, + 698 + ], + "lines": [ + { + "bbox": [ + 105, + 652, + 507, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 652, + 291, + 667 + ], + "score": 1.0, + "content": "For each label, we must download two files", + "type": "text" + }, + { + "bbox": [ + 291, + 655, + 327, + 666 + ], + "score": 0.89, + "content": "s r c _ { b u g g y }", + "type": "inline_equation" + }, + { + "bbox": [ + 328, + 652, + 347, + 667 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 348, + 655, + 383, + 665 + ], + "score": 0.75, + "content": "s r c _ { f i x e d }", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 652, + 507, + 667 + ], + "score": 1.0, + "content": ". Additionally, if source files", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 664, + 505, + 676 + ], + "spans": [ + { + "bbox": [ + 106, + 664, + 505, + 676 + ], + "score": 1.0, + "content": "cannot be parsed into a SHIFT AST, a label cannot be created. For our learning corpus, we limit the", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 675, + 505, + 687 + ], + "spans": [ + { + "bbox": [ + 105, + 675, + 505, + 687 + ], + "score": 1.0, + "content": "dataset to only include labels with one AST difference. Additionally, in an attempt to limit graph", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 685, + 499, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 685, + 291, + 701 + ], + "score": 1.0, + "content": "size, we only include data points in which the", + "type": "text" + }, + { + "bbox": [ + 291, + 686, + 333, + 699 + ], + "score": 0.91, + "content": "A S T _ { b u g g y }", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 685, + 351, + 701 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 352, + 686, + 393, + 699 + ], + "score": 0.92, + "content": "A S T _ { f i x e d }", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 685, + 499, + 701 + ], + "score": 1.0, + "content": "have less than 500 nodes.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 28.5, + "bbox_fs": [ + 105, + 652, + 507, + 701 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 211, + 80, + 400, + 242 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 211, + 80, + 400, + 242 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 211, + 80, + 400, + 242 + ], + "spans": [ + { + "bbox": [ + 211, + 80, + 400, + 242 + ], + "score": 0.977, + "html": "
Total Files Downloaded:52,719,402
Total Labelled Data Points:15,225,347
# AST differences:# data points:
012-1011-2021-5051-100101+3,473,3911,863,1933,247,4372,117,9772,047,998858,981921,754
", + "type": "table", + "image_path": "b9f50c1270c82cbe10f2b785ce7ab64709376e4ed8db18553da7b06aa5df3b01.jpg" + } + ] + } + ], + "index": 5.5, + "virtual_lines": [ + { + "bbox": [ + 211, + 80, + 400, + 93.5 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 211, + 93.5, + 400, + 107.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 211, + 107.0, + 400, + 120.5 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 211, + 120.5, + 400, + 134.0 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 211, + 134.0, + 400, + 147.5 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 211, + 147.5, + 400, + 161.0 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 211, + 161.0, + 400, + 174.5 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 211, + 174.5, + 400, + 188.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 211, + 188.0, + 400, + 201.5 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 211, + 201.5, + 400, + 215.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 211, + 215.0, + 400, + 228.5 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 211, + 228.5, + 400, + 242.0 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 233, + 251, + 374, + 263 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 232, + 250, + 375, + 263 + ], + "spans": [ + { + "bbox": [ + 232, + 250, + 375, + 263 + ], + "score": 1.0, + "content": "Table 10: Data collection statistics.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + } + ], + "index": 8.75 + }, + { + "type": "image", + "bbox": [ + 129, + 294, + 465, + 488 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 129, + 294, + 465, + 488 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 129, + 294, + 465, + 488 + ], + "spans": [ + { + "bbox": [ + 129, + 294, + 465, + 488 + ], + "score": 0.968, + "type": "image", + "image_path": "b0883dab9f4a7fec3bda7f5feb2162d7d71eb6b3b303edf2c63e2002d7a13d51.jpg" + } + ] + } + ], + "index": 14, + "virtual_lines": [ + { + "bbox": [ + 129, + 294, + 465, + 358.6666666666667 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 129, + 358.6666666666667, + 465, + 423.33333333333337 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 129, + 423.33333333333337, + 465, + 488.00000000000006 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 162, + 505, + 444, + 516 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 162, + 504, + 445, + 518 + ], + "spans": [ + { + "bbox": [ + 162, + 504, + 445, + 518 + ], + "score": 1.0, + "content": "Figure 5: Distribution of number of edits in the entire crawled dataset.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + } + ], + "index": 15.0 + }, + { + "type": "text", + "bbox": [ + 104, + 537, + 505, + 561 + ], + "lines": [ + { + "bbox": [ + 105, + 537, + 505, + 550 + ], + "spans": [ + { + "bbox": [ + 105, + 537, + 505, + 550 + ], + "score": 1.0, + "content": "Figure 5 plots the distribution of number of edits that are recorded in Table 10. We can see the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 549, + 330, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 549, + 330, + 561 + ], + "score": 1.0, + "content": "distribution is long tail, with majority of edits as 1 or 2.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5 + } + ], + "page_idx": 13, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 293, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "score": 1.0, + "content": "Published 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": "14", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 211, + 80, + 400, + 242 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 211, + 80, + 400, + 242 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 211, + 80, + 400, + 242 + ], + "spans": [ + { + "bbox": [ + 211, + 80, + 400, + 242 + ], + "score": 0.977, + "html": "
Total Files Downloaded:52,719,402
Total Labelled Data Points:15,225,347
# AST differences:# data points:
012-1011-2021-5051-100101+3,473,3911,863,1933,247,4372,117,9772,047,998858,981921,754
", + "type": "table", + "image_path": "b9f50c1270c82cbe10f2b785ce7ab64709376e4ed8db18553da7b06aa5df3b01.jpg" + } + ] + } + ], + "index": 5.5, + "virtual_lines": [ + { + "bbox": [ + 211, + 80, + 400, + 93.5 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 211, + 93.5, + 400, + 107.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 211, + 107.0, + 400, + 120.5 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 211, + 120.5, + 400, + 134.0 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 211, + 134.0, + 400, + 147.5 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 211, + 147.5, + 400, + 161.0 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 211, + 161.0, + 400, + 174.5 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 211, + 174.5, + 400, + 188.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 211, + 188.0, + 400, + 201.5 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 211, + 201.5, + 400, + 215.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 211, + 215.0, + 400, + 228.5 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 211, + 228.5, + 400, + 242.0 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 233, + 251, + 374, + 263 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 232, + 250, + 375, + 263 + ], + "spans": [ + { + "bbox": [ + 232, + 250, + 375, + 263 + ], + "score": 1.0, + "content": "Table 10: Data collection statistics.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + } + ], + "index": 8.75 + }, + { + "type": "image", + "bbox": [ + 129, + 294, + 465, + 488 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 129, + 294, + 465, + 488 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 129, + 294, + 465, + 488 + ], + "spans": [ + { + "bbox": [ + 129, + 294, + 465, + 488 + ], + "score": 0.968, + "type": "image", + "image_path": "b0883dab9f4a7fec3bda7f5feb2162d7d71eb6b3b303edf2c63e2002d7a13d51.jpg" + } + ] + } + ], + "index": 14, + "virtual_lines": [ + { + "bbox": [ + 129, + 294, + 465, + 358.6666666666667 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 129, + 358.6666666666667, + 465, + 423.33333333333337 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 129, + 423.33333333333337, + 465, + 488.00000000000006 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 162, + 505, + 444, + 516 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 162, + 504, + 445, + 518 + ], + "spans": [ + { + "bbox": [ + 162, + 504, + 445, + 518 + ], + "score": 1.0, + "content": "Figure 5: Distribution of number of edits in the entire crawled dataset.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + } + ], + "index": 15.0 + }, + { + "type": "text", + "bbox": [ + 104, + 537, + 505, + 561 + ], + "lines": [ + { + "bbox": [ + 105, + 537, + 505, + 550 + ], + "spans": [ + { + "bbox": [ + 105, + 537, + 505, + 550 + ], + "score": 1.0, + "content": "Figure 5 plots the distribution of number of edits that are recorded in Table 10. We can see the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 549, + 330, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 549, + 330, + 561 + ], + "score": 1.0, + "content": "distribution is long tail, with majority of edits as 1 or 2.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5, + "bbox_fs": [ + 105, + 537, + 505, + 561 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 81, + 219, + 93 + ], + "lines": [ + { + "bbox": [ + 105, + 79, + 222, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 79, + 222, + 96 + ], + "score": 1.0, + "content": "C ABLATION STUDY", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 99, + 506, + 166 + ], + "lines": [ + { + "bbox": [ + 106, + 99, + 505, + 112 + ], + "spans": [ + { + "bbox": [ + 106, + 99, + 505, + 112 + ], + "score": 1.0, + "content": "We tried different graph representations with corresponding graph embedding methods. The multi", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 110, + 505, + 124 + ], + "spans": [ + { + "bbox": [ + 105, + 110, + 505, + 124 + ], + "score": 1.0, + "content": "represents the multi-graph defined by different edge types, with the parameterization of message", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 122, + 506, + 133 + ], + "spans": [ + { + "bbox": [ + 105, + 122, + 506, + 133 + ], + "score": 1.0, + "content": "passing function mentioned in Eq 2; the code2inv is the parameterization used in Si et al. (2018); the", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 132, + 505, + 145 + ], + "spans": [ + { + "bbox": [ + 105, + 132, + 505, + 145 + ], + "score": 1.0, + "content": "single instead uses a single graph with edge types as one-hot edge features. We found that more layers", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 142, + 506, + 156 + ], + "spans": [ + { + "bbox": [ + 105, + 142, + 506, + 156 + ], + "score": 1.0, + "content": "does not lead to better generalization in our setting, and it becomes slower in terms of convergence.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 153, + 332, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 153, + 332, + 167 + ], + "score": 1.0, + "content": "So we report the results with 4 layers in our main paper.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 3.5 + }, + { + "type": "table", + "bbox": [ + 159, + 370, + 452, + 487 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 159, + 370, + 452, + 487 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 159, + 370, + 452, + 487 + ], + "spans": [ + { + "bbox": [ + 159, + 370, + 452, + 487 + ], + "score": 0.982, + "html": "
modelmax_lvTotalOperatorLocationValueType
multi207.6330.013.122.654.5
multi1411.0548.017.938.661.6
multi413.3353.436.238.656.4
code2inv2010.318.125.738.857.7
code2inv148.9240.018.136.055.9
code2inv413.2930.818.928.268.21
single205.0020.210.314.244.8
single1410.6967.718.649.638.7
single412.8855.820.843.255.8
", + "type": "table", + "image_path": "092ce9089d8364cab4344ee5dc59f50b12684ddda622374a532b067e550ff4e9.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 159, + 370, + 452, + 409.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 159, + 409.0, + 452, + 448.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 159, + 448.0, + 452, + 487.0 + ], + "spans": [], + "index": 9 + } + ] + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 108, + 496, + 505, + 529 + ], + "lines": [ + { + "bbox": [ + 106, + 495, + 506, + 508 + ], + "spans": [ + { + "bbox": [ + 106, + 495, + 506, + 508 + ], + "score": 1.0, + "content": "Table 11: Ablation study with different graph embedding parameterizations and different number of", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 507, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 106, + 507, + 505, + 519 + ], + "score": 1.0, + "content": "layers. Full end-to-end repair accuracy as well as the accuracies for each primitives are reported. All", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 518, + 255, + 530 + ], + "spans": [ + { + "bbox": [ + 106, + 518, + 255, + 530 + ], + "score": 1.0, + "content": "the numbers are for top-1 prediction.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11 + } + ], + "page_idx": 14, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 293, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "score": 1.0, + "content": "Published 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": "title", + "bbox": [ + 107, + 81, + 219, + 93 + ], + "lines": [ + { + "bbox": [ + 105, + 79, + 222, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 79, + 222, + 96 + ], + "score": 1.0, + "content": "C ABLATION STUDY", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 99, + 506, + 166 + ], + "lines": [ + { + "bbox": [ + 106, + 99, + 505, + 112 + ], + "spans": [ + { + "bbox": [ + 106, + 99, + 505, + 112 + ], + "score": 1.0, + "content": "We tried different graph representations with corresponding graph embedding methods. The multi", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 110, + 505, + 124 + ], + "spans": [ + { + "bbox": [ + 105, + 110, + 505, + 124 + ], + "score": 1.0, + "content": "represents the multi-graph defined by different edge types, with the parameterization of message", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 122, + 506, + 133 + ], + "spans": [ + { + "bbox": [ + 105, + 122, + 506, + 133 + ], + "score": 1.0, + "content": "passing function mentioned in Eq 2; the code2inv is the parameterization used in Si et al. (2018); the", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 132, + 505, + 145 + ], + "spans": [ + { + "bbox": [ + 105, + 132, + 505, + 145 + ], + "score": 1.0, + "content": "single instead uses a single graph with edge types as one-hot edge features. We found that more layers", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 142, + 506, + 156 + ], + "spans": [ + { + "bbox": [ + 105, + 142, + 506, + 156 + ], + "score": 1.0, + "content": "does not lead to better generalization in our setting, and it becomes slower in terms of convergence.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 153, + 332, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 153, + 332, + 167 + ], + "score": 1.0, + "content": "So we report the results with 4 layers in our main paper.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 3.5, + "bbox_fs": [ + 105, + 99, + 506, + 167 + ] + }, + { + "type": "table", + "bbox": [ + 159, + 370, + 452, + 487 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 159, + 370, + 452, + 487 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 159, + 370, + 452, + 487 + ], + "spans": [ + { + "bbox": [ + 159, + 370, + 452, + 487 + ], + "score": 0.982, + "html": "
modelmax_lvTotalOperatorLocationValueType
multi207.6330.013.122.654.5
multi1411.0548.017.938.661.6
multi413.3353.436.238.656.4
code2inv2010.318.125.738.857.7
code2inv148.9240.018.136.055.9
code2inv413.2930.818.928.268.21
single205.0020.210.314.244.8
single1410.6967.718.649.638.7
single412.8855.820.843.255.8
", + "type": "table", + "image_path": "092ce9089d8364cab4344ee5dc59f50b12684ddda622374a532b067e550ff4e9.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 159, + 370, + 452, + 409.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 159, + 409.0, + 452, + 448.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 159, + 448.0, + 452, + 487.0 + ], + "spans": [], + "index": 9 + } + ] + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 108, + 496, + 505, + 529 + ], + "lines": [ + { + "bbox": [ + 106, + 495, + 506, + 508 + ], + "spans": [ + { + "bbox": [ + 106, + 495, + 506, + 508 + ], + "score": 1.0, + "content": "Table 11: Ablation study with different graph embedding parameterizations and different number of", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 507, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 106, + 507, + 505, + 519 + ], + "score": 1.0, + "content": "layers. Full end-to-end repair accuracy as well as the accuracies for each primitives are reported. All", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 518, + 255, + 530 + ], + "spans": [ + { + "bbox": [ + 106, + 518, + 255, + 530 + ], + "score": 1.0, + "content": "the numbers are for top-1 prediction.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11, + "bbox_fs": [ + 106, + 495, + 506, + 530 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 105, + 80, + 431, + 95 + ], + "lines": [ + { + "bbox": [ + 105, + 79, + 433, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 79, + 433, + 96 + ], + "score": 1.0, + "content": "D 30 RANDOM TESTING POINTS FOR TAJS BASELINE STUDY", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "table", + "bbox": [ + 140, + 97, + 471, + 704 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 140, + 97, + 471, + 704 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 140, + 97, + 471, + 704 + ], + "spans": [ + { + "bbox": [ + 140, + 97, + 471, + 704 + ], + "score": 0.964, + "html": "
868记2记记记7亿068u9g1uuⅡ668L9S4ε乙U
org.civicrm.civicaseDiscordWithDatabasecryptiifo_restkootCaseDetailsFileTab.jshelp.jsROT13.jsindex.jsbefore_router_match.js pizza-totally-rocks geekTalks simple-crafting WTF-AdventurezulipForm.jsindex.jsgather.jsmana.js stream_muting.js matic.js graph-jsCraxi j5-ledsflom-reactgetETHFromFaucet.jspoint.jsdisplay.jsblink.jsquestion.jsiotdb-mongodbOrca pandora-validationAloChat react-native-with-redux-react-navigation-v2-boilerplatecount.js会index.jsContainer.jssplash.jshackcincinnati/siteALFACharts musketeer-shop React-QuizComponent rn-mitrais-mbAdvisors.jscrosshairs.jsorder.jsQuizQuestion.jsListAlbums.js js-dom-and-events-acting-on-events-lab-v-000MEANLetsRollroma2hira js-ajax-hiting-apis-lab--000index.jsarticles.server.route.jsrouter.jsconvert.jsindex.jsGithub Link to Diff
areAvailable()print()registerSetting()testRecipesoriginisAllowed()printSplit()addSetting() preferenceoriginTruegetRecipecheckTalkOwnershipgetBehaviorthis._superadd_messagesgetRecipescheckCommentOwnershipgetMetathis.superadd_old_messagesETHFaucetAddressdatagame.draw()blinkDataTypes.STRINGETHFAUCET_ADDRESSdataManagergame.run()strobeDataTypes.TEXTthenerase()addAsyncSetup PropTypes.stringCOLOR.DARKmakeexplode()addSyncSetup PropTypes.objectCOLOR.PANTOMEcolor.primaryMath.floorDECIMAL(obj).instruction_textsinfo.typecolor.accentMath.roundINTEGER(obj).instruction_textinfo.album_type(elem).InnerHTMLapp.paramsusername(elem).valuelogin(elem).innerHTMLapp.paramuserName(elem).innerHTMLnameBuggy CodeFixed Code
", + "type": "table", + "image_path": "44ea087301871a9d9c66cff1744777b2cab5747d15e266494335d1742608ef17.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 140, + 97, + 471, + 299.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 140, + 299.33333333333337, + 471, + 501.66666666666674 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 140, + 501.66666666666674, + 471, + 704.0000000000001 + ], + "spans": [], + "index": 3 + } + ] + } + ], + "index": 2 + } + ], + "page_idx": 15, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 293, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 294, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 294, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 752, + 311, + 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": [ + 105, + 80, + 431, + 95 + ], + "lines": [ + { + "bbox": [ + 105, + 79, + 433, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 79, + 433, + 96 + ], + "score": 1.0, + "content": "D 30 RANDOM TESTING POINTS FOR TAJS BASELINE STUDY", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "table", + "bbox": [ + 140, + 97, + 471, + 704 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 140, + 97, + 471, + 704 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 140, + 97, + 471, + 704 + ], + "spans": [ + { + "bbox": [ + 140, + 97, + 471, + 704 + ], + "score": 0.964, + "html": "
868记2记记记7亿068u9g1uuⅡ668L9S4ε乙U
org.civicrm.civicaseDiscordWithDatabasecryptiifo_restkootCaseDetailsFileTab.jshelp.jsROT13.jsindex.jsbefore_router_match.js pizza-totally-rocks geekTalks simple-crafting WTF-AdventurezulipForm.jsindex.jsgather.jsmana.js stream_muting.js matic.js graph-jsCraxi j5-ledsflom-reactgetETHFromFaucet.jspoint.jsdisplay.jsblink.jsquestion.jsiotdb-mongodbOrca pandora-validationAloChat react-native-with-redux-react-navigation-v2-boilerplatecount.js会index.jsContainer.jssplash.jshackcincinnati/siteALFACharts musketeer-shop React-QuizComponent rn-mitrais-mbAdvisors.jscrosshairs.jsorder.jsQuizQuestion.jsListAlbums.js js-dom-and-events-acting-on-events-lab-v-000MEANLetsRollroma2hira js-ajax-hiting-apis-lab--000index.jsarticles.server.route.jsrouter.jsconvert.jsindex.jsGithub Link to Diff
areAvailable()print()registerSetting()testRecipesoriginisAllowed()printSplit()addSetting() preferenceoriginTruegetRecipecheckTalkOwnershipgetBehaviorthis._superadd_messagesgetRecipescheckCommentOwnershipgetMetathis.superadd_old_messagesETHFaucetAddressdatagame.draw()blinkDataTypes.STRINGETHFAUCET_ADDRESSdataManagergame.run()strobeDataTypes.TEXTthenerase()addAsyncSetup PropTypes.stringCOLOR.DARKmakeexplode()addSyncSetup PropTypes.objectCOLOR.PANTOMEcolor.primaryMath.floorDECIMAL(obj).instruction_textsinfo.typecolor.accentMath.roundINTEGER(obj).instruction_textinfo.album_type(elem).InnerHTMLapp.paramsusername(elem).valuelogin(elem).innerHTMLapp.paramuserName(elem).innerHTMLnameBuggy CodeFixed Code
868□2记记记记2068u%G切uu068 9C4c乙U
refactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugundefined propertyundefined propertyundefined propertyundefined propertyundefined propertyundefined propertyundefined propertyBug Type
Failed importing libraryFailed importing libraryFailed importing libraryFailed importing library event sUndefined pr oces sFailed doc.getElem () Undefined processFailed importing library ut ilFailed doc.getElem ()False AlarmTAJS
exports.testRecipesIthis.game.draw()led.strobe(750)serviceProvider.addAsyncSetup(...)app.params('.PredictionHOPPITY
", + "type": "table", + "image_path": "44ea087301871a9d9c66cff1744777b2cab5747d15e266494335d1742608ef17.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 140, + 97, + 471, + 299.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 140, + 299.33333333333337, + 471, + 501.66666666666674 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 140, + 501.66666666666674, + 471, + 704.0000000000001 + ], + "spans": [], + "index": 3 + } + ] + } + ], + "index": 2 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 139, + 81, + 472, + 617 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 139, + 81, + 472, + 617 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 139, + 81, + 472, + 617 + ], + "spans": [ + { + "bbox": [ + 139, + 81, + 472, + 617 + ], + "score": 0.964, + "html": "
868□2记记记记2068u%G切uu068 9C4c乙U
refactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugundefined propertyundefined propertyundefined propertyundefined propertyundefined propertyundefined propertyundefined propertyBug Type
Failed importing libraryFailed importing libraryFailed importing libraryFailed importing library event sUndefined pr oces sFailed doc.getElem () Undefined processFailed importing library ut ilFailed doc.getElem ()False AlarmTAJS
exports.testRecipesIthis.game.draw()led.strobe(750)serviceProvider.addAsyncSetup(...)app.params('.PredictionHOPPITY
", + "type": "table", + "image_path": "9796b144cb0a6499682d70bfaf496f119510560ea0dd73dc976ae733582ffa4b.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 139, + 81, + 472, + 259.66666666666663 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 139, + 259.66666666666663, + 472, + 438.33333333333326 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 139, + 438.33333333333326, + 472, + 616.9999999999999 + ], + "spans": [], + "index": 2 + } + ] + } + ], + "index": 1 + } + ], + "page_idx": 16, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 293, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 294, + 38 + ], + "score": 1.0, + "content": "Published 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": [ + 139, + 81, + 472, + 617 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 139, + 81, + 472, + 617 + ], + "group_id": 0, + "lines": [], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 139, + 81, + 472, + 259.66666666666663 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 139, + 259.66666666666663, + 472, + 438.33333333333326 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 139, + 438.33333333333326, + 472, + 616.9999999999999 + ], + "spans": [], + "index": 2 + } + ], + "lines_deleted": true + } + ], + "index": 1 + } + ] + } + ], + "_backend": "pipeline", + "_version_name": "2.2.2" +} \ No newline at end of file diff --git a/parse/train/SJeqs6EFvB/SJeqs6EFvB_model.json b/parse/train/SJeqs6EFvB/SJeqs6EFvB_model.json new file mode 100644 index 0000000000000000000000000000000000000000..c916c7ff9dd79f0ac785be55aa5db56db4f39bb0 --- /dev/null +++ b/parse/train/SJeqs6EFvB/SJeqs6EFvB_model.json @@ -0,0 +1,20245 @@ +[ + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 398, + 695, + 1303, + 695, + 1303, + 1033, + 398, + 1033 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 298, + 1236, + 1405, + 1236, + 1405, + 1634, + 298, + 1634 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 1649, + 1405, + 1649, + 1405, + 1986, + 298, + 1986 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 299, + 1129, + 1405, + 1129, + 1405, + 1221, + 299, + 1221 + ], + "score": 0.97 + }, + { + "category_id": 0, + "poly": [ + 300, + 219, + 1401, + 219, + 1401, + 324, + 300, + 324 + ], + "score": 0.963 + }, + { + "category_id": 1, + "poly": [ + 315, + 376, + 618, + 376, + 618, + 439, + 315, + 439 + ], + "score": 0.942 + }, + { + "category_id": 1, + "poly": [ + 772, + 375, + 927, + 375, + 927, + 438, + 772, + 438 + ], + "score": 0.942 + }, + { + "category_id": 1, + "poly": [ + 777, + 485, + 931, + 485, + 931, + 546, + 777, + 546 + ], + "score": 0.937 + }, + { + "category_id": 1, + "poly": [ + 1091, + 485, + 1252, + 485, + 1252, + 545, + 1091, + 545 + ], + "score": 0.937 + }, + { + "category_id": 1, + "poly": [ + 316, + 485, + 618, + 485, + 618, + 546, + 316, + 546 + ], + "score": 0.936 + }, + { + "category_id": 1, + "poly": [ + 1081, + 376, + 1385, + 376, + 1385, + 440, + 1081, + 440 + ], + "score": 0.924 + }, + { + "category_id": 2, + "poly": [ + 333, + 2006, + 881, + 2006, + 881, + 2033, + 333, + 2033 + ], + "score": 0.921 + }, + { + "category_id": 0, + "poly": [ + 301, + 1078, + 573, + 1078, + 573, + 1113, + 301, + 1113 + ], + "score": 0.901 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 817, + 75, + 817, + 105, + 299, + 105 + ], + "score": 0.88 + }, + { + "category_id": 0, + "poly": [ + 773, + 628, + 927, + 628, + 927, + 660, + 773, + 660 + ], + "score": 0.836 + }, + { + "category_id": 2, + "poly": [ + 841, + 2089, + 856, + 2089, + 856, + 2112, + 841, + 2112 + ], + "score": 0.753 + }, + { + "category_id": 15, + "poly": [ + 294.0, + 218.0, + 1404.0, + 218.0, + 1404.0, + 273.0, + 294.0, + 273.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 271.0, + 1092.0, + 271.0, + 1092.0, + 331.0, + 291.0, + 331.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 331.0, + 2001.0, + 884.0, + 2001.0, + 884.0, + 2037.0, + 331.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1075.0, + 578.0, + 1075.0, + 578.0, + 1122.0, + 294.0, + 1122.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": [ + 770.0, + 626.0, + 932.0, + 626.0, + 932.0, + 664.0, + 770.0, + 664.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": [ + 395.0, + 696.0, + 1304.0, + 696.0, + 1304.0, + 733.0, + 395.0, + 733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 726.0, + 1307.0, + 726.0, + 1307.0, + 765.0, + 392.0, + 765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 757.0, + 1308.0, + 757.0, + 1308.0, + 794.0, + 392.0, + 794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 788.0, + 1307.0, + 788.0, + 1307.0, + 824.0, + 394.0, + 824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 818.0, + 1307.0, + 818.0, + 1307.0, + 856.0, + 393.0, + 856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 849.0, + 1306.0, + 849.0, + 1306.0, + 884.0, + 393.0, + 884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 880.0, + 1307.0, + 880.0, + 1307.0, + 913.0, + 393.0, + 913.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 911.0, + 1304.0, + 911.0, + 1304.0, + 944.0, + 393.0, + 944.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 940.0, + 1306.0, + 940.0, + 1306.0, + 975.0, + 394.0, + 975.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 970.0, + 1307.0, + 970.0, + 1307.0, + 1006.0, + 394.0, + 1006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 999.0, + 1241.0, + 999.0, + 1241.0, + 1039.0, + 393.0, + 1039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1235.0, + 1408.0, + 1235.0, + 1408.0, + 1270.0, + 295.0, + 1270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1265.0, + 1405.0, + 1265.0, + 1405.0, + 1300.0, + 293.0, + 1300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1295.0, + 1407.0, + 1295.0, + 1407.0, + 1333.0, + 295.0, + 1333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1326.0, + 1405.0, + 1326.0, + 1405.0, + 1362.0, + 295.0, + 1362.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1357.0, + 1406.0, + 1357.0, + 1406.0, + 1393.0, + 293.0, + 1393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1388.0, + 1406.0, + 1388.0, + 1406.0, + 1423.0, + 292.0, + 1423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1417.0, + 1406.0, + 1417.0, + 1406.0, + 1454.0, + 293.0, + 1454.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1448.0, + 1406.0, + 1448.0, + 1406.0, + 1486.0, + 293.0, + 1486.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1480.0, + 1406.0, + 1480.0, + 1406.0, + 1514.0, + 293.0, + 1514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1510.0, + 1405.0, + 1510.0, + 1405.0, + 1545.0, + 293.0, + 1545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1540.0, + 1405.0, + 1540.0, + 1405.0, + 1576.0, + 295.0, + 1576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1572.0, + 1405.0, + 1572.0, + 1405.0, + 1607.0, + 293.0, + 1607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1604.0, + 704.0, + 1604.0, + 704.0, + 1636.0, + 296.0, + 1636.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1647.0, + 1405.0, + 1647.0, + 1405.0, + 1686.0, + 293.0, + 1686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1680.0, + 1408.0, + 1680.0, + 1408.0, + 1717.0, + 292.0, + 1717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1703.0, + 1407.0, + 1703.0, + 1407.0, + 1751.0, + 291.0, + 1751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1737.0, + 1405.0, + 1737.0, + 1405.0, + 1779.0, + 292.0, + 1779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1768.0, + 1405.0, + 1768.0, + 1405.0, + 1809.0, + 292.0, + 1809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1800.0, + 1405.0, + 1800.0, + 1405.0, + 1839.0, + 293.0, + 1839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1827.0, + 1406.0, + 1827.0, + 1406.0, + 1873.0, + 292.0, + 1873.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1863.0, + 1403.0, + 1863.0, + 1403.0, + 1898.0, + 295.0, + 1898.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1893.0, + 1405.0, + 1893.0, + 1405.0, + 1928.0, + 295.0, + 1928.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1924.0, + 1405.0, + 1924.0, + 1405.0, + 1957.0, + 293.0, + 1957.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1954.0, + 1403.0, + 1954.0, + 1403.0, + 1988.0, + 293.0, + 1988.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1128.0, + 1410.0, + 1128.0, + 1410.0, + 1165.0, + 294.0, + 1165.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1161.0, + 1405.0, + 1161.0, + 1405.0, + 1194.0, + 295.0, + 1194.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1188.0, + 1410.0, + 1188.0, + 1410.0, + 1229.0, + 293.0, + 1229.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 377.0, + 534.0, + 377.0, + 534.0, + 406.0, + 314.0, + 406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 406.0, + 620.0, + 406.0, + 620.0, + 442.0, + 314.0, + 442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 770.0, + 374.0, + 930.0, + 374.0, + 930.0, + 410.0, + 770.0, + 410.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 770.0, + 405.0, + 930.0, + 405.0, + 930.0, + 441.0, + 770.0, + 441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 772.0, + 476.0, + 887.0, + 476.0, + 887.0, + 525.0, + 772.0, + 525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 773.0, + 513.0, + 935.0, + 513.0, + 935.0, + 550.0, + 773.0, + 550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1089.0, + 479.0, + 1211.0, + 479.0, + 1211.0, + 522.0, + 1089.0, + 522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1091.0, + 516.0, + 1255.0, + 516.0, + 1255.0, + 545.0, + 1091.0, + 545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 310.0, + 485.0, + 466.0, + 485.0, + 466.0, + 517.0, + 310.0, + 517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 313.0, + 514.0, + 620.0, + 514.0, + 620.0, + 550.0, + 313.0, + 550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1079.0, + 372.0, + 1208.0, + 372.0, + 1208.0, + 412.0, + 1079.0, + 412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1081.0, + 406.0, + 1386.0, + 406.0, + 1386.0, + 442.0, + 1081.0, + 442.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 0, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1607, + 1404, + 1607, + 1404, + 2035, + 298, + 2035 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 296, + 700, + 1405, + 700, + 1405, + 1007, + 296, + 1007 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 308, + 1404, + 308, + 1404, + 523, + 298, + 523 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 299, + 537, + 1404, + 537, + 1404, + 630, + 299, + 630 + ], + "score": 0.971 + }, + { + "category_id": 1, + "poly": [ + 293, + 229, + 1401, + 229, + 1401, + 294, + 293, + 294 + ], + "score": 0.955 + }, + { + "category_id": 0, + "poly": [ + 302, + 649, + 702, + 649, + 702, + 685, + 302, + 685 + ], + "score": 0.904 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 816, + 76, + 816, + 104, + 300, + 104 + ], + "score": 0.9 + }, + { + "category_id": 3, + "poly": [ + 288, + 1038, + 1411, + 1038, + 1411, + 1424, + 288, + 1424 + ], + "score": 0.781 + }, + { + "category_id": 4, + "poly": [ + 297, + 1433, + 1404, + 1433, + 1404, + 1490, + 297, + 1490 + ], + "score": 0.741 + }, + { + "category_id": 4, + "poly": [ + 297, + 1515, + 1404, + 1515, + 1404, + 1578, + 297, + 1578 + ], + "score": 0.709 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.706 + }, + { + "category_id": 5, + "poly": [ + 288, + 1038, + 1411, + 1038, + 1411, + 1424, + 288, + 1424 + ], + "score": 0.205, + "html": "
function clearEmployeeListOnLinkClick(){ document.querySelector("a") .addEventListener("click", function(event){ document.querySelector("ul") .InnerHTML(matches){ return episode:Number(matches.groups.episode), hosts:matches.groups.hosts.split(/([,&]+|\\sand\\s)/). map(el => S(el).trim().s)
); 1 (a) InnerHTML should have been innerHTML.; 1 (b) Highlighted parentheses should have been removed.
module.exports = function (grunt)(export default {
grunt.initConfig({ checktextdomain:{...}computed:{
execute:{...}, copy:{...},level ()
wp_readme_to_markdown:{...},makepot:{...}})return dictMap.skillLevel[
parseInt((this.value === 0 ? 1 : this.value)/20)];
grunt.registerTask('default',['wp_readme_to_markdown'
1
,'makepot','execute','checktextdomain'])}
" + }, + { + "category_id": 1, + "poly": [ + 297, + 1515, + 1404, + 1515, + 1404, + 1578, + 297, + 1578 + ], + "score": 0.177 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.143 + }, + { + "category_id": 13, + "poly": [ + 759, + 2003, + 888, + 2003, + 888, + 2034, + 759, + 2034 + ], + "score": 0.88, + "latex": "[ { \\bf \\Phi } ^ { \\prime \\prime } , { \\bf \\Phi } ^ { \\prime \\prime } ]" + }, + { + "category_id": 13, + "poly": [ + 1201, + 703, + 1254, + 703, + 1254, + 732, + 1201, + 732 + ], + "score": 0.83, + "latex": "\\mathrm { C } { + + }" + }, + { + "category_id": 13, + "poly": [ + 1351, + 1437, + 1403, + 1437, + 1403, + 1458, + 1351, + 1458 + ], + "score": 0.8, + "latex": "= = = =" + }, + { + "category_id": 13, + "poly": [ + 439, + 1259, + 458, + 1259, + 458, + 1274, + 439, + 1274 + ], + "score": 0.44, + "latex": "=" + }, + { + "category_id": 13, + "poly": [ + 1354, + 703, + 1391, + 703, + 1391, + 730, + 1354, + 730 + ], + "score": 0.36, + "latex": "\\mathbf { C } \\#" + }, + { + "category_id": 13, + "poly": [ + 1048, + 1129, + 1073, + 1129, + 1073, + 1145, + 1048, + 1145 + ], + "score": 0.32, + "latex": "\\ r = \\ r >" + }, + { + "category_id": 13, + "poly": [ + 1124, + 1336, + 1177, + 1336, + 1177, + 1353, + 1124, + 1353 + ], + "score": 0.31, + "latex": "\\scriptstyle = = = \\ 0" + }, + { + "category_id": 13, + "poly": [ + 729, + 1109, + 747, + 1109, + 747, + 1126, + 729, + 1126 + ], + "score": 0.26, + "latex": "=" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 645.0, + 705.0, + 645.0, + 705.0, + 690.0, + 292.0, + 690.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, + 1047.0, + 689.0, + 1047.0, + 689.0, + 1072.0, + 295.0, + 1072.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 841.0, + 1043.0, + 992.0, + 1043.0, + 992.0, + 1074.0, + 841.0, + 1074.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 1068.0, + 827.0, + 1068.0, + 827.0, + 1092.0, + 314.0, + 1092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 862.0, + 1068.0, + 953.0, + 1068.0, + 953.0, + 1092.0, + 862.0, + 1092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 335.0, + 1087.0, + 497.0, + 1087.0, + 497.0, + 1111.0, + 335.0, + 1111.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 880.0, + 1085.0, + 1275.0, + 1085.0, + 1275.0, + 1112.0, + 880.0, + 1112.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 1104.0, + 728.0, + 1104.0, + 728.0, + 1131.0, + 350.0, + 1131.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 881.0, + 1104.0, + 1397.0, + 1104.0, + 1397.0, + 1132.0, + 881.0, + 1132.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 335.0, + 1130.0, + 351.0, + 1130.0, + 351.0, + 1147.0, + 335.0, + 1147.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 977.0, + 1125.0, + 1047.0, + 1125.0, + 1047.0, + 1153.0, + 977.0, + 1153.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1074.0, + 1125.0, + 1228.0, + 1125.0, + 1228.0, + 1153.0, + 1074.0, + 1153.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 313.0, + 1145.0, + 344.0, + 1145.0, + 344.0, + 1170.0, + 313.0, + 1170.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 864.0, + 1145.0, + 893.0, + 1145.0, + 893.0, + 1172.0, + 864.0, + 1172.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 1166.0, + 312.0, + 1166.0, + 312.0, + 1187.0, + 298.0, + 1187.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 847.0, + 1166.0, + 862.0, + 1166.0, + 862.0, + 1185.0, + 847.0, + 1185.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 316.0, + 1204.0, + 824.0, + 1204.0, + 824.0, + 1239.0, + 316.0, + 1239.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 843.0, + 1204.0, + 1402.0, + 1204.0, + 1402.0, + 1236.0, + 843.0, + 1236.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1254.0, + 438.0, + 1254.0, + 438.0, + 1282.0, + 293.0, + 1282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 459.0, + 1254.0, + 644.0, + 1254.0, + 644.0, + 1282.0, + 459.0, + 1282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 842.0, + 1254.0, + 1010.0, + 1254.0, + 1010.0, + 1279.0, + 842.0, + 1279.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 313.0, + 1274.0, + 499.0, + 1274.0, + 499.0, + 1302.0, + 313.0, + 1302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 862.0, + 1273.0, + 985.0, + 1273.0, + 985.0, + 1301.0, + 862.0, + 1301.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 330.0, + 1290.0, + 834.0, + 1290.0, + 834.0, + 1321.0, + 330.0, + 1321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 881.0, + 1289.0, + 994.0, + 1289.0, + 994.0, + 1321.0, + 881.0, + 1321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 331.0, + 1312.0, + 785.0, + 1312.0, + 785.0, + 1340.0, + 331.0, + 1340.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 902.0, + 1311.0, + 1164.0, + 1311.0, + 1164.0, + 1339.0, + 902.0, + 1339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 1344.0, + 342.0, + 1344.0, + 342.0, + 1354.0, + 327.0, + 1354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 920.0, + 1331.0, + 1123.0, + 1331.0, + 1123.0, + 1359.0, + 920.0, + 1359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1178.0, + 1331.0, + 1409.0, + 1331.0, + 1409.0, + 1359.0, + 1178.0, + 1359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 1351.0, + 834.0, + 1351.0, + 834.0, + 1377.0, + 311.0, + 1377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 1358.0, + 898.0, + 1358.0, + 898.0, + 1369.0, + 888.0, + 1369.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 335.0, + 1371.0, + 723.0, + 1371.0, + 723.0, + 1396.0, + 335.0, + 1396.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 1377.0, + 884.0, + 1377.0, + 884.0, + 1392.0, + 869.0, + 1392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1390.0, + 323.0, + 1390.0, + 323.0, + 1416.0, + 294.0, + 1416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 850.0, + 1396.0, + 860.0, + 1396.0, + 860.0, + 1411.0, + 850.0, + 1411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 724.0, + 1101.5, + 785.0, + 1101.5, + 785.0, + 1131.5, + 724.0, + 1131.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1431.0, + 1350.0, + 1431.0, + 1350.0, + 1465.0, + 294.0, + 1465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1460.0, + 497.0, + 1460.0, + 497.0, + 1491.0, + 295.0, + 1491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 843.0, + 1458.0, + 1216.0, + 1458.0, + 1216.0, + 1495.0, + 843.0, + 1495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1515.0, + 1406.0, + 1515.0, + 1406.0, + 1550.0, + 296.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1548.0, + 911.0, + 1548.0, + 911.0, + 1580.0, + 296.0, + 1580.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": [ + 294.0, + 1607.0, + 1408.0, + 1607.0, + 1408.0, + 1642.0, + 294.0, + 1642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1633.0, + 1408.0, + 1633.0, + 1408.0, + 1674.0, + 292.0, + 1674.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1667.0, + 1405.0, + 1667.0, + 1405.0, + 1703.0, + 294.0, + 1703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1699.0, + 1402.0, + 1699.0, + 1402.0, + 1731.0, + 296.0, + 1731.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1730.0, + 1405.0, + 1730.0, + 1405.0, + 1761.0, + 296.0, + 1761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1759.0, + 1405.0, + 1759.0, + 1405.0, + 1794.0, + 294.0, + 1794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1789.0, + 1402.0, + 1789.0, + 1402.0, + 1821.0, + 294.0, + 1821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1818.0, + 1404.0, + 1818.0, + 1404.0, + 1857.0, + 293.0, + 1857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1849.0, + 1406.0, + 1849.0, + 1406.0, + 1887.0, + 292.0, + 1887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1879.0, + 1408.0, + 1879.0, + 1408.0, + 1917.0, + 293.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1906.0, + 1406.0, + 1906.0, + 1406.0, + 1949.0, + 293.0, + 1949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1943.0, + 1406.0, + 1943.0, + 1406.0, + 1977.0, + 293.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1972.0, + 1402.0, + 1972.0, + 1402.0, + 2006.0, + 293.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 2000.0, + 415.0, + 2000.0, + 415.0, + 2037.0, + 292.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 462.0, + 2005.0, + 527.0, + 2005.0, + 527.0, + 2035.0, + 462.0, + 2035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 573.0, + 2001.0, + 758.0, + 2001.0, + 758.0, + 2037.0, + 573.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 889.0, + 2001.0, + 1404.0, + 2001.0, + 1404.0, + 2037.0, + 889.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 701.0, + 1200.0, + 701.0, + 1200.0, + 736.0, + 294.0, + 736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1255.0, + 701.0, + 1353.0, + 701.0, + 1353.0, + 736.0, + 1255.0, + 736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1392.0, + 701.0, + 1408.0, + 701.0, + 1408.0, + 736.0, + 1392.0, + 736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 730.0, + 1407.0, + 730.0, + 1407.0, + 768.0, + 293.0, + 768.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 762.0, + 1407.0, + 762.0, + 1407.0, + 796.0, + 293.0, + 796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 790.0, + 1407.0, + 790.0, + 1407.0, + 828.0, + 293.0, + 828.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 818.0, + 1406.0, + 818.0, + 1406.0, + 860.0, + 291.0, + 860.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 855.0, + 1406.0, + 855.0, + 1406.0, + 887.0, + 295.0, + 887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 881.0, + 1406.0, + 881.0, + 1406.0, + 922.0, + 291.0, + 922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 915.0, + 1407.0, + 915.0, + 1407.0, + 950.0, + 294.0, + 950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 945.0, + 1407.0, + 945.0, + 1407.0, + 978.0, + 293.0, + 978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 973.0, + 1271.0, + 973.0, + 1271.0, + 1011.0, + 294.0, + 1011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 306.0, + 1408.0, + 306.0, + 1408.0, + 344.0, + 294.0, + 344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 335.0, + 1406.0, + 335.0, + 1406.0, + 376.0, + 292.0, + 376.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 366.0, + 1408.0, + 366.0, + 1408.0, + 406.0, + 293.0, + 406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 397.0, + 1407.0, + 397.0, + 1407.0, + 438.0, + 291.0, + 438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 428.0, + 1408.0, + 428.0, + 1408.0, + 466.0, + 293.0, + 466.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 461.0, + 1405.0, + 461.0, + 1405.0, + 495.0, + 294.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 491.0, + 1097.0, + 491.0, + 1097.0, + 525.0, + 296.0, + 525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 534.0, + 1405.0, + 534.0, + 1405.0, + 573.0, + 293.0, + 573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 569.0, + 1405.0, + 569.0, + 1405.0, + 603.0, + 295.0, + 603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 599.0, + 795.0, + 599.0, + 795.0, + 633.0, + 295.0, + 633.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, + 261.0, + 1177.0, + 261.0, + 1177.0, + 298.0, + 295.0, + 298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1515.0, + 1406.0, + 1515.0, + 1406.0, + 1550.0, + 296.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1548.0, + 911.0, + 1548.0, + 911.0, + 1580.0, + 296.0, + 1580.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 1, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 766, + 1406, + 766, + 1406, + 1195, + 297, + 1195 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 1741, + 1403, + 1741, + 1403, + 1958, + 298, + 1958 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 1264, + 1404, + 1264, + 1404, + 1387, + 297, + 1387 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 300, + 1634, + 1401, + 1634, + 1401, + 1727, + 300, + 1727 + ], + "score": 0.967 + }, + { + "category_id": 3, + "poly": [ + 298, + 197, + 1386, + 197, + 1386, + 570, + 298, + 570 + ], + "score": 0.961 + }, + { + "category_id": 1, + "poly": [ + 302, + 1440, + 1397, + 1440, + 1397, + 1505, + 302, + 1505 + ], + "score": 0.951 + }, + { + "category_id": 1, + "poly": [ + 299, + 1517, + 1401, + 1517, + 1401, + 1580, + 299, + 1580 + ], + "score": 0.947 + }, + { + "category_id": 1, + "poly": [ + 298, + 688, + 1400, + 688, + 1400, + 751, + 298, + 751 + ], + "score": 0.945 + }, + { + "category_id": 1, + "poly": [ + 298, + 1972, + 1403, + 1972, + 1403, + 2035, + 298, + 2035 + ], + "score": 0.941 + }, + { + "category_id": 8, + "poly": [ + 473, + 1396, + 1169, + 1396, + 1169, + 1434, + 473, + 1434 + ], + "score": 0.917 + }, + { + "category_id": 0, + "poly": [ + 299, + 1213, + 459, + 1213, + 459, + 1248, + 299, + 1248 + ], + "score": 0.914 + }, + { + "category_id": 0, + "poly": [ + 300, + 1591, + 703, + 1591, + 703, + 1622, + 300, + 1622 + ], + "score": 0.912 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1400, + 1399, + 1400, + 1399, + 1430, + 1366, + 1430 + ], + "score": 0.883 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 814, + 76, + 814, + 104, + 299, + 104 + ], + "score": 0.875 + }, + { + "category_id": 4, + "poly": [ + 298, + 603, + 1400, + 603, + 1400, + 666, + 298, + 666 + ], + "score": 0.812 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2112, + 841, + 2112 + ], + "score": 0.651 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.353 + }, + { + "category_id": 4, + "poly": [ + 340, + 543, + 1259, + 543, + 1259, + 568, + 340, + 568 + ], + "score": 0.184 + }, + { + "category_id": 1, + "poly": [ + 298, + 603, + 1400, + 603, + 1400, + 666, + 298, + 666 + ], + "score": 0.107 + }, + { + "category_id": 13, + "poly": [ + 827, + 1471, + 919, + 1471, + 919, + 1506, + 827, + 1506 + ], + "score": 0.92, + "latex": "T ( g _ { b u g } )" + }, + { + "category_id": 13, + "poly": [ + 977, + 1298, + 1030, + 1298, + 1030, + 1330, + 977, + 1330 + ], + "score": 0.89, + "latex": "g _ { b u g }" + }, + { + "category_id": 13, + "poly": [ + 605, + 1329, + 656, + 1329, + 656, + 1360, + 605, + 1360 + ], + "score": 0.88, + "latex": "g _ { f i x }" + }, + { + "category_id": 14, + "poly": [ + 475, + 1395, + 1169, + 1395, + 1169, + 1434, + 475, + 1434 + ], + "score": 0.85, + "latex": "p ( g _ { f i x } | g _ { b u g } ; \\theta ) = p ( g _ { 1 } | g _ { b u g } ; \\theta ) p ( g _ { 2 } | g _ { 1 } ; \\theta ) \\ldots p ( g _ { f i x } | g _ { T - 1 } ; \\theta )" + }, + { + "category_id": 13, + "poly": [ + 789, + 1357, + 813, + 1357, + 813, + 1383, + 789, + 1383 + ], + "score": 0.83, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 327, + 1931, + 345, + 1931, + 345, + 1958, + 327, + 1958 + ], + "score": 0.79, + "latex": "g" + }, + { + "category_id": 13, + "poly": [ + 1288, + 1900, + 1400, + 1900, + 1400, + 1930, + 1288, + 1930 + ], + "score": 0.78, + "latex": "g _ { f i x } , g _ { b u g }" + }, + { + "category_id": 13, + "poly": [ + 1210, + 547, + 1224, + 547, + 1224, + 562, + 1210, + 562 + ], + "score": 0.28, + "latex": "^ +" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 202.0, + 410.0, + 202.0, + 410.0, + 225.0, + 320.0, + 225.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 422.0, + 200.0, + 509.0, + 200.0, + 509.0, + 225.0, + 422.0, + 225.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 517.0, + 201.0, + 608.0, + 201.0, + 608.0, + 224.0, + 517.0, + 224.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 416.0, + 218.0, + 497.0, + 218.0, + 497.0, + 234.0, + 416.0, + 234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 524.0, + 221.0, + 601.0, + 221.0, + 601.0, + 233.0, + 524.0, + 233.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 716.0, + 212.0, + 842.0, + 212.0, + 842.0, + 235.0, + 716.0, + 235.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 992.0, + 214.0, + 1111.0, + 214.0, + 1111.0, + 233.0, + 992.0, + 233.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 226.0, + 404.0, + 226.0, + 404.0, + 242.0, + 326.0, + 242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 415.0, + 231.0, + 500.0, + 231.0, + 500.0, + 247.0, + 415.0, + 247.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 523.0, + 233.0, + 613.0, + 233.0, + 613.0, + 249.0, + 523.0, + 249.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 712.0, + 234.0, + 868.0, + 234.0, + 868.0, + 255.0, + 712.0, + 255.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 985.0, + 231.0, + 1165.0, + 231.0, + 1165.0, + 258.0, + 985.0, + 258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 451.0, + 248.0, + 479.0, + 248.0, + 479.0, + 260.0, + 451.0, + 260.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 524.0, + 248.0, + 601.0, + 248.0, + 601.0, + 260.0, + 524.0, + 260.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 248.0, + 613.0, + 248.0, + 613.0, + 260.0, + 602.0, + 260.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 416.0, + 257.0, + 493.0, + 257.0, + 493.0, + 269.0, + 416.0, + 269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 524.0, + 262.0, + 601.0, + 262.0, + 601.0, + 274.0, + 524.0, + 274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 262.0, + 613.0, + 262.0, + 613.0, + 274.0, + 602.0, + 274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 634.0, + 270.0, + 668.0, + 270.0, + 668.0, + 287.0, + 634.0, + 287.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 934.0, + 264.0, + 968.0, + 264.0, + 968.0, + 287.0, + 934.0, + 287.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1018.0, + 268.0, + 1054.0, + 268.0, + 1054.0, + 284.0, + 1018.0, + 284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1313.0, + 263.0, + 1352.0, + 263.0, + 1352.0, + 290.0, + 1313.0, + 290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 347.0, + 287.0, + 385.0, + 287.0, + 385.0, + 315.0, + 347.0, + 315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 413.0, + 306.0, + 482.0, + 306.0, + 482.0, + 326.0, + 413.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 663.0, + 307.0, + 697.0, + 307.0, + 697.0, + 329.0, + 663.0, + 329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 719.0, + 308.0, + 744.0, + 308.0, + 744.0, + 328.0, + 719.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 761.0, + 309.0, + 806.0, + 309.0, + 806.0, + 328.0, + 761.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 812.0, + 309.0, + 856.0, + 309.0, + 856.0, + 328.0, + 812.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 873.0, + 310.0, + 899.0, + 310.0, + 899.0, + 328.0, + 873.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 993.0, + 307.0, + 1025.0, + 307.0, + 1025.0, + 329.0, + 993.0, + 329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1046.0, + 307.0, + 1076.0, + 307.0, + 1076.0, + 329.0, + 1046.0, + 329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1089.0, + 309.0, + 1134.0, + 309.0, + 1134.0, + 328.0, + 1089.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1141.0, + 308.0, + 1186.0, + 308.0, + 1186.0, + 329.0, + 1141.0, + 329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1200.0, + 310.0, + 1228.0, + 310.0, + 1228.0, + 328.0, + 1200.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 661.0, + 323.0, + 697.0, + 323.0, + 697.0, + 341.0, + 661.0, + 341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 715.0, + 322.0, + 749.0, + 322.0, + 749.0, + 343.0, + 715.0, + 343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 769.0, + 324.0, + 800.0, + 324.0, + 800.0, + 343.0, + 769.0, + 343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 816.0, + 321.0, + 853.0, + 321.0, + 853.0, + 343.0, + 816.0, + 343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 322.0, + 906.0, + 322.0, + 906.0, + 343.0, + 866.0, + 343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 990.0, + 321.0, + 1026.0, + 321.0, + 1026.0, + 343.0, + 990.0, + 343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1044.0, + 322.0, + 1080.0, + 322.0, + 1080.0, + 343.0, + 1044.0, + 343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1099.0, + 324.0, + 1129.0, + 324.0, + 1129.0, + 343.0, + 1099.0, + 343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1148.0, + 322.0, + 1182.0, + 322.0, + 1182.0, + 343.0, + 1148.0, + 343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1193.0, + 322.0, + 1236.0, + 322.0, + 1236.0, + 343.0, + 1193.0, + 343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1318.0, + 328.0, + 1346.0, + 328.0, + 1346.0, + 347.0, + 1318.0, + 347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 343.0, + 384.0, + 343.0, + 384.0, + 360.0, + 298.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 399.0, + 344.0, + 491.0, + 344.0, + 491.0, + 361.0, + 399.0, + 361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 512.0, + 344.0, + 604.0, + 344.0, + 604.0, + 360.0, + 512.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1311.0, + 338.0, + 1353.0, + 338.0, + 1353.0, + 360.0, + 1311.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 336.0, + 367.0, + 342.0, + 367.0, + 342.0, + 374.0, + 336.0, + 374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 752.0, + 366.0, + 815.0, + 366.0, + 815.0, + 386.0, + 752.0, + 386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1080.0, + 366.0, + 1145.0, + 366.0, + 1145.0, + 386.0, + 1080.0, + 386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 405.0, + 370.0, + 487.0, + 370.0, + 487.0, + 390.0, + 405.0, + 390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 521.0, + 370.0, + 592.0, + 370.0, + 592.0, + 390.0, + 521.0, + 390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 382.0, + 362.0, + 382.0, + 362.0, + 403.0, + 325.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 332.0, + 400.0, + 354.0, + 400.0, + 354.0, + 419.0, + 332.0, + 419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 488.0, + 395.0, + 569.0, + 395.0, + 569.0, + 414.0, + 488.0, + 414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 418.0, + 351.0, + 418.0, + 351.0, + 434.0, + 333.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 432.0, + 415.0, + 628.0, + 415.0, + 628.0, + 442.0, + 432.0, + 442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 332.0, + 433.0, + 354.0, + 433.0, + 354.0, + 452.0, + 332.0, + 452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 496.0, + 348.0, + 496.0, + 348.0, + 508.0, + 311.0, + 508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 494.0, + 404.0, + 494.0, + 404.0, + 510.0, + 349.0, + 510.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 409.0, + 499.0, + 431.0, + 499.0, + 431.0, + 508.0, + 409.0, + 508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 470.0, + 493.0, + 510.0, + 493.0, + 510.0, + 510.0, + 470.0, + 510.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 511.0, + 493.0, + 554.0, + 493.0, + 554.0, + 512.0, + 511.0, + 512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 560.0, + 494.0, + 599.0, + 494.0, + 599.0, + 512.0, + 560.0, + 512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 406.0, + 504.0, + 436.0, + 504.0, + 436.0, + 521.0, + 406.0, + 521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1318.0, + 513.0, + 1390.0, + 513.0, + 1390.0, + 534.0, + 1318.0, + 534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 345.0, + 541.0, + 549.0, + 541.0, + 549.0, + 565.0, + 345.0, + 565.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 562.0, + 540.0, + 1209.0, + 540.0, + 1209.0, + 571.0, + 562.0, + 571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1225.0, + 540.0, + 1264.0, + 540.0, + 1264.0, + 571.0, + 1225.0, + 571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1325.0, + 540.0, + 1391.0, + 540.0, + 1391.0, + 560.0, + 1325.0, + 560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1208.0, + 467.0, + 1208.0, + 467.0, + 1255.0, + 291.0, + 1255.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1591.0, + 706.0, + 1591.0, + 706.0, + 1624.0, + 296.0, + 1624.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": [ + 296.0, + 603.0, + 1405.0, + 603.0, + 1405.0, + 638.0, + 296.0, + 638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 632.0, + 943.0, + 632.0, + 943.0, + 668.0, + 296.0, + 668.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": [ + 345.0, + 542.0, + 549.0, + 542.0, + 549.0, + 563.0, + 345.0, + 563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 563.0, + 538.0, + 1209.0, + 538.0, + 1209.0, + 573.0, + 563.0, + 573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1225.0, + 538.0, + 1266.0, + 538.0, + 1266.0, + 573.0, + 1225.0, + 573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 763.0, + 1409.0, + 763.0, + 1409.0, + 801.0, + 294.0, + 801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 797.0, + 1404.0, + 797.0, + 1404.0, + 829.0, + 295.0, + 829.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 825.0, + 1407.0, + 825.0, + 1407.0, + 862.0, + 291.0, + 862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 857.0, + 1404.0, + 857.0, + 1404.0, + 893.0, + 294.0, + 893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 888.0, + 1406.0, + 888.0, + 1406.0, + 923.0, + 294.0, + 923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 917.0, + 1404.0, + 917.0, + 1404.0, + 951.0, + 292.0, + 951.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 945.0, + 1406.0, + 945.0, + 1406.0, + 986.0, + 292.0, + 986.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 978.0, + 1406.0, + 978.0, + 1406.0, + 1014.0, + 292.0, + 1014.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1007.0, + 1406.0, + 1007.0, + 1406.0, + 1045.0, + 292.0, + 1045.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1039.0, + 1407.0, + 1039.0, + 1407.0, + 1075.0, + 294.0, + 1075.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1070.0, + 1409.0, + 1070.0, + 1409.0, + 1105.0, + 294.0, + 1105.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1097.0, + 1408.0, + 1097.0, + 1408.0, + 1136.0, + 292.0, + 1136.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1128.0, + 1408.0, + 1128.0, + 1408.0, + 1165.0, + 294.0, + 1165.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1160.0, + 1185.0, + 1160.0, + 1185.0, + 1195.0, + 294.0, + 1195.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1739.0, + 1408.0, + 1739.0, + 1408.0, + 1779.0, + 292.0, + 1779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1774.0, + 1405.0, + 1774.0, + 1405.0, + 1809.0, + 294.0, + 1809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1804.0, + 1405.0, + 1804.0, + 1405.0, + 1838.0, + 294.0, + 1838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1833.0, + 1404.0, + 1833.0, + 1404.0, + 1869.0, + 293.0, + 1869.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1863.0, + 1405.0, + 1863.0, + 1405.0, + 1900.0, + 292.0, + 1900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1887.0, + 1287.0, + 1887.0, + 1287.0, + 1940.0, + 290.0, + 1940.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 1887.0, + 1407.0, + 1887.0, + 1407.0, + 1940.0, + 1401.0, + 1940.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1926.0, + 326.0, + 1926.0, + 326.0, + 1961.0, + 294.0, + 1961.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 346.0, + 1926.0, + 1266.0, + 1926.0, + 1266.0, + 1961.0, + 346.0, + 1961.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1263.0, + 1405.0, + 1263.0, + 1405.0, + 1302.0, + 292.0, + 1302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1294.0, + 976.0, + 1294.0, + 976.0, + 1331.0, + 292.0, + 1331.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1031.0, + 1294.0, + 1409.0, + 1294.0, + 1409.0, + 1331.0, + 1031.0, + 1331.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1324.0, + 604.0, + 1324.0, + 604.0, + 1362.0, + 292.0, + 1362.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 657.0, + 1324.0, + 1405.0, + 1324.0, + 1405.0, + 1362.0, + 657.0, + 1362.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1357.0, + 788.0, + 1357.0, + 788.0, + 1389.0, + 295.0, + 1389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 814.0, + 1357.0, + 1166.0, + 1357.0, + 1166.0, + 1389.0, + 814.0, + 1389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1633.0, + 1405.0, + 1633.0, + 1405.0, + 1667.0, + 296.0, + 1667.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1664.0, + 1407.0, + 1664.0, + 1407.0, + 1701.0, + 294.0, + 1701.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1697.0, + 1138.0, + 1697.0, + 1138.0, + 1728.0, + 295.0, + 1728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 1439.0, + 1403.0, + 1439.0, + 1403.0, + 1475.0, + 298.0, + 1475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1470.0, + 826.0, + 1470.0, + 826.0, + 1507.0, + 294.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 920.0, + 1470.0, + 1366.0, + 1470.0, + 1366.0, + 1507.0, + 920.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1517.0, + 1406.0, + 1517.0, + 1406.0, + 1552.0, + 295.0, + 1552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1547.0, + 1382.0, + 1547.0, + 1382.0, + 1583.0, + 295.0, + 1583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 685.0, + 1406.0, + 685.0, + 1406.0, + 726.0, + 293.0, + 726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 720.0, + 786.0, + 720.0, + 786.0, + 755.0, + 294.0, + 755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1970.0, + 1405.0, + 1970.0, + 1405.0, + 2006.0, + 294.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2000.0, + 1405.0, + 2000.0, + 1405.0, + 2038.0, + 294.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 603.0, + 1405.0, + 603.0, + 1405.0, + 638.0, + 296.0, + 638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 632.0, + 943.0, + 632.0, + 943.0, + 668.0, + 296.0, + 668.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 2, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1001, + 1405, + 1001, + 1405, + 1198, + 297, + 1198 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 1213, + 1406, + 1213, + 1406, + 1373, + 297, + 1373 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1665, + 1404, + 1665, + 1404, + 1788, + 298, + 1788 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 297, + 1802, + 1403, + 1802, + 1403, + 1960, + 297, + 1960 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 297, + 766, + 1407, + 766, + 1407, + 890, + 297, + 890 + ], + "score": 0.977 + }, + { + "category_id": 3, + "poly": [ + 294, + 188, + 1406, + 188, + 1406, + 679, + 294, + 679 + ], + "score": 0.976 + }, + { + "category_id": 8, + "poly": [ + 504, + 898, + 1139, + 898, + 1139, + 994, + 504, + 994 + ], + "score": 0.958 + }, + { + "category_id": 1, + "poly": [ + 296, + 1972, + 1403, + 1972, + 1403, + 2035, + 296, + 2035 + ], + "score": 0.944 + }, + { + "category_id": 4, + "poly": [ + 528, + 713, + 1161, + 713, + 1161, + 747, + 528, + 747 + ], + "score": 0.931 + }, + { + "category_id": 1, + "poly": [ + 297, + 1426, + 1404, + 1426, + 1404, + 1612, + 297, + 1612 + ], + "score": 0.921 + }, + { + "category_id": 0, + "poly": [ + 299, + 1384, + 641, + 1384, + 641, + 1414, + 299, + 1414 + ], + "score": 0.906 + }, + { + "category_id": 0, + "poly": [ + 299, + 1622, + 679, + 1622, + 679, + 1653, + 299, + 1653 + ], + "score": 0.902 + }, + { + "category_id": 9, + "poly": [ + 1366, + 959, + 1400, + 959, + 1400, + 988, + 1366, + 988 + ], + "score": 0.899 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 815, + 76, + 815, + 104, + 298, + 104 + ], + "score": 0.885 + }, + { + "category_id": 2, + "poly": [ + 840, + 2089, + 857, + 2089, + 857, + 2111, + 840, + 2111 + ], + "score": 0.782 + }, + { + "category_id": 13, + "poly": [ + 323, + 1066, + 426, + 1066, + 426, + 1103, + 323, + 1103 + ], + "score": 0.93, + "latex": "\\vec { v } = h _ { v } ^ { ( L ) }" + }, + { + "category_id": 13, + "poly": [ + 439, + 1926, + 528, + 1926, + 528, + 1959, + 439, + 1959 + ], + "score": 0.92, + "latex": "\\{ \\vec { v } \\} _ { v \\in V }" + }, + { + "category_id": 13, + "poly": [ + 391, + 767, + 524, + 767, + 524, + 801, + 391, + 801 + ], + "score": 0.92, + "latex": "g = ( V , E )" + }, + { + "category_id": 13, + "poly": [ + 1072, + 1070, + 1151, + 1070, + 1151, + 1106, + 1072, + 1106 + ], + "score": 0.92, + "latex": "\\mathcal { N } ^ { k } ( v )" + }, + { + "category_id": 13, + "poly": [ + 1153, + 764, + 1404, + 764, + 1404, + 801, + 1153, + 801 + ], + "score": 0.92, + "latex": "f ( \\boldsymbol { g } ) \\mapsto ( \\mathbb { R } ^ { d } , \\mathbb { R } ^ { | V | \\times d } )" + }, + { + "category_id": 14, + "poly": [ + 505, + 896, + 1140, + 896, + 1140, + 996, + 505, + 996 + ], + "score": 0.91, + "latex": "\\begin{array} { r l } & { h _ { v } ^ { ( l + 1 ) , k } = \\sigma ( \\sum _ { u \\in \\mathcal { N } ^ { k } ( v ) } \\mathbf { W } _ { 1 } ^ { l , k } h _ { u } ^ { ( l ) } ) , \\forall k \\in \\{ 1 , 2 , \\ldots , K \\} } \\\\ & { h _ { v } ^ { ( l + 1 ) } = \\sigma ( \\mathbf { W } _ { 2 } ^ { l } [ h _ { v } ^ { ( l + 1 ) , 1 } , h _ { v } ^ { ( l + 1 ) , 2 } , \\ldots , h _ { v } ^ { ( l + 1 ) , K } ] + h _ { v } ^ { ( l ) } ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 919, + 829, + 967, + 829, + 967, + 862, + 919, + 862 + ], + "score": 0.91, + "latex": "f ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 997, + 1005, + 1045, + 1005, + 1045, + 1039, + 997, + 1039 + ], + "score": 0.91, + "latex": "\\sigma ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 1118, + 1211, + 1165, + 1211, + 1165, + 1249, + 1118, + 1249 + ], + "score": 0.91, + "latex": "h _ { v } ^ { ( 0 ) }" + }, + { + "category_id": 13, + "poly": [ + 524, + 1168, + 593, + 1168, + 593, + 1194, + 524, + 1194 + ], + "score": 0.9, + "latex": "L + 1" + }, + { + "category_id": 13, + "poly": [ + 463, + 1725, + 544, + 1725, + 544, + 1755, + 463, + 1755 + ], + "score": 0.9, + "latex": "\\vec { c } \\in \\mathbb R ^ { d }" + }, + { + "category_id": 13, + "poly": [ + 486, + 829, + 560, + 829, + 560, + 858, + 486, + 858 + ], + "score": 0.89, + "latex": "v \\in V" + }, + { + "category_id": 13, + "poly": [ + 1088, + 1133, + 1121, + 1133, + 1121, + 1168, + 1088, + 1168 + ], + "score": 0.89, + "latex": "\\mathsf { \\bar { h } } _ { v } ^ { l }" + }, + { + "category_id": 13, + "poly": [ + 793, + 1924, + 1117, + 1924, + 1117, + 1959, + 793, + 1959 + ], + "score": 0.89, + "latex": "l o \\bar { c } ( \\bar { \\vec { c } } , g ) = \\arg \\operatorname* { m a x } _ { v \\in V } \\vec { v } ^ { \\top } \\bar { \\vec { c } }" + }, + { + "category_id": 13, + "poly": [ + 469, + 1133, + 691, + 1133, + 691, + 1167, + 469, + 1167 + ], + "score": 0.88, + "latex": "h _ { v } ^ { l } , \\forall l \\in 0 , 1 , \\therefore , \\bar { L }" + }, + { + "category_id": 13, + "poly": [ + 1317, + 1107, + 1335, + 1107, + 1335, + 1137, + 1317, + 1137 + ], + "score": 0.85, + "latex": "\\vec { g }" + }, + { + "category_id": 13, + "poly": [ + 887, + 769, + 912, + 769, + 912, + 795, + 887, + 795 + ], + "score": 0.83, + "latex": "E" + }, + { + "category_id": 13, + "poly": [ + 298, + 1039, + 325, + 1039, + 325, + 1064, + 298, + 1064 + ], + "score": 0.82, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 826, + 1107, + 843, + 1107, + 843, + 1132, + 826, + 1132 + ], + "score": 0.82, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 789, + 1167, + 805, + 1167, + 805, + 1198, + 789, + 1198 + ], + "score": 0.81, + "latex": "\\vec { g }" + }, + { + "category_id": 13, + "poly": [ + 512, + 1074, + 534, + 1074, + 534, + 1101, + 512, + 1101 + ], + "score": 0.81, + "latex": "L" + }, + { + "category_id": 13, + "poly": [ + 446, + 802, + 464, + 802, + 464, + 826, + 446, + 826 + ], + "score": 0.8, + "latex": "d" + }, + { + "category_id": 13, + "poly": [ + 883, + 804, + 902, + 804, + 902, + 831, + 883, + 831 + ], + "score": 0.79, + "latex": "g" + }, + { + "category_id": 13, + "poly": [ + 389, + 1110, + 406, + 1110, + 406, + 1132, + 389, + 1132 + ], + "score": 0.78, + "latex": "v" + }, + { + "category_id": 13, + "poly": [ + 734, + 768, + 761, + 768, + 761, + 795, + 734, + 795 + ], + "score": 0.77, + "latex": "V" + }, + { + "category_id": 13, + "poly": [ + 539, + 1001, + 703, + 1001, + 703, + 1038, + 539, + 1038 + ], + "score": 0.76, + "latex": "\\mathbf { W } _ { 2 } ^ { l } \\in \\mathbb { R } ^ { d K \\times d }" + }, + { + "category_id": 13, + "poly": [ + 1041, + 799, + 1065, + 799, + 1065, + 831, + 1041, + 831 + ], + "score": 0.75, + "latex": "\\vec { g } )" + }, + { + "category_id": 13, + "poly": [ + 371, + 1000, + 529, + 1000, + 529, + 1038, + 371, + 1038 + ], + "score": 0.67, + "latex": "\\mathbf { W } _ { 1 } ^ { l , k } \\in \\mathbb { R } ^ { d \\times d }" + }, + { + "category_id": 13, + "poly": [ + 696, + 831, + 714, + 831, + 714, + 857, + 696, + 857 + ], + "score": 0.67, + "latex": "\\vec { v }" + }, + { + "category_id": 13, + "poly": [ + 1224, + 1136, + 1235, + 1136, + 1235, + 1162, + 1224, + 1162 + ], + "score": 0.65, + "latex": "l" + }, + { + "category_id": 13, + "poly": [ + 1301, + 830, + 1338, + 830, + 1338, + 857, + 1301, + 857 + ], + "score": 0.43, + "latex": "\\mathrm { X u }" + }, + { + "category_id": 15, + "poly": [ + 609.0, + 191.0, + 675.0, + 191.0, + 675.0, + 212.0, + 609.0, + 212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 976.0, + 187.0, + 1027.0, + 187.0, + 1027.0, + 216.0, + 976.0, + 216.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1239.0, + 190.0, + 1284.0, + 190.0, + 1284.0, + 217.0, + 1239.0, + 217.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 225.0, + 389.0, + 225.0, + 389.0, + 245.0, + 326.0, + 245.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 565.0, + 228.0, + 591.0, + 228.0, + 591.0, + 241.0, + 565.0, + 241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 595.0, + 230.0, + 620.0, + 230.0, + 620.0, + 239.0, + 595.0, + 239.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 913.0, + 224.0, + 976.0, + 224.0, + 976.0, + 245.0, + 913.0, + 245.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1180.0, + 227.0, + 1240.0, + 227.0, + 1240.0, + 243.0, + 1180.0, + 243.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 310.0, + 257.0, + 402.0, + 257.0, + 402.0, + 277.0, + 310.0, + 277.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 408.0, + 257.0, + 505.0, + 257.0, + 505.0, + 277.0, + 408.0, + 277.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 546.0, + 257.0, + 640.0, + 257.0, + 640.0, + 277.0, + 546.0, + 277.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 647.0, + 257.0, + 736.0, + 257.0, + 736.0, + 277.0, + 647.0, + 277.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 767.0, + 244.0, + 793.0, + 244.0, + 793.0, + 303.0, + 767.0, + 303.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 810.0, + 257.0, + 840.0, + 257.0, + 840.0, + 276.0, + 810.0, + 276.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 849.0, + 242.0, + 876.0, + 242.0, + 876.0, + 299.0, + 849.0, + 299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 928.0, + 262.0, + 967.0, + 262.0, + 967.0, + 271.0, + 928.0, + 271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1002.0, + 259.0, + 1077.0, + 259.0, + 1077.0, + 275.0, + 1002.0, + 275.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1166.0, + 261.0, + 1243.0, + 261.0, + 1243.0, + 273.0, + 1166.0, + 273.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 259.0, + 1344.0, + 259.0, + 1344.0, + 275.0, + 1262.0, + 275.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 308.0, + 280.0, + 327.0, + 280.0, + 327.0, + 294.0, + 308.0, + 294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 281.0, + 427.0, + 281.0, + 427.0, + 297.0, + 349.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 579.0, + 282.0, + 661.0, + 282.0, + 661.0, + 298.0, + 579.0, + 298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 810.0, + 269.0, + 840.0, + 269.0, + 840.0, + 287.0, + 810.0, + 287.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 895.0, + 280.0, + 914.0, + 280.0, + 914.0, + 294.0, + 895.0, + 294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1111.0, + 269.0, + 1142.0, + 269.0, + 1142.0, + 329.0, + 1111.0, + 329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1278.0, + 282.0, + 1356.0, + 282.0, + 1356.0, + 298.0, + 1278.0, + 298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 306.0, + 292.0, + 515.0, + 292.0, + 515.0, + 325.0, + 306.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 546.0, + 297.0, + 557.0, + 297.0, + 557.0, + 308.0, + 546.0, + 308.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 561.0, + 298.0, + 698.0, + 298.0, + 698.0, + 330.0, + 561.0, + 330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 890.0, + 297.0, + 919.0, + 297.0, + 919.0, + 330.0, + 890.0, + 330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1004.0, + 301.0, + 1042.0, + 301.0, + 1042.0, + 335.0, + 1004.0, + 335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1269.0, + 301.0, + 1316.0, + 301.0, + 1316.0, + 330.0, + 1269.0, + 330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 335.0, + 393.0, + 335.0, + 393.0, + 355.0, + 329.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 565.0, + 335.0, + 628.0, + 335.0, + 628.0, + 355.0, + 565.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 901.0, + 335.0, + 1002.0, + 335.0, + 1002.0, + 355.0, + 901.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1005.0, + 326.0, + 1065.0, + 326.0, + 1065.0, + 350.0, + 1005.0, + 350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1167.0, + 333.0, + 1246.0, + 333.0, + 1246.0, + 352.0, + 1167.0, + 352.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1268.0, + 323.0, + 1317.0, + 323.0, + 1317.0, + 344.0, + 1268.0, + 344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 902.0, + 349.0, + 1002.0, + 349.0, + 1002.0, + 368.0, + 902.0, + 368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1270.0, + 349.0, + 1331.0, + 349.0, + 1331.0, + 365.0, + 1270.0, + 365.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 362.0, + 393.0, + 362.0, + 393.0, + 382.0, + 329.0, + 382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 767.0, + 361.0, + 792.0, + 361.0, + 792.0, + 417.0, + 767.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 855.0, + 361.0, + 877.0, + 361.0, + 877.0, + 415.0, + 855.0, + 415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1005.0, + 356.0, + 1066.0, + 356.0, + 1066.0, + 376.0, + 1005.0, + 376.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1267.0, + 357.0, + 1330.0, + 357.0, + 1330.0, + 378.0, + 1267.0, + 378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 804.0, + 374.0, + 846.0, + 374.0, + 846.0, + 391.0, + 804.0, + 391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 330.0, + 385.0, + 384.0, + 385.0, + 384.0, + 406.0, + 330.0, + 406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 399.0, + 385.0, + 464.0, + 385.0, + 464.0, + 405.0, + 399.0, + 405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 645.0, + 390.0, + 658.0, + 390.0, + 658.0, + 399.0, + 645.0, + 399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 661.0, + 390.0, + 686.0, + 390.0, + 686.0, + 399.0, + 661.0, + 399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 808.0, + 384.0, + 845.0, + 384.0, + 845.0, + 405.0, + 808.0, + 405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 335.0, + 409.0, + 385.0, + 409.0, + 385.0, + 425.0, + 335.0, + 425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 417.0, + 405.0, + 488.0, + 405.0, + 488.0, + 425.0, + 417.0, + 425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 563.0, + 409.0, + 623.0, + 409.0, + 623.0, + 425.0, + 563.0, + 425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 680.0, + 408.0, + 721.0, + 408.0, + 721.0, + 424.0, + 680.0, + 424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1028.0, + 406.0, + 1067.0, + 406.0, + 1067.0, + 430.0, + 1028.0, + 430.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 307.0, + 422.0, + 498.0, + 422.0, + 498.0, + 442.0, + 307.0, + 442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 499.0, + 425.0, + 512.0, + 425.0, + 512.0, + 434.0, + 499.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 562.0, + 425.0, + 705.0, + 425.0, + 705.0, + 441.0, + 562.0, + 441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1031.0, + 424.0, + 1067.0, + 424.0, + 1067.0, + 441.0, + 1031.0, + 441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1031.0, + 436.0, + 1090.0, + 436.0, + 1090.0, + 456.0, + 1031.0, + 456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 451.0, + 389.0, + 451.0, + 389.0, + 470.0, + 326.0, + 470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 563.0, + 450.0, + 625.0, + 450.0, + 625.0, + 469.0, + 563.0, + 469.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1029.0, + 462.0, + 1094.0, + 462.0, + 1094.0, + 483.0, + 1029.0, + 483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 308.0, + 484.0, + 404.0, + 484.0, + 404.0, + 501.0, + 308.0, + 501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 407.0, + 483.0, + 504.0, + 483.0, + 504.0, + 502.0, + 407.0, + 502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 548.0, + 483.0, + 639.0, + 483.0, + 639.0, + 502.0, + 548.0, + 502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 767.0, + 471.0, + 796.0, + 471.0, + 796.0, + 535.0, + 767.0, + 535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 971.0, + 480.0, + 1039.0, + 480.0, + 1039.0, + 496.0, + 971.0, + 496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1185.0, + 484.0, + 1200.0, + 484.0, + 1200.0, + 494.0, + 1185.0, + 494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 806.0, + 488.0, + 846.0, + 488.0, + 846.0, + 509.0, + 806.0, + 509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 490.0, + 1086.0, + 490.0, + 1086.0, + 511.0, + 888.0, + 511.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 500.0, + 361.0, + 500.0, + 361.0, + 521.0, + 326.0, + 521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 423.0, + 504.0, + 490.0, + 504.0, + 490.0, + 523.0, + 423.0, + 523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 566.0, + 501.0, + 591.0, + 501.0, + 591.0, + 518.0, + 566.0, + 518.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 659.0, + 501.0, + 725.0, + 501.0, + 725.0, + 521.0, + 659.0, + 521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 807.0, + 499.0, + 842.0, + 499.0, + 842.0, + 520.0, + 807.0, + 520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 450.0, + 517.0, + 462.0, + 517.0, + 462.0, + 527.0, + 450.0, + 527.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1113.0, + 512.0, + 1142.0, + 512.0, + 1142.0, + 575.0, + 1113.0, + 575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1215.0, + 516.0, + 1248.0, + 516.0, + 1248.0, + 528.0, + 1215.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1269.0, + 514.0, + 1311.0, + 514.0, + 1311.0, + 530.0, + 1269.0, + 530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 307.0, + 523.0, + 490.0, + 523.0, + 490.0, + 557.0, + 307.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 562.0, + 539.0, + 729.0, + 539.0, + 729.0, + 555.0, + 562.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1158.0, + 526.0, + 1210.0, + 526.0, + 1210.0, + 559.0, + 1158.0, + 559.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1250.0, + 531.0, + 1270.0, + 531.0, + 1270.0, + 546.0, + 1250.0, + 546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1278.0, + 532.0, + 1352.0, + 532.0, + 1352.0, + 552.0, + 1278.0, + 552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1161.0, + 553.0, + 1210.0, + 553.0, + 1210.0, + 571.0, + 1161.0, + 571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 564.0, + 388.0, + 564.0, + 388.0, + 584.0, + 324.0, + 584.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 561.0, + 566.0, + 621.0, + 566.0, + 621.0, + 582.0, + 561.0, + 582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1161.0, + 575.0, + 1222.0, + 575.0, + 1222.0, + 595.0, + 1161.0, + 595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 332.0, + 592.0, + 378.0, + 592.0, + 378.0, + 618.0, + 332.0, + 618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 568.0, + 591.0, + 616.0, + 591.0, + 616.0, + 610.0, + 568.0, + 610.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 767.0, + 592.0, + 792.0, + 592.0, + 792.0, + 648.0, + 767.0, + 648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 805.0, + 600.0, + 846.0, + 600.0, + 846.0, + 634.0, + 805.0, + 634.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1162.0, + 586.0, + 1221.0, + 586.0, + 1221.0, + 606.0, + 1162.0, + 606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1240.0, + 585.0, + 1321.0, + 585.0, + 1321.0, + 605.0, + 1240.0, + 605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 616.0, + 389.0, + 616.0, + 389.0, + 635.0, + 324.0, + 635.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 561.0, + 617.0, + 623.0, + 617.0, + 623.0, + 633.0, + 561.0, + 633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 307.0, + 635.0, + 414.0, + 635.0, + 414.0, + 655.0, + 307.0, + 655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 419.0, + 634.0, + 484.0, + 634.0, + 484.0, + 657.0, + 419.0, + 657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 544.0, + 637.0, + 611.0, + 637.0, + 611.0, + 654.0, + 544.0, + 654.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 620.0, + 642.0, + 645.0, + 642.0, + 645.0, + 650.0, + 620.0, + 650.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 671.0, + 639.0, + 707.0, + 639.0, + 707.0, + 651.0, + 671.0, + 651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 302.0, + 655.0, + 509.0, + 655.0, + 509.0, + 672.0, + 302.0, + 672.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 562.0, + 655.0, + 710.0, + 655.0, + 710.0, + 671.0, + 562.0, + 671.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 527.0, + 711.0, + 1162.0, + 711.0, + 1162.0, + 751.0, + 527.0, + 751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1382.0, + 644.0, + 1382.0, + 644.0, + 1417.0, + 294.0, + 1417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1622.0, + 681.0, + 1622.0, + 681.0, + 1655.0, + 296.0, + 1655.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": [ + 838.0, + 2086.0, + 862.0, + 2086.0, + 862.0, + 2118.0, + 838.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 992.0, + 370.0, + 992.0, + 370.0, + 1045.0, + 290.0, + 1045.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 530.0, + 992.0, + 538.0, + 992.0, + 538.0, + 1045.0, + 530.0, + 1045.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 704.0, + 992.0, + 996.0, + 992.0, + 996.0, + 1045.0, + 704.0, + 1045.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1046.0, + 992.0, + 1412.0, + 992.0, + 1412.0, + 1045.0, + 1046.0, + 1045.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 1033.0, + 1405.0, + 1033.0, + 1405.0, + 1073.0, + 326.0, + 1073.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1061.0, + 322.0, + 1061.0, + 322.0, + 1114.0, + 289.0, + 1114.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 427.0, + 1061.0, + 511.0, + 1061.0, + 511.0, + 1114.0, + 427.0, + 1114.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 535.0, + 1061.0, + 1071.0, + 1061.0, + 1071.0, + 1114.0, + 535.0, + 1114.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1152.0, + 1061.0, + 1407.0, + 1061.0, + 1407.0, + 1114.0, + 1152.0, + 1114.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1103.0, + 388.0, + 1103.0, + 388.0, + 1141.0, + 294.0, + 1141.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 407.0, + 1103.0, + 825.0, + 1103.0, + 825.0, + 1141.0, + 407.0, + 1141.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 844.0, + 1103.0, + 1316.0, + 1103.0, + 1316.0, + 1141.0, + 844.0, + 1141.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1336.0, + 1103.0, + 1405.0, + 1103.0, + 1405.0, + 1141.0, + 1336.0, + 1141.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1133.0, + 468.0, + 1133.0, + 468.0, + 1171.0, + 292.0, + 1171.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 692.0, + 1133.0, + 1087.0, + 1133.0, + 1087.0, + 1171.0, + 692.0, + 1171.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1122.0, + 1133.0, + 1223.0, + 1133.0, + 1223.0, + 1171.0, + 1122.0, + 1171.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1236.0, + 1133.0, + 1406.0, + 1133.0, + 1406.0, + 1171.0, + 1236.0, + 1171.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1163.0, + 523.0, + 1163.0, + 523.0, + 1202.0, + 294.0, + 1202.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 594.0, + 1163.0, + 788.0, + 1163.0, + 788.0, + 1202.0, + 594.0, + 1202.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 806.0, + 1163.0, + 817.0, + 1163.0, + 817.0, + 1202.0, + 806.0, + 1202.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 281.0, + 1189.0, + 1117.0, + 1189.0, + 1117.0, + 1285.0, + 281.0, + 1285.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1166.0, + 1189.0, + 1417.0, + 1189.0, + 1417.0, + 1285.0, + 1166.0, + 1285.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1281.0, + 1407.0, + 1281.0, + 1407.0, + 1315.0, + 296.0, + 1315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1311.0, + 1403.0, + 1311.0, + 1403.0, + 1344.0, + 295.0, + 1344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1338.0, + 1409.0, + 1338.0, + 1409.0, + 1378.0, + 294.0, + 1378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1665.0, + 1405.0, + 1665.0, + 1405.0, + 1701.0, + 294.0, + 1701.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1693.0, + 1408.0, + 1693.0, + 1408.0, + 1731.0, + 292.0, + 1731.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1725.0, + 462.0, + 1725.0, + 462.0, + 1760.0, + 292.0, + 1760.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 545.0, + 1725.0, + 1405.0, + 1725.0, + 1405.0, + 1760.0, + 545.0, + 1760.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1756.0, + 1355.0, + 1756.0, + 1355.0, + 1790.0, + 293.0, + 1790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1803.0, + 1404.0, + 1803.0, + 1404.0, + 1837.0, + 296.0, + 1837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1833.0, + 1405.0, + 1833.0, + 1405.0, + 1870.0, + 295.0, + 1870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1861.0, + 1408.0, + 1861.0, + 1408.0, + 1901.0, + 294.0, + 1901.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1892.0, + 1405.0, + 1892.0, + 1405.0, + 1929.0, + 293.0, + 1929.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1924.0, + 438.0, + 1924.0, + 438.0, + 1962.0, + 296.0, + 1962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 529.0, + 1924.0, + 792.0, + 1924.0, + 792.0, + 1962.0, + 529.0, + 1962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1118.0, + 1924.0, + 1280.0, + 1924.0, + 1280.0, + 1962.0, + 1118.0, + 1962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 764.0, + 390.0, + 764.0, + 390.0, + 800.0, + 290.0, + 800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 525.0, + 764.0, + 733.0, + 764.0, + 733.0, + 800.0, + 525.0, + 800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 762.0, + 764.0, + 886.0, + 764.0, + 886.0, + 800.0, + 762.0, + 800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 913.0, + 764.0, + 1152.0, + 764.0, + 1152.0, + 800.0, + 913.0, + 800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1405.0, + 764.0, + 1408.0, + 764.0, + 1408.0, + 800.0, + 1405.0, + 800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 797.0, + 445.0, + 797.0, + 445.0, + 831.0, + 291.0, + 831.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 465.0, + 797.0, + 882.0, + 797.0, + 882.0, + 831.0, + 465.0, + 831.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 903.0, + 797.0, + 1040.0, + 797.0, + 1040.0, + 831.0, + 903.0, + 831.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1066.0, + 797.0, + 1408.0, + 797.0, + 1408.0, + 831.0, + 1066.0, + 831.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 827.0, + 485.0, + 827.0, + 485.0, + 862.0, + 294.0, + 862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 561.0, + 827.0, + 695.0, + 827.0, + 695.0, + 862.0, + 561.0, + 862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 715.0, + 827.0, + 918.0, + 827.0, + 918.0, + 862.0, + 715.0, + 862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 968.0, + 827.0, + 1300.0, + 827.0, + 1300.0, + 862.0, + 968.0, + 862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1339.0, + 827.0, + 1407.0, + 827.0, + 1407.0, + 862.0, + 1339.0, + 862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 856.0, + 1384.0, + 856.0, + 1384.0, + 893.0, + 295.0, + 893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1969.0, + 1408.0, + 1969.0, + 1408.0, + 2006.0, + 295.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2001.0, + 1405.0, + 2001.0, + 1405.0, + 2037.0, + 294.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1424.0, + 1406.0, + 1424.0, + 1406.0, + 1464.0, + 294.0, + 1464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1455.0, + 1405.0, + 1455.0, + 1405.0, + 1495.0, + 294.0, + 1495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1487.0, + 1406.0, + 1487.0, + 1406.0, + 1523.0, + 294.0, + 1523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1518.0, + 1406.0, + 1518.0, + 1406.0, + 1552.0, + 292.0, + 1552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1548.0, + 1405.0, + 1548.0, + 1405.0, + 1582.0, + 292.0, + 1582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1582.0, + 1371.0, + 1582.0, + 1371.0, + 1613.0, + 296.0, + 1613.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 3, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1075, + 1405, + 1075, + 1405, + 1383, + 296, + 1383 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 297, + 708, + 1404, + 708, + 1404, + 924, + 297, + 924 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 466, + 1405, + 466, + 1405, + 653, + 298, + 653 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 228, + 1405, + 228, + 1405, + 452, + 297, + 452 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 1536, + 1404, + 1536, + 1404, + 1629, + 297, + 1629 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 297, + 1643, + 1404, + 1643, + 1404, + 1769, + 297, + 1769 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 298, + 1398, + 1405, + 1398, + 1405, + 1522, + 298, + 1522 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 298, + 1783, + 1404, + 1783, + 1404, + 1877, + 298, + 1877 + ], + "score": 0.969 + }, + { + "category_id": 1, + "poly": [ + 297, + 1000, + 1401, + 1000, + 1401, + 1063, + 297, + 1063 + ], + "score": 0.955 + }, + { + "category_id": 1, + "poly": [ + 297, + 1981, + 1403, + 1981, + 1403, + 2044, + 297, + 2044 + ], + "score": 0.946 + }, + { + "category_id": 0, + "poly": [ + 299, + 1937, + 682, + 1937, + 682, + 1969, + 299, + 1969 + ], + "score": 0.918 + }, + { + "category_id": 1, + "poly": [ + 295, + 1890, + 1401, + 1890, + 1401, + 1924, + 295, + 1924 + ], + "score": 0.907 + }, + { + "category_id": 0, + "poly": [ + 299, + 665, + 685, + 665, + 685, + 696, + 299, + 696 + ], + "score": 0.906 + }, + { + "category_id": 2, + "poly": [ + 300, + 75, + 816, + 75, + 816, + 104, + 300, + 104 + ], + "score": 0.901 + }, + { + "category_id": 9, + "poly": [ + 1366, + 947, + 1400, + 947, + 1400, + 978, + 1366, + 978 + ], + "score": 0.879 + }, + { + "category_id": 8, + "poly": [ + 483, + 939, + 1214, + 939, + 1214, + 982, + 483, + 982 + ], + "score": 0.845 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2112, + 841, + 2112 + ], + "score": 0.729 + }, + { + "category_id": 8, + "poly": [ + 485, + 939, + 1212, + 939, + 1212, + 983, + 485, + 983 + ], + "score": 0.338 + }, + { + "category_id": 13, + "poly": [ + 1188, + 321, + 1279, + 321, + 1279, + 357, + 1188, + 357 + ], + "score": 0.94, + "latex": "\\vec { i _ { v } } \\in \\mathbb R ^ { d }" + }, + { + "category_id": 13, + "poly": [ + 609, + 738, + 685, + 738, + 685, + 773, + 609, + 773 + ], + "score": 0.92, + "latex": "\\overrightarrow { c _ { M } } _ { t - 1 }" + }, + { + "category_id": 13, + "poly": [ + 603, + 327, + 718, + 327, + 718, + 357, + 603, + 357 + ], + "score": 0.91, + "latex": "i _ { v } \\in D _ { v a l }" + }, + { + "category_id": 13, + "poly": [ + 1167, + 830, + 1212, + 830, + 1212, + 865, + 1167, + 865 + ], + "score": 0.91, + "latex": "\\overrightarrow { c _ { m _ { t } } }" + }, + { + "category_id": 13, + "poly": [ + 593, + 293, + 651, + 293, + 651, + 323, + 593, + 323 + ], + "score": 0.91, + "latex": "D _ { v a l }" + }, + { + "category_id": 14, + "poly": [ + 487, + 939, + 1209, + 939, + 1209, + 983, + 487, + 983 + ], + "score": 0.9, + "latex": "\\overrightarrow { c _ { M _ { t } } } ^ { \\prime } = \\mathrm { L S T M } ( \\overrightarrow { g _ { t - 1 } } | \\overrightarrow { c _ { M _ { t - 1 } } } ) , \\overrightarrow { c _ { m _ { t } } } = \\mathrm { L S T M } ( \\overrightarrow { e _ { t } } | \\mathrm { L S T M } ( \\overrightarrow { v _ { t } ^ { \\prime } } | \\overrightarrow { c _ { M _ { t } } } ) ) ," + }, + { + "category_id": 13, + "poly": [ + 718, + 1459, + 1095, + 1459, + 1095, + 1493, + 718, + 1493 + ], + "score": 0.89, + "latex": "c _ { m 3 } ^ { } = \\mathrm { L S T M } ( t y p e ( c _ { m 2 } ^ { } , g ) | c _ { m 2 } ^ { } )" + }, + { + "category_id": 13, + "poly": [ + 1093, + 1427, + 1396, + 1427, + 1396, + 1461, + 1093, + 1461 + ], + "score": 0.89, + "latex": "\\overrightarrow { c _ { m 1 } } = \\mathrm { L S T M } ( \\overrightarrow { v _ { s i b l i n g } } | c _ { m } ^ { } )" + }, + { + "category_id": 13, + "poly": [ + 446, + 387, + 851, + 387, + 851, + 427, + 446, + 427 + ], + "score": 0.89, + "latex": "\\begin{array} { r } { v a l ( \\vec { c } , g ) = \\operatorname * { a r g m a x } _ { t \\in D _ { v a l } \\cup V _ { v a l } } \\vec { t } ^ { \\top } \\vec { c } . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 297, + 1459, + 663, + 1459, + 663, + 1493, + 297, + 1493 + ], + "score": 0.89, + "latex": "c _ { m 2 } ^ { } = \\mathrm { L S T M } ( \\bar { v } a l ( c _ { m 1 } ^ { } , \\bar { g } ) | c _ { m 1 } ^ { } )" + }, + { + "category_id": 13, + "poly": [ + 584, + 358, + 636, + 358, + 636, + 387, + 584, + 387 + ], + "score": 0.88, + "latex": "V _ { v a l }" + }, + { + "category_id": 13, + "poly": [ + 849, + 714, + 903, + 714, + 903, + 743, + 849, + 743 + ], + "score": 0.88, + "latex": "g _ { t - 1 }" + }, + { + "category_id": 13, + "poly": [ + 1245, + 1462, + 1400, + 1462, + 1400, + 1491, + 1245, + 1491 + ], + "score": 0.87, + "latex": "\\vec { c } _ { A D D } = c _ { m 3 } ^ { }" + }, + { + "category_id": 13, + "poly": [ + 370, + 2016, + 423, + 2016, + 423, + 2046, + 370, + 2046 + ], + "score": 0.86, + "latex": "g _ { b u g }" + }, + { + "category_id": 13, + "poly": [ + 1233, + 864, + 1251, + 864, + 1251, + 890, + 1233, + 890 + ], + "score": 0.83, + "latex": "\\vec { v }" + }, + { + "category_id": 13, + "poly": [ + 459, + 2016, + 488, + 2016, + 488, + 2044, + 459, + 2044 + ], + "score": 0.81, + "latex": "g _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 345, + 712, + 359, + 712, + 359, + 737, + 345, + 737 + ], + "score": 0.76, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 826, + 2016, + 839, + 2016, + 839, + 2039, + 826, + 2039 + ], + "score": 0.76, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 428, + 894, + 446, + 894, + 446, + 920, + 428, + 920 + ], + "score": 0.71, + "latex": "\\vec { e } ." + }, + { + "category_id": 13, + "poly": [ + 394, + 839, + 411, + 839, + 411, + 859, + 394, + 859 + ], + "score": 0.7, + "latex": "v" + }, + { + "category_id": 13, + "poly": [ + 1129, + 807, + 1147, + 807, + 1147, + 829, + 1129, + 829 + ], + "score": 0.68, + "latex": "e" + }, + { + "category_id": 13, + "poly": [ + 869, + 1205, + 887, + 1205, + 887, + 1228, + 869, + 1228 + ], + "score": 0.36, + "latex": "v" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1935.0, + 685.0, + 1935.0, + 685.0, + 1972.0, + 294.0, + 1972.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 665.0, + 687.0, + 665.0, + 687.0, + 698.0, + 296.0, + 698.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": [ + 839.0, + 2085.0, + 861.0, + 2085.0, + 861.0, + 2120.0, + 839.0, + 2120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1076.0, + 1405.0, + 1076.0, + 1405.0, + 1110.0, + 291.0, + 1110.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1109.0, + 1405.0, + 1109.0, + 1405.0, + 1145.0, + 295.0, + 1145.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1140.0, + 1403.0, + 1140.0, + 1403.0, + 1172.0, + 295.0, + 1172.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1168.0, + 1405.0, + 1168.0, + 1405.0, + 1203.0, + 294.0, + 1203.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1198.0, + 868.0, + 1198.0, + 868.0, + 1234.0, + 294.0, + 1234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 1198.0, + 1407.0, + 1198.0, + 1407.0, + 1234.0, + 888.0, + 1234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1229.0, + 1406.0, + 1229.0, + 1406.0, + 1265.0, + 294.0, + 1265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1260.0, + 1407.0, + 1260.0, + 1407.0, + 1295.0, + 295.0, + 1295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1286.0, + 1408.0, + 1286.0, + 1408.0, + 1327.0, + 293.0, + 1327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1320.0, + 1405.0, + 1320.0, + 1405.0, + 1357.0, + 293.0, + 1357.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1351.0, + 902.0, + 1351.0, + 902.0, + 1383.0, + 295.0, + 1383.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 706.0, + 344.0, + 706.0, + 344.0, + 748.0, + 292.0, + 748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 360.0, + 706.0, + 848.0, + 706.0, + 848.0, + 748.0, + 360.0, + 748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 904.0, + 706.0, + 1406.0, + 706.0, + 1406.0, + 748.0, + 904.0, + 748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 741.0, + 608.0, + 741.0, + 608.0, + 775.0, + 294.0, + 775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 686.0, + 741.0, + 1404.0, + 741.0, + 1404.0, + 775.0, + 686.0, + 775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 770.0, + 1404.0, + 770.0, + 1404.0, + 805.0, + 295.0, + 805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 800.0, + 1128.0, + 800.0, + 1128.0, + 836.0, + 292.0, + 836.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1148.0, + 800.0, + 1405.0, + 800.0, + 1405.0, + 836.0, + 1148.0, + 836.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 831.0, + 393.0, + 831.0, + 393.0, + 869.0, + 294.0, + 869.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 412.0, + 831.0, + 1166.0, + 831.0, + 1166.0, + 869.0, + 412.0, + 869.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1213.0, + 831.0, + 1405.0, + 831.0, + 1405.0, + 869.0, + 1213.0, + 869.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 863.0, + 1232.0, + 863.0, + 1232.0, + 897.0, + 295.0, + 897.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1252.0, + 863.0, + 1406.0, + 863.0, + 1406.0, + 897.0, + 1252.0, + 897.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 893.0, + 427.0, + 893.0, + 427.0, + 927.0, + 295.0, + 927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 447.0, + 893.0, + 627.0, + 893.0, + 627.0, + 927.0, + 447.0, + 927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 467.0, + 1406.0, + 467.0, + 1406.0, + 501.0, + 294.0, + 501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 498.0, + 1407.0, + 498.0, + 1407.0, + 534.0, + 293.0, + 534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 526.0, + 1406.0, + 526.0, + 1406.0, + 563.0, + 293.0, + 563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 561.0, + 1405.0, + 561.0, + 1405.0, + 593.0, + 296.0, + 593.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 589.0, + 1405.0, + 589.0, + 1405.0, + 624.0, + 293.0, + 624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 622.0, + 1383.0, + 622.0, + 1383.0, + 654.0, + 295.0, + 654.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 231.0, + 1403.0, + 231.0, + 1403.0, + 263.0, + 295.0, + 263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 260.0, + 1406.0, + 260.0, + 1406.0, + 297.0, + 291.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 292.0, + 592.0, + 292.0, + 592.0, + 327.0, + 295.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 652.0, + 292.0, + 1405.0, + 292.0, + 1405.0, + 327.0, + 652.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 325.0, + 602.0, + 325.0, + 602.0, + 360.0, + 294.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 719.0, + 325.0, + 1187.0, + 325.0, + 1187.0, + 360.0, + 719.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1280.0, + 325.0, + 1405.0, + 325.0, + 1405.0, + 360.0, + 1280.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 356.0, + 583.0, + 356.0, + 583.0, + 392.0, + 295.0, + 392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 637.0, + 356.0, + 1405.0, + 356.0, + 1405.0, + 392.0, + 637.0, + 392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 384.0, + 445.0, + 384.0, + 445.0, + 438.0, + 290.0, + 438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 852.0, + 384.0, + 1410.0, + 384.0, + 1410.0, + 438.0, + 852.0, + 438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 420.0, + 921.0, + 420.0, + 921.0, + 454.0, + 294.0, + 454.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1535.0, + 1406.0, + 1535.0, + 1406.0, + 1573.0, + 292.0, + 1573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1566.0, + 1405.0, + 1566.0, + 1405.0, + 1602.0, + 294.0, + 1602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1597.0, + 1054.0, + 1597.0, + 1054.0, + 1632.0, + 295.0, + 1632.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1642.0, + 1405.0, + 1642.0, + 1405.0, + 1679.0, + 294.0, + 1679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1673.0, + 1404.0, + 1673.0, + 1404.0, + 1710.0, + 294.0, + 1710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1704.0, + 1405.0, + 1704.0, + 1405.0, + 1743.0, + 292.0, + 1743.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1737.0, + 844.0, + 1737.0, + 844.0, + 1772.0, + 295.0, + 1772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1398.0, + 1402.0, + 1398.0, + 1402.0, + 1431.0, + 295.0, + 1431.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1425.0, + 1092.0, + 1425.0, + 1092.0, + 1467.0, + 292.0, + 1467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1397.0, + 1425.0, + 1407.0, + 1425.0, + 1407.0, + 1467.0, + 1397.0, + 1467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1458.0, + 296.0, + 1458.0, + 296.0, + 1499.0, + 291.0, + 1499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 664.0, + 1458.0, + 717.0, + 1458.0, + 717.0, + 1499.0, + 664.0, + 1499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1096.0, + 1458.0, + 1244.0, + 1458.0, + 1244.0, + 1499.0, + 1096.0, + 1499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 1458.0, + 1407.0, + 1458.0, + 1407.0, + 1499.0, + 1401.0, + 1499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1492.0, + 575.0, + 1492.0, + 575.0, + 1524.0, + 295.0, + 1524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1781.0, + 1405.0, + 1781.0, + 1405.0, + 1819.0, + 293.0, + 1819.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1809.0, + 1404.0, + 1809.0, + 1404.0, + 1852.0, + 293.0, + 1852.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1842.0, + 467.0, + 1842.0, + 467.0, + 1881.0, + 294.0, + 1881.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 998.0, + 1402.0, + 998.0, + 1402.0, + 1034.0, + 295.0, + 1034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1032.0, + 951.0, + 1032.0, + 951.0, + 1063.0, + 296.0, + 1063.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1976.0, + 1404.0, + 1976.0, + 1404.0, + 2020.0, + 295.0, + 2020.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 2010.0, + 369.0, + 2010.0, + 369.0, + 2048.0, + 292.0, + 2048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 424.0, + 2010.0, + 458.0, + 2010.0, + 458.0, + 2048.0, + 424.0, + 2048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 489.0, + 2010.0, + 825.0, + 2010.0, + 825.0, + 2048.0, + 489.0, + 2048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2010.0, + 1408.0, + 2010.0, + 1408.0, + 2048.0, + 840.0, + 2048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1887.0, + 1403.0, + 1887.0, + 1403.0, + 1927.0, + 294.0, + 1927.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 4, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1039, + 1405, + 1039, + 1405, + 1316, + 297, + 1316 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 1492, + 1403, + 1492, + 1403, + 1678, + 298, + 1678 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 299, + 1889, + 1405, + 1889, + 1405, + 2013, + 299, + 2013 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 297, + 720, + 1404, + 720, + 1404, + 874, + 297, + 874 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 299, + 1693, + 1403, + 1693, + 1403, + 1816, + 299, + 1816 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 801, + 319, + 1395, + 319, + 1395, + 696, + 801, + 696 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 297, + 275, + 771, + 275, + 771, + 705, + 297, + 705 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 301, + 1386, + 1401, + 1386, + 1401, + 1478, + 301, + 1478 + ], + "score": 0.96 + }, + { + "category_id": 1, + "poly": [ + 299, + 949, + 1401, + 949, + 1401, + 1030, + 299, + 1030 + ], + "score": 0.941 + }, + { + "category_id": 0, + "poly": [ + 299, + 894, + 505, + 894, + 505, + 928, + 299, + 928 + ], + "score": 0.895 + }, + { + "category_id": 0, + "poly": [ + 299, + 1334, + 516, + 1334, + 516, + 1369, + 299, + 1369 + ], + "score": 0.89 + }, + { + "category_id": 0, + "poly": [ + 300, + 1837, + 559, + 1837, + 559, + 1871, + 300, + 1871 + ], + "score": 0.89 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 815, + 76, + 815, + 104, + 300, + 104 + ], + "score": 0.88 + }, + { + "category_id": 2, + "poly": [ + 840, + 2089, + 858, + 2089, + 858, + 2112, + 840, + 2112 + ], + "score": 0.779 + }, + { + "category_id": 0, + "poly": [ + 793, + 273, + 1401, + 273, + 1401, + 308, + 793, + 308 + ], + "score": 0.53 + }, + { + "category_id": 1, + "poly": [ + 793, + 273, + 1401, + 273, + 1401, + 308, + 793, + 308 + ], + "score": 0.178 + }, + { + "category_id": 13, + "poly": [ + 499, + 949, + 754, + 949, + 754, + 995, + 499, + 995 + ], + "score": 0.93, + "latex": "\\mathcal { D } = \\{ ( g _ { b u g } ^ { ( i ) } , g _ { f i x } ^ { ( i ) } ) \\} _ { i = 1 } ^ { | \\mathcal { D } | }" + }, + { + "category_id": 13, + "poly": [ + 555, + 1191, + 674, + 1191, + 674, + 1226, + 555, + 1226 + ], + "score": 0.92, + "latex": "\\{ f _ { t } ( \\cdot ) \\} _ { t = 1 } ^ { T }" + }, + { + "category_id": 13, + "poly": [ + 955, + 1223, + 1184, + 1223, + 1184, + 1254, + 955, + 1254 + ], + "score": 0.91, + "latex": "\\beta _ { 1 } = 0 . 9 , \\beta _ { 2 } = 0 . 9 9" + }, + { + "category_id": 13, + "poly": [ + 1253, + 351, + 1300, + 351, + 1300, + 384, + 1253, + 384 + ], + "score": 0.91, + "latex": "c _ { M _ { 0 } } ^ { }" + }, + { + "category_id": 13, + "poly": [ + 695, + 336, + 749, + 336, + 749, + 372, + 695, + 372 + ], + "score": 0.91, + "latex": "\\overrightarrow { g _ { t - 1 } }" + }, + { + "category_id": 13, + "poly": [ + 961, + 350, + 1208, + 350, + 1208, + 386, + 961, + 386 + ], + "score": 0.91, + "latex": "\\{ \\vec { v } _ { v \\in g _ { b u g } } \\} = f _ { 0 } ( g _ { b u g } )" + }, + { + "category_id": 13, + "poly": [ + 949, + 411, + 1255, + 411, + 1255, + 450, + 949, + 450 + ], + "score": 0.91, + "latex": "\\overrightarrow { c _ { M _ { t } } ^ { \\prime } } = \\mathrm { L S T M } ( \\overrightarrow { g _ { t - 1 } } | \\overrightarrow { c _ { M _ { t - 1 } } } )" + }, + { + "category_id": 13, + "poly": [ + 1261, + 596, + 1296, + 596, + 1296, + 631, + 1261, + 631 + ], + "score": 0.9, + "latex": "\\overrightarrow { c _ { e _ { t } } }" + }, + { + "category_id": 13, + "poly": [ + 378, + 1252, + 437, + 1252, + 437, + 1282, + 378, + 1282 + ], + "score": 0.9, + "latex": "1 0 ^ { - 3 }" + }, + { + "category_id": 13, + "poly": [ + 959, + 1493, + 1002, + 1493, + 1002, + 1527, + 959, + 1527 + ], + "score": 0.9, + "latex": "\\{ \\tilde { g } \\}" + }, + { + "category_id": 13, + "poly": [ + 612, + 993, + 944, + 993, + 944, + 1031, + 612, + 1031 + ], + "score": 0.9, + "latex": "\\bar { \\mathbb { E } } _ { ( g _ { b u g } , g _ { f i x } ) \\sim \\mathcal { D } } p ( g _ { f i x } | g _ { b u g } ; \\theta )" + }, + { + "category_id": 13, + "poly": [ + 932, + 511, + 1054, + 511, + 1054, + 538, + 932, + 538 + ], + "score": 0.9, + "latex": "g _ { T } = g _ { t - 1 }" + }, + { + "category_id": 13, + "poly": [ + 645, + 579, + 682, + 579, + 682, + 614, + 645, + 614 + ], + "score": 0.89, + "latex": "\\overrightarrow { c _ { e _ { t } } }" + }, + { + "category_id": 13, + "poly": [ + 905, + 322, + 1016, + 322, + 1016, + 351, + 905, + 351 + ], + "score": 0.88, + "latex": "g _ { b u g } \\sim \\mathcal { D }" + }, + { + "category_id": 13, + "poly": [ + 1154, + 597, + 1200, + 597, + 1200, + 631, + 1154, + 631 + ], + "score": 0.88, + "latex": "\\xrightarrow [ { \\boldsymbol { c } _ { M _ { t } } } ] { }" + }, + { + "category_id": 13, + "poly": [ + 891, + 478, + 1035, + 478, + 1035, + 506, + 891, + 506 + ], + "score": 0.87, + "latex": "e _ { t } = \\tt N O \\_ O P" + }, + { + "category_id": 13, + "poly": [ + 343, + 1417, + 608, + 1417, + 608, + 1454, + 343, + 1454 + ], + "score": 0.87, + "latex": "\\operatorname* { m a x } _ { g _ { f i x } } p ( g _ { f i x } | g _ { b u g } ; \\theta )" + }, + { + "category_id": 13, + "poly": [ + 880, + 383, + 945, + 383, + 945, + 409, + 880, + 409 + ], + "score": 0.87, + "latex": "t = 1" + }, + { + "category_id": 13, + "poly": [ + 1260, + 271, + 1402, + 271, + 1402, + 309, + 1260, + 309 + ], + "score": 0.87, + "latex": "\\overline { { p ( g _ { f i x } | g _ { b u g } ) } }" + }, + { + "category_id": 13, + "poly": [ + 471, + 1528, + 523, + 1528, + 523, + 1558, + 471, + 1558 + ], + "score": 0.86, + "latex": "g _ { b u g }" + }, + { + "category_id": 13, + "poly": [ + 713, + 273, + 768, + 273, + 768, + 310, + 713, + 310 + ], + "score": 0.85, + "latex": "\\overrightarrow { g _ { t - 1 } }" + }, + { + "category_id": 13, + "poly": [ + 1061, + 572, + 1087, + 572, + 1087, + 597, + 1061, + 597 + ], + "score": 0.85, + "latex": "e _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1247, + 452, + 1273, + 452, + 1273, + 476, + 1247, + 476 + ], + "score": 0.84, + "latex": "e _ { t }" + }, + { + "category_id": 13, + "poly": [ + 571, + 373, + 598, + 373, + 598, + 400, + 571, + 400 + ], + "score": 0.84, + "latex": "v _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1036, + 602, + 1062, + 602, + 1062, + 630, + 1036, + 630 + ], + "score": 0.84, + "latex": "g _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1053, + 452, + 1079, + 452, + 1079, + 476, + 1053, + 476 + ], + "score": 0.84, + "latex": "v _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1171, + 1951, + 1396, + 1951, + 1396, + 1985, + 1171, + 1985 + ], + "score": 0.84, + "latex": "( s r c _ { b u g g y } , s r c _ { f i x e d } )" + }, + { + "category_id": 13, + "poly": [ + 520, + 493, + 545, + 493, + 545, + 521, + 520, + 521 + ], + "score": 0.84, + "latex": "v _ { t }" + }, + { + "category_id": 13, + "poly": [ + 664, + 495, + 691, + 495, + 691, + 521, + 664, + 521 + ], + "score": 0.83, + "latex": "v _ { t }" + }, + { + "category_id": 13, + "poly": [ + 662, + 466, + 689, + 466, + 689, + 491, + 662, + 491 + ], + "score": 0.83, + "latex": "e _ { t }" + }, + { + "category_id": 13, + "poly": [ + 975, + 1617, + 1001, + 1617, + 1001, + 1643, + 975, + 1643 + ], + "score": 0.82, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 1147, + 563, + 1194, + 563, + 1194, + 597, + 1147, + 597 + ], + "score": 0.81, + "latex": "\\overrightarrow { c _ { m _ { t . } } }" + }, + { + "category_id": 13, + "poly": [ + 742, + 495, + 768, + 495, + 768, + 522, + 742, + 522 + ], + "score": 0.81, + "latex": "e _ { t }" + }, + { + "category_id": 13, + "poly": [ + 921, + 353, + 951, + 353, + 951, + 382, + 921, + 382 + ], + "score": 0.79, + "latex": "\\vec { g _ { 0 } }" + }, + { + "category_id": 13, + "poly": [ + 683, + 1556, + 708, + 1556, + 708, + 1582, + 683, + 1582 + ], + "score": 0.79, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 924, + 722, + 948, + 722, + 948, + 748, + 924, + 748 + ], + "score": 0.78, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 339, + 1556, + 364, + 1556, + 364, + 1582, + 339, + 1582 + ], + "score": 0.77, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 1271, + 322, + 1288, + 322, + 1288, + 347, + 1271, + 347 + ], + "score": 0.77, + "latex": "\\theta" + }, + { + "category_id": 13, + "poly": [ + 650, + 1587, + 667, + 1587, + 667, + 1618, + 650, + 1618 + ], + "score": 0.75, + "latex": "\\tilde { g }" + }, + { + "category_id": 13, + "poly": [ + 1204, + 1526, + 1222, + 1526, + 1222, + 1557, + 1204, + 1557 + ], + "score": 0.75, + "latex": "\\tilde { g }" + }, + { + "category_id": 13, + "poly": [ + 889, + 1556, + 915, + 1556, + 915, + 1583, + 889, + 1583 + ], + "score": 0.75, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 1066, + 1526, + 1091, + 1526, + 1091, + 1552, + 1066, + 1552 + ], + "score": 0.68, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 978, + 384, + 1001, + 384, + 1001, + 410, + 978, + 410 + ], + "score": 0.55, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 803, + 1041, + 856, + 1041, + 856, + 1072, + 803, + 1072 + ], + "score": 0.47, + "latex": "\\operatorname { E q }" + }, + { + "category_id": 13, + "poly": [ + 1331, + 566, + 1385, + 566, + 1385, + 599, + 1331, + 599 + ], + "score": 0.42, + "latex": "\\operatorname { E q } 3" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 891.0, + 508.0, + 891.0, + 508.0, + 934.0, + 292.0, + 934.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1330.0, + 521.0, + 1330.0, + 521.0, + 1376.0, + 291.0, + 1376.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1833.0, + 561.0, + 1833.0, + 561.0, + 1876.0, + 293.0, + 1876.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": [ + 840.0, + 2087.0, + 861.0, + 2087.0, + 861.0, + 2118.0, + 840.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 787.0, + 266.0, + 1259.0, + 266.0, + 1259.0, + 314.0, + 787.0, + 314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 266.0, + 1406.0, + 266.0, + 1406.0, + 314.0, + 1403.0, + 314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1041.0, + 802.0, + 1041.0, + 802.0, + 1074.0, + 297.0, + 1074.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 857.0, + 1041.0, + 1406.0, + 1041.0, + 1406.0, + 1074.0, + 857.0, + 1074.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1069.0, + 1405.0, + 1069.0, + 1405.0, + 1105.0, + 292.0, + 1105.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1099.0, + 1406.0, + 1099.0, + 1406.0, + 1136.0, + 295.0, + 1136.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1129.0, + 1405.0, + 1129.0, + 1405.0, + 1167.0, + 294.0, + 1167.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1162.0, + 1405.0, + 1162.0, + 1405.0, + 1198.0, + 294.0, + 1198.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 1180.0, + 554.0, + 1180.0, + 554.0, + 1242.0, + 286.0, + 1242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 675.0, + 1180.0, + 1413.0, + 1180.0, + 1413.0, + 1242.0, + 675.0, + 1242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1221.0, + 954.0, + 1221.0, + 954.0, + 1261.0, + 294.0, + 1261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1185.0, + 1221.0, + 1407.0, + 1221.0, + 1407.0, + 1261.0, + 1185.0, + 1261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1248.0, + 377.0, + 1248.0, + 377.0, + 1294.0, + 291.0, + 1294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 438.0, + 1248.0, + 1410.0, + 1248.0, + 1410.0, + 1294.0, + 438.0, + 1294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1281.0, + 1353.0, + 1281.0, + 1353.0, + 1321.0, + 294.0, + 1321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1493.0, + 958.0, + 1493.0, + 958.0, + 1529.0, + 294.0, + 1529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1003.0, + 1493.0, + 1405.0, + 1493.0, + 1405.0, + 1529.0, + 1003.0, + 1529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1522.0, + 470.0, + 1522.0, + 470.0, + 1561.0, + 292.0, + 1561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 524.0, + 1522.0, + 1065.0, + 1522.0, + 1065.0, + 1561.0, + 524.0, + 1561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1092.0, + 1522.0, + 1203.0, + 1522.0, + 1203.0, + 1561.0, + 1092.0, + 1561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1223.0, + 1522.0, + 1405.0, + 1522.0, + 1405.0, + 1561.0, + 1223.0, + 1561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1552.0, + 338.0, + 1552.0, + 338.0, + 1593.0, + 292.0, + 1593.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 365.0, + 1552.0, + 682.0, + 1552.0, + 682.0, + 1593.0, + 365.0, + 1593.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 709.0, + 1552.0, + 888.0, + 1552.0, + 888.0, + 1593.0, + 709.0, + 1593.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 916.0, + 1552.0, + 1407.0, + 1552.0, + 1407.0, + 1593.0, + 916.0, + 1593.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1585.0, + 649.0, + 1585.0, + 649.0, + 1621.0, + 294.0, + 1621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 668.0, + 1585.0, + 1407.0, + 1585.0, + 1407.0, + 1621.0, + 668.0, + 1621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1614.0, + 974.0, + 1614.0, + 974.0, + 1649.0, + 293.0, + 1649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1002.0, + 1614.0, + 1405.0, + 1614.0, + 1405.0, + 1649.0, + 1002.0, + 1649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1646.0, + 904.0, + 1646.0, + 904.0, + 1679.0, + 293.0, + 1679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1888.0, + 1404.0, + 1888.0, + 1404.0, + 1923.0, + 293.0, + 1923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1920.0, + 1408.0, + 1920.0, + 1408.0, + 1954.0, + 293.0, + 1954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1947.0, + 1170.0, + 1947.0, + 1170.0, + 1990.0, + 292.0, + 1990.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1397.0, + 1947.0, + 1410.0, + 1947.0, + 1410.0, + 1990.0, + 1397.0, + 1990.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1979.0, + 1406.0, + 1979.0, + 1406.0, + 2016.0, + 293.0, + 2016.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 718.0, + 923.0, + 718.0, + 923.0, + 756.0, + 294.0, + 756.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 949.0, + 718.0, + 1405.0, + 718.0, + 1405.0, + 756.0, + 949.0, + 756.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 748.0, + 1402.0, + 748.0, + 1402.0, + 786.0, + 295.0, + 786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 781.0, + 1406.0, + 781.0, + 1406.0, + 818.0, + 294.0, + 818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 809.0, + 1405.0, + 809.0, + 1405.0, + 849.0, + 294.0, + 849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 841.0, + 1407.0, + 841.0, + 1407.0, + 878.0, + 295.0, + 878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1691.0, + 1405.0, + 1691.0, + 1405.0, + 1729.0, + 293.0, + 1729.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1722.0, + 1408.0, + 1722.0, + 1408.0, + 1761.0, + 292.0, + 1761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1756.0, + 1403.0, + 1756.0, + 1403.0, + 1788.0, + 294.0, + 1788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1782.0, + 875.0, + 1782.0, + 875.0, + 1817.0, + 294.0, + 1817.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 802.0, + 317.0, + 904.0, + 317.0, + 904.0, + 355.0, + 802.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1017.0, + 317.0, + 1270.0, + 317.0, + 1270.0, + 355.0, + 1017.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1289.0, + 317.0, + 1300.0, + 317.0, + 1300.0, + 355.0, + 1289.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 796.0, + 342.0, + 920.0, + 342.0, + 920.0, + 395.0, + 796.0, + 395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 952.0, + 342.0, + 960.0, + 342.0, + 960.0, + 395.0, + 952.0, + 395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1209.0, + 342.0, + 1252.0, + 342.0, + 1252.0, + 395.0, + 1209.0, + 395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1301.0, + 342.0, + 1398.0, + 342.0, + 1398.0, + 395.0, + 1301.0, + 395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 804.0, + 379.0, + 879.0, + 379.0, + 879.0, + 414.0, + 804.0, + 414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 946.0, + 379.0, + 977.0, + 379.0, + 977.0, + 414.0, + 946.0, + 414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1002.0, + 379.0, + 1043.0, + 379.0, + 1043.0, + 414.0, + 1002.0, + 414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 804.0, + 415.0, + 833.0, + 415.0, + 833.0, + 445.0, + 804.0, + 445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 856.0, + 407.0, + 948.0, + 407.0, + 948.0, + 455.0, + 856.0, + 455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1256.0, + 407.0, + 1268.0, + 407.0, + 1268.0, + 455.0, + 1256.0, + 455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 803.0, + 446.0, + 833.0, + 446.0, + 833.0, + 477.0, + 803.0, + 477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 864.0, + 443.0, + 1052.0, + 443.0, + 1052.0, + 481.0, + 864.0, + 481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1080.0, + 443.0, + 1246.0, + 443.0, + 1246.0, + 481.0, + 1080.0, + 481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1274.0, + 443.0, + 1284.0, + 443.0, + 1284.0, + 481.0, + 1274.0, + 481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 803.0, + 478.0, + 833.0, + 478.0, + 833.0, + 507.0, + 803.0, + 507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 864.0, + 476.0, + 890.0, + 476.0, + 890.0, + 507.0, + 864.0, + 507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1036.0, + 476.0, + 1100.0, + 476.0, + 1100.0, + 507.0, + 1036.0, + 507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 803.0, + 507.0, + 833.0, + 507.0, + 833.0, + 537.0, + 803.0, + 537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 890.0, + 505.0, + 931.0, + 505.0, + 931.0, + 542.0, + 890.0, + 542.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1055.0, + 505.0, + 1257.0, + 505.0, + 1257.0, + 542.0, + 1055.0, + 542.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 803.0, + 537.0, + 833.0, + 537.0, + 833.0, + 567.0, + 803.0, + 567.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 864.0, + 536.0, + 944.0, + 536.0, + 944.0, + 566.0, + 864.0, + 566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 801.0, + 566.0, + 834.0, + 566.0, + 834.0, + 599.0, + 801.0, + 599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 861.0, + 561.0, + 1060.0, + 561.0, + 1060.0, + 605.0, + 861.0, + 605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1088.0, + 561.0, + 1146.0, + 561.0, + 1146.0, + 605.0, + 1088.0, + 605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1195.0, + 561.0, + 1330.0, + 561.0, + 1330.0, + 605.0, + 1195.0, + 605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1386.0, + 561.0, + 1399.0, + 561.0, + 1399.0, + 605.0, + 1386.0, + 605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 793.0, + 598.0, + 834.0, + 598.0, + 834.0, + 629.0, + 793.0, + 629.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 857.0, + 586.0, + 1035.0, + 586.0, + 1035.0, + 643.0, + 857.0, + 643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1063.0, + 586.0, + 1153.0, + 586.0, + 1153.0, + 643.0, + 1063.0, + 643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1201.0, + 586.0, + 1260.0, + 586.0, + 1260.0, + 643.0, + 1201.0, + 643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1297.0, + 586.0, + 1313.0, + 586.0, + 1313.0, + 643.0, + 1297.0, + 643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 792.0, + 627.0, + 932.0, + 627.0, + 932.0, + 660.0, + 792.0, + 660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 791.0, + 654.0, + 959.0, + 654.0, + 959.0, + 696.0, + 791.0, + 696.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 271.0, + 712.0, + 271.0, + 712.0, + 317.0, + 294.0, + 317.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 769.0, + 271.0, + 774.0, + 271.0, + 774.0, + 317.0, + 769.0, + 317.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 330.0, + 308.0, + 771.0, + 308.0, + 771.0, + 342.0, + 330.0, + 342.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 338.0, + 694.0, + 338.0, + 694.0, + 373.0, + 329.0, + 373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 750.0, + 338.0, + 762.0, + 338.0, + 762.0, + 373.0, + 750.0, + 373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 364.0, + 570.0, + 364.0, + 570.0, + 405.0, + 292.0, + 405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 599.0, + 364.0, + 772.0, + 364.0, + 772.0, + 405.0, + 599.0, + 405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 398.0, + 775.0, + 398.0, + 775.0, + 434.0, + 329.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 425.0, + 518.0, + 425.0, + 518.0, + 465.0, + 329.0, + 465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 459.0, + 661.0, + 459.0, + 661.0, + 493.0, + 295.0, + 493.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 690.0, + 459.0, + 772.0, + 459.0, + 772.0, + 493.0, + 690.0, + 493.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 330.0, + 490.0, + 519.0, + 490.0, + 519.0, + 524.0, + 330.0, + 524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 546.0, + 490.0, + 663.0, + 490.0, + 663.0, + 524.0, + 546.0, + 524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 692.0, + 490.0, + 741.0, + 490.0, + 741.0, + 524.0, + 692.0, + 524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 769.0, + 490.0, + 772.0, + 490.0, + 772.0, + 524.0, + 769.0, + 524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 518.0, + 775.0, + 518.0, + 775.0, + 556.0, + 329.0, + 556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 548.0, + 776.0, + 548.0, + 776.0, + 585.0, + 294.0, + 585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 579.0, + 644.0, + 579.0, + 644.0, + 622.0, + 327.0, + 622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 683.0, + 579.0, + 778.0, + 579.0, + 778.0, + 622.0, + 683.0, + 622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 328.0, + 607.0, + 730.0, + 607.0, + 730.0, + 649.0, + 328.0, + 649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 640.0, + 772.0, + 640.0, + 772.0, + 675.0, + 294.0, + 675.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 331.0, + 675.0, + 742.0, + 675.0, + 742.0, + 706.0, + 331.0, + 706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1386.0, + 1406.0, + 1386.0, + 1406.0, + 1420.0, + 297.0, + 1420.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1416.0, + 342.0, + 1416.0, + 342.0, + 1451.0, + 293.0, + 1451.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 609.0, + 1416.0, + 1407.0, + 1416.0, + 1407.0, + 1451.0, + 609.0, + 1451.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1448.0, + 937.0, + 1448.0, + 937.0, + 1480.0, + 296.0, + 1480.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 284.0, + 939.0, + 498.0, + 939.0, + 498.0, + 1009.0, + 284.0, + 1009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 755.0, + 939.0, + 1407.0, + 939.0, + 1407.0, + 1009.0, + 755.0, + 1009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 987.0, + 611.0, + 987.0, + 611.0, + 1039.0, + 292.0, + 1039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 945.0, + 987.0, + 1333.0, + 987.0, + 1333.0, + 1039.0, + 945.0, + 1039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 787.0, + 266.0, + 1259.0, + 266.0, + 1259.0, + 314.0, + 787.0, + 314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 266.0, + 1406.0, + 266.0, + 1406.0, + 314.0, + 1403.0, + 314.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 5, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1626, + 1404, + 1626, + 1404, + 1840, + 298, + 1840 + ], + "score": 0.982 + }, + { + "category_id": 5, + "poly": [ + 298, + 431, + 1398, + 431, + 1398, + 736, + 298, + 736 + ], + "score": 0.982, + "html": "
TotalLocationOperatorValueType
Top-3Top-1Top-3Top-1Top-1Top-3Top-1Top-3Top-1
TOTAL26.114.235.520.434.452.329.176.166.7
ADD52.939.269.651.470.665.755.176.868.5
REP_VAL23.411.933.318.531.753.028.8-1
REP_TYPE71.752.473.052.879.4--74.761.0
DEL39.624.844.027.545.8111
Random.08.072.281.427.7.01.01.270
" + }, + { + "category_id": 1, + "poly": [ + 298, + 1365, + 1404, + 1365, + 1404, + 1611, + 298, + 1611 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 833, + 1404, + 833, + 1404, + 1048, + 298, + 1048 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 300, + 1911, + 1402, + 1911, + 1402, + 2034, + 300, + 2034 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 299, + 1119, + 1403, + 1119, + 1403, + 1212, + 299, + 1212 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 299, + 1226, + 1403, + 1226, + 1403, + 1349, + 299, + 1349 + ], + "score": 0.974 + }, + { + "category_id": 5, + "poly": [ + 464, + 225, + 1235, + 225, + 1235, + 380, + 464, + 380 + ], + "score": 0.972, + "html": "
ADDREP_TYPEREP_VALDELtotal
train6,4731,864251,09731,281290,715
validate79024531,3573,95736,349
test79623331,3873,94536,361
" + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 816, + 75, + 816, + 105, + 299, + 105 + ], + "score": 0.896 + }, + { + "category_id": 0, + "poly": [ + 298, + 1072, + 522, + 1072, + 522, + 1103, + 298, + 1103 + ], + "score": 0.895 + }, + { + "category_id": 0, + "poly": [ + 299, + 1865, + 501, + 1865, + 501, + 1895, + 299, + 1895 + ], + "score": 0.878 + }, + { + "category_id": 6, + "poly": [ + 324, + 388, + 1354, + 388, + 1354, + 421, + 324, + 421 + ], + "score": 0.787 + }, + { + "category_id": 7, + "poly": [ + 455, + 747, + 1233, + 747, + 1233, + 778, + 455, + 778 + ], + "score": 0.786 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 857, + 2088, + 857, + 2111, + 841, + 2111 + ], + "score": 0.755 + }, + { + "category_id": 7, + "poly": [ + 455, + 747, + 1233, + 747, + 1233, + 778, + 455, + 778 + ], + "score": 0.262 + }, + { + "category_id": 13, + "poly": [ + 1183, + 748, + 1225, + 748, + 1225, + 778, + 1183, + 778 + ], + "score": 0.73, + "latex": "( \\% )" + }, + { + "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, + 1069.0, + 526.0, + 1069.0, + 526.0, + 1108.0, + 294.0, + 1108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1862.0, + 505.0, + 1862.0, + 505.0, + 1898.0, + 294.0, + 1898.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 339.0, + 387.0, + 1360.0, + 387.0, + 1360.0, + 422.0, + 339.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 450.0, + 739.0, + 1182.0, + 739.0, + 1182.0, + 785.0, + 450.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1226.0, + 739.0, + 1237.0, + 739.0, + 1237.0, + 785.0, + 1226.0, + 785.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": [ + 450.0, + 739.0, + 1182.0, + 739.0, + 1182.0, + 785.0, + 450.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1226.0, + 739.0, + 1237.0, + 739.0, + 1237.0, + 785.0, + 1226.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1626.0, + 1404.0, + 1626.0, + 1404.0, + 1661.0, + 294.0, + 1661.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1657.0, + 1406.0, + 1657.0, + 1406.0, + 1691.0, + 296.0, + 1691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1686.0, + 1407.0, + 1686.0, + 1407.0, + 1723.0, + 293.0, + 1723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1717.0, + 1405.0, + 1717.0, + 1405.0, + 1755.0, + 293.0, + 1755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1745.0, + 1404.0, + 1745.0, + 1404.0, + 1783.0, + 293.0, + 1783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1778.0, + 1404.0, + 1778.0, + 1404.0, + 1813.0, + 294.0, + 1813.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1809.0, + 1370.0, + 1809.0, + 1370.0, + 1843.0, + 293.0, + 1843.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1363.0, + 1408.0, + 1363.0, + 1408.0, + 1402.0, + 293.0, + 1402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1397.0, + 1405.0, + 1397.0, + 1405.0, + 1434.0, + 294.0, + 1434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1424.0, + 1405.0, + 1424.0, + 1405.0, + 1464.0, + 292.0, + 1464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1458.0, + 1404.0, + 1458.0, + 1404.0, + 1492.0, + 294.0, + 1492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1487.0, + 1405.0, + 1487.0, + 1405.0, + 1523.0, + 293.0, + 1523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1514.0, + 1406.0, + 1514.0, + 1406.0, + 1558.0, + 292.0, + 1558.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1549.0, + 1404.0, + 1549.0, + 1404.0, + 1583.0, + 293.0, + 1583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1581.0, + 1002.0, + 1581.0, + 1002.0, + 1615.0, + 293.0, + 1615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 835.0, + 1405.0, + 835.0, + 1405.0, + 869.0, + 294.0, + 869.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 864.0, + 1406.0, + 864.0, + 1406.0, + 899.0, + 294.0, + 899.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 894.0, + 1404.0, + 894.0, + 1404.0, + 931.0, + 293.0, + 931.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 926.0, + 1405.0, + 926.0, + 1405.0, + 960.0, + 294.0, + 960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 955.0, + 1405.0, + 955.0, + 1405.0, + 988.0, + 293.0, + 988.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 986.0, + 1405.0, + 986.0, + 1405.0, + 1020.0, + 294.0, + 1020.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1017.0, + 578.0, + 1017.0, + 578.0, + 1051.0, + 294.0, + 1051.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1910.0, + 1408.0, + 1910.0, + 1408.0, + 1947.0, + 293.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1943.0, + 1406.0, + 1943.0, + 1406.0, + 1976.0, + 294.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1973.0, + 1407.0, + 1973.0, + 1407.0, + 2009.0, + 294.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2002.0, + 1098.0, + 2002.0, + 1098.0, + 2038.0, + 294.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1117.0, + 1405.0, + 1117.0, + 1405.0, + 1153.0, + 294.0, + 1153.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1147.0, + 1405.0, + 1147.0, + 1405.0, + 1187.0, + 293.0, + 1187.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1181.0, + 1328.0, + 1181.0, + 1328.0, + 1215.0, + 295.0, + 1215.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1225.0, + 1404.0, + 1225.0, + 1404.0, + 1261.0, + 293.0, + 1261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1257.0, + 1405.0, + 1257.0, + 1405.0, + 1291.0, + 294.0, + 1291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1288.0, + 1405.0, + 1288.0, + 1405.0, + 1324.0, + 294.0, + 1324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1321.0, + 468.0, + 1321.0, + 468.0, + 1351.0, + 297.0, + 1351.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 6, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1758, + 1405, + 1758, + 1405, + 2035, + 297, + 2035 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 297, + 1084, + 1405, + 1084, + 1405, + 1390, + 297, + 1390 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1651, + 1404, + 1651, + 1404, + 1744, + 298, + 1744 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 299, + 1513, + 1403, + 1513, + 1403, + 1636, + 299, + 1636 + ], + "score": 0.971 + }, + { + "category_id": 5, + "poly": [ + 859, + 396, + 1397, + 396, + 1397, + 547, + 859, + 547 + ], + "score": 0.97, + "html": "
Bug TypeAmountTAJSHOPPITY
Undefined Property Functional Bug7 110 01 3
Refactoring1201
Total3005
" + }, + { + "category_id": 5, + "poly": [ + 297, + 432, + 845, + 432, + 845, + 550, + 297, + 550 + ], + "score": 0.969, + "html": "
ValueGGNN-RepGGNN-RNNHOPPITY
Top-163.8%60.3%69.1%
Top-367.6%63.6%73.4%
" + }, + { + "category_id": 5, + "poly": [ + 933, + 226, + 1318, + 226, + 1318, + 352, + 933, + 352 + ], + "score": 0.966, + "html": "
HOPPITYTop-1Top-3
67.7%73.3%
SequenceR64.2%68.6%
" + }, + { + "category_id": 1, + "poly": [ + 298, + 620, + 1404, + 620, + 1404, + 775, + 298, + 775 + ], + "score": 0.966 + }, + { + "category_id": 5, + "poly": [ + 298, + 225, + 846, + 225, + 846, + 346, + 298, + 346 + ], + "score": 0.965, + "html": "
TypeGGNN-RepGGNN-ClsHOPPITY
Top-153.2%99.6%90.0%
Top-385.8%99.6%94.8%
" + }, + { + "category_id": 1, + "poly": [ + 299, + 1405, + 1404, + 1405, + 1404, + 1498, + 299, + 1498 + ], + "score": 0.963 + }, + { + "category_id": 1, + "poly": [ + 298, + 944, + 1404, + 944, + 1404, + 1069, + 298, + 1069 + ], + "score": 0.957 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 816, + 76, + 816, + 104, + 300, + 104 + ], + "score": 0.896 + }, + { + "category_id": 1, + "poly": [ + 295, + 899, + 1063, + 899, + 1063, + 929, + 295, + 929 + ], + "score": 0.893 + }, + { + "category_id": 6, + "poly": [ + 300, + 369, + 849, + 369, + 849, + 400, + 300, + 400 + ], + "score": 0.887 + }, + { + "category_id": 6, + "poly": [ + 947, + 558, + 1312, + 558, + 1312, + 589, + 947, + 589 + ], + "score": 0.872 + }, + { + "category_id": 1, + "poly": [ + 292, + 789, + 1404, + 789, + 1404, + 884, + 292, + 884 + ], + "score": 0.86 + }, + { + "category_id": 6, + "poly": [ + 860, + 360, + 1393, + 360, + 1393, + 391, + 860, + 391 + ], + "score": 0.853 + }, + { + "category_id": 7, + "poly": [ + 299, + 560, + 842, + 560, + 842, + 591, + 299, + 591 + ], + "score": 0.831 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 858, + 2088, + 858, + 2112, + 840, + 2112 + ], + "score": 0.794 + }, + { + "category_id": 1, + "poly": [ + 299, + 560, + 842, + 560, + 842, + 591, + 299, + 591 + ], + "score": 0.105 + }, + { + "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": [ + 294.0, + 363.0, + 853.0, + 363.0, + 853.0, + 406.0, + 294.0, + 406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 944.0, + 556.0, + 1314.0, + 556.0, + 1314.0, + 592.0, + 944.0, + 592.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 854.0, + 354.0, + 1395.0, + 354.0, + 1395.0, + 396.0, + 854.0, + 396.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 553.0, + 845.0, + 553.0, + 845.0, + 597.0, + 292.0, + 597.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": [ + 295.0, + 1758.0, + 1405.0, + 1758.0, + 1405.0, + 1794.0, + 295.0, + 1794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1787.0, + 1407.0, + 1787.0, + 1407.0, + 1825.0, + 294.0, + 1825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1819.0, + 1408.0, + 1819.0, + 1408.0, + 1857.0, + 292.0, + 1857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1849.0, + 1407.0, + 1849.0, + 1407.0, + 1886.0, + 295.0, + 1886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1879.0, + 1406.0, + 1879.0, + 1406.0, + 1917.0, + 292.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1911.0, + 1406.0, + 1911.0, + 1406.0, + 1948.0, + 295.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1942.0, + 1405.0, + 1942.0, + 1405.0, + 1979.0, + 294.0, + 1979.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": [ + 295.0, + 2004.0, + 1392.0, + 2004.0, + 1392.0, + 2037.0, + 295.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1082.0, + 1406.0, + 1082.0, + 1406.0, + 1120.0, + 292.0, + 1120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1114.0, + 1407.0, + 1114.0, + 1407.0, + 1149.0, + 295.0, + 1149.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1144.0, + 1407.0, + 1144.0, + 1407.0, + 1180.0, + 295.0, + 1180.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1175.0, + 1403.0, + 1175.0, + 1403.0, + 1209.0, + 295.0, + 1209.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1205.0, + 1407.0, + 1205.0, + 1407.0, + 1241.0, + 295.0, + 1241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1232.0, + 1406.0, + 1232.0, + 1406.0, + 1274.0, + 292.0, + 1274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1262.0, + 1408.0, + 1262.0, + 1408.0, + 1304.0, + 292.0, + 1304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1295.0, + 1407.0, + 1295.0, + 1407.0, + 1333.0, + 294.0, + 1333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1323.0, + 1405.0, + 1323.0, + 1405.0, + 1365.0, + 294.0, + 1365.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1358.0, + 1203.0, + 1358.0, + 1203.0, + 1393.0, + 295.0, + 1393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1650.0, + 1402.0, + 1650.0, + 1402.0, + 1684.0, + 294.0, + 1684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1682.0, + 1405.0, + 1682.0, + 1405.0, + 1716.0, + 294.0, + 1716.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1711.0, + 1163.0, + 1711.0, + 1163.0, + 1747.0, + 295.0, + 1747.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1511.0, + 1408.0, + 1511.0, + 1408.0, + 1549.0, + 292.0, + 1549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1545.0, + 1407.0, + 1545.0, + 1407.0, + 1578.0, + 295.0, + 1578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1576.0, + 1403.0, + 1576.0, + 1403.0, + 1608.0, + 295.0, + 1608.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1606.0, + 1004.0, + 1606.0, + 1004.0, + 1638.0, + 295.0, + 1638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 618.0, + 1405.0, + 618.0, + 1405.0, + 658.0, + 293.0, + 658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 650.0, + 1406.0, + 650.0, + 1406.0, + 688.0, + 292.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 683.0, + 1404.0, + 683.0, + 1404.0, + 716.0, + 294.0, + 716.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 713.0, + 1406.0, + 713.0, + 1406.0, + 747.0, + 296.0, + 747.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 743.0, + 837.0, + 743.0, + 837.0, + 780.0, + 296.0, + 780.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1403.0, + 1406.0, + 1403.0, + 1406.0, + 1441.0, + 295.0, + 1441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1432.0, + 1405.0, + 1432.0, + 1405.0, + 1472.0, + 293.0, + 1472.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1466.0, + 869.0, + 1466.0, + 869.0, + 1502.0, + 293.0, + 1502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 942.0, + 1404.0, + 942.0, + 1404.0, + 981.0, + 293.0, + 981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 308.0, + 976.0, + 967.0, + 976.0, + 967.0, + 1011.0, + 308.0, + 1011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1003.0, + 1404.0, + 1003.0, + 1404.0, + 1044.0, + 292.0, + 1044.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 1039.0, + 1234.0, + 1039.0, + 1234.0, + 1072.0, + 318.0, + 1072.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 898.0, + 1066.0, + 898.0, + 1066.0, + 933.0, + 295.0, + 933.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 789.0, + 1403.0, + 789.0, + 1403.0, + 827.0, + 295.0, + 827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 313.0, + 821.0, + 1286.0, + 821.0, + 1286.0, + 860.0, + 313.0, + 860.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 851.0, + 1367.0, + 851.0, + 1367.0, + 888.0, + 294.0, + 888.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 553.0, + 845.0, + 553.0, + 845.0, + 597.0, + 292.0, + 597.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 7, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1129, + 1405, + 1129, + 1405, + 1466, + 297, + 1466 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 297, + 230, + 1404, + 230, + 1404, + 567, + 297, + 567 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 808, + 1405, + 808, + 1405, + 1115, + 298, + 1115 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 1481, + 1404, + 1481, + 1404, + 1726, + 298, + 1726 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 1797, + 1404, + 1797, + 1404, + 2012, + 298, + 2012 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 299, + 582, + 1404, + 582, + 1404, + 735, + 299, + 735 + ], + "score": 0.979 + }, + { + "category_id": 0, + "poly": [ + 301, + 754, + 588, + 754, + 588, + 790, + 301, + 790 + ], + "score": 0.91 + }, + { + "category_id": 0, + "poly": [ + 299, + 1746, + 545, + 1746, + 545, + 1782, + 299, + 1782 + ], + "score": 0.899 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 816, + 76, + 816, + 104, + 299, + 104 + ], + "score": 0.894 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 858, + 2088, + 858, + 2111, + 840, + 2111 + ], + "score": 0.79 + }, + { + "category_id": 15, + "poly": [ + 293.0, + 750.0, + 593.0, + 750.0, + 593.0, + 797.0, + 293.0, + 797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1739.0, + 550.0, + 1739.0, + 550.0, + 1791.0, + 292.0, + 1791.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": [ + 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, + 1127.0, + 1406.0, + 1127.0, + 1406.0, + 1165.0, + 294.0, + 1165.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1160.0, + 1406.0, + 1160.0, + 1406.0, + 1194.0, + 295.0, + 1194.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1191.0, + 1407.0, + 1191.0, + 1407.0, + 1225.0, + 295.0, + 1225.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1219.0, + 1405.0, + 1219.0, + 1405.0, + 1258.0, + 294.0, + 1258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1248.0, + 1407.0, + 1248.0, + 1407.0, + 1288.0, + 294.0, + 1288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1283.0, + 1405.0, + 1283.0, + 1405.0, + 1316.0, + 292.0, + 1316.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1311.0, + 1406.0, + 1311.0, + 1406.0, + 1348.0, + 292.0, + 1348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1342.0, + 1407.0, + 1342.0, + 1407.0, + 1379.0, + 292.0, + 1379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1371.0, + 1405.0, + 1371.0, + 1405.0, + 1409.0, + 294.0, + 1409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1404.0, + 1405.0, + 1404.0, + 1405.0, + 1439.0, + 295.0, + 1439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1435.0, + 1352.0, + 1435.0, + 1352.0, + 1469.0, + 295.0, + 1469.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 227.0, + 1404.0, + 227.0, + 1404.0, + 267.0, + 294.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 262.0, + 1404.0, + 262.0, + 1404.0, + 297.0, + 295.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 292.0, + 1406.0, + 292.0, + 1406.0, + 326.0, + 295.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 322.0, + 1404.0, + 322.0, + 1404.0, + 356.0, + 294.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 349.0, + 1408.0, + 349.0, + 1408.0, + 390.0, + 291.0, + 390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 381.0, + 1405.0, + 381.0, + 1405.0, + 418.0, + 294.0, + 418.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 410.0, + 1408.0, + 410.0, + 1408.0, + 451.0, + 291.0, + 451.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 439.0, + 1409.0, + 439.0, + 1409.0, + 482.0, + 292.0, + 482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 474.0, + 1406.0, + 474.0, + 1406.0, + 509.0, + 295.0, + 509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 503.0, + 1406.0, + 503.0, + 1406.0, + 539.0, + 294.0, + 539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 535.0, + 998.0, + 535.0, + 998.0, + 570.0, + 295.0, + 570.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 808.0, + 1405.0, + 808.0, + 1405.0, + 845.0, + 293.0, + 845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 838.0, + 1408.0, + 838.0, + 1408.0, + 876.0, + 292.0, + 876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 870.0, + 1407.0, + 870.0, + 1407.0, + 906.0, + 295.0, + 906.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 899.0, + 1406.0, + 899.0, + 1406.0, + 936.0, + 295.0, + 936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 928.0, + 1403.0, + 928.0, + 1403.0, + 964.0, + 295.0, + 964.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 960.0, + 1407.0, + 960.0, + 1407.0, + 997.0, + 292.0, + 997.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 989.0, + 1405.0, + 989.0, + 1405.0, + 1025.0, + 295.0, + 1025.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1023.0, + 1406.0, + 1023.0, + 1406.0, + 1057.0, + 293.0, + 1057.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1052.0, + 1407.0, + 1052.0, + 1407.0, + 1087.0, + 292.0, + 1087.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1084.0, + 1377.0, + 1084.0, + 1377.0, + 1119.0, + 295.0, + 1119.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1479.0, + 1409.0, + 1479.0, + 1409.0, + 1517.0, + 295.0, + 1517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1510.0, + 1405.0, + 1510.0, + 1405.0, + 1548.0, + 292.0, + 1548.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1540.0, + 1405.0, + 1540.0, + 1405.0, + 1576.0, + 292.0, + 1576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1571.0, + 1404.0, + 1571.0, + 1404.0, + 1608.0, + 293.0, + 1608.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1601.0, + 1405.0, + 1601.0, + 1405.0, + 1637.0, + 293.0, + 1637.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1632.0, + 1405.0, + 1632.0, + 1405.0, + 1668.0, + 293.0, + 1668.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1665.0, + 1405.0, + 1665.0, + 1405.0, + 1698.0, + 294.0, + 1698.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1696.0, + 1333.0, + 1696.0, + 1333.0, + 1729.0, + 294.0, + 1729.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1795.0, + 1409.0, + 1795.0, + 1409.0, + 1834.0, + 293.0, + 1834.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1828.0, + 1406.0, + 1828.0, + 1406.0, + 1863.0, + 294.0, + 1863.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1856.0, + 1405.0, + 1856.0, + 1405.0, + 1893.0, + 293.0, + 1893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1889.0, + 1405.0, + 1889.0, + 1405.0, + 1923.0, + 293.0, + 1923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1917.0, + 1406.0, + 1917.0, + 1406.0, + 1955.0, + 293.0, + 1955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1949.0, + 1406.0, + 1949.0, + 1406.0, + 1987.0, + 294.0, + 1987.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1978.0, + 1365.0, + 1978.0, + 1365.0, + 2015.0, + 293.0, + 2015.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 577.0, + 1405.0, + 577.0, + 1405.0, + 620.0, + 293.0, + 620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 610.0, + 1408.0, + 610.0, + 1408.0, + 648.0, + 293.0, + 648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 641.0, + 1406.0, + 641.0, + 1406.0, + 677.0, + 294.0, + 677.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 674.0, + 1405.0, + 674.0, + 1405.0, + 707.0, + 295.0, + 707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 702.0, + 1237.0, + 702.0, + 1237.0, + 740.0, + 293.0, + 740.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 8, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 277, + 1404, + 277, + 1404, + 340, + 298, + 340 + ], + "score": 0.932 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 817, + 75, + 817, + 105, + 299, + 105 + ], + "score": 0.891 + }, + { + "category_id": 1, + "poly": [ + 299, + 1472, + 1403, + 1472, + 1403, + 1538, + 299, + 1538 + ], + "score": 0.879 + }, + { + "category_id": 1, + "poly": [ + 295, + 1163, + 1402, + 1163, + 1402, + 1228, + 295, + 1228 + ], + "score": 0.872 + }, + { + "category_id": 1, + "poly": [ + 296, + 1556, + 986, + 1556, + 986, + 1590, + 296, + 1590 + ], + "score": 0.87 + }, + { + "category_id": 1, + "poly": [ + 297, + 409, + 1400, + 409, + 1400, + 473, + 297, + 473 + ], + "score": 0.856 + }, + { + "category_id": 1, + "poly": [ + 293, + 1027, + 1402, + 1027, + 1402, + 1093, + 293, + 1093 + ], + "score": 0.852 + }, + { + "category_id": 1, + "poly": [ + 298, + 1109, + 1274, + 1109, + 1274, + 1146, + 298, + 1146 + ], + "score": 0.846 + }, + { + "category_id": 1, + "poly": [ + 296, + 1246, + 1405, + 1246, + 1405, + 1372, + 296, + 1372 + ], + "score": 0.838 + }, + { + "category_id": 1, + "poly": [ + 300, + 914, + 1405, + 914, + 1405, + 1009, + 300, + 1009 + ], + "score": 0.835 + }, + { + "category_id": 1, + "poly": [ + 298, + 718, + 1404, + 718, + 1404, + 784, + 298, + 784 + ], + "score": 0.833 + }, + { + "category_id": 1, + "poly": [ + 293, + 1389, + 1401, + 1389, + 1401, + 1455, + 293, + 1455 + ], + "score": 0.828 + }, + { + "category_id": 1, + "poly": [ + 297, + 1721, + 1401, + 1721, + 1401, + 1786, + 297, + 1786 + ], + "score": 0.825 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 864, + 2088, + 864, + 2113, + 836, + 2113 + ], + "score": 0.821 + }, + { + "category_id": 0, + "poly": [ + 301, + 228, + 609, + 228, + 609, + 262, + 301, + 262 + ], + "score": 0.815 + }, + { + "category_id": 1, + "poly": [ + 298, + 490, + 1405, + 490, + 1405, + 587, + 298, + 587 + ], + "score": 0.811 + }, + { + "category_id": 1, + "poly": [ + 302, + 801, + 1404, + 801, + 1404, + 897, + 302, + 897 + ], + "score": 0.806 + }, + { + "category_id": 1, + "poly": [ + 297, + 1609, + 1407, + 1609, + 1407, + 1703, + 297, + 1703 + ], + "score": 0.792 + }, + { + "category_id": 1, + "poly": [ + 298, + 604, + 1405, + 604, + 1405, + 700, + 298, + 700 + ], + "score": 0.783 + }, + { + "category_id": 1, + "poly": [ + 299, + 1804, + 1399, + 1804, + 1399, + 1870, + 299, + 1870 + ], + "score": 0.783 + }, + { + "category_id": 1, + "poly": [ + 298, + 1972, + 1400, + 1972, + 1400, + 2034, + 298, + 2034 + ], + "score": 0.762 + }, + { + "category_id": 1, + "poly": [ + 298, + 1888, + 1400, + 1888, + 1400, + 1953, + 298, + 1953 + ], + "score": 0.721 + }, + { + "category_id": 0, + "poly": [ + 299, + 360, + 490, + 360, + 490, + 395, + 299, + 395 + ], + "score": 0.691 + }, + { + "category_id": 1, + "poly": [ + 299, + 360, + 490, + 360, + 490, + 395, + 299, + 395 + ], + "score": 0.193 + }, + { + "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": [ + 831.0, + 2085.0, + 869.0, + 2085.0, + 869.0, + 2123.0, + 831.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 227.0, + 611.0, + 227.0, + 611.0, + 267.0, + 297.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 363.0, + 490.0, + 363.0, + 490.0, + 396.0, + 296.0, + 396.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 277.0, + 1406.0, + 277.0, + 1406.0, + 312.0, + 296.0, + 312.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 309.0, + 1400.0, + 309.0, + 1400.0, + 340.0, + 296.0, + 340.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1471.0, + 1407.0, + 1471.0, + 1407.0, + 1509.0, + 295.0, + 1509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1505.0, + 1282.0, + 1505.0, + 1282.0, + 1539.0, + 322.0, + 1539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1158.0, + 1406.0, + 1158.0, + 1406.0, + 1202.0, + 294.0, + 1202.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1193.0, + 597.0, + 1193.0, + 597.0, + 1226.0, + 322.0, + 1226.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1555.0, + 987.0, + 1555.0, + 987.0, + 1592.0, + 296.0, + 1592.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 404.0, + 1405.0, + 404.0, + 1405.0, + 449.0, + 292.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 440.0, + 1162.0, + 440.0, + 1162.0, + 474.0, + 322.0, + 474.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1028.0, + 1404.0, + 1028.0, + 1404.0, + 1064.0, + 295.0, + 1064.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1060.0, + 1026.0, + 1060.0, + 1026.0, + 1094.0, + 322.0, + 1094.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1106.0, + 1278.0, + 1106.0, + 1278.0, + 1153.0, + 293.0, + 1153.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1247.0, + 1407.0, + 1247.0, + 1407.0, + 1282.0, + 294.0, + 1282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1280.0, + 1406.0, + 1280.0, + 1406.0, + 1311.0, + 320.0, + 1311.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1310.0, + 1405.0, + 1310.0, + 1405.0, + 1347.0, + 319.0, + 1347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1340.0, + 678.0, + 1340.0, + 678.0, + 1375.0, + 320.0, + 1375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 913.0, + 1406.0, + 913.0, + 1406.0, + 952.0, + 293.0, + 952.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 946.0, + 1409.0, + 946.0, + 1409.0, + 982.0, + 322.0, + 982.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 979.0, + 776.0, + 979.0, + 776.0, + 1010.0, + 323.0, + 1010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 719.0, + 1404.0, + 719.0, + 1404.0, + 755.0, + 294.0, + 755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 751.0, + 1092.0, + 751.0, + 1092.0, + 785.0, + 323.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1386.0, + 1406.0, + 1386.0, + 1406.0, + 1430.0, + 293.0, + 1430.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1421.0, + 1017.0, + 1421.0, + 1017.0, + 1456.0, + 322.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1717.0, + 1406.0, + 1717.0, + 1406.0, + 1761.0, + 293.0, + 1761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 1753.0, + 465.0, + 1753.0, + 465.0, + 1787.0, + 318.0, + 1787.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 492.0, + 1403.0, + 492.0, + 1403.0, + 529.0, + 295.0, + 529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 522.0, + 1405.0, + 522.0, + 1405.0, + 561.0, + 321.0, + 561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 552.0, + 839.0, + 552.0, + 839.0, + 589.0, + 321.0, + 589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 800.0, + 1404.0, + 800.0, + 1404.0, + 839.0, + 296.0, + 839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 834.0, + 1405.0, + 834.0, + 1405.0, + 869.0, + 322.0, + 869.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 864.0, + 1115.0, + 864.0, + 1115.0, + 898.0, + 323.0, + 898.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1606.0, + 1408.0, + 1606.0, + 1408.0, + 1648.0, + 294.0, + 1648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1641.0, + 1405.0, + 1641.0, + 1405.0, + 1675.0, + 323.0, + 1675.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1672.0, + 581.0, + 1672.0, + 581.0, + 1706.0, + 324.0, + 1706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 603.0, + 1405.0, + 603.0, + 1405.0, + 642.0, + 293.0, + 642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 637.0, + 1403.0, + 637.0, + 1403.0, + 672.0, + 325.0, + 672.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 668.0, + 1245.0, + 668.0, + 1245.0, + 702.0, + 323.0, + 702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1803.0, + 1403.0, + 1803.0, + 1403.0, + 1842.0, + 297.0, + 1842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1837.0, + 893.0, + 1837.0, + 893.0, + 1871.0, + 321.0, + 1871.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1968.0, + 1405.0, + 1968.0, + 1405.0, + 2009.0, + 292.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 2002.0, + 799.0, + 2002.0, + 799.0, + 2037.0, + 321.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1886.0, + 1402.0, + 1886.0, + 1402.0, + 1927.0, + 297.0, + 1927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1919.0, + 983.0, + 1919.0, + 983.0, + 1953.0, + 322.0, + 1953.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 363.0, + 490.0, + 363.0, + 490.0, + 396.0, + 296.0, + 396.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 9, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 299, + 75, + 817, + 75, + 817, + 105, + 299, + 105 + ], + "score": 0.885 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 862, + 2088, + 862, + 2113, + 835, + 2113 + ], + "score": 0.827 + }, + { + "category_id": 1, + "poly": [ + 303, + 228, + 1400, + 228, + 1400, + 323, + 303, + 323 + ], + "score": 0.824 + }, + { + "category_id": 1, + "poly": [ + 299, + 818, + 1401, + 818, + 1401, + 883, + 299, + 883 + ], + "score": 0.789 + }, + { + "category_id": 1, + "poly": [ + 298, + 736, + 1401, + 736, + 1401, + 801, + 298, + 801 + ], + "score": 0.775 + }, + { + "category_id": 1, + "poly": [ + 297, + 425, + 1402, + 425, + 1402, + 488, + 297, + 488 + ], + "score": 0.773 + }, + { + "category_id": 1, + "poly": [ + 297, + 1067, + 898, + 1067, + 898, + 1102, + 297, + 1102 + ], + "score": 0.761 + }, + { + "category_id": 1, + "poly": [ + 299, + 902, + 1401, + 902, + 1401, + 966, + 299, + 966 + ], + "score": 0.757 + }, + { + "category_id": 1, + "poly": [ + 299, + 508, + 1404, + 508, + 1404, + 601, + 299, + 601 + ], + "score": 0.743 + }, + { + "category_id": 1, + "poly": [ + 295, + 343, + 1400, + 343, + 1400, + 406, + 295, + 406 + ], + "score": 0.738 + }, + { + "category_id": 1, + "poly": [ + 298, + 985, + 1403, + 985, + 1403, + 1049, + 298, + 1049 + ], + "score": 0.727 + }, + { + "category_id": 1, + "poly": [ + 295, + 621, + 1408, + 621, + 1408, + 717, + 295, + 717 + ], + "score": 0.67 + }, + { + "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": [ + 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, + 230.0, + 1404.0, + 230.0, + 1404.0, + 265.0, + 298.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 262.0, + 1404.0, + 262.0, + 1404.0, + 296.0, + 323.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 291.0, + 648.0, + 291.0, + 648.0, + 325.0, + 322.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 817.0, + 1406.0, + 817.0, + 1406.0, + 856.0, + 295.0, + 856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 849.0, + 776.0, + 849.0, + 776.0, + 884.0, + 323.0, + 884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 736.0, + 1406.0, + 736.0, + 1406.0, + 772.0, + 296.0, + 772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 766.0, + 943.0, + 766.0, + 943.0, + 802.0, + 321.0, + 802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 421.0, + 1407.0, + 421.0, + 1407.0, + 464.0, + 294.0, + 464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 457.0, + 511.0, + 457.0, + 511.0, + 490.0, + 324.0, + 490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1063.0, + 898.0, + 1063.0, + 898.0, + 1107.0, + 293.0, + 1107.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 902.0, + 1403.0, + 902.0, + 1403.0, + 938.0, + 295.0, + 938.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 933.0, + 903.0, + 933.0, + 903.0, + 967.0, + 320.0, + 967.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 507.0, + 1404.0, + 507.0, + 1404.0, + 546.0, + 294.0, + 546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 538.0, + 1409.0, + 538.0, + 1409.0, + 576.0, + 319.0, + 576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 565.0, + 399.0, + 565.0, + 399.0, + 606.0, + 319.0, + 606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 345.0, + 1404.0, + 345.0, + 1404.0, + 377.0, + 296.0, + 377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 372.0, + 1326.0, + 372.0, + 1326.0, + 409.0, + 320.0, + 409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 985.0, + 1407.0, + 985.0, + 1407.0, + 1021.0, + 294.0, + 1021.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1016.0, + 1088.0, + 1016.0, + 1088.0, + 1050.0, + 321.0, + 1050.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 620.0, + 1406.0, + 620.0, + 1406.0, + 658.0, + 293.0, + 658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 653.0, + 1405.0, + 653.0, + 1405.0, + 691.0, + 322.0, + 691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 684.0, + 585.0, + 684.0, + 585.0, + 718.0, + 322.0, + 718.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 10, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 5, + "poly": [ + 297, + 299, + 1398, + 299, + 1398, + 525, + 297, + 525 + ], + "score": 0.982, + "html": "
TotalLocationOperatorValueType
Top-3Top-1Top-3Top-1Top-1Top-3Top-1Top-3Top-1
ZeroOneTwoDiff40.829.718.93.930.335.06.538.63.4
ZeroOneDiff51.634.527.15.535.645.410.473.958.9
OneDiff26.114.235.520.434.452.329.176.166.7
Random.08.072.281.427.7.01.01.270
" + }, + { + "category_id": 1, + "poly": [ + 298, + 1880, + 1404, + 1880, + 1404, + 2035, + 298, + 2035 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 297, + 1277, + 1406, + 1277, + 1406, + 1432, + 297, + 1432 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 298, + 859, + 1404, + 859, + 1404, + 1013, + 298, + 1013 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 298, + 1460, + 1405, + 1460, + 1405, + 1554, + 298, + 1554 + ], + "score": 0.963 + }, + { + "category_id": 1, + "poly": [ + 298, + 657, + 1405, + 657, + 1405, + 722, + 298, + 722 + ], + "score": 0.953 + }, + { + "category_id": 5, + "poly": [ + 619, + 1597, + 1073, + 1597, + 1073, + 1790, + 619, + 1790 + ], + "score": 0.949, + "html": "
Beam Size (k)Top-k Accuracy (%)
114.37%
221.10%
326.14%
430.12%
533.58%
" + }, + { + "category_id": 1, + "poly": [ + 372, + 750, + 1268, + 750, + 1268, + 830, + 372, + 830 + ], + "score": 0.919 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 817, + 75, + 817, + 105, + 298, + 105 + ], + "score": 0.9 + }, + { + "category_id": 6, + "poly": [ + 613, + 1203, + 1076, + 1203, + 1076, + 1236, + 613, + 1236 + ], + "score": 0.868 + }, + { + "category_id": 6, + "poly": [ + 658, + 1811, + 1032, + 1811, + 1032, + 1844, + 658, + 1844 + ], + "score": 0.862 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 864, + 2088, + 864, + 2113, + 835, + 2113 + ], + "score": 0.857 + }, + { + "category_id": 5, + "poly": [ + 484, + 1051, + 1165, + 1051, + 1165, + 1184, + 484, + 1184 + ], + "score": 0.828, + "html": "
TRUELABEL
ALARM PREDICTED NO ALARMBUGGYNOTBUGGY
10,293 26,5177,210 20,605
" + }, + { + "category_id": 6, + "poly": [ + 302, + 227, + 758, + 227, + 758, + 263, + 302, + 263 + ], + "score": 0.733 + }, + { + "category_id": 1, + "poly": [ + 298, + 547, + 1400, + 547, + 1400, + 609, + 298, + 609 + ], + "score": 0.543 + }, + { + "category_id": 7, + "poly": [ + 298, + 547, + 1400, + 547, + 1400, + 609, + 298, + 609 + ], + "score": 0.471 + }, + { + "category_id": 0, + "poly": [ + 302, + 227, + 758, + 227, + 758, + 263, + 302, + 263 + ], + "score": 0.173 + }, + { + "category_id": 3, + "poly": [ + 484, + 1051, + 1165, + 1051, + 1165, + 1184, + 484, + 1184 + ], + "score": 0.127 + }, + { + "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": [ + 610.0, + 1200.0, + 1078.0, + 1200.0, + 1078.0, + 1239.0, + 610.0, + 1239.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 656.0, + 1809.0, + 1033.0, + 1809.0, + 1033.0, + 1847.0, + 656.0, + 1847.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, + 225.0, + 763.0, + 225.0, + 763.0, + 268.0, + 295.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 548.0, + 1402.0, + 548.0, + 1402.0, + 579.0, + 296.0, + 579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 577.0, + 711.0, + 577.0, + 711.0, + 611.0, + 294.0, + 611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 225.0, + 763.0, + 225.0, + 763.0, + 268.0, + 295.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 910.0, + 1051.0, + 1089.0, + 1051.0, + 1089.0, + 1084.0, + 910.0, + 1084.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 848.0, + 1082.0, + 957.0, + 1082.0, + 957.0, + 1116.0, + 848.0, + 1116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 978.0, + 1082.0, + 1150.0, + 1082.0, + 1150.0, + 1115.0, + 978.0, + 1115.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 483.0, + 1129.0, + 643.0, + 1129.0, + 643.0, + 1158.0, + 483.0, + 1158.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 666.0, + 1112.0, + 828.0, + 1112.0, + 828.0, + 1178.0, + 666.0, + 1178.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 857.0, + 1111.0, + 949.0, + 1111.0, + 949.0, + 1178.0, + 857.0, + 1178.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1020.0, + 1112.0, + 1110.0, + 1112.0, + 1110.0, + 1179.0, + 1020.0, + 1179.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1880.0, + 1402.0, + 1880.0, + 1402.0, + 1914.0, + 297.0, + 1914.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1908.0, + 1406.0, + 1908.0, + 1406.0, + 1948.0, + 293.0, + 1948.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, + 1969.0, + 1406.0, + 1969.0, + 1406.0, + 2011.0, + 293.0, + 2011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2003.0, + 1127.0, + 2003.0, + 1127.0, + 2040.0, + 294.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1279.0, + 1404.0, + 1279.0, + 1404.0, + 1312.0, + 295.0, + 1312.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1305.0, + 1406.0, + 1305.0, + 1406.0, + 1347.0, + 292.0, + 1347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1339.0, + 1409.0, + 1339.0, + 1409.0, + 1376.0, + 295.0, + 1376.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1364.0, + 1409.0, + 1364.0, + 1409.0, + 1409.0, + 292.0, + 1409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1398.0, + 1241.0, + 1398.0, + 1241.0, + 1435.0, + 291.0, + 1435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 857.0, + 1406.0, + 857.0, + 1406.0, + 896.0, + 293.0, + 896.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 887.0, + 1405.0, + 887.0, + 1405.0, + 927.0, + 293.0, + 927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 920.0, + 1404.0, + 920.0, + 1404.0, + 956.0, + 293.0, + 956.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 949.0, + 1406.0, + 949.0, + 1406.0, + 989.0, + 292.0, + 989.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 981.0, + 656.0, + 981.0, + 656.0, + 1017.0, + 295.0, + 1017.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1459.0, + 1403.0, + 1459.0, + 1403.0, + 1495.0, + 295.0, + 1495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1490.0, + 1405.0, + 1490.0, + 1405.0, + 1526.0, + 293.0, + 1526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1523.0, + 492.0, + 1523.0, + 492.0, + 1554.0, + 297.0, + 1554.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 659.0, + 1403.0, + 659.0, + 1403.0, + 691.0, + 296.0, + 691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 688.0, + 800.0, + 688.0, + 800.0, + 724.0, + 295.0, + 724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 372.0, + 752.0, + 1137.0, + 752.0, + 1137.0, + 787.0, + 372.0, + 787.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 371.0, + 794.0, + 1264.0, + 794.0, + 1264.0, + 833.0, + 371.0, + 833.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 548.0, + 1402.0, + 548.0, + 1402.0, + 579.0, + 296.0, + 579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 577.0, + 711.0, + 577.0, + 711.0, + 611.0, + 294.0, + 611.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 11, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1397, + 1404, + 1397, + 1404, + 1646, + 297, + 1646 + ], + "score": 0.976 + }, + { + "category_id": 3, + "poly": [ + 325, + 244, + 1329, + 244, + 1329, + 848, + 325, + 848 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 299, + 1815, + 1404, + 1815, + 1404, + 1940, + 299, + 1940 + ], + "score": 0.969 + }, + { + "category_id": 1, + "poly": [ + 298, + 1289, + 1404, + 1289, + 1404, + 1382, + 298, + 1382 + ], + "score": 0.961 + }, + { + "category_id": 1, + "poly": [ + 299, + 1181, + 1405, + 1181, + 1405, + 1273, + 299, + 1273 + ], + "score": 0.96 + }, + { + "category_id": 1, + "poly": [ + 301, + 1026, + 1402, + 1026, + 1402, + 1119, + 301, + 1119 + ], + "score": 0.96 + }, + { + "category_id": 2, + "poly": [ + 332, + 1973, + 871, + 1973, + 871, + 2035, + 332, + 2035 + ], + "score": 0.948 + }, + { + "category_id": 1, + "poly": [ + 294, + 1661, + 1399, + 1661, + 1399, + 1723, + 294, + 1723 + ], + "score": 0.948 + }, + { + "category_id": 1, + "poly": [ + 294, + 1738, + 1400, + 1738, + 1400, + 1799, + 294, + 1799 + ], + "score": 0.94 + }, + { + "category_id": 4, + "poly": [ + 429, + 881, + 1264, + 881, + 1264, + 914, + 429, + 914 + ], + "score": 0.922 + }, + { + "category_id": 1, + "poly": [ + 297, + 1134, + 988, + 1134, + 988, + 1166, + 297, + 1166 + ], + "score": 0.918 + }, + { + "category_id": 0, + "poly": [ + 300, + 974, + 632, + 974, + 632, + 1010, + 300, + 1010 + ], + "score": 0.91 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 815, + 76, + 815, + 104, + 299, + 104 + ], + "score": 0.889 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 863, + 2088, + 863, + 2112, + 835, + 2112 + ], + "score": 0.853 + }, + { + "category_id": 13, + "poly": [ + 978, + 1908, + 1093, + 1908, + 1093, + 1942, + 978, + 1942 + ], + "score": 0.92, + "latex": "A S T _ { f i x e d }" + }, + { + "category_id": 13, + "poly": [ + 810, + 1908, + 927, + 1908, + 927, + 1942, + 810, + 1942 + ], + "score": 0.91, + "latex": "A S T _ { b u g g y }" + }, + { + "category_id": 13, + "poly": [ + 811, + 1822, + 911, + 1822, + 911, + 1850, + 811, + 1850 + ], + "score": 0.89, + "latex": "s r c _ { b u g g y }" + }, + { + "category_id": 13, + "poly": [ + 1269, + 1614, + 1383, + 1614, + 1383, + 1648, + 1269, + 1648 + ], + "score": 0.89, + "latex": "A S T _ { f i x e d }" + }, + { + "category_id": 13, + "poly": [ + 1100, + 1614, + 1218, + 1614, + 1218, + 1648, + 1100, + 1648 + ], + "score": 0.89, + "latex": "A S T _ { b u g g y }" + }, + { + "category_id": 13, + "poly": [ + 1194, + 1323, + 1292, + 1323, + 1292, + 1353, + 1194, + 1353 + ], + "score": 0.88, + "latex": "s r c _ { f i x e d }" + }, + { + "category_id": 13, + "poly": [ + 400, + 1320, + 626, + 1320, + 626, + 1354, + 400, + 1354 + ], + "score": 0.86, + "latex": "( s r c _ { b u g g y } , s r c _ { f i x e d } )" + }, + { + "category_id": 13, + "poly": [ + 1136, + 1549, + 1397, + 1549, + 1397, + 1584, + 1136, + 1584 + ], + "score": 0.8, + "latex": "( A S T _ { b u g g y } , A S T _ { f i x e d } )" + }, + { + "category_id": 13, + "poly": [ + 705, + 1324, + 806, + 1324, + 806, + 1354, + 705, + 1354 + ], + "score": 0.79, + "latex": "s r c _ { b u g g y }" + }, + { + "category_id": 13, + "poly": [ + 967, + 1822, + 1064, + 1822, + 1064, + 1849, + 967, + 1849 + ], + "score": 0.75, + "latex": "s r c _ { f i x e d }" + }, + { + "category_id": 15, + "poly": [ + 787.0, + 252.0, + 919.0, + 252.0, + 919.0, + 277.0, + 787.0, + 277.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 273.0, + 383.0, + 273.0, + 383.0, + 295.0, + 350.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 347.0, + 369.0, + 382.0, + 369.0, + 382.0, + 394.0, + 347.0, + 394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 467.0, + 382.0, + 467.0, + 382.0, + 493.0, + 349.0, + 493.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 505.0, + 355.0, + 505.0, + 355.0, + 572.0, + 333.0, + 572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 566.0, + 381.0, + 566.0, + 381.0, + 591.0, + 349.0, + 591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 665.0, + 382.0, + 665.0, + 382.0, + 691.0, + 349.0, + 691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 348.0, + 762.0, + 383.0, + 762.0, + 383.0, + 791.0, + 348.0, + 791.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 415.0, + 808.0, + 426.0, + 808.0, + 426.0, + 819.0, + 415.0, + 819.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 575.0, + 801.0, + 611.0, + 801.0, + 611.0, + 826.0, + 575.0, + 826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 748.0, + 801.0, + 783.0, + 801.0, + 783.0, + 826.0, + 748.0, + 826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 920.0, + 801.0, + 956.0, + 801.0, + 956.0, + 826.0, + 920.0, + 826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1091.0, + 801.0, + 1127.0, + 801.0, + 1127.0, + 826.0, + 1091.0, + 826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 803.0, + 1302.0, + 803.0, + 1302.0, + 824.0, + 1262.0, + 824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 765.0, + 820.0, + 941.0, + 820.0, + 941.0, + 842.0, + 765.0, + 842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 331.0, + 1968.0, + 562.0, + 1968.0, + 562.0, + 2007.0, + 331.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 1997.0, + 874.0, + 1997.0, + 874.0, + 2042.0, + 327.0, + 2042.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 430.0, + 879.0, + 1269.0, + 879.0, + 1269.0, + 918.0, + 430.0, + 918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 970.0, + 636.0, + 970.0, + 636.0, + 1017.0, + 293.0, + 1017.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": [ + 831.0, + 2084.0, + 868.0, + 2084.0, + 868.0, + 2123.0, + 831.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1397.0, + 1406.0, + 1397.0, + 1406.0, + 1431.0, + 294.0, + 1431.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1425.0, + 1407.0, + 1425.0, + 1407.0, + 1462.0, + 294.0, + 1462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1458.0, + 1404.0, + 1458.0, + 1404.0, + 1492.0, + 294.0, + 1492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1488.0, + 1406.0, + 1488.0, + 1406.0, + 1521.0, + 295.0, + 1521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1518.0, + 1405.0, + 1518.0, + 1405.0, + 1554.0, + 294.0, + 1554.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1546.0, + 1135.0, + 1546.0, + 1135.0, + 1589.0, + 291.0, + 1589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 1546.0, + 1409.0, + 1546.0, + 1409.0, + 1589.0, + 1398.0, + 1589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1581.0, + 1406.0, + 1581.0, + 1406.0, + 1617.0, + 291.0, + 1617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1607.0, + 1099.0, + 1607.0, + 1099.0, + 1654.0, + 291.0, + 1654.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1219.0, + 1607.0, + 1268.0, + 1607.0, + 1268.0, + 1654.0, + 1219.0, + 1654.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1384.0, + 1607.0, + 1399.0, + 1607.0, + 1399.0, + 1654.0, + 1384.0, + 1654.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1812.0, + 810.0, + 1812.0, + 810.0, + 1855.0, + 292.0, + 1855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 912.0, + 1812.0, + 966.0, + 1812.0, + 966.0, + 1855.0, + 912.0, + 1855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1065.0, + 1812.0, + 1409.0, + 1812.0, + 1409.0, + 1855.0, + 1065.0, + 1855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1847.0, + 1405.0, + 1847.0, + 1405.0, + 1880.0, + 295.0, + 1880.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1876.0, + 1404.0, + 1876.0, + 1404.0, + 1910.0, + 294.0, + 1910.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1904.0, + 809.0, + 1904.0, + 809.0, + 1948.0, + 292.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 928.0, + 1904.0, + 977.0, + 1904.0, + 977.0, + 1948.0, + 928.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1094.0, + 1904.0, + 1387.0, + 1904.0, + 1387.0, + 1948.0, + 1094.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1282.0, + 1404.0, + 1282.0, + 1404.0, + 1328.0, + 292.0, + 1328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1316.0, + 399.0, + 1316.0, + 399.0, + 1361.0, + 291.0, + 1361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 627.0, + 1316.0, + 704.0, + 1316.0, + 704.0, + 1361.0, + 627.0, + 1361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 807.0, + 1316.0, + 1193.0, + 1316.0, + 1193.0, + 1361.0, + 807.0, + 1361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1293.0, + 1316.0, + 1408.0, + 1316.0, + 1408.0, + 1361.0, + 1293.0, + 1361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1350.0, + 900.0, + 1350.0, + 900.0, + 1384.0, + 296.0, + 1384.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1179.0, + 1406.0, + 1179.0, + 1406.0, + 1216.0, + 292.0, + 1216.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1209.0, + 1403.0, + 1209.0, + 1403.0, + 1246.0, + 294.0, + 1246.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1243.0, + 915.0, + 1243.0, + 915.0, + 1276.0, + 295.0, + 1276.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1023.0, + 1406.0, + 1023.0, + 1406.0, + 1064.0, + 294.0, + 1064.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1058.0, + 1404.0, + 1058.0, + 1404.0, + 1092.0, + 296.0, + 1092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1087.0, + 1223.0, + 1087.0, + 1223.0, + 1123.0, + 295.0, + 1123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1657.0, + 1404.0, + 1657.0, + 1404.0, + 1698.0, + 293.0, + 1698.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1689.0, + 1172.0, + 1689.0, + 1172.0, + 1727.0, + 294.0, + 1727.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1736.0, + 1402.0, + 1736.0, + 1402.0, + 1771.0, + 296.0, + 1771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1769.0, + 954.0, + 1769.0, + 954.0, + 1801.0, + 294.0, + 1801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1130.0, + 992.0, + 1130.0, + 992.0, + 1174.0, + 294.0, + 1174.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 12, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 5, + "poly": [ + 587, + 224, + 1112, + 224, + 1112, + 674, + 587, + 674 + ], + "score": 0.977, + "html": "
Total Files Downloaded:52,719,402
Total Labelled Data Points:15,225,347
# AST differences:# data points:
012-1011-2021-5051-100101+3,473,3911,863,1933,247,4372,117,9772,047,998858,981921,754
" + }, + { + "category_id": 3, + "poly": [ + 359, + 818, + 1293, + 818, + 1293, + 1356, + 359, + 1356 + ], + "score": 0.968 + }, + { + "category_id": 4, + "poly": [ + 452, + 1403, + 1235, + 1403, + 1235, + 1436, + 452, + 1436 + ], + "score": 0.918 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 816, + 75, + 816, + 105, + 299, + 105 + ], + "score": 0.902 + }, + { + "category_id": 6, + "poly": [ + 648, + 698, + 1041, + 698, + 1041, + 731, + 648, + 731 + ], + "score": 0.863 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 864, + 2088, + 864, + 2112, + 835, + 2112 + ], + "score": 0.849 + }, + { + "category_id": 1, + "poly": [ + 290, + 1493, + 1404, + 1493, + 1404, + 1559, + 290, + 1559 + ], + "score": 0.846 + }, + { + "category_id": 6, + "poly": [ + 735, + 817, + 993, + 817, + 993, + 837, + 735, + 837 + ], + "score": 0.156 + }, + { + "category_id": 13, + "poly": [ + 918, + 820, + 931, + 820, + 931, + 834, + 918, + 834 + ], + "score": 0.33, + "latex": "\\mathsf { x }" + }, + { + "category_id": 15, + "poly": [ + 733.0, + 815.0, + 917.0, + 815.0, + 917.0, + 839.0, + 733.0, + 839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 932.0, + 815.0, + 995.0, + 815.0, + 995.0, + 839.0, + 932.0, + 839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 373.0, + 888.0, + 441.0, + 888.0, + 441.0, + 911.0, + 373.0, + 911.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 375.0, + 965.0, + 443.0, + 965.0, + 443.0, + 991.0, + 375.0, + 991.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 360.0, + 1023.0, + 384.0, + 1023.0, + 384.0, + 1126.0, + 360.0, + 1126.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 376.0, + 1045.0, + 437.0, + 1045.0, + 437.0, + 1067.0, + 376.0, + 1067.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 376.0, + 1124.0, + 438.0, + 1124.0, + 438.0, + 1146.0, + 376.0, + 1146.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 382.0, + 1202.0, + 437.0, + 1202.0, + 437.0, + 1224.0, + 382.0, + 1224.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 419.0, + 1282.0, + 439.0, + 1282.0, + 439.0, + 1301.0, + 419.0, + 1301.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 468.0, + 1314.0, + 485.0, + 1314.0, + 485.0, + 1333.0, + 468.0, + 1333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 617.0, + 1310.0, + 645.0, + 1310.0, + 645.0, + 1337.0, + 617.0, + 1337.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 772.0, + 1310.0, + 800.0, + 1310.0, + 800.0, + 1336.0, + 772.0, + 1336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 927.0, + 1310.0, + 955.0, + 1310.0, + 955.0, + 1336.0, + 927.0, + 1336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1082.0, + 1311.0, + 1110.0, + 1311.0, + 1110.0, + 1336.0, + 1082.0, + 1336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1234.0, + 1311.0, + 1270.0, + 1311.0, + 1270.0, + 1336.0, + 1234.0, + 1336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 821.0, + 1326.0, + 908.0, + 1326.0, + 908.0, + 1352.0, + 821.0, + 1352.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 451.0, + 1401.0, + 1238.0, + 1401.0, + 1238.0, + 1439.0, + 451.0, + 1439.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": [ + 646.0, + 697.0, + 1043.0, + 697.0, + 1043.0, + 731.0, + 646.0, + 731.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2084.0, + 869.0, + 2084.0, + 869.0, + 2123.0, + 831.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 735.0, + 817.0, + 917.0, + 817.0, + 917.0, + 837.0, + 735.0, + 837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 932.0, + 817.0, + 994.0, + 817.0, + 994.0, + 837.0, + 932.0, + 837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1494.0, + 1403.0, + 1494.0, + 1403.0, + 1530.0, + 294.0, + 1530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1525.0, + 917.0, + 1525.0, + 917.0, + 1560.0, + 294.0, + 1560.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 13, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 5, + "poly": [ + 444, + 1029, + 1256, + 1029, + 1256, + 1354, + 444, + 1354 + ], + "score": 0.982, + "html": "
modelmax_lvTotalOperatorLocationValueType
multi207.6330.013.122.654.5
multi1411.0548.017.938.661.6
multi413.3353.436.238.656.4
code2inv2010.318.125.738.857.7
code2inv148.9240.018.136.055.9
code2inv413.2930.818.928.268.21
single205.0020.210.314.244.8
single1410.6967.718.649.638.7
single412.8855.820.843.255.8
" + }, + { + "category_id": 1, + "poly": [ + 297, + 277, + 1406, + 277, + 1406, + 462, + 297, + 462 + ], + "score": 0.979 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 816, + 75, + 816, + 105, + 299, + 105 + ], + "score": 0.873 + }, + { + "category_id": 0, + "poly": [ + 299, + 226, + 611, + 226, + 611, + 261, + 299, + 261 + ], + "score": 0.852 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 863, + 2088, + 863, + 2112, + 836, + 2112 + ], + "score": 0.839 + }, + { + "category_id": 1, + "poly": [ + 301, + 1379, + 1405, + 1379, + 1405, + 1472, + 301, + 1472 + ], + "score": 0.504 + }, + { + "category_id": 6, + "poly": [ + 301, + 1379, + 1405, + 1379, + 1405, + 1472, + 301, + 1472 + ], + "score": 0.413 + }, + { + "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, + 220.0, + 617.0, + 220.0, + 617.0, + 269.0, + 294.0, + 269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 867.0, + 2085.0, + 867.0, + 2124.0, + 832.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1376.0, + 1406.0, + 1376.0, + 1406.0, + 1413.0, + 295.0, + 1413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1409.0, + 1404.0, + 1409.0, + 1404.0, + 1442.0, + 296.0, + 1442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1440.0, + 711.0, + 1440.0, + 711.0, + 1474.0, + 297.0, + 1474.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 277.0, + 1404.0, + 277.0, + 1404.0, + 312.0, + 295.0, + 312.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 306.0, + 1404.0, + 306.0, + 1404.0, + 347.0, + 294.0, + 347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 339.0, + 1406.0, + 339.0, + 1406.0, + 372.0, + 292.0, + 372.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 368.0, + 1404.0, + 368.0, + 1404.0, + 404.0, + 294.0, + 404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 397.0, + 1408.0, + 397.0, + 1408.0, + 436.0, + 294.0, + 436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 427.0, + 923.0, + 427.0, + 923.0, + 466.0, + 294.0, + 466.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1376.0, + 1406.0, + 1376.0, + 1406.0, + 1413.0, + 295.0, + 1413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1409.0, + 1404.0, + 1409.0, + 1404.0, + 1442.0, + 296.0, + 1442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1440.0, + 711.0, + 1440.0, + 711.0, + 1474.0, + 297.0, + 1474.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 14, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 5, + "poly": [ + 389, + 272, + 1310, + 272, + 1310, + 1958, + 389, + 1958 + ], + "score": 0.964, + "html": "
868记2记记记7亿068u9g1uuⅡ668L9S4ε乙U
org.civicrm.civicaseDiscordWithDatabasecryptiifo_restkootCaseDetailsFileTab.jshelp.jsROT13.jsindex.jsbefore_router_match.js pizza-totally-rocks geekTalks simple-crafting WTF-AdventurezulipForm.jsindex.jsgather.jsmana.js stream_muting.js matic.js graph-jsCraxi j5-ledsflom-reactgetETHFromFaucet.jspoint.jsdisplay.jsblink.jsquestion.jsiotdb-mongodbOrca pandora-validationAloChat react-native-with-redux-react-navigation-v2-boilerplatecount.js会index.jsContainer.jssplash.jshackcincinnati/siteALFACharts musketeer-shop React-QuizComponent rn-mitrais-mbAdvisors.jscrosshairs.jsorder.jsQuizQuestion.jsListAlbums.js js-dom-and-events-acting-on-events-lab-v-000MEANLetsRollroma2hira js-ajax-hiting-apis-lab--000index.jsarticles.server.route.jsrouter.jsconvert.jsindex.jsGithub Link to Diff
areAvailable()print()registerSetting()testRecipesoriginisAllowed()printSplit()addSetting() preferenceoriginTruegetRecipecheckTalkOwnershipgetBehaviorthis._superadd_messagesgetRecipescheckCommentOwnershipgetMetathis.superadd_old_messagesETHFaucetAddressdatagame.draw()blinkDataTypes.STRINGETHFAUCET_ADDRESSdataManagergame.run()strobeDataTypes.TEXTthenerase()addAsyncSetup PropTypes.stringCOLOR.DARKmakeexplode()addSyncSetup PropTypes.objectCOLOR.PANTOMEcolor.primaryMath.floorDECIMAL(obj).instruction_textsinfo.typecolor.accentMath.roundINTEGER(obj).instruction_textinfo.album_type(elem).InnerHTMLapp.paramsusername(elem).valuelogin(elem).innerHTMLapp.paramuserName(elem).innerHTMLnameBuggy CodeFixed Code
" + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 816, + 76, + 816, + 105, + 299, + 105 + ], + "score": 0.891 + }, + { + "category_id": 0, + "poly": [ + 294, + 223, + 1198, + 223, + 1198, + 264, + 294, + 264 + ], + "score": 0.853 + }, + { + "category_id": 2, + "poly": [ + 836, + 2089, + 864, + 2089, + 864, + 2113, + 836, + 2113 + ], + "score": 0.851 + }, + { + "category_id": 6, + "poly": [ + 1262, + 1609, + 1292, + 1609, + 1292, + 1729, + 1262, + 1729 + ], + "score": 0.244 + }, + { + "category_id": 15, + "poly": [ + 295.0, + 71.0, + 817.0, + 71.0, + 817.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 221.0, + 1203.0, + 221.0, + 1203.0, + 268.0, + 292.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 869.0, + 2085.0, + 869.0, + 2123.0, + 831.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1261.0, + 1604.0, + 1294.0, + 1604.0, + 1294.0, + 1731.0, + 1261.0, + 1731.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 15, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 5, + "poly": [ + 387, + 227, + 1313, + 227, + 1313, + 1715, + 387, + 1715 + ], + "score": 0.964, + "html": "
868□2记记记记2068u%G切uu068 9C4c乙U
refactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringrefactoringfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugfunctional bugundefined propertyundefined propertyundefined propertyundefined propertyundefined propertyundefined propertyundefined propertyBug Type
Failed importing libraryFailed importing libraryFailed importing libraryFailed importing library event sUndefined pr oces sFailed doc.getElem () Undefined processFailed importing library ut ilFailed doc.getElem ()False AlarmTAJS
exports.testRecipesIthis.game.draw()led.strobe(750)serviceProvider.addAsyncSetup(...)app.params('.PredictionHOPPITY
" + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 816, + 75, + 816, + 105, + 299, + 105 + ], + "score": 0.887 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 863, + 2088, + 863, + 2112, + 835, + 2112 + ], + "score": 0.846 + }, + { + "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": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2124.0, + 831.0, + 2124.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/SygvTcYee/SygvTcYee.md b/parse/train/SygvTcYee/SygvTcYee.md new file mode 100644 index 0000000000000000000000000000000000000000..d5734acf8eeebda1cf165dcae8985eb3f74c0bf9 --- /dev/null +++ b/parse/train/SygvTcYee/SygvTcYee.md @@ -0,0 +1,177 @@ +# PARMAC: DISTRIBUTED OPTIMISATION OF NESTED FUNCTIONS, WITH APPLICATION TO LEARNING BINARY AUTOENCODERS + +Miguel A. Carreira-Perpi ´ n˜ an & Mehdi Alizadeh ´ EECS, University of California, Merced http://eecs.ucmerced.edu + +# ABSTRACT + +Many powerful machine learning models are based on the composition of multiple processing layers, such as deep nets, which gives rise to nonconvex objective functions. A general, recent approach to optimise such “nested” functions is the method of auxiliary coordinates (MAC). MAC introduces an auxiliary coordinate for each data point in order to decouple the nested model into independent submodels. This decomposes the optimisation into steps that alternate between training single layers and updating the coordinates. It has the advantage that it reuses existing single-layer algorithms, introduces parallelism, and does not need to use chain-rule gradients, so it works with nondifferentiable layers. We describe ParMAC, a distributed-computation model for MAC. This trains on a dataset distributed across machines while limiting the amount of communication so it does not obliterate the benefit of parallelism. ParMAC works on a cluster of machines with a circular topology and alternates two steps until convergence: one step trains the submodels in parallel using stochastic updates, and the other trains the coordinates in parallel. Only submodel parameters, no data or coordinates, are ever communicated between machines. ParMAC exhibits high parallelism, low communication overhead, and facilitates data shuffling, load balancing, fault tolerance and streaming data processing. We study the convergence of ParMAC and its parallel speedup, and implement ParMAC using MPI to learn binary autoencoders for fast image retrieval, achieving nearly perfect speedups in a 128-processor cluster with a training set of 100 million high-dimensional points. + +# 1 INTRODUCTION + +Serial computing has reached a plateau and parallel, distributed architectures are becoming widely available, from machines with a few cores to cloud computing with 1000s of machines. The combination of powerful nested models with large datasets is a key ingredient to solve difficult problems in machine learning, computer vision and other areas, and it underlies recent successes in deep learning (Hinton et al., 2012; Le et al., 2012; Dean et al., 2012). Unfortunately, parallel computation is not easy, and many good serial algorithms do not parallelise well. The cost of communicating (through the memory hierarchy or a network) greatly exceeds the cost of computing, both in time and energy, and will continue to do so for the foreseeable future. Thus, good parallel algorithms must minimise communication and maximise computation per machine, while creating sufficiently many subproblems (ideally independent) to benefit from as many machines as possible. The load (in runtime) on each machine should be approximately equal. Faults become more frequent as the number of machines increases, particularly if they are inexpensive machines. Machines may be heterogeneous and differ in CPU and memory; this is the case with initiatives such as SETI $@$ home, which may become an important source of distributed computation in the future. Big data applications have additional restrictions. The size of the data means it cannot be stored on a single machine, so distributedmemory architectures are necessary. Sending data between machines is prohibitive because of the size of the data and the high communication costs. In some applications, more data is collected than can be stored, so data must be regularly discarded. In others, such as sensor networks, limited battery life and computational power imply that data must be processed locally. + +In this paper, we focus on machine learning models of the form $\mathbf { y } = \mathbf { F } _ { K + 1 } ( \ldots \mathbf { F } _ { 2 } ( \mathbf { F } _ { 1 } ( \mathbf { x } ) ) \ldots )$ , i.e., consisting of a nested mapping from the input $\mathbf { x }$ to the output y. Such nested models involve multiple parameterised layers of processing and include deep neural nets, cascades for object recognition in computer vision or for phoneme classification in speech processing, wrapper approaches to classification or regression, and various combinations of feature extraction/learning and preprocessing prior to some learning task. Nested and hierarchical models are ubiquitous in machine learning because they provide a way to construct complex models by the composition of simple layers. However, training nested models is difficult even in the serial case because function composition produces inherently nonconvex functions, which makes gradient-based optimisation difficult and slow, and sometimes inapplicable (e.g. with nonsmooth or discrete layers). + +Our starting point is a recently proposed technique to train nested models, the method of auxiliary coordinates (MAC) (Carreira-Perpi ˜n´an and Wang, 2012; 2014). This reformulates the optimisation into an iterative procedure that alternates training submodels independently with coordinating them. It introduces significant model and data parallelism, can often train the submodels using existing algorithms, and has convergence guarantees with differentiable functions to a local stationary point, while it also applies with nondifferentiable or even discrete layers. MAC has been applied to various nested models (Carreira-Perpi ˜n´an and Wang, 2014; Wang and Carreira-Perpi ˜n´an, 2014; Carreira-Perpi ˜n´an and Raziperchikolaei, 2015; Raziperchikolaei and Carreira-Perpi ˜n´an, 2016; Carreira-Perpi ˜n´an and Vladymyrov, 2015). However, the original papers proposing MAC (Carreira-Perpi ˜n´an and Wang, 2012; 2014) did not address how to run MAC on a distributed computing architecture, where communication between machines is far costlier than computation. This paper proposes ParMAC, a parallel, distributed framework to learn nested models using MAC, analyses its parallel speedup and convergence, implements it in MPI for the problem of learning binary autoencoders, and demonstrates its ability to train on large datasets and achieve large speedups on a distributed cluster. + +Related work Distributed optimisation and large-scale machine learning have been steadily gaining interest in recent years, with the development of parallel computation abstractions tailored to machine learning, such as Spark (Zaharia et al., 2010), GraphLab (Low et al., 2012), Petuum (Xing et al., 2015) or TensorFlow (Abadi et al., 2015), which have the goal of making cloud computing easily available to train machine learning models. Most work has centred on convex optimisation, particularly when the objective function has the form of empirical risk minimisation (data fitting term plus regulariser) (Cevher et al., 2014). This includes many important models in machine learning, such as linear regression, LASSO, logistic regression or SVMs. Such work is typically based on stochastic gradient descent (SGD) (Bottou, 2010), coordinate descent (CD) (Wright, 2016) or the alternating direction method of multipliers (ADMM) (Boyd et al., 2011). This has resulted in several variations of parallel SGD (Bertsekas, 2011; Zinkevich et al., 2010; Niu et al., 2011), parallel CD (Bradley et al., 2011; Richt´arik and Tak´aˇc, 2013; Liu and Wright, 2015) and parallel ADMM (Boyd et al., 2011; Ouyang et al., 2013; Zhang and Kwok, 2014). + +Little work has addressed nonconvex models. Most of it has focused on deep nets (Dean et al., 2012; Le et al., 2012). Google’s DistBelief (Dean et al., 2012) uses asynchronous parallel SGD (with gradients for the full model computed with backpropagation) to achieve data parallelism, and some form of model parallelism. The latter is achieved by carefully partitioning the neural net into pieces and allocating them to machines to compute gradients. This is difficult to do and requires a careful match of the neural net structure (number of layers and hidden units, connectivity, etc.) to the target hardware. Also, parallel SGD can diverge with nonconvex models, which requires heuristics to make sure we average replica models that are close in parameter space and thus associated with the same optimum. Although this has managed to train huge nets on huge datasets by using tens of thousands of CPU cores, the speedups achieved were very modest. Other work has used similar techniques but for GPUs (Coates et al., 2013; Seide et al., 2014). + +Finally, there also exist specific approximation techniques for certain types of large-scale machine learning problems, such as spectral problems, using the Nystr ¨om formula or other landmarkbased methods (Williams and Seeger, 2001; Bengio et al., 2004; Drineas and Mahoney, 2005; Talwalkar et al., 2008; Vladymyrov and Carreira-Perpi ˜n´an, 2013; 2016). + +ParMAC is specifically designed for nested models, which are typically nonconvex and include deep nets and many other models, some of which have nondifferentiable layers. As we describe below, ParMAC has the advantages of being simple and relatively independent of the target hardware, while achieving high speedups. + +Many optimisation problems in machine learning involve mathematically “nested” functions of the form $\mathbf { F } ( \mathbf { x } ; \mathbf { W } ) = \bar { \mathbf { F } } _ { K + 1 } ( . . . \mathbf { F } _ { 2 } ( \mathbf { F } _ { 1 } ( \mathbf { x } ; \mathbf { W } _ { 1 } ) ; \mathbf { W } _ { 2 } ) . . . ; \mathbf { W } _ { K + 1 } )$ with parameters W, such as deep nets. Such problems are traditionally optimised using methods based on gradients computed using the chain rule. However, such gradients may sometimes be inconvenient to use, or may not exist (e.g. if some of the layers are nondifferentiable, as with binary autoencoders). Also, they are hard to parallelise, because of the inherent sequentiality in the chain rule. The method of auxiliary coordinates $( M A C )$ (Carreira-Perpi ˜n´an and Wang, 2012; 2014) is designed to optimise nested models without using chain-rule gradients while introducing parallelism. The idea is to break nested functional relationships judiciously by introducing new variables (the auxiliary coordinates) as equality constraints. These are then solved by optimising a penalised function using alternating optimisation over the original parameters (which we call the W step) and over the coordinates (which we call the $\mathbf { Z }$ step). The result is a coordination-minimisation (CM) algorithm: the minimisation (W) step updates the parameters by splitting the nested model into independent submodels and training them using existing algorithms, and the coordination $\mathbf { \rho } ( \mathbf { Z } )$ step ensures that corresponding inputs and outputs of submodels eventually match. MAC algorithms have been developed for several nested models so far: deep nets (Carreira-Perpi ˜n´an and Wang, 2014), low-dimensional SVMs (Wang and Carreira-Perpi ˜n´an, 2014), binary autoencoders (Carreira-Perpi ˜n´an and Raziperchikolaei, 2015), affinity-based loss functions for binary hashing (Raziperchikolaei and Carreira-Perpi ˜n´an, 2016) and parametric nonlinear embeddings (Carreira-Perpi ˜n´an and Vladymyrov, 2015). Although this paper proposes and analyses ParMAC in general, our MPI implementation is for the particular case of binary autoencoders. These define a nonconvex nondifferentiable problem, yet its MAC algorithm is simple and effective. + +MAC algorithm for binary autoencoders A binary autoencoder $( B A )$ is a usual autoencoder but with a binary code layer. It consists of an encoder $\mathbf { h } ( \mathbf { x } )$ that maps a real vector $\textbf { x } \in \mathbb { R } ^ { D }$ onto a binary code vector with $L \ < \ D$ bits, $\mathbf { z } ~ \in ~ \{ 0 , 1 \} ^ { L }$ , and a linear decoder $\mathbf f ( \mathbf z )$ which maps $\mathbf { z }$ back to $\mathbb { R } ^ { D }$ in an effort to reconstruct $\mathbf { x }$ . We will call h a binary hash function (see later). Let us write $\mathbf { h } ( \mathbf { x } ) = \mathcal { \Gamma } ( \mathbf { A x } )$ (A includes a bias by having an extra dimension $x _ { 0 } = 1$ for each $\mathbf { x }$ ) where $\mathbf { A } \in \mathbb { R } ^ { L \times ( D + 1 ) }$ and $\boldsymbol { \mathscr { I } } ( t )$ is a step function applied elementwise, i.e., $\boldsymbol { \mathrm { \Sigma } } ( t ) = 1$ if $t \geq 0$ and $\boldsymbol { \mathrm { { J } } } ( t ) = 0$ otherwise. Given a dataset of $D$ -dimensional patterns $\mathbf { X } = \left( \mathbf { x } _ { 1 } , \ldots , \mathbf { x } _ { N } \right)$ , our objective function, which involves the nested model $\mathbf { y } _ { \mathrm { { o } } } = \mathbf { f } ( \mathbf { h } ( \mathbf { x } ) )$ , is the usual least-squares reconstruction error $\begin{array} { r } { E _ { \mathrm { B A } } ( \mathbf { h } , \mathbf { f } ) = \sum _ { n = 1 } ^ { N } \| \mathbf { x } _ { n } - \mathbf { f } ( \mathbf { h } ( \mathbf { x } _ { n } ) ) \| ^ { 2 } } \end{array}$ . Optimising this nonconvex, nonsmooth function is NP-complete. Where the gradients do exist wrt A they are zero, so optimisation of $\mathbf { h }$ using chainrule gradients does not apply. We introduce as auxiliary coordinates the outputs of $\mathbf { h }$ , i.e., the codes for each of the $N$ input patterns, and obtain the following equality-constrained problem: + +$$ +\operatorname* { m i n } _ { \mathbf { h } , \mathbf { f } , \mathbf { Z } } \sum _ { n = 1 } ^ { N } \left\| \mathbf { x } _ { n } - \mathbf { f } ( \mathbf { z } _ { n } ) \right\| ^ { 2 } \quad \mathrm { s . t . } \quad \mathbf { z } _ { n } = \mathbf { h } ( \mathbf { x } _ { n } ) , \mathbf { z } _ { n } \in \{ 0 , 1 \} ^ { L } , n = 1 , \ldots , N . +$$ + +Note the codes are binary. We now apply the quadratic-penalty method and minimise the following objective function while progressively increasing $\mu$ , so the constraints are eventually satisfied: + +$$ +E _ { { \cal Q } } ( { \bf h } , { \bf f } , { \bf Z } ; \mu ) = \sum _ { n = 1 } ^ { N } \left\| { \bf x } _ { n } - { \bf f } ( { \bf z } _ { n } ) \right\| ^ { 2 } + \mu \left\| { \bf z } _ { n } - { \bf h } ( { \bf x } _ { n } ) \right\| ^ { 2 } \mathrm { s . t . } { \bf z } _ { n } \in \{ 0 , 1 \} ^ { L } , n = 1 , \ldots , N . +$$ + +Finally, we apply alternating optimisation over $\mathbf { Z }$ and $\mathbf { W } = ( \mathbf { h } , \mathbf { f } )$ . This gives the following steps: + +Over $\mathbf { Z }$ for fixed $( \mathbf { h } , \mathbf { f } )$ , this is a binary optimisation on $N L$ variables, but it separates into $N$ independent optimisations each on only $L$ variables, with the form of $\mathrm { ^ a }$ binary proximal operator (where we omit the index $n$ ): $\mathrm { m i n } _ { \mathbf { z } } \left\| \mathbf { x } - \mathbf { f } ( \mathbf { z } ) \right\| ^ { 2 } + \mu \| \mathbf { z } - \mathbf { h } ( \mathbf { x } ) \| ^ { 2 } \boldsymbol { \mathfrak { s } }$ s.t. $\mathbf { z } \in \{ 0 , 1 \} ^ { L }$ . This can be solved approximately by alternating optimisation over bits. Over $\mathbf { W } = \left( \mathbf { h } , \mathbf { f } \right)$ for fixed $\mathbf { Z }$ , we obtain $L + D$ independent problems: for each of the $L$ single-bit hash functions (which try to predict $\mathbf { Z }$ optimally from $\mathbf { X }$ ), each solvable by fitting a linear SVM; and for each of the $D$ linear decoders in f (which try to reconstruct $\mathbf { X }$ optimally from $\mathbf { Z }$ ), each a linear least-squares problem. + +The user must choose a schedule for the penalty parameter $\mu$ (sequence of values $0 < \mu _ { 1 } < \cdots <$ $\mu _ { \infty } )$ ). This should increase slowly enough that the binary codes can change considerably and explore better solutions before the constraints are satisfied and the algorithm stops. With BAs, MAC stops for a finite value of $\mu$ , which occurs whenever $\mathbf { Z }$ does not change compared to the previous $\mathbf { Z }$ step. This gives a practical stopping criterion. Carreira-Perpi˜n´an and Raziperchikolaei (2015) give proofs of these statements and further details about the algorithm. Fig. 1 gives the MAC algorithm for BAs. + +![](images/28e2837e43709b2989c8ca8d4340a5e869997cd4e9c20d0643554b3b04d037df.jpg) +Figure 1: MAC algorithm for binary autoencoders. “parfor” indicates a for loop whose iterations are carried out in parallel. The steps over $\mathbf { h }$ and f can be run in parallel as well. + +The BA was proposed as a way to learn good binary hash functions for fast, approximate information retrieval (Carreira-Perpi ˜n´an and Raziperchikolaei, 2015). Binary hashing (Grauman and Fergus, 2013) has emerged in recent years as an effective way to do fast, approximate nearest-neighbour searches in image databases. The real-valued, high-dimensional image vectors are mapped onto a binary space with $L$ bits and the search is performed there using Hamming distances at a vastly faster speed and smaller memory (e.g. $N = 1 0 ^ { 9 }$ points with $D = 5 0 0$ take $^ { 2 } \mathrm { T B }$ , but only 8 GB using $L = 6 4$ bits, which easily fits in RAM). As shown by Carreira-Perpi ˜n´an and Raziperchikolaei (2015), training BAs with MAC beats approximate optimisation approaches such as relaxing the codes or the step function in the encoder, and yields state-of-the-art binary hash functions h in unsupervised problems, improving over established approaches such as iterative quantisation (ITQ) (Gong et al., 2013). We focus mostly on linear hash functions because these are, by far, the most used type of hash functions in the literature of binary hashing, due to the fact that computing the binary codes for a test image must be fast at run time. + +MAC in general With a nested function with $K$ layers, we can introduce auxiliary coordinates at each layer. For example, with a neural net, this decouples the weight vector of every hidden unit in the W step, which can be solved as a logistic regression (see Carreira-Perpi ˜n´an and Alizadeh, 2016). For a large net with a large dataset, this affords an enormous potential for parallel computation. + +MAC and EM MAC is very similar to expectation-maximisation (EM) at a conceptual level. EM (McLachlan and Krishnan, 2008) applies generally to many probabilistic models. The resulting algorithm can be very different (e.g. EM for Gaussian mixtures vs EM for hidden Markov models), but it always alternates two steps that conceptually do the following. The E step updates in parallel the posterior probabilities. This separates over data points and is like the $\mathbf { Z }$ step in MAC, where the posterior probabilities are the auxiliary coordinates, and where the step may be in closed-form or require optimisation, depending on the model. The M step updates in parallel the “submodels”. For a mixture with $M$ components, these are the $M$ Gaussians (means, covariances, proportions). This separates over submodels and is like the W step in MAC. For BAs, the submodels are the $L$ encoders (linear SVMs) and the $D$ decoders (linear regressors); for a neural net, each weight vector of a hidden unit is a submodel (a logistic regressor). For Gaussian mixtures, the M step can be done exactly in one “epoch” because it is a simple average. For MAC, it usually requires optimisation, and so multiple epochs. In fact, ParMAC applies to EM by using $e = 1$ epoch: in the W step, the Gaussians visit each machine circularly and (their averages) are updated on its data; in the $\mathbf { Z }$ step, each machine updates its posterior probabilities. + +In the rest of the paper, some readers may find this analogy useful and think of EM for Gaussian mixtures instead of MAC, replacing “submodels” and “auxiliary coordinates” in MAC with “Gaussians” and “posterior probabilities” in EM, respectively. + +![](images/0935259ff5ddbeac36f41db147d0b66d8970c89e9d73ac600a82da6a50558ab8.jpg) +Figure 2: ParMAC model with $P = 4$ machines, $M = 1 2$ submodels “ ${ \bf w } _ { h }$ ” and $N = 4 0$ data points. Submodels $h$ , $h + M$ , $h + 2 M$ and $h + 3 M$ are copies of submodel $h$ , but only one of them is the most currently updated. At the end of the W step all copies are identical. + +# 3 PARMAC: A PARALLEL, DISTRIBUTED COMPUTATION MODEL FOR MAC + +A specific MAC algorithm depends on the model and objective function and on how the auxiliary coordinates are introduced. We can achieve steps that are closed-form, convex, nonconvex, binary, or others. However, we will assume the following always hold: (1) Separability over data points. In the $\mathbf { Z }$ step, the $N$ subproblems for $\mathbf { z } _ { 1 } , \ldots , \mathbf { z } _ { N }$ are independent, one per data point. Each $\mathbf { z } _ { n }$ step depends on the current model. (2) Separability over submodels. In the W step, there are $M$ independent submodels, where $M$ depends on the problem. For example, $M$ is the number of hidden units in a deep net, or the number of hash functions and linear decoders in a BA. Each submodel depends on all the data and coordinates. We now show how to turn this into a distributed, low-communication $P a r M A C$ algorithm. + +The basic idea in ParMAC is as follows. With large datasets in distributed systems, it is imperative to minimise data movement over the network because the communication time generally far exceeds the computation time in modern architectures. In MAC we have 3 types of data: the original training data $( \mathbf { X } , \mathbf { Y } )$ , the auxiliary coordinates $\mathbf { Z }$ , and the model parameters (the submodels). Usually, the latter type is far smaller. In ParMAC, we never communicate training or coordinate data; each machine keeps a disjoint portion of $( \mathbf { X } , \mathbf { Y } , \mathbf { Z } )$ corresponding to a subset of the points. Only model parameters are communicated, during the W step, following a circular topology, which implicitly implements a stochastic optimisation. The model parameters are the hash functions h and the decoder f for BAs, and the weight vector ${ \bf w } _ { h }$ of each hidden unit $h$ for deep nets. Let us see this in detail (refer to fig. 2). + +Assume we have $P$ identical processing machines, each with its own memory and CPU, connected through a network in a circular unidirectional topology. Each machine stores a subset of the data points and corresponding coordinates $\left( \mathbf { x } _ { n } , \mathbf { y } _ { n } , \mathbf { z } _ { n } \right)$ such that the subsets are disjoint and their union is the entire data. Before the $\mathbf { Z }$ step starts, each machine contains all the (just updated) submodels. This means that in the $\mathbf { Z }$ step each machine processes its auxiliary coordinates $\left\{ { \bf z } _ { n } \right\}$ independently of all other machines, i.e., no communication occurs. The W step is more subtle. At the beginning of the W step, each machine will contain all the submodels and its portion of the data and (just updated) coordinates. Each submodel must have access to the entire data and coordinates in order to update itself and, since the data cannot leave its home machine, the submodel must go to the data. We achieve this in the circular topology with an asynchronous processing, as follows. Each machine keeps a queue of submodels to be processed, and repeatedly performs the following operations: extract a submodel from the queue, process it on its data and send it to the machine’s successor (which will insert it in its queue). If the queue is empty, the machine waits until it is nonempty. The queue of each machine is initialised with a portion $M / P$ of submodels associated with that machine (e.g. in fig. 2, machine 1’s queue contains submodels 1–3, machine 2 submodels 4–6, etc.). Each submodel carries a counter that is initially 1 and increases every time it visits a machine. When it reaches $P$ , the submodel has visited all machines in sequence and has completed an epoch. We repeat this for $e$ epochs and, to ensure all machines have all final submodels before starting the $\mathbf { Z }$ step, we run a communication-only epoch $e + 1$ (without computation), where submodels simply move from machine to machine. + +Since each submodel is updated as soon as it visits a machine, rather than computing the exact gradient once it has visited all machines and then take a step, the W step is really carrying out stochastic steps for each submodel. For example, if the update is done by a gradient step, we are actually implementing stochastic gradient descent (SGD) where the minibatches are of size $N / P$ (or smaller, if we subdivide a machine’s data portion into minibatches, which should be typically the case in practice). From this point of view, we can regard the W step as doing SGD on each submodel in parallel by having each submodel visit the minibatches in each machine. + +As described, and as implemented in our experiments, the entire model parameters are communicated $e + 1$ times in a MAC iteration if running e epochs in the W step. We can also run $e$ epochs with only 2 rounds of communication by having a submodel do e consecutive passes within each machine’s data. This reduces the amount of shuffling, but should not be a problem if the data are randomly distributed over machines. + +Extensions of ParMAC Data shuffling, which improves the SGD convergence speed, can be achieved without data movement by accessing the local data in random order at each epoch (withinmachine), and by randomising the circular topology at each epoch (across-machine). Load balancing is simple because the work in both W and $\mathbf { Z }$ steps is proportional to the number of data points $N$ . Hence, if the processing power of machine $p$ is proportional to $\alpha _ { p } \ > \ 0$ , we allocate to it $N \alpha _ { p } / ( \alpha _ { 1 } + \cdot \cdot \cdot + \bar { \alpha _ { P } } )$ data points. Streaming, i.e., discarding old data and adding new data during training, can be done by adding/removing data within-machine, or by adding/removing machines and updating the circular topology. Fault tolerance is possible because we can still learn a good model even if we lose the data from a machine that fails, and because in the W step we can revert to older copies of the lost submodels residing in other machines. See further details in Carreira-Perpi ˜n´an and Alizadeh (2016). + +A theoretical model of the parallel speedup We can estimate the runtime of the $\mathbf { W }$ and $\mathbf { Z }$ steps assuming there are $M$ independent submodels of the same size in the W step, using $e$ epochs, on a dataset with $N$ training points, distributed over $P$ identical machines (each with $N / P$ points). Let $t _ { r } ^ { \mathbf { W } }$ be the computation time per submodel and data point in the W step, $t _ { r } ^ { \mathbf { Z } }$ the computation time per data point in the step, and the communication time per submodel in the W step. Then the runtime of the W and $\mathbf { Z }$ steps is $\begin{array} { r } { \tilde { T } ^ { \mathbf { W } } ( P ) = \lceil M / P \rceil ( t _ { r } ^ { \mathbf { W } } \frac { N } { P } + \dot { t } _ { c } ^ { \mathbf { W } } ) P e + \lceil M / P \rceil t _ { c } ^ { \mathbf { W } } P } \end{array}$ and $T ^ { \mathbf { Z } } ( P ) =$ $\textstyle M { \frac { N } { P } } t _ { r } ^ { \mathbf { Z } }$ P , respectively. Hence the parallel speedup is (see details in Carreira-Perpi ˜n´an and Alizadeh, + +$$ +S ( P ) = { \frac { T ( 1 ) } { T ( P ) } } = { \frac { \rho { \frac { 1 } { [ M / P ] } } M P } { { \frac { 1 } { N } } P ^ { 2 } + \rho _ { 2 } P + \rho _ { 1 } { \frac { 1 } { [ M / P ] } } M } } \rho _ { 1 } = t _ { r } ^ { \mathbf { Z } } / ( e + 1 ) t _ { c } ^ { \mathbf { W } } , \rho _ { 2 } = e t _ { r } ^ { \mathbf { W } } / ( e + 1 ) t _ { c } ^ { \mathbf { W } } +$$ + +where $\rho , \rho _ { 1 }$ and $\rho _ { 2 }$ are ratios of computation vs communication, dependent on the optimisation algorithm in the W and $\mathbf { Z }$ steps, and on the performace of the distributed system and MPI library. + +Hence, if $P \leq M$ and $M$ is divisible by $P$ we have $\begin{array} { r } { S ( P ) = P / ( 1 + \frac { P } { o N } ) } \end{array}$ and if $P > M$ we have $\begin{array} { r } { S ( P ) = \rho M / ( \rho _ { 2 } + \rho _ { 1 } \frac { M } { P } + \frac { P } { N } ) } \end{array}$ . In practice, typically we have $\rho \ll 1$ ρN (because communication dominates computation in current architectures) and $\rho _ { 2 } N \gg 1$ (large dataset). If we take $P \ll \rho _ { 2 } N$ , then $S ( P ) \approx \bar { P }$ if $P \leq M$ and $\begin{array} { r } { S ( P ) \approx \rho M / ( \rho _ { 2 } + \rho _ { 1 } \frac { M } { P } ) } \end{array}$ if $P > M$ . Hence, the speedup is nearly perfect if using fewer machines than submodels, and otherwise it peaks at $S _ { 1 } ^ { * } = \rho M / ( \rho _ { 2 } +$ $2 \sqrt { \rho _ { 1 } M / N } ) \stackrel { \cdot } { > } M$ for $P = P _ { 1 } ^ { * } = \sqrt { \rho _ { 1 } M N } > M$ and decreases thereafter. This affords very large speedups for large datasets and large models. This theoretical speedup matches well our measured ones (see the experiments section), and can be used to determine optimal values for the number of machines $P$ to use in practice (subject to additional constraints, e.g. cost of the machines). + +Eq. (3) also shows that we can leave the speedup unchanged by trading off dataset size and computation/communication times, as long as one of these holds: $\dot { N } t _ { r } ^ { \mathbf { W } }$ and $N t _ { r } ^ { \mathbf { Z } }$ remain constant; or $\mathbf { \Pi } _ { N / t _ { c } ^ { \mathbf { W } } } ^ { \star }$ remains constant; or $t _ { r } ^ { \mathbf { W } } / t _ { c } ^ { \mathbf { W } }$ and $t _ { r } ^ { \mathbf { Z } } / t _ { c } ^ { \mathbf { W } }$ remain constant. + +In the BA, we have submodels of different size: encoders of size $D$ and decoders of size $L < D$ . We can model this by “grouping” the $D$ decoders into $L$ groups of $D / L$ decoders each, resulting in $M = 2 L$ equal-size submodels (assuming the ratio of computation and communication times of decoder vs encoder is $L / D < 1 \rangle$ ). + +Convergence of ParMAC The only approximation that ParMAC makes to the original MAC algorithm is using SGD in the W step. Since we can guarantee convergence of SGD under certain conditions (e.g. Robbins-Monro schedules), we can recover the original convergence guarantees for MAC to a local stationary point with differentiable layers (see details in Carreira-Perpi ˜n´an and Alizadeh, 2016). This convergence guarantee is independent of the number of layers, models and processors. With nondifferentiable layers, the convergence properties of MAC (and ParMAC) are not well known. In particular, for the binary autoencoder the encoding layer is discrete and the problem is NP-complete. While convergence guarantees are important theoretically, in practical applications with large datasets in a distributed setting one typically runs SGD for just a few epochs, even one or less than one (i.e., we stop SGD before passing through all the data). This typically reduces the objective function to a good enough value as fast as possible, since each pass over the data is very costly. In our experiments, 1–2 epochs in the W step make ParMAC very similar to MAC using an exact step. + +Circular vs parameter-server topologies We also considered implementing ParMAC using a parameter-server (PS) topology rather than a circular one, but the latter is better. With a PS we do parallel SGD on each submodel independently, i.e., each worker runs SGD on its own submodel replica for a while, sends it to the PS, and this broadcasts an “average” submodel back to the workers, asynchronously. The circular topology does true SGD on each submodel independently from the others. We can show the runtime per iteration using a PS is equal to that of the circular topology only if the server can communicate with $P$ workers simultaneously (rather than sequentially), otherwise it is slower. The reason is the PS has more communication. The PS has some additional disadvantages: parallel SGD converges more slowly than true SGD and is difficult to apply if the W step is nonconvex; and it needs extra machine(s) to act as parameter server(s). The fundamental issue is that both topologies differ in how they employ the available parallelism: the circular topology updates different, independent submodels, while the PS updates replicas of the same submodels. + +# 4 EXPERIMENTS + +MPI implementation of ParMAC for BAs. We have used $\mathrm { C } / \mathrm { C } { + + }$ , the GSL and BLAS libraries for mathematical operations, and the Message Passing Interface (MPI) (Gropp et al., 1999) for interprocess communication. MPI is a widely used framework for high-performance parallel computing, available in multiple platforms. It is particularly suitable for ParMAC because of its support of the SPMD (single program, multiple data) model. In MPI, processes in different machines communicate through messages. To receive data, we use the synchronous blocking receive function MPI Recv; the process calling this blocks until the data arrives. To send data we use the buffered blocking send function MPI Bsend. We allocate enough memory and attach it to the system. The process calling MPI Bsend blocks until the buffer is copied to the MPI internal memory; after that, the MPI library takes care of sending the data. See a code snippet in Carreira-Perpi ˜n´an and Alizadeh (2016). + +Distributed-memory cluster. We used General Computing Nodes from the UCSD Triton Shared Computing Cluster (TSCC), available to the public for a fee. Each node contains 2 8-core Intel Xeon E5-2670 processors (16 cores in total), 64GB RAM (4GB/processor) and a 500GB hard drive. The nodes are connected through a 10GbE network. We used up to $P \ = \ 1 2 8$ processors. Carreira-Perpi ˜n´an and Alizadeh (2016) give detailed specs as well as experiments in a sharedmemory machine. + +Datasets. We have used 3 well-known colour image retrieval benchmarks. (1) CIFAR (Krizhevsky, 2009) contains $6 0 0 0 0$ images $N = 5 0 0 0 0$ training and 10 000 test), represented by $D = 3 2 0$ GIST features. (2) SIFT-1M (J´egou et al., 2011a) contains $N = 1 0 ^ { 6 }$ training and $1 0 ^ { 4 }$ test images, each represented by $D = 1 2 8$ SIFT features. (3) SIFT-1B (J´egou et al., 2011a) has three subsets: $1 0 ^ { 9 }$ base vectors where the search is performed, $N = 1 0 ^ { 8 }$ learning vectors used to train the model and $1 0 ^ { 4 }$ query vectors. + +Performance measures. Regarding the quality of the BA and hash functions learnt, we report the retrieval precision $( \% )$ in the test set using as true neighbours the $K$ nearest images in Euclidean distance in the original space, and as retrieved neighbours in the binary space we use the $k$ nearest images in Hamming distance. We set $( K , k ) = \bar { ( } 1 0 0 0 , 1 0 0 )$ for CIFAR and $( 1 0 0 0 0 , 1 0 0 0 0 )$ for SIFT-1M. For SIFT-1B, as suggested by the dataset creators, we report the recall $_ { \ @ \mathrm { R } }$ : the average number of queries for which the nearest neighbour is ranked within the top $R$ positions (for varying values of $R$ ); in case of tied distances, we place the query as top rank. All these measures are computed offline once the BA is trained. Carreira-Perpi ˜n´an and Alizadeh (2016) give additional measures and experiments. + +Models and their parameters. We use BAs with linear encoders (linear SVM) except with SIFT-1B, where we also use kernel SVMs. The decoder is always linear. We set $L = 1 6$ bits (hash functions) for CIFAR and SIFT-1M and $L = 6 4$ bits for SIFT-1B. We initialise the binary codes from truncated PCA ran on a subset of the training set (small enough that it fits in one processor). To train the encoder ( $L$ SVMs) and decoder $D$ linear mappings) with stochastic optimisation, we used the SGD code from (Bottou and Bousquet, 2008), using its default parameter settings. The SGD step size is tuned automatically in each iteration by examining the first $1 0 0 0$ datapoints. We use a multiplicative $\mu$ schedule $\mu _ { i } = { \dot { \mu } } _ { 0 } a ^ { i }$ where the initial value $\mu _ { 0 }$ and the factor $a > 1$ are tuned offline in a trial run using a small subset of the data. For CIFAR we use $\mu _ { 0 } = 0 . 0 0 5$ and $a = 1 . 2$ over 26 iterations $( i = 0 , \ldots , 2 5 )$ . For SIFT-1M and SIFT-1B we use $\mu _ { 0 } = 1 0 ^ { - 4 }$ and $a = 2$ over 10 iterations. + +Effect of stochastic steps in the W step Fig. 3 shows the effect on the precision on CIFAR of varying the number of epochs within the W step and shuffling the data as a function of the number of processors $P$ . As the number of epochs increases, the W step is solved more exactly (8 epochs is practically exact in this data). Fewer epochs, even just one, cause only a small degradation. The reason is that, although these are relatively small datasets, they contain sufficient redundance that few epochs are sufficient to decrease the error considerably. + +This is also helped by the accumulated effect of epochs over MAC iterations. Running more epochs increases the runtime and lowers the parallel speedup in this particular model, because we use few bits $L = 1 6 )$ and therefore few submodels $M = 2 L = 3 2$ ) compared to the number of machines (up to $P = 1 2 8 )$ ), so the W step has less parallelism. The positive effect of data shuffling in the W step is clear: shuffling generally increases the precision with no increase in runtime. + +![](images/7a5ec6e3fefe1bf4c4dd3f2095ac22c4753a543c8695ba37fd199b7a1cd3b944.jpg) +Figure 3: Precision in CIFAR dataset. + +Speedup The fundamental advantage of ParMAC and distributed optimisation in general is the ability to train on datasets that do not fit in a single machine, and the reduction in runtime because of parallel processing. Fig. 4 shows the “strong scaling” speedups achieved, as a function of the number of machines $P$ for fixed problem size (dataset and model), in CIFAR and SIFT-1M ( $N =$ 50K and 1M training points, respectively). Even though these datasets and especially the number of independent submodels $M = 2 L = 3 2$ effective submodels of the same size, as discussed earlier) are relatively small, the speedups we achieve are nearly perfect for $P \leq M$ and hold very well for $P > M$ up to the maximum number of machines we used $P = 1 2 8$ in the distributed system). The speedups flatten as the number of W-step epochs (and consequently the amount of communication) increases, because for this experiment the bottleneck is the W step, whose parallelisation ability (i.e., the number of concurrent processes) is limited by $M = 2 L$ (the $\mathbf { Z }$ step has $N$ independent processes and is never a bottleneck, since $N$ is very large). However, as noted earlier, using 1 to 2 epochs gives a good enough result, very close to doing an exact W step. The runtime for SIFT-1M on $P = 1 2 8$ machines with 8 epochs was 12 minutes and its speedup $1 0 0 \times$ . This is particularly remarkable given that the original, nested model did not have model parallelism. + +![](images/32695e824cb9267e2ea8be1d4074f23439f2373aaed6318782695f84d6fc42d4.jpg) +Figure 4: Speedup $S ( P )$ as a function of the number of machines $P$ (top: experiment, bottom: theory). The dataset size and number of submodels $( N , M )$ is (50 000, 32) for CIFAR, $( 1 0 ^ { 6 } , 3 2 )$ for SIFT-1M and $( 1 0 ^ { 8 } , 1 2 8 )$ for SIFT-1B. + +Fig. 4 also shows the speedups predicted by our theoretical model. We set the parameters $e$ and $N$ to their known values, and $M = 2 L = 3 2$ for CIFAR and SIFT-1M and $M = 2 L = 1 2 8$ for SIFT-1B. For the time parameters, we set $t _ { r } ^ { \mathbf { W } } = 1$ to fix the time units, and we set $t _ { c } ^ { \mathbf { W } }$ and $t _ { r } ^ { \mathbf { Z } }$ by trial and error to achieve a reasonably good fit to the experimental speedups: $t _ { c } ^ { \mathbf { W } } = 1 0 ^ { 4 }$ for both datasets, and $t _ { r } ^ { \mathbf { Z } } = 2 0 0$ for CIFAR and 40 for SIFT-1M. Although these are fudge factors, they are in rough agreement with the fact that communicating a weight vector over the network is orders of magnitude slower than updating it with a gradient step, and that the $\mathbf { Z }$ step is quite slower than the W step because of the binary optimisation it involves. + +Large-scale experiment SIFT-1B is one of the largest datasets, if not the largest one, that are publicly available for comparing nearest-neighbour search algorithms with known ground-truth (i.e., precomputed exact Euclidean distances for each query to its $k$ nearest vectors in the base set). The training set contains $N = 1 0 0 \mathrm { { M } }$ vectors, each consisting of 128 SIFT features. We used $L = 6 4$ hash functions $M = 1 2 8$ submodels): linear SVMs as before, and kernel SVMs. These have fixed Gaussian radial basis functions (2 000 centres picked at random from the training set and bandwidth $\sigma = 1 6 0 ^ { \circ }$ ), so the only trainable parameters are the weights, and the MAC algorithm does not change except that it operates on a 2 000-dimensional input vector of kernel values, instead of the 128 SIFT features. We use $e = 2$ epochs with shuffling. All these decisions were based on trials on a subset of the training dataset. We initialised the binary codes from truncated PCA trained on a subset of size 1M (recall $\textcircled { a } \mathrm { R } { = } 1 0 0 ; 5 5 . 2 \%$ ), which gave results comparable to the baseline in (J´egou et al., 2011b). + +We ran ParMAC on the whole training set in the distributed system with 128 processors for 6 iterations and achieved a recall $\scriptstyle { \mathcal { Q } } \mathrm { R } = 1 0 0$ of $6 1 . 5 \%$ in 29 hours (linear SVM) and $6 6 . 1 \%$ in 83 hours (kernel SVM). Using a scaled-down model and training set, we estimated that training in one machine (with enough RAM to hold the data and parameters) would take months. The theoretical speedup (fig. 4 right plot, using the same parameters as in SIFT-1M), is nearly perfect (note the plot goes up to $P = 1 0 2 4$ machines, even though our experiments are limited to $P = 1 2 8$ ). This is because $M$ is quite larger and $N$ is much larger than in the previous datasets. + +# 5 DISCUSSION + +Developing parallel, distributed optimisation algorithms for nonconvex problems in machine learning is challenging, as shown by recent efforts by large teams of researchers (Le et al., 2012; Dean et al., 2012). One important advantage of ParMAC is its simplicity. Data and model parallelism arise naturally thanks to the introduction of auxiliary coordinates. The corresponding optimisation subproblems can often be solved reusing existing code as a black box (as with the SGD training of SVMs and linear mappings in the BA). A circular topology is sufficient to achieve a low communication between machines. There is no close coupling between the model structure and the distributed system architecture. This makes ParMAC suitable for architectures as different as supercomputers and data centres. + +Further improvements can be made in specific problems. For example, we may have more parallelisation or less dependencies (e.g. the weights of hidden units in layer $k$ of a neural net depend only on auxiliary coordinates in layers $k$ and $k + 1$ ). This may reduce the communication in the W step, by sending to a given machine only the model portion it needs, or by allocating cores within a multicore machine accordingly. The W and $\mathbf { Z }$ step optimisations can make use of further parallelisation by GPUs or by distributed convex optimisation algorithms. Many more refinements can be done, such as storing or communicating reduced-precision values with little effect of the accuracy. In this paper, we have tried to keep our implementation as simple as possible, because our goal was to understand the parallelisation speedups of ParMAC in a setting as general as possible, rather than trying to achieve the very best performance for a particular dataset, model or distributed system. + +# 6 CONCLUSION + +We have proposed ParMAC, a distributed model for the method of auxiliary coordinates for training nested, nonconvex models in general, analysed its parallel speedup and convergence, and demonstrated it with an MPI-based implementation for a particular case, to train binary autoencoders. MAC creates parallelism by introducing auxiliary coordinates for each data point to decouple nested terms in the objective function. ParMAC is able to translate the parallelism inherent in MAC into a distributed system by 1) using data parallelism, so that each machine keeps a portion of the original data and its corresponding auxiliary coordinates; and 2) using model parallelism, so that independent submodels visit every machine in a circular topology, effectively executing epochs of a stochastic optimisation, without the need for a parameter server and therefore no communication bottlenecks. The convergence properties of MAC (to a stationary point of the objective function) remain essentially unaltered in ParMAC. The parallel speedup can be theoretically predicted to be nearly perfect when the number of submodels is comparable or larger than the number of machines, and to eventually saturate as one continues to increase the number of machines, and indeed this was confirmed in our experiments. ParMAC also makes it easy to account for data shuffling, load balancing, streaming and fault tolerance. Hence, we expect that ParMAC could be a basic building block, in combination with other techniques, for the distributed optimisation of nested models in big data settings. + +# ACKNOWLEDGMENTS + +Work supported by a Google Faculty Research Award and by NSF award IIS–1423515. We thank Ramin Raziperchikolaei (UC Merced) for discussions about binary autoencoders, Dong Li (UC Merced) for discussions about MPI and performance evaluation on parallel systems, and Quoc Le (Google) for discussions about Google’s DistBelief system. + +# REFERENCES + +M. Abadi et al. TensorFlow: Large-scale machine learning on heterogeneous systems, 2015. White paper. +Y. Bengio, J.-F. Paiement, P. Vincent, O. Delalleau, N. Le Roux, and M. Ouimet. Out-of-sample extensions for LLE, Isomap, MDS, Eigenmaps, and spectral clustering. NIPS, 2004. +D. P. Bertsekas. Incremental gradient, subgradient, and proximal methods for convex optimization: A survey. In S. Sra, S. Nowozin, and S. J. Wright, editors, Optimization for Machine Learning. MIT Press, 2011. +L. Bottou. Large-scale machine learning with stochastic gradient descent. COMPSTAT, 2010. +L. Bottou and O. Bousquet. The tradeoffs of large scale learning. NIPS, 2008. +S. Boyd, N. Parikh, E. Chu, B. Peleato, and J. Eckstein. Distributed optimization and statistical learning via the alternating direction method of multipliers. Foundations and Trends in Machine Learning, 3, 2011. +J. Bradley, A. Kyrola, D. Bickson, and C. Guestrin. Parallel coordinate descent for $L _ { 1 }$ -regularized loss minimization. ICML, 2011. +M. A. Carreira-Perpi ˜n´an and M. Alizadeh. ParMAC: Distribut ´ ed optimisation of nested functions, with application to learning binary autoencoders. arXiv:1605.09114 [cs.LG], May 30 2016. +M. A. Carreira-Perpi ˜n´an and M. Vladymyrov. A fast, universa ´ l algorithm to learn parametric nonlinear embeddings. NIPS, 2015. +M. A. Carreira-Perpi ˜n´an and W. Wang. Distributed optimizat ´ ion of deeply nested systems. arXiv:1212.5921 [cs.LG], Dec. 24 2012. +M. A. Carreira-Perpi ˜n´an and W. Wang. Distributed optimizat ´ ion of deeply nested systems. AISTATS, 2014. +V. Cevher, S. Becker, and M. Schmidt. Convex optimization for big data: Scalable, randomized, and parallel algorithms for big data analytics. IEEE Signal Processing Magazine, 31(5):32–43, Sept. 2014. +A. Coates, B. Huval, T. Wang, D. Wu, B. Catanzaro, and A. Ng. Deep learning with COTS HPC systems. ICML, 2013. +J. Dean, G. Corrado, R. Monga, K. Chen, M. Devin, Q. Le, M. Mao, M. Ranzato, A. Senior, P. Tucker, K. Yang, and A. Ng. Large scale distributed deep networks. NIPS, 2012. +P. Drineas and M. W. Mahoney. On the Nystr¨om method for approximating a Gram matrix for improved kernel-based learning. J. Machine Learning Research, 6:2153–2175, Dec. 2005. +Y. Gong, S. Lazebnik, A. Gordo, and F. Perronnin. Iterative quantization: A Procrustean approach to learning binary codes for large-scale image retrieval. IEEE PAMI, 2013. +K. Grauman and R. Fergus. Learning binary hash codes for large-scale image search. In R. Cipolla, S. Battiato, and G. Farinella, editors, Machine Learning for Computer Vision, pages 49–87. Springer-Verlag, 2013. +W. Gropp, E. Lusk, and A. Skjellum. Using MPI: Portable Parallel Programming with the Message-Passing Interface. MIT Press, second edition, 1999. +G. Hinton, L. Deng, D. Yu, G. Dahl, A. Mohamed, N. Jaitly, A. Senior, V. Vanhoucke, P. Nguyen, T. N. Sainath, and B. Kingsbury. Deep neural networks for acoustic modeling in speech recognition: The shared views of four research groups. IEEE Signal Processing Magazine, 29(6):82–97, Nov. 2012. +H. J´egou, M. Douze, and C. Schmid. Product quantization for nearest neighbor search. IEEE PAMI, 33, 2011a. +H. J´egou, R. Tavenard, M. Douze, and L. Amsaleg. Searching in one billion vectors: Re-rank with source coding. ICASSP, 2011b. +A. Krizhevsky. Learning multiple layers of features from tiny images. Master’s thesis, U. Toronto, 2009. +Q. Le, M. Ranzato, R. Monga, M. Devin, G. Corrado, K. Chen, J. Dean, and A. Ng. Building high-level features using large scale unsupervised learning. ICML, 2012. +J. Liu and S. J. Wright. Asynchronous stochastic coordinate descent: Parallelism and convergence properties. SIAM J. Optimization, 25(1):351–376, 2015. +Y. Low, D. Bickson, J. Gonzalez, C. Guestrin, A. Kyrola, and J. M. Hellerstein. Distributed GraphLab: A framework for machine learning and data mining in the cloud. Proc. VLDB Endowment, 5, 2012. +G. J. McLachlan and T. Krishnan. The EM Algorithm and Extensions. Wiley, second edition, 2008. +F. Niu, B. Recht, C. R´e, and S. J. Wright. HOGWILD!: A lock-free approach to parallelizing stochastic gradient descent. NIPS, 2011. +H. Ouyang, N. He, L. Tran, and A. Gray. Stochastic alternating direction method of multipliers. ICML, 2013. +R. Raziperchikolaei and M. A. Carreira-Perpi ˜n´an. Optimizing affinity-based binary ´ hashing using auxiliary coordinates. NIPS, 2016. +P. Richt´arik and M. Tak´aˇc. Distributed coordinate descent method for learning with big data. arXiv:1310.2059 [stat.ML], Oct. 8 2013. +F. Seide, H. Fu, J. Droppo, G. Li, and D. Yu. 1-bit stochastic gradient descent and its application to data-parallel distributed training of speech DNNs. Interspeech, 2014. +A. Talwalkar, S. Kumar, and H. Rowley. Large-scale manifold learning. CVPR, 2008. +M. Vladymyrov and M. A. Carreira-Perpi ˜n´an. Locally Linear Landmarks for larg ´ e-scale manifold learning. ECML, 2013. +M. Vladymyrov and M. A. Carreira-Perpi ˜n´an. The Variational Nystr¨om method f ´ or large-scale spectral problems. ICML, 2016. +W. Wang and M. A. Carreira-Perpi ˜n´an. The role of dimensionality reduct ´ ion in classification. AAAI, 2014. +C. K. I. Williams and M. Seeger. Using the Nystr¨om method to speed up kernel machines. NIPS, 2001. +S. J. Wright. Coordinate descent algorithms. Math. Prog., 151(1):3–34, June 2016. +E. P. Xing, Q. Ho, W. Dai, J. K. Kim, J. Wei, S. Lee, X. Zheng, P. Xie, A. Kumar, and Y. Yu. Petuum: A new platform for distributed machine learning on big data. IEEE Trans. Big Data, 1(2):49–67, Apr.–June 2015. +M. Zaharia, M. Chowdhury, M. J. Franklin, S. Shenker, and I. Stoica. Spark: Cluster computing with working sets. In Proc. 2nd USENIX Conf. Hot Topics in Cloud Computing (HotCloud 2010), 2010. +R. Zhang and J. Kwok. Asynchronous distributed ADMM algorithm for global variable consensus optimization. ICML, 2014. +M. Zinkevich, M. Weimer, A. Smola, and L. Li. Parallelized stochastic gradient descent. NIPS, 2010. \ No newline at end of file diff --git a/parse/train/SygvTcYee/SygvTcYee_content_list.json b/parse/train/SygvTcYee/SygvTcYee_content_list.json new file mode 100644 index 0000000000000000000000000000000000000000..c88710ba66199dba1666a3c1d13e67a949af53e4 --- /dev/null +++ b/parse/train/SygvTcYee/SygvTcYee_content_list.json @@ -0,0 +1,792 @@ +[ + { + "type": "text", + "text": "PARMAC: DISTRIBUTED OPTIMISATION OF NESTED FUNCTIONS, WITH APPLICATION TO LEARNING BINARY AUTOENCODERS ", + "text_level": 1, + "bbox": [ + 174, + 98, + 823, + 171 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Miguel A. Carreira-Perpi ´ n˜ an & Mehdi Alizadeh ´ EECS, University of California, Merced http://eecs.ucmerced.edu ", + "bbox": [ + 183, + 194, + 521, + 237 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "ABSTRACT ", + "text_level": 1, + "bbox": [ + 454, + 273, + 542, + 289 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Many powerful machine learning models are based on the composition of multiple processing layers, such as deep nets, which gives rise to nonconvex objective functions. A general, recent approach to optimise such “nested” functions is the method of auxiliary coordinates (MAC). MAC introduces an auxiliary coordinate for each data point in order to decouple the nested model into independent submodels. This decomposes the optimisation into steps that alternate between training single layers and updating the coordinates. It has the advantage that it reuses existing single-layer algorithms, introduces parallelism, and does not need to use chain-rule gradients, so it works with nondifferentiable layers. We describe ParMAC, a distributed-computation model for MAC. This trains on a dataset distributed across machines while limiting the amount of communication so it does not obliterate the benefit of parallelism. ParMAC works on a cluster of machines with a circular topology and alternates two steps until convergence: one step trains the submodels in parallel using stochastic updates, and the other trains the coordinates in parallel. Only submodel parameters, no data or coordinates, are ever communicated between machines. ParMAC exhibits high parallelism, low communication overhead, and facilitates data shuffling, load balancing, fault tolerance and streaming data processing. We study the convergence of ParMAC and its parallel speedup, and implement ParMAC using MPI to learn binary autoencoders for fast image retrieval, achieving nearly perfect speedups in a 128-processor cluster with a training set of 100 million high-dimensional points. ", + "bbox": [ + 233, + 306, + 764, + 598 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "1 INTRODUCTION ", + "text_level": 1, + "bbox": [ + 176, + 627, + 334, + 643 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Serial computing has reached a plateau and parallel, distributed architectures are becoming widely available, from machines with a few cores to cloud computing with 1000s of machines. The combination of powerful nested models with large datasets is a key ingredient to solve difficult problems in machine learning, computer vision and other areas, and it underlies recent successes in deep learning (Hinton et al., 2012; Le et al., 2012; Dean et al., 2012). Unfortunately, parallel computation is not easy, and many good serial algorithms do not parallelise well. The cost of communicating (through the memory hierarchy or a network) greatly exceeds the cost of computing, both in time and energy, and will continue to do so for the foreseeable future. Thus, good parallel algorithms must minimise communication and maximise computation per machine, while creating sufficiently many subproblems (ideally independent) to benefit from as many machines as possible. The load (in runtime) on each machine should be approximately equal. Faults become more frequent as the number of machines increases, particularly if they are inexpensive machines. Machines may be heterogeneous and differ in CPU and memory; this is the case with initiatives such as SETI $@$ home, which may become an important source of distributed computation in the future. Big data applications have additional restrictions. The size of the data means it cannot be stored on a single machine, so distributedmemory architectures are necessary. Sending data between machines is prohibitive because of the size of the data and the high communication costs. In some applications, more data is collected than can be stored, so data must be regularly discarded. In others, such as sensor networks, limited battery life and computational power imply that data must be processed locally. ", + "bbox": [ + 174, + 660, + 825, + 924 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "In this paper, we focus on machine learning models of the form $\\mathbf { y } = \\mathbf { F } _ { K + 1 } ( \\ldots \\mathbf { F } _ { 2 } ( \\mathbf { F } _ { 1 } ( \\mathbf { x } ) ) \\ldots )$ , i.e., consisting of a nested mapping from the input $\\mathbf { x }$ to the output y. Such nested models involve multiple parameterised layers of processing and include deep neural nets, cascades for object recognition in computer vision or for phoneme classification in speech processing, wrapper approaches to classification or regression, and various combinations of feature extraction/learning and preprocessing prior to some learning task. Nested and hierarchical models are ubiquitous in machine learning because they provide a way to construct complex models by the composition of simple layers. However, training nested models is difficult even in the serial case because function composition produces inherently nonconvex functions, which makes gradient-based optimisation difficult and slow, and sometimes inapplicable (e.g. with nonsmooth or discrete layers). ", + "bbox": [ + 173, + 103, + 825, + 242 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Our starting point is a recently proposed technique to train nested models, the method of auxiliary coordinates (MAC) (Carreira-Perpi ˜n´an and Wang, 2012; 2014). This reformulates the optimisation into an iterative procedure that alternates training submodels independently with coordinating them. It introduces significant model and data parallelism, can often train the submodels using existing algorithms, and has convergence guarantees with differentiable functions to a local stationary point, while it also applies with nondifferentiable or even discrete layers. MAC has been applied to various nested models (Carreira-Perpi ˜n´an and Wang, 2014; Wang and Carreira-Perpi ˜n´an, 2014; Carreira-Perpi ˜n´an and Raziperchikolaei, 2015; Raziperchikolaei and Carreira-Perpi ˜n´an, 2016; Carreira-Perpi ˜n´an and Vladymyrov, 2015). However, the original papers proposing MAC (Carreira-Perpi ˜n´an and Wang, 2012; 2014) did not address how to run MAC on a distributed computing architecture, where communication between machines is far costlier than computation. This paper proposes ParMAC, a parallel, distributed framework to learn nested models using MAC, analyses its parallel speedup and convergence, implements it in MPI for the problem of learning binary autoencoders, and demonstrates its ability to train on large datasets and achieve large speedups on a distributed cluster. ", + "bbox": [ + 174, + 250, + 825, + 457 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Related work Distributed optimisation and large-scale machine learning have been steadily gaining interest in recent years, with the development of parallel computation abstractions tailored to machine learning, such as Spark (Zaharia et al., 2010), GraphLab (Low et al., 2012), Petuum (Xing et al., 2015) or TensorFlow (Abadi et al., 2015), which have the goal of making cloud computing easily available to train machine learning models. Most work has centred on convex optimisation, particularly when the objective function has the form of empirical risk minimisation (data fitting term plus regulariser) (Cevher et al., 2014). This includes many important models in machine learning, such as linear regression, LASSO, logistic regression or SVMs. Such work is typically based on stochastic gradient descent (SGD) (Bottou, 2010), coordinate descent (CD) (Wright, 2016) or the alternating direction method of multipliers (ADMM) (Boyd et al., 2011). This has resulted in several variations of parallel SGD (Bertsekas, 2011; Zinkevich et al., 2010; Niu et al., 2011), parallel CD (Bradley et al., 2011; Richt´arik and Tak´aˇc, 2013; Liu and Wright, 2015) and parallel ADMM (Boyd et al., 2011; Ouyang et al., 2013; Zhang and Kwok, 2014). ", + "bbox": [ + 174, + 472, + 825, + 652 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Little work has addressed nonconvex models. Most of it has focused on deep nets (Dean et al., 2012; Le et al., 2012). Google’s DistBelief (Dean et al., 2012) uses asynchronous parallel SGD (with gradients for the full model computed with backpropagation) to achieve data parallelism, and some form of model parallelism. The latter is achieved by carefully partitioning the neural net into pieces and allocating them to machines to compute gradients. This is difficult to do and requires a careful match of the neural net structure (number of layers and hidden units, connectivity, etc.) to the target hardware. Also, parallel SGD can diverge with nonconvex models, which requires heuristics to make sure we average replica models that are close in parameter space and thus associated with the same optimum. Although this has managed to train huge nets on huge datasets by using tens of thousands of CPU cores, the speedups achieved were very modest. Other work has used similar techniques but for GPUs (Coates et al., 2013; Seide et al., 2014). ", + "bbox": [ + 173, + 660, + 825, + 811 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Finally, there also exist specific approximation techniques for certain types of large-scale machine learning problems, such as spectral problems, using the Nystr ¨om formula or other landmarkbased methods (Williams and Seeger, 2001; Bengio et al., 2004; Drineas and Mahoney, 2005; Talwalkar et al., 2008; Vladymyrov and Carreira-Perpi ˜n´an, 2013; 2016). ", + "bbox": [ + 174, + 819, + 823, + 875 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "ParMAC is specifically designed for nested models, which are typically nonconvex and include deep nets and many other models, some of which have nondifferentiable layers. As we describe below, ParMAC has the advantages of being simple and relatively independent of the target hardware, while achieving high speedups. ", + "bbox": [ + 174, + 882, + 823, + 938 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Many optimisation problems in machine learning involve mathematically “nested” functions of the form $\\mathbf { F } ( \\mathbf { x } ; \\mathbf { W } ) = \\bar { \\mathbf { F } } _ { K + 1 } ( . . . \\mathbf { F } _ { 2 } ( \\mathbf { F } _ { 1 } ( \\mathbf { x } ; \\mathbf { W } _ { 1 } ) ; \\mathbf { W } _ { 2 } ) . . . ; \\mathbf { W } _ { K + 1 } )$ with parameters W, such as deep nets. Such problems are traditionally optimised using methods based on gradients computed using the chain rule. However, such gradients may sometimes be inconvenient to use, or may not exist (e.g. if some of the layers are nondifferentiable, as with binary autoencoders). Also, they are hard to parallelise, because of the inherent sequentiality in the chain rule. The method of auxiliary coordinates $( M A C )$ (Carreira-Perpi ˜n´an and Wang, 2012; 2014) is designed to optimise nested models without using chain-rule gradients while introducing parallelism. The idea is to break nested functional relationships judiciously by introducing new variables (the auxiliary coordinates) as equality constraints. These are then solved by optimising a penalised function using alternating optimisation over the original parameters (which we call the W step) and over the coordinates (which we call the $\\mathbf { Z }$ step). The result is a coordination-minimisation (CM) algorithm: the minimisation (W) step updates the parameters by splitting the nested model into independent submodels and training them using existing algorithms, and the coordination $\\mathbf { \\rho } ( \\mathbf { Z } )$ step ensures that corresponding inputs and outputs of submodels eventually match. MAC algorithms have been developed for several nested models so far: deep nets (Carreira-Perpi ˜n´an and Wang, 2014), low-dimensional SVMs (Wang and Carreira-Perpi ˜n´an, 2014), binary autoencoders (Carreira-Perpi ˜n´an and Raziperchikolaei, 2015), affinity-based loss functions for binary hashing (Raziperchikolaei and Carreira-Perpi ˜n´an, 2016) and parametric nonlinear embeddings (Carreira-Perpi ˜n´an and Vladymyrov, 2015). Although this paper proposes and analyses ParMAC in general, our MPI implementation is for the particular case of binary autoencoders. These define a nonconvex nondifferentiable problem, yet its MAC algorithm is simple and effective. ", + "bbox": [ + 173, + 132, + 825, + 438 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "MAC algorithm for binary autoencoders A binary autoencoder $( B A )$ is a usual autoencoder but with a binary code layer. It consists of an encoder $\\mathbf { h } ( \\mathbf { x } )$ that maps a real vector $\\textbf { x } \\in \\mathbb { R } ^ { D }$ onto a binary code vector with $L \\ < \\ D$ bits, $\\mathbf { z } ~ \\in ~ \\{ 0 , 1 \\} ^ { L }$ , and a linear decoder $\\mathbf f ( \\mathbf z )$ which maps $\\mathbf { z }$ back to $\\mathbb { R } ^ { D }$ in an effort to reconstruct $\\mathbf { x }$ . We will call h a binary hash function (see later). Let us write $\\mathbf { h } ( \\mathbf { x } ) = \\mathcal { \\Gamma } ( \\mathbf { A x } )$ (A includes a bias by having an extra dimension $x _ { 0 } = 1$ for each $\\mathbf { x }$ ) where $\\mathbf { A } \\in \\mathbb { R } ^ { L \\times ( D + 1 ) }$ and $\\boldsymbol { \\mathscr { I } } ( t )$ is a step function applied elementwise, i.e., $\\boldsymbol { \\mathrm { \\Sigma } } ( t ) = 1$ if $t \\geq 0$ and $\\boldsymbol { \\mathrm { { J } } } ( t ) = 0$ otherwise. Given a dataset of $D$ -dimensional patterns $\\mathbf { X } = \\left( \\mathbf { x } _ { 1 } , \\ldots , \\mathbf { x } _ { N } \\right)$ , our objective function, which involves the nested model $\\mathbf { y } _ { \\mathrm { { o } } } = \\mathbf { f } ( \\mathbf { h } ( \\mathbf { x } ) )$ , is the usual least-squares reconstruction error $\\begin{array} { r } { E _ { \\mathrm { B A } } ( \\mathbf { h } , \\mathbf { f } ) = \\sum _ { n = 1 } ^ { N } \\| \\mathbf { x } _ { n } - \\mathbf { f } ( \\mathbf { h } ( \\mathbf { x } _ { n } ) ) \\| ^ { 2 } } \\end{array}$ . Optimising this nonconvex, nonsmooth function is NP-complete. Where the gradients do exist wrt A they are zero, so optimisation of $\\mathbf { h }$ using chainrule gradients does not apply. We introduce as auxiliary coordinates the outputs of $\\mathbf { h }$ , i.e., the codes for each of the $N$ input patterns, and obtain the following equality-constrained problem: ", + "bbox": [ + 173, + 446, + 825, + 616 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/55661abc8a7c92840d07386c970d4a74287ea68f31df224f935840f943559d8b.jpg", + "text": "$$\n\\operatorname* { m i n } _ { \\mathbf { h } , \\mathbf { f } , \\mathbf { Z } } \\sum _ { n = 1 } ^ { N } \\left\\| \\mathbf { x } _ { n } - \\mathbf { f } ( \\mathbf { z } _ { n } ) \\right\\| ^ { 2 } \\quad \\mathrm { s . t . } \\quad \\mathbf { z } _ { n } = \\mathbf { h } ( \\mathbf { x } _ { n } ) , \\mathbf { z } _ { n } \\in \\{ 0 , 1 \\} ^ { L } , n = 1 , \\ldots , N .\n$$", + "text_format": "latex", + "bbox": [ + 248, + 618, + 751, + 662 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Note the codes are binary. We now apply the quadratic-penalty method and minimise the following objective function while progressively increasing $\\mu$ , so the constraints are eventually satisfied: ", + "bbox": [ + 176, + 665, + 825, + 694 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/3c7419974cc79f9df00088d9304b3b2b15bbde14cb93715ed88fbce2d2443561.jpg", + "text": "$$\nE _ { { \\cal Q } } ( { \\bf h } , { \\bf f } , { \\bf Z } ; \\mu ) = \\sum _ { n = 1 } ^ { N } \\left\\| { \\bf x } _ { n } - { \\bf f } ( { \\bf z } _ { n } ) \\right\\| ^ { 2 } + \\mu \\left\\| { \\bf z } _ { n } - { \\bf h } ( { \\bf x } _ { n } ) \\right\\| ^ { 2 } \\mathrm { s . t . } { \\bf z } _ { n } \\in \\{ 0 , 1 \\} ^ { L } , n = 1 , \\ldots , N .\n$$", + "text_format": "latex", + "bbox": [ + 187, + 696, + 790, + 741 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Finally, we apply alternating optimisation over $\\mathbf { Z }$ and $\\mathbf { W } = ( \\mathbf { h } , \\mathbf { f } )$ . This gives the following steps: ", + "bbox": [ + 173, + 743, + 815, + 760 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Over $\\mathbf { Z }$ for fixed $( \\mathbf { h } , \\mathbf { f } )$ , this is a binary optimisation on $N L$ variables, but it separates into $N$ independent optimisations each on only $L$ variables, with the form of $\\mathrm { ^ a }$ binary proximal operator (where we omit the index $n$ ): $\\mathrm { m i n } _ { \\mathbf { z } } \\left\\| \\mathbf { x } - \\mathbf { f } ( \\mathbf { z } ) \\right\\| ^ { 2 } + \\mu \\| \\mathbf { z } - \\mathbf { h } ( \\mathbf { x } ) \\| ^ { 2 } \\boldsymbol { \\mathfrak { s } }$ s.t. $\\mathbf { z } \\in \\{ 0 , 1 \\} ^ { L }$ . This can be solved approximately by alternating optimisation over bits. Over $\\mathbf { W } = \\left( \\mathbf { h } , \\mathbf { f } \\right)$ for fixed $\\mathbf { Z }$ , we obtain $L + D$ independent problems: for each of the $L$ single-bit hash functions (which try to predict $\\mathbf { Z }$ optimally from $\\mathbf { X }$ ), each solvable by fitting a linear SVM; and for each of the $D$ linear decoders in f (which try to reconstruct $\\mathbf { X }$ optimally from $\\mathbf { Z }$ ), each a linear least-squares problem. ", + "bbox": [ + 215, + 768, + 825, + 886 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "The user must choose a schedule for the penalty parameter $\\mu$ (sequence of values $0 < \\mu _ { 1 } < \\cdots <$ $\\mu _ { \\infty } )$ ). This should increase slowly enough that the binary codes can change considerably and explore better solutions before the constraints are satisfied and the algorithm stops. With BAs, MAC stops for a finite value of $\\mu$ , which occurs whenever $\\mathbf { Z }$ does not change compared to the previous $\\mathbf { Z }$ step. This gives a practical stopping criterion. Carreira-Perpi˜n´an and Raziperchikolaei (2015) give proofs of these statements and further details about the algorithm. Fig. 1 gives the MAC algorithm for BAs. ", + "bbox": [ + 174, + 895, + 823, + 924 + ], + "page_idx": 2 + }, + { + "type": "image", + "img_path": "images/28e2837e43709b2989c8ca8d4340a5e869997cd4e9c20d0643554b3b04d037df.jpg", + "image_caption": [ + "Figure 1: MAC algorithm for binary autoencoders. “parfor” indicates a for loop whose iterations are carried out in parallel. The steps over $\\mathbf { h }$ and f can be run in parallel as well. " + ], + "image_footnote": [], + "bbox": [ + 173, + 101, + 831, + 267 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 333, + 825, + 388 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "The BA was proposed as a way to learn good binary hash functions for fast, approximate information retrieval (Carreira-Perpi ˜n´an and Raziperchikolaei, 2015). Binary hashing (Grauman and Fergus, 2013) has emerged in recent years as an effective way to do fast, approximate nearest-neighbour searches in image databases. The real-valued, high-dimensional image vectors are mapped onto a binary space with $L$ bits and the search is performed there using Hamming distances at a vastly faster speed and smaller memory (e.g. $N = 1 0 ^ { 9 }$ points with $D = 5 0 0$ take $^ { 2 } \\mathrm { T B }$ , but only 8 GB using $L = 6 4$ bits, which easily fits in RAM). As shown by Carreira-Perpi ˜n´an and Raziperchikolaei (2015), training BAs with MAC beats approximate optimisation approaches such as relaxing the codes or the step function in the encoder, and yields state-of-the-art binary hash functions h in unsupervised problems, improving over established approaches such as iterative quantisation (ITQ) (Gong et al., 2013). We focus mostly on linear hash functions because these are, by far, the most used type of hash functions in the literature of binary hashing, due to the fact that computing the binary codes for a test image must be fast at run time. ", + "bbox": [ + 174, + 396, + 825, + 577 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "MAC in general With a nested function with $K$ layers, we can introduce auxiliary coordinates at each layer. For example, with a neural net, this decouples the weight vector of every hidden unit in the W step, which can be solved as a logistic regression (see Carreira-Perpi ˜n´an and Alizadeh, 2016). For a large net with a large dataset, this affords an enormous potential for parallel computation. ", + "bbox": [ + 174, + 593, + 825, + 650 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "MAC and EM MAC is very similar to expectation-maximisation (EM) at a conceptual level. EM (McLachlan and Krishnan, 2008) applies generally to many probabilistic models. The resulting algorithm can be very different (e.g. EM for Gaussian mixtures vs EM for hidden Markov models), but it always alternates two steps that conceptually do the following. The E step updates in parallel the posterior probabilities. This separates over data points and is like the $\\mathbf { Z }$ step in MAC, where the posterior probabilities are the auxiliary coordinates, and where the step may be in closed-form or require optimisation, depending on the model. The M step updates in parallel the “submodels”. For a mixture with $M$ components, these are the $M$ Gaussians (means, covariances, proportions). This separates over submodels and is like the W step in MAC. For BAs, the submodels are the $L$ encoders (linear SVMs) and the $D$ decoders (linear regressors); for a neural net, each weight vector of a hidden unit is a submodel (a logistic regressor). For Gaussian mixtures, the M step can be done exactly in one “epoch” because it is a simple average. For MAC, it usually requires optimisation, and so multiple epochs. In fact, ParMAC applies to EM by using $e = 1$ epoch: in the W step, the Gaussians visit each machine circularly and (their averages) are updated on its data; in the $\\mathbf { Z }$ step, each machine updates its posterior probabilities. ", + "bbox": [ + 174, + 666, + 825, + 875 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "In the rest of the paper, some readers may find this analogy useful and think of EM for Gaussian mixtures instead of MAC, replacing “submodels” and “auxiliary coordinates” in MAC with “Gaussians” and “posterior probabilities” in EM, respectively. ", + "bbox": [ + 176, + 882, + 823, + 924 + ], + "page_idx": 3 + }, + { + "type": "image", + "img_path": "images/0935259ff5ddbeac36f41db147d0b66d8970c89e9d73ac600a82da6a50558ab8.jpg", + "image_caption": [ + "Figure 2: ParMAC model with $P = 4$ machines, $M = 1 2$ submodels “ ${ \\bf w } _ { h }$ ” and $N = 4 0$ data points. Submodels $h$ , $h + M$ , $h + 2 M$ and $h + 3 M$ are copies of submodel $h$ , but only one of them is the most currently updated. At the end of the W step all copies are identical. " + ], + "image_footnote": [], + "bbox": [ + 178, + 103, + 816, + 362 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "3 PARMAC: A PARALLEL, DISTRIBUTED COMPUTATION MODEL FOR MAC ", + "text_level": 1, + "bbox": [ + 173, + 444, + 803, + 460 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "A specific MAC algorithm depends on the model and objective function and on how the auxiliary coordinates are introduced. We can achieve steps that are closed-form, convex, nonconvex, binary, or others. However, we will assume the following always hold: (1) Separability over data points. In the $\\mathbf { Z }$ step, the $N$ subproblems for $\\mathbf { z } _ { 1 } , \\ldots , \\mathbf { z } _ { N }$ are independent, one per data point. Each $\\mathbf { z } _ { n }$ step depends on the current model. (2) Separability over submodels. In the W step, there are $M$ independent submodels, where $M$ depends on the problem. For example, $M$ is the number of hidden units in a deep net, or the number of hash functions and linear decoders in a BA. Each submodel depends on all the data and coordinates. We now show how to turn this into a distributed, low-communication $P a r M A C$ algorithm. ", + "bbox": [ + 174, + 478, + 825, + 604 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "The basic idea in ParMAC is as follows. With large datasets in distributed systems, it is imperative to minimise data movement over the network because the communication time generally far exceeds the computation time in modern architectures. In MAC we have 3 types of data: the original training data $( \\mathbf { X } , \\mathbf { Y } )$ , the auxiliary coordinates $\\mathbf { Z }$ , and the model parameters (the submodels). Usually, the latter type is far smaller. In ParMAC, we never communicate training or coordinate data; each machine keeps a disjoint portion of $( \\mathbf { X } , \\mathbf { Y } , \\mathbf { Z } )$ corresponding to a subset of the points. Only model parameters are communicated, during the W step, following a circular topology, which implicitly implements a stochastic optimisation. The model parameters are the hash functions h and the decoder f for BAs, and the weight vector ${ \\bf w } _ { h }$ of each hidden unit $h$ for deep nets. Let us see this in detail (refer to fig. 2). ", + "bbox": [ + 174, + 611, + 825, + 751 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Assume we have $P$ identical processing machines, each with its own memory and CPU, connected through a network in a circular unidirectional topology. Each machine stores a subset of the data points and corresponding coordinates $\\left( \\mathbf { x } _ { n } , \\mathbf { y } _ { n } , \\mathbf { z } _ { n } \\right)$ such that the subsets are disjoint and their union is the entire data. Before the $\\mathbf { Z }$ step starts, each machine contains all the (just updated) submodels. This means that in the $\\mathbf { Z }$ step each machine processes its auxiliary coordinates $\\left\\{ { \\bf z } _ { n } \\right\\}$ independently of all other machines, i.e., no communication occurs. The W step is more subtle. At the beginning of the W step, each machine will contain all the submodels and its portion of the data and (just updated) coordinates. Each submodel must have access to the entire data and coordinates in order to update itself and, since the data cannot leave its home machine, the submodel must go to the data. We achieve this in the circular topology with an asynchronous processing, as follows. Each machine keeps a queue of submodels to be processed, and repeatedly performs the following operations: extract a submodel from the queue, process it on its data and send it to the machine’s successor (which will insert it in its queue). If the queue is empty, the machine waits until it is nonempty. The queue of each machine is initialised with a portion $M / P$ of submodels associated with that machine (e.g. in fig. 2, machine 1’s queue contains submodels 1–3, machine 2 submodels 4–6, etc.). Each submodel carries a counter that is initially 1 and increases every time it visits a machine. When it reaches $P$ , the submodel has visited all machines in sequence and has completed an epoch. We repeat this for $e$ epochs and, to ensure all machines have all final submodels before starting the $\\mathbf { Z }$ step, we run a communication-only epoch $e + 1$ (without computation), where submodels simply move from machine to machine. ", + "bbox": [ + 174, + 757, + 825, + 924 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "", + "bbox": [ + 173, + 103, + 825, + 214 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Since each submodel is updated as soon as it visits a machine, rather than computing the exact gradient once it has visited all machines and then take a step, the W step is really carrying out stochastic steps for each submodel. For example, if the update is done by a gradient step, we are actually implementing stochastic gradient descent (SGD) where the minibatches are of size $N / P$ (or smaller, if we subdivide a machine’s data portion into minibatches, which should be typically the case in practice). From this point of view, we can regard the W step as doing SGD on each submodel in parallel by having each submodel visit the minibatches in each machine. ", + "bbox": [ + 173, + 222, + 825, + 319 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "As described, and as implemented in our experiments, the entire model parameters are communicated $e + 1$ times in a MAC iteration if running e epochs in the W step. We can also run $e$ epochs with only 2 rounds of communication by having a submodel do e consecutive passes within each machine’s data. This reduces the amount of shuffling, but should not be a problem if the data are randomly distributed over machines. ", + "bbox": [ + 174, + 325, + 825, + 396 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Extensions of ParMAC Data shuffling, which improves the SGD convergence speed, can be achieved without data movement by accessing the local data in random order at each epoch (withinmachine), and by randomising the circular topology at each epoch (across-machine). Load balancing is simple because the work in both W and $\\mathbf { Z }$ steps is proportional to the number of data points $N$ . Hence, if the processing power of machine $p$ is proportional to $\\alpha _ { p } \\ > \\ 0$ , we allocate to it $N \\alpha _ { p } / ( \\alpha _ { 1 } + \\cdot \\cdot \\cdot + \\bar { \\alpha _ { P } } )$ data points. Streaming, i.e., discarding old data and adding new data during training, can be done by adding/removing data within-machine, or by adding/removing machines and updating the circular topology. Fault tolerance is possible because we can still learn a good model even if we lose the data from a machine that fails, and because in the W step we can revert to older copies of the lost submodels residing in other machines. See further details in Carreira-Perpi ˜n´an and Alizadeh (2016). ", + "bbox": [ + 174, + 415, + 825, + 569 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "A theoretical model of the parallel speedup We can estimate the runtime of the $\\mathbf { W }$ and $\\mathbf { Z }$ steps assuming there are $M$ independent submodels of the same size in the W step, using $e$ epochs, on a dataset with $N$ training points, distributed over $P$ identical machines (each with $N / P$ points). Let $t _ { r } ^ { \\mathbf { W } }$ be the computation time per submodel and data point in the W step, $t _ { r } ^ { \\mathbf { Z } }$ the computation time per data point in the step, and the communication time per submodel in the W step. Then the runtime of the W and $\\mathbf { Z }$ steps is $\\begin{array} { r } { \\tilde { T } ^ { \\mathbf { W } } ( P ) = \\lceil M / P \\rceil ( t _ { r } ^ { \\mathbf { W } } \\frac { N } { P } + \\dot { t } _ { c } ^ { \\mathbf { W } } ) P e + \\lceil M / P \\rceil t _ { c } ^ { \\mathbf { W } } P } \\end{array}$ and $T ^ { \\mathbf { Z } } ( P ) =$ $\\textstyle M { \\frac { N } { P } } t _ { r } ^ { \\mathbf { Z } }$ P , respectively. Hence the parallel speedup is (see details in Carreira-Perpi ˜n´an and Alizadeh, ", + "bbox": [ + 173, + 588, + 825, + 700 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/c9329d623a08c97837dc752f8469563f75e215cec499bfec6a00e7c84780ae98.jpg", + "text": "$$\nS ( P ) = { \\frac { T ( 1 ) } { T ( P ) } } = { \\frac { \\rho { \\frac { 1 } { [ M / P ] } } M P } { { \\frac { 1 } { N } } P ^ { 2 } + \\rho _ { 2 } P + \\rho _ { 1 } { \\frac { 1 } { [ M / P ] } } M } } \\rho _ { 1 } = t _ { r } ^ { \\mathbf { Z } } / ( e + 1 ) t _ { c } ^ { \\mathbf { W } } , \\rho _ { 2 } = e t _ { r } ^ { \\mathbf { W } } / ( e + 1 ) t _ { c } ^ { \\mathbf { W } }\n$$", + "text_format": "latex", + "bbox": [ + 171, + 710, + 797, + 753 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "where $\\rho , \\rho _ { 1 }$ and $\\rho _ { 2 }$ are ratios of computation vs communication, dependent on the optimisation algorithm in the W and $\\mathbf { Z }$ steps, and on the performace of the distributed system and MPI library. ", + "bbox": [ + 174, + 763, + 825, + 792 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Hence, if $P \\leq M$ and $M$ is divisible by $P$ we have $\\begin{array} { r } { S ( P ) = P / ( 1 + \\frac { P } { o N } ) } \\end{array}$ and if $P > M$ we have $\\begin{array} { r } { S ( P ) = \\rho M / ( \\rho _ { 2 } + \\rho _ { 1 } \\frac { M } { P } + \\frac { P } { N } ) } \\end{array}$ . In practice, typically we have $\\rho \\ll 1$ ρN (because communication dominates computation in current architectures) and $\\rho _ { 2 } N \\gg 1$ (large dataset). If we take $P \\ll \\rho _ { 2 } N$ , then $S ( P ) \\approx \\bar { P }$ if $P \\leq M$ and $\\begin{array} { r } { S ( P ) \\approx \\rho M / ( \\rho _ { 2 } + \\rho _ { 1 } \\frac { M } { P } ) } \\end{array}$ if $P > M$ . Hence, the speedup is nearly perfect if using fewer machines than submodels, and otherwise it peaks at $S _ { 1 } ^ { * } = \\rho M / ( \\rho _ { 2 } +$ $2 \\sqrt { \\rho _ { 1 } M / N } ) \\stackrel { \\cdot } { > } M$ for $P = P _ { 1 } ^ { * } = \\sqrt { \\rho _ { 1 } M N } > M$ and decreases thereafter. This affords very large speedups for large datasets and large models. This theoretical speedup matches well our measured ones (see the experiments section), and can be used to determine optimal values for the number of machines $P$ to use in practice (subject to additional constraints, e.g. cost of the machines). ", + "bbox": [ + 173, + 796, + 825, + 924 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Eq. (3) also shows that we can leave the speedup unchanged by trading off dataset size and computation/communication times, as long as one of these holds: $\\dot { N } t _ { r } ^ { \\mathbf { W } }$ and $N t _ { r } ^ { \\mathbf { Z } }$ remain constant; or $\\mathbf { \\Pi } _ { N / t _ { c } ^ { \\mathbf { W } } } ^ { \\star }$ remains constant; or $t _ { r } ^ { \\mathbf { W } } / t _ { c } ^ { \\mathbf { W } }$ and $t _ { r } ^ { \\mathbf { Z } } / t _ { c } ^ { \\mathbf { W } }$ remain constant. ", + "bbox": [ + 174, + 103, + 821, + 146 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "In the BA, we have submodels of different size: encoders of size $D$ and decoders of size $L < D$ . We can model this by “grouping” the $D$ decoders into $L$ groups of $D / L$ decoders each, resulting in $M = 2 L$ equal-size submodels (assuming the ratio of computation and communication times of decoder vs encoder is $L / D < 1 \\rangle$ ). ", + "bbox": [ + 174, + 152, + 825, + 208 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Convergence of ParMAC The only approximation that ParMAC makes to the original MAC algorithm is using SGD in the W step. Since we can guarantee convergence of SGD under certain conditions (e.g. Robbins-Monro schedules), we can recover the original convergence guarantees for MAC to a local stationary point with differentiable layers (see details in Carreira-Perpi ˜n´an and Alizadeh, 2016). This convergence guarantee is independent of the number of layers, models and processors. With nondifferentiable layers, the convergence properties of MAC (and ParMAC) are not well known. In particular, for the binary autoencoder the encoding layer is discrete and the problem is NP-complete. While convergence guarantees are important theoretically, in practical applications with large datasets in a distributed setting one typically runs SGD for just a few epochs, even one or less than one (i.e., we stop SGD before passing through all the data). This typically reduces the objective function to a good enough value as fast as possible, since each pass over the data is very costly. In our experiments, 1–2 epochs in the W step make ParMAC very similar to MAC using an exact step. ", + "bbox": [ + 173, + 226, + 825, + 406 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Circular vs parameter-server topologies We also considered implementing ParMAC using a parameter-server (PS) topology rather than a circular one, but the latter is better. With a PS we do parallel SGD on each submodel independently, i.e., each worker runs SGD on its own submodel replica for a while, sends it to the PS, and this broadcasts an “average” submodel back to the workers, asynchronously. The circular topology does true SGD on each submodel independently from the others. We can show the runtime per iteration using a PS is equal to that of the circular topology only if the server can communicate with $P$ workers simultaneously (rather than sequentially), otherwise it is slower. The reason is the PS has more communication. The PS has some additional disadvantages: parallel SGD converges more slowly than true SGD and is difficult to apply if the W step is nonconvex; and it needs extra machine(s) to act as parameter server(s). The fundamental issue is that both topologies differ in how they employ the available parallelism: the circular topology updates different, independent submodels, while the PS updates replicas of the same submodels. ", + "bbox": [ + 173, + 424, + 825, + 590 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "4 EXPERIMENTS ", + "text_level": 1, + "bbox": [ + 176, + 613, + 325, + 628 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "MPI implementation of ParMAC for BAs. We have used $\\mathrm { C } / \\mathrm { C } { + + }$ , the GSL and BLAS libraries for mathematical operations, and the Message Passing Interface (MPI) (Gropp et al., 1999) for interprocess communication. MPI is a widely used framework for high-performance parallel computing, available in multiple platforms. It is particularly suitable for ParMAC because of its support of the SPMD (single program, multiple data) model. In MPI, processes in different machines communicate through messages. To receive data, we use the synchronous blocking receive function MPI Recv; the process calling this blocks until the data arrives. To send data we use the buffered blocking send function MPI Bsend. We allocate enough memory and attach it to the system. The process calling MPI Bsend blocks until the buffer is copied to the MPI internal memory; after that, the MPI library takes care of sending the data. See a code snippet in Carreira-Perpi ˜n´an and Alizadeh (2016). ", + "bbox": [ + 174, + 645, + 825, + 784 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Distributed-memory cluster. We used General Computing Nodes from the UCSD Triton Shared Computing Cluster (TSCC), available to the public for a fee. Each node contains 2 8-core Intel Xeon E5-2670 processors (16 cores in total), 64GB RAM (4GB/processor) and a 500GB hard drive. The nodes are connected through a 10GbE network. We used up to $P \\ = \\ 1 2 8$ processors. Carreira-Perpi ˜n´an and Alizadeh (2016) give detailed specs as well as experiments in a sharedmemory machine. ", + "bbox": [ + 174, + 790, + 825, + 875 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Datasets. We have used 3 well-known colour image retrieval benchmarks. (1) CIFAR (Krizhevsky, 2009) contains $6 0 0 0 0$ images $N = 5 0 0 0 0$ training and 10 000 test), represented by $D = 3 2 0$ GIST features. (2) SIFT-1M (J´egou et al., 2011a) contains $N = 1 0 ^ { 6 }$ training and $1 0 ^ { 4 }$ test images, each represented by $D = 1 2 8$ SIFT features. (3) SIFT-1B (J´egou et al., 2011a) has three subsets: $1 0 ^ { 9 }$ base vectors where the search is performed, $N = 1 0 ^ { 8 }$ learning vectors used to train the model and $1 0 ^ { 4 }$ query vectors. ", + "bbox": [ + 176, + 882, + 823, + 924 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "", + "bbox": [ + 176, + 103, + 823, + 145 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Performance measures. Regarding the quality of the BA and hash functions learnt, we report the retrieval precision $( \\% )$ in the test set using as true neighbours the $K$ nearest images in Euclidean distance in the original space, and as retrieved neighbours in the binary space we use the $k$ nearest images in Hamming distance. We set $( K , k ) = \\bar { ( } 1 0 0 0 , 1 0 0 )$ for CIFAR and $( 1 0 0 0 0 , 1 0 0 0 0 )$ for SIFT-1M. For SIFT-1B, as suggested by the dataset creators, we report the recall $_ { \\ @ \\mathrm { R } }$ : the average number of queries for which the nearest neighbour is ranked within the top $R$ positions (for varying values of $R$ ); in case of tied distances, we place the query as top rank. All these measures are computed offline once the BA is trained. Carreira-Perpi ˜n´an and Alizadeh (2016) give additional measures and experiments. ", + "bbox": [ + 174, + 152, + 825, + 279 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Models and their parameters. We use BAs with linear encoders (linear SVM) except with SIFT-1B, where we also use kernel SVMs. The decoder is always linear. We set $L = 1 6$ bits (hash functions) for CIFAR and SIFT-1M and $L = 6 4$ bits for SIFT-1B. We initialise the binary codes from truncated PCA ran on a subset of the training set (small enough that it fits in one processor). To train the encoder ( $L$ SVMs) and decoder $D$ linear mappings) with stochastic optimisation, we used the SGD code from (Bottou and Bousquet, 2008), using its default parameter settings. The SGD step size is tuned automatically in each iteration by examining the first $1 0 0 0$ datapoints. We use a multiplicative $\\mu$ schedule $\\mu _ { i } = { \\dot { \\mu } } _ { 0 } a ^ { i }$ where the initial value $\\mu _ { 0 }$ and the factor $a > 1$ are tuned offline in a trial run using a small subset of the data. For CIFAR we use $\\mu _ { 0 } = 0 . 0 0 5$ and $a = 1 . 2$ over 26 iterations $( i = 0 , \\ldots , 2 5 )$ . For SIFT-1M and SIFT-1B we use $\\mu _ { 0 } = 1 0 ^ { - 4 }$ and $a = 2$ over 10 iterations. ", + "bbox": [ + 174, + 285, + 825, + 424 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Effect of stochastic steps in the W step Fig. 3 shows the effect on the precision on CIFAR of varying the number of epochs within the W step and shuffling the data as a function of the number of processors $P$ . As the number of epochs increases, the W step is solved more exactly (8 epochs is practically exact in this data). Fewer epochs, even just one, cause only a small degradation. The reason is that, although these are relatively small datasets, they contain sufficient redundance that few epochs are sufficient to decrease the error considerably. ", + "bbox": [ + 173, + 452, + 825, + 535 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "This is also helped by the accumulated effect of epochs over MAC iterations. Running more epochs increases the runtime and lowers the parallel speedup in this particular model, because we use few bits $L = 1 6 )$ and therefore few submodels $M = 2 L = 3 2$ ) compared to the number of machines (up to $P = 1 2 8 )$ ), so the W step has less parallelism. The positive effect of data shuffling in the W step is clear: shuffling generally increases the precision with no increase in runtime. ", + "bbox": [ + 174, + 535, + 485, + 686 + ], + "page_idx": 7 + }, + { + "type": "image", + "img_path": "images/7a5ec6e3fefe1bf4c4dd3f2095ac22c4753a543c8695ba37fd199b7a1cd3b944.jpg", + "image_caption": [ + "Figure 3: Precision in CIFAR dataset. " + ], + "image_footnote": [], + "bbox": [ + 496, + 540, + 823, + 666 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Speedup The fundamental advantage of ParMAC and distributed optimisation in general is the ability to train on datasets that do not fit in a single machine, and the reduction in runtime because of parallel processing. Fig. 4 shows the “strong scaling” speedups achieved, as a function of the number of machines $P$ for fixed problem size (dataset and model), in CIFAR and SIFT-1M ( $N =$ 50K and 1M training points, respectively). Even though these datasets and especially the number of independent submodels $M = 2 L = 3 2$ effective submodels of the same size, as discussed earlier) are relatively small, the speedups we achieve are nearly perfect for $P \\leq M$ and hold very well for $P > M$ up to the maximum number of machines we used $P = 1 2 8$ in the distributed system). The speedups flatten as the number of W-step epochs (and consequently the amount of communication) increases, because for this experiment the bottleneck is the W step, whose parallelisation ability (i.e., the number of concurrent processes) is limited by $M = 2 L$ (the $\\mathbf { Z }$ step has $N$ independent processes and is never a bottleneck, since $N$ is very large). However, as noted earlier, using 1 to 2 epochs gives a good enough result, very close to doing an exact W step. The runtime for SIFT-1M on $P = 1 2 8$ machines with 8 epochs was 12 minutes and its speedup $1 0 0 \\times$ . This is particularly remarkable given that the original, nested model did not have model parallelism. ", + "bbox": [ + 173, + 715, + 825, + 924 + ], + "page_idx": 7 + }, + { + "type": "image", + "img_path": "images/32695e824cb9267e2ea8be1d4074f23439f2373aaed6318782695f84d6fc42d4.jpg", + "image_caption": [ + "Figure 4: Speedup $S ( P )$ as a function of the number of machines $P$ (top: experiment, bottom: theory). The dataset size and number of submodels $( N , M )$ is (50 000, 32) for CIFAR, $( 1 0 ^ { 6 } , 3 2 )$ for SIFT-1M and $( 1 0 ^ { 8 } , 1 2 8 )$ for SIFT-1B. " + ], + "image_footnote": [], + "bbox": [ + 169, + 99, + 815, + 361 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Fig. 4 also shows the speedups predicted by our theoretical model. We set the parameters $e$ and $N$ to their known values, and $M = 2 L = 3 2$ for CIFAR and SIFT-1M and $M = 2 L = 1 2 8$ for SIFT-1B. For the time parameters, we set $t _ { r } ^ { \\mathbf { W } } = 1$ to fix the time units, and we set $t _ { c } ^ { \\mathbf { W } }$ and $t _ { r } ^ { \\mathbf { Z } }$ by trial and error to achieve a reasonably good fit to the experimental speedups: $t _ { c } ^ { \\mathbf { W } } = 1 0 ^ { 4 }$ for both datasets, and $t _ { r } ^ { \\mathbf { Z } } = 2 0 0$ for CIFAR and 40 for SIFT-1M. Although these are fudge factors, they are in rough agreement with the fact that communicating a weight vector over the network is orders of magnitude slower than updating it with a gradient step, and that the $\\mathbf { Z }$ step is quite slower than the W step because of the binary optimisation it involves. ", + "bbox": [ + 173, + 441, + 825, + 554 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Large-scale experiment SIFT-1B is one of the largest datasets, if not the largest one, that are publicly available for comparing nearest-neighbour search algorithms with known ground-truth (i.e., precomputed exact Euclidean distances for each query to its $k$ nearest vectors in the base set). The training set contains $N = 1 0 0 \\mathrm { { M } }$ vectors, each consisting of 128 SIFT features. We used $L = 6 4$ hash functions $M = 1 2 8$ submodels): linear SVMs as before, and kernel SVMs. These have fixed Gaussian radial basis functions (2 000 centres picked at random from the training set and bandwidth $\\sigma = 1 6 0 ^ { \\circ }$ ), so the only trainable parameters are the weights, and the MAC algorithm does not change except that it operates on a 2 000-dimensional input vector of kernel values, instead of the 128 SIFT features. We use $e = 2$ epochs with shuffling. All these decisions were based on trials on a subset of the training dataset. We initialised the binary codes from truncated PCA trained on a subset of size 1M (recall $\\textcircled { a } \\mathrm { R } { = } 1 0 0 ; 5 5 . 2 \\%$ ), which gave results comparable to the baseline in (J´egou et al., 2011b). ", + "bbox": [ + 173, + 570, + 825, + 723 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "We ran ParMAC on the whole training set in the distributed system with 128 processors for 6 iterations and achieved a recall $\\scriptstyle { \\mathcal { Q } } \\mathrm { R } = 1 0 0$ of $6 1 . 5 \\%$ in 29 hours (linear SVM) and $6 6 . 1 \\%$ in 83 hours (kernel SVM). Using a scaled-down model and training set, we estimated that training in one machine (with enough RAM to hold the data and parameters) would take months. The theoretical speedup (fig. 4 right plot, using the same parameters as in SIFT-1M), is nearly perfect (note the plot goes up to $P = 1 0 2 4$ machines, even though our experiments are limited to $P = 1 2 8$ ). This is because $M$ is quite larger and $N$ is much larger than in the previous datasets. ", + "bbox": [ + 174, + 729, + 825, + 828 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "5 DISCUSSION ", + "text_level": 1, + "bbox": [ + 174, + 849, + 308, + 864 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Developing parallel, distributed optimisation algorithms for nonconvex problems in machine learning is challenging, as shown by recent efforts by large teams of researchers (Le et al., 2012; Dean et al., 2012). One important advantage of ParMAC is its simplicity. Data and model parallelism arise naturally thanks to the introduction of auxiliary coordinates. The corresponding optimisation subproblems can often be solved reusing existing code as a black box (as with the SGD training of SVMs and linear mappings in the BA). A circular topology is sufficient to achieve a low communication between machines. There is no close coupling between the model structure and the distributed system architecture. This makes ParMAC suitable for architectures as different as supercomputers and data centres. ", + "bbox": [ + 176, + 882, + 823, + 924 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 103, + 825, + 186 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Further improvements can be made in specific problems. For example, we may have more parallelisation or less dependencies (e.g. the weights of hidden units in layer $k$ of a neural net depend only on auxiliary coordinates in layers $k$ and $k + 1$ ). This may reduce the communication in the W step, by sending to a given machine only the model portion it needs, or by allocating cores within a multicore machine accordingly. The W and $\\mathbf { Z }$ step optimisations can make use of further parallelisation by GPUs or by distributed convex optimisation algorithms. Many more refinements can be done, such as storing or communicating reduced-precision values with little effect of the accuracy. In this paper, we have tried to keep our implementation as simple as possible, because our goal was to understand the parallelisation speedups of ParMAC in a setting as general as possible, rather than trying to achieve the very best performance for a particular dataset, model or distributed system. ", + "bbox": [ + 174, + 194, + 825, + 333 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "6 CONCLUSION ", + "text_level": 1, + "bbox": [ + 176, + 353, + 318, + 369 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "We have proposed ParMAC, a distributed model for the method of auxiliary coordinates for training nested, nonconvex models in general, analysed its parallel speedup and convergence, and demonstrated it with an MPI-based implementation for a particular case, to train binary autoencoders. MAC creates parallelism by introducing auxiliary coordinates for each data point to decouple nested terms in the objective function. ParMAC is able to translate the parallelism inherent in MAC into a distributed system by 1) using data parallelism, so that each machine keeps a portion of the original data and its corresponding auxiliary coordinates; and 2) using model parallelism, so that independent submodels visit every machine in a circular topology, effectively executing epochs of a stochastic optimisation, without the need for a parameter server and therefore no communication bottlenecks. The convergence properties of MAC (to a stationary point of the objective function) remain essentially unaltered in ParMAC. The parallel speedup can be theoretically predicted to be nearly perfect when the number of submodels is comparable or larger than the number of machines, and to eventually saturate as one continues to increase the number of machines, and indeed this was confirmed in our experiments. ParMAC also makes it easy to account for data shuffling, load balancing, streaming and fault tolerance. Hence, we expect that ParMAC could be a basic building block, in combination with other techniques, for the distributed optimisation of nested models in big data settings. ", + "bbox": [ + 174, + 383, + 825, + 604 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "ACKNOWLEDGMENTS ", + "text_level": 1, + "bbox": [ + 176, + 622, + 326, + 633 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Work supported by a Google Faculty Research Award and by NSF award IIS–1423515. We thank Ramin Raziperchikolaei (UC Merced) for discussions about binary autoencoders, Dong Li (UC Merced) for discussions about MPI and performance evaluation on parallel systems, and Quoc Le (Google) for discussions about Google’s DistBelief system. ", + "bbox": [ + 174, + 645, + 825, + 700 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "REFERENCES ", + "text_level": 1, + "bbox": [ + 174, + 719, + 284, + 734 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "M. Abadi et al. TensorFlow: Large-scale machine learning on heterogeneous systems, 2015. White paper. \nY. Bengio, J.-F. Paiement, P. Vincent, O. Delalleau, N. Le Roux, and M. Ouimet. Out-of-sample extensions for LLE, Isomap, MDS, Eigenmaps, and spectral clustering. NIPS, 2004. \nD. P. Bertsekas. Incremental gradient, subgradient, and proximal methods for convex optimization: A survey. In S. Sra, S. Nowozin, and S. J. Wright, editors, Optimization for Machine Learning. MIT Press, 2011. \nL. Bottou. Large-scale machine learning with stochastic gradient descent. COMPSTAT, 2010. \nL. Bottou and O. Bousquet. The tradeoffs of large scale learning. NIPS, 2008. \nS. Boyd, N. Parikh, E. Chu, B. Peleato, and J. Eckstein. Distributed optimization and statistical learning via the alternating direction method of multipliers. Foundations and Trends in Machine Learning, 3, 2011. \nJ. Bradley, A. Kyrola, D. Bickson, and C. Guestrin. Parallel coordinate descent for $L _ { 1 }$ -regularized loss minimization. ICML, 2011. \nM. A. Carreira-Perpi ˜n´an and M. Alizadeh. ParMAC: Distribut ´ ed optimisation of nested functions, with application to learning binary autoencoders. arXiv:1605.09114 [cs.LG], May 30 2016. \nM. A. Carreira-Perpi ˜n´an and M. Vladymyrov. A fast, universa ´ l algorithm to learn parametric nonlinear embeddings. NIPS, 2015. \nM. A. Carreira-Perpi ˜n´an and W. Wang. Distributed optimizat ´ ion of deeply nested systems. arXiv:1212.5921 [cs.LG], Dec. 24 2012. \nM. A. Carreira-Perpi ˜n´an and W. Wang. Distributed optimizat ´ ion of deeply nested systems. AISTATS, 2014. \nV. Cevher, S. Becker, and M. Schmidt. Convex optimization for big data: Scalable, randomized, and parallel algorithms for big data analytics. IEEE Signal Processing Magazine, 31(5):32–43, Sept. 2014. \nA. Coates, B. Huval, T. Wang, D. Wu, B. Catanzaro, and A. Ng. Deep learning with COTS HPC systems. ICML, 2013. \nJ. Dean, G. Corrado, R. Monga, K. Chen, M. Devin, Q. Le, M. Mao, M. Ranzato, A. Senior, P. Tucker, K. Yang, and A. Ng. Large scale distributed deep networks. NIPS, 2012. \nP. Drineas and M. W. Mahoney. On the Nystr¨om method for approximating a Gram matrix for improved kernel-based learning. J. Machine Learning Research, 6:2153–2175, Dec. 2005. \nY. Gong, S. Lazebnik, A. Gordo, and F. Perronnin. Iterative quantization: A Procrustean approach to learning binary codes for large-scale image retrieval. IEEE PAMI, 2013. \nK. Grauman and R. Fergus. Learning binary hash codes for large-scale image search. In R. Cipolla, S. Battiato, and G. Farinella, editors, Machine Learning for Computer Vision, pages 49–87. Springer-Verlag, 2013. \nW. Gropp, E. Lusk, and A. Skjellum. Using MPI: Portable Parallel Programming with the Message-Passing Interface. MIT Press, second edition, 1999. \nG. Hinton, L. Deng, D. Yu, G. Dahl, A. Mohamed, N. Jaitly, A. Senior, V. Vanhoucke, P. Nguyen, T. N. Sainath, and B. Kingsbury. Deep neural networks for acoustic modeling in speech recognition: The shared views of four research groups. IEEE Signal Processing Magazine, 29(6):82–97, Nov. 2012. \nH. J´egou, M. Douze, and C. Schmid. Product quantization for nearest neighbor search. IEEE PAMI, 33, 2011a. \nH. J´egou, R. Tavenard, M. Douze, and L. Amsaleg. Searching in one billion vectors: Re-rank with source coding. ICASSP, 2011b. \nA. Krizhevsky. Learning multiple layers of features from tiny images. Master’s thesis, U. Toronto, 2009. \nQ. Le, M. Ranzato, R. Monga, M. Devin, G. Corrado, K. Chen, J. Dean, and A. Ng. Building high-level features using large scale unsupervised learning. ICML, 2012. \nJ. Liu and S. J. Wright. Asynchronous stochastic coordinate descent: Parallelism and convergence properties. SIAM J. Optimization, 25(1):351–376, 2015. \nY. Low, D. Bickson, J. Gonzalez, C. Guestrin, A. Kyrola, and J. M. Hellerstein. Distributed GraphLab: A framework for machine learning and data mining in the cloud. Proc. VLDB Endowment, 5, 2012. \nG. J. McLachlan and T. Krishnan. The EM Algorithm and Extensions. Wiley, second edition, 2008. \nF. Niu, B. Recht, C. R´e, and S. J. Wright. HOGWILD!: A lock-free approach to parallelizing stochastic gradient descent. NIPS, 2011. \nH. Ouyang, N. He, L. Tran, and A. Gray. Stochastic alternating direction method of multipliers. ICML, 2013. \nR. Raziperchikolaei and M. A. Carreira-Perpi ˜n´an. Optimizing affinity-based binary ´ hashing using auxiliary coordinates. NIPS, 2016. \nP. Richt´arik and M. Tak´aˇc. Distributed coordinate descent method for learning with big data. arXiv:1310.2059 [stat.ML], Oct. 8 2013. \nF. Seide, H. Fu, J. Droppo, G. Li, and D. Yu. 1-bit stochastic gradient descent and its application to data-parallel distributed training of speech DNNs. Interspeech, 2014. \nA. Talwalkar, S. Kumar, and H. Rowley. Large-scale manifold learning. CVPR, 2008. \nM. Vladymyrov and M. A. Carreira-Perpi ˜n´an. Locally Linear Landmarks for larg ´ e-scale manifold learning. ECML, 2013. \nM. Vladymyrov and M. A. Carreira-Perpi ˜n´an. The Variational Nystr¨om method f ´ or large-scale spectral problems. ICML, 2016. \nW. Wang and M. A. Carreira-Perpi ˜n´an. The role of dimensionality reduct ´ ion in classification. AAAI, 2014. \nC. K. I. Williams and M. Seeger. Using the Nystr¨om method to speed up kernel machines. NIPS, 2001. \nS. J. Wright. Coordinate descent algorithms. Math. Prog., 151(1):3–34, June 2016. \nE. P. Xing, Q. Ho, W. Dai, J. K. Kim, J. Wei, S. Lee, X. Zheng, P. Xie, A. Kumar, and Y. Yu. Petuum: A new platform for distributed machine learning on big data. IEEE Trans. Big Data, 1(2):49–67, Apr.–June 2015. \nM. Zaharia, M. Chowdhury, M. J. Franklin, S. Shenker, and I. Stoica. Spark: Cluster computing with working sets. In Proc. 2nd USENIX Conf. Hot Topics in Cloud Computing (HotCloud 2010), 2010. \nR. Zhang and J. Kwok. Asynchronous distributed ADMM algorithm for global variable consensus optimization. ICML, 2014. \nM. Zinkevich, M. Weimer, A. Smola, and L. Li. Parallelized stochastic gradient descent. NIPS, 2010. ", + "bbox": [ + 173, + 742, + 826, + 922 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "", + "bbox": [ + 171, + 126, + 826, + 925 + ], + "page_idx": 10 + } +] \ No newline at end of file diff --git a/parse/train/SygvTcYee/SygvTcYee_middle.json b/parse/train/SygvTcYee/SygvTcYee_middle.json new file mode 100644 index 0000000000000000000000000000000000000000..084ca29b27493d46af46bd8a7374869d8efff130 --- /dev/null +++ b/parse/train/SygvTcYee/SygvTcYee_middle.json @@ -0,0 +1,37254 @@ +{ + "pdf_info": [ + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 78, + 504, + 136 + ], + "lines": [ + { + "bbox": [ + 105, + 78, + 506, + 97 + ], + "spans": [ + { + "bbox": [ + 105, + 78, + 506, + 97 + ], + "score": 1.0, + "content": "PARMAC: DISTRIBUTED OPTIMISATION OF NESTED", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 104, + 98, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 104, + 98, + 505, + 117 + ], + "score": 1.0, + "content": "FUNCTIONS, WITH APPLICATION TO LEARNING BI-", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 119, + 278, + 137 + ], + "spans": [ + { + "bbox": [ + 105, + 119, + 278, + 137 + ], + "score": 1.0, + "content": "NARY AUTOENCODERS", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 112, + 154, + 319, + 188 + ], + "lines": [ + { + "bbox": [ + 111, + 154, + 320, + 167 + ], + "spans": [ + { + "bbox": [ + 111, + 154, + 320, + 167 + ], + "score": 1.0, + "content": "Miguel A. Carreira-Perpi ´ n˜ an & Mehdi Alizadeh ´", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 112, + 165, + 276, + 178 + ], + "spans": [ + { + "bbox": [ + 112, + 165, + 276, + 178 + ], + "score": 1.0, + "content": "EECS, University of California, Merced", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 112, + 178, + 244, + 189 + ], + "spans": [ + { + "bbox": [ + 112, + 178, + 244, + 189 + ], + "score": 1.0, + "content": "http://eecs.ucmerced.edu", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + }, + { + "type": "title", + "bbox": [ + 278, + 217, + 332, + 229 + ], + "lines": [ + { + "bbox": [ + 276, + 217, + 334, + 230 + ], + "spans": [ + { + "bbox": [ + 276, + 217, + 334, + 230 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 143, + 243, + 468, + 474 + ], + "lines": [ + { + "bbox": [ + 142, + 244, + 469, + 255 + ], + "spans": [ + { + "bbox": [ + 142, + 244, + 469, + 255 + ], + "score": 1.0, + "content": "Many powerful machine learning models are based on the composition of mul-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 142, + 255, + 469, + 267 + ], + "spans": [ + { + "bbox": [ + 142, + 255, + 469, + 267 + ], + "score": 1.0, + "content": "tiple processing layers, such as deep nets, which gives rise to nonconvex objec-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 265, + 470, + 278 + ], + "spans": [ + { + "bbox": [ + 141, + 265, + 470, + 278 + ], + "score": 1.0, + "content": "tive functions. A general, recent approach to optimise such “nested” functions is", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 142, + 276, + 469, + 288 + ], + "spans": [ + { + "bbox": [ + 142, + 276, + 469, + 288 + ], + "score": 1.0, + "content": "the method of auxiliary coordinates (MAC). MAC introduces an auxiliary coordi-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 142, + 288, + 469, + 299 + ], + "spans": [ + { + "bbox": [ + 142, + 288, + 469, + 299 + ], + "score": 1.0, + "content": "nate for each data point in order to decouple the nested model into independent", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 142, + 298, + 469, + 310 + ], + "spans": [ + { + "bbox": [ + 142, + 298, + 469, + 310 + ], + "score": 1.0, + "content": "submodels. This decomposes the optimisation into steps that alternate between", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 309, + 470, + 321 + ], + "spans": [ + { + "bbox": [ + 141, + 309, + 470, + 321 + ], + "score": 1.0, + "content": "training single layers and updating the coordinates. It has the advantage that it", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 141, + 321, + 470, + 332 + ], + "spans": [ + { + "bbox": [ + 141, + 321, + 470, + 332 + ], + "score": 1.0, + "content": "reuses existing single-layer algorithms, introduces parallelism, and does not need", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 331, + 469, + 343 + ], + "spans": [ + { + "bbox": [ + 141, + 331, + 469, + 343 + ], + "score": 1.0, + "content": "to use chain-rule gradients, so it works with nondifferentiable layers. We describe", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 142, + 343, + 469, + 353 + ], + "spans": [ + { + "bbox": [ + 142, + 343, + 469, + 353 + ], + "score": 1.0, + "content": "ParMAC, a distributed-computation model for MAC. This trains on a dataset dis-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 142, + 353, + 469, + 364 + ], + "spans": [ + { + "bbox": [ + 142, + 353, + 469, + 364 + ], + "score": 1.0, + "content": "tributed across machines while limiting the amount of communication so it does", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 142, + 364, + 469, + 376 + ], + "spans": [ + { + "bbox": [ + 142, + 364, + 469, + 376 + ], + "score": 1.0, + "content": "not obliterate the benefit of parallelism. ParMAC works on a cluster of machines", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 142, + 375, + 470, + 388 + ], + "spans": [ + { + "bbox": [ + 142, + 375, + 470, + 388 + ], + "score": 1.0, + "content": "with a circular topology and alternates two steps until convergence: one step trains", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 141, + 386, + 470, + 398 + ], + "spans": [ + { + "bbox": [ + 141, + 386, + 470, + 398 + ], + "score": 1.0, + "content": "the submodels in parallel using stochastic updates, and the other trains the coor-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 142, + 397, + 470, + 409 + ], + "spans": [ + { + "bbox": [ + 142, + 397, + 470, + 409 + ], + "score": 1.0, + "content": "dinates in parallel. Only submodel parameters, no data or coordinates, are ever", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 141, + 408, + 469, + 420 + ], + "spans": [ + { + "bbox": [ + 141, + 408, + 469, + 420 + ], + "score": 1.0, + "content": "communicated between machines. ParMAC exhibits high parallelism, low com-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 141, + 419, + 469, + 431 + ], + "spans": [ + { + "bbox": [ + 141, + 419, + 469, + 431 + ], + "score": 1.0, + "content": "munication overhead, and facilitates data shuffling, load balancing, fault tolerance", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 142, + 430, + 469, + 442 + ], + "spans": [ + { + "bbox": [ + 142, + 430, + 469, + 442 + ], + "score": 1.0, + "content": "and streaming data processing. We study the convergence of ParMAC and its par-", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 142, + 441, + 469, + 452 + ], + "spans": [ + { + "bbox": [ + 142, + 441, + 469, + 452 + ], + "score": 1.0, + "content": "allel speedup, and implement ParMAC using MPI to learn binary autoencoders for", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 141, + 451, + 469, + 465 + ], + "spans": [ + { + "bbox": [ + 141, + 451, + 469, + 465 + ], + "score": 1.0, + "content": "fast image retrieval, achieving nearly perfect speedups in a 128-processor cluster", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 141, + 463, + 378, + 475 + ], + "spans": [ + { + "bbox": [ + 141, + 463, + 378, + 475 + ], + "score": 1.0, + "content": "with a training set of 100 million high-dimensional points.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 17 + }, + { + "type": "title", + "bbox": [ + 108, + 497, + 205, + 510 + ], + "lines": [ + { + "bbox": [ + 105, + 496, + 207, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 496, + 207, + 513 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 28 + }, + { + "type": "text", + "bbox": [ + 107, + 523, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 523, + 505, + 536 + ], + "spans": [ + { + "bbox": [ + 105, + 523, + 505, + 536 + ], + "score": 1.0, + "content": "Serial computing has reached a plateau and parallel, distributed architectures are becoming widely", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 534, + 505, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 534, + 505, + 547 + ], + "score": 1.0, + "content": "available, from machines with a few cores to cloud computing with 1000s of machines. The combi-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 545, + 505, + 558 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 505, + 558 + ], + "score": 1.0, + "content": "nation of powerful nested models with large datasets is a key ingredient to solve difficult problems in", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 104, + 555, + 505, + 570 + ], + "spans": [ + { + "bbox": [ + 104, + 555, + 505, + 570 + ], + "score": 1.0, + "content": "machine learning, computer vision and other areas, and it underlies recent successes in deep learning", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 566, + 506, + 581 + ], + "spans": [ + { + "bbox": [ + 105, + 566, + 506, + 581 + ], + "score": 1.0, + "content": "(Hinton et al., 2012; Le et al., 2012; Dean et al., 2012). Unfortunately, parallel computation is not", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 579, + 505, + 591 + ], + "spans": [ + { + "bbox": [ + 105, + 579, + 505, + 591 + ], + "score": 1.0, + "content": "easy, and many good serial algorithms do not parallelise well. The cost of communicating (through", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 587, + 506, + 604 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 506, + 604 + ], + "score": 1.0, + "content": "the memory hierarchy or a network) greatly exceeds the cost of computing, both in time and energy,", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 600, + 506, + 613 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 506, + 613 + ], + "score": 1.0, + "content": "and will continue to do so for the foreseeable future. Thus, good parallel algorithms must minimise", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 611, + 504, + 624 + ], + "spans": [ + { + "bbox": [ + 105, + 611, + 504, + 624 + ], + "score": 1.0, + "content": "communication and maximise computation per machine, while creating sufficiently many subprob-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 622, + 505, + 634 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 505, + 634 + ], + "score": 1.0, + "content": "lems (ideally independent) to benefit from as many machines as possible. The load (in runtime) on", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 634, + 504, + 645 + ], + "spans": [ + { + "bbox": [ + 106, + 634, + 504, + 645 + ], + "score": 1.0, + "content": "each machine should be approximately equal. Faults become more frequent as the number of ma-", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 644, + 505, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 505, + 657 + ], + "score": 1.0, + "content": "chines increases, particularly if they are inexpensive machines. Machines may be heterogeneous and", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 655, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 390, + 668 + ], + "score": 1.0, + "content": "differ in CPU and memory; this is the case with initiatives such as SETI", + "type": "text" + }, + { + "bbox": [ + 391, + 655, + 399, + 665 + ], + "score": 0.28, + "content": "@", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 655, + 506, + 668 + ], + "score": 1.0, + "content": "home, which may become", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "an important source of distributed computation in the future. Big data applications have additional", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 677, + 504, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 504, + 689 + ], + "score": 1.0, + "content": "restrictions. The size of the data means it cannot be stored on a single machine, so distributed-", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "memory architectures are necessary. Sending data between machines is prohibitive because of the", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 698, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 698, + 505, + 711 + ], + "score": 1.0, + "content": "size of the data and the high communication costs. In some applications, more data is collected", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 711, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 711, + 505, + 722 + ], + "score": 1.0, + "content": "than can be stored, so data must be regularly discarded. In others, such as sensor networks, limited", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 721, + 425, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 425, + 734 + ], + "score": 1.0, + "content": "battery life and computational power imply that data must be processed locally.", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 38 + } + ], + "page_idx": 0, + "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 2017", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 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, + 78, + 504, + 136 + ], + "lines": [ + { + "bbox": [ + 105, + 78, + 506, + 97 + ], + "spans": [ + { + "bbox": [ + 105, + 78, + 506, + 97 + ], + "score": 1.0, + "content": "PARMAC: DISTRIBUTED OPTIMISATION OF NESTED", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 104, + 98, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 104, + 98, + 505, + 117 + ], + "score": 1.0, + "content": "FUNCTIONS, WITH APPLICATION TO LEARNING BI-", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 119, + 278, + 137 + ], + "spans": [ + { + "bbox": [ + 105, + 119, + 278, + 137 + ], + "score": 1.0, + "content": "NARY AUTOENCODERS", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 112, + 154, + 319, + 188 + ], + "lines": [ + { + "bbox": [ + 111, + 154, + 320, + 167 + ], + "spans": [ + { + "bbox": [ + 111, + 154, + 320, + 167 + ], + "score": 1.0, + "content": "Miguel A. Carreira-Perpi ´ n˜ an & Mehdi Alizadeh ´", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 112, + 165, + 276, + 178 + ], + "spans": [ + { + "bbox": [ + 112, + 165, + 276, + 178 + ], + "score": 1.0, + "content": "EECS, University of California, Merced", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 112, + 178, + 244, + 189 + ], + "spans": [ + { + "bbox": [ + 112, + 178, + 244, + 189 + ], + "score": 1.0, + "content": "http://eecs.ucmerced.edu", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4, + "bbox_fs": [ + 111, + 154, + 320, + 189 + ] + }, + { + "type": "title", + "bbox": [ + 278, + 217, + 332, + 229 + ], + "lines": [ + { + "bbox": [ + 276, + 217, + 334, + 230 + ], + "spans": [ + { + "bbox": [ + 276, + 217, + 334, + 230 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 143, + 243, + 468, + 474 + ], + "lines": [ + { + "bbox": [ + 142, + 244, + 469, + 255 + ], + "spans": [ + { + "bbox": [ + 142, + 244, + 469, + 255 + ], + "score": 1.0, + "content": "Many powerful machine learning models are based on the composition of mul-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 142, + 255, + 469, + 267 + ], + "spans": [ + { + "bbox": [ + 142, + 255, + 469, + 267 + ], + "score": 1.0, + "content": "tiple processing layers, such as deep nets, which gives rise to nonconvex objec-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 265, + 470, + 278 + ], + "spans": [ + { + "bbox": [ + 141, + 265, + 470, + 278 + ], + "score": 1.0, + "content": "tive functions. A general, recent approach to optimise such “nested” functions is", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 142, + 276, + 469, + 288 + ], + "spans": [ + { + "bbox": [ + 142, + 276, + 469, + 288 + ], + "score": 1.0, + "content": "the method of auxiliary coordinates (MAC). MAC introduces an auxiliary coordi-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 142, + 288, + 469, + 299 + ], + "spans": [ + { + "bbox": [ + 142, + 288, + 469, + 299 + ], + "score": 1.0, + "content": "nate for each data point in order to decouple the nested model into independent", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 142, + 298, + 469, + 310 + ], + "spans": [ + { + "bbox": [ + 142, + 298, + 469, + 310 + ], + "score": 1.0, + "content": "submodels. This decomposes the optimisation into steps that alternate between", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 309, + 470, + 321 + ], + "spans": [ + { + "bbox": [ + 141, + 309, + 470, + 321 + ], + "score": 1.0, + "content": "training single layers and updating the coordinates. It has the advantage that it", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 141, + 321, + 470, + 332 + ], + "spans": [ + { + "bbox": [ + 141, + 321, + 470, + 332 + ], + "score": 1.0, + "content": "reuses existing single-layer algorithms, introduces parallelism, and does not need", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 331, + 469, + 343 + ], + "spans": [ + { + "bbox": [ + 141, + 331, + 469, + 343 + ], + "score": 1.0, + "content": "to use chain-rule gradients, so it works with nondifferentiable layers. We describe", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 142, + 343, + 469, + 353 + ], + "spans": [ + { + "bbox": [ + 142, + 343, + 469, + 353 + ], + "score": 1.0, + "content": "ParMAC, a distributed-computation model for MAC. This trains on a dataset dis-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 142, + 353, + 469, + 364 + ], + "spans": [ + { + "bbox": [ + 142, + 353, + 469, + 364 + ], + "score": 1.0, + "content": "tributed across machines while limiting the amount of communication so it does", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 142, + 364, + 469, + 376 + ], + "spans": [ + { + "bbox": [ + 142, + 364, + 469, + 376 + ], + "score": 1.0, + "content": "not obliterate the benefit of parallelism. ParMAC works on a cluster of machines", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 142, + 375, + 470, + 388 + ], + "spans": [ + { + "bbox": [ + 142, + 375, + 470, + 388 + ], + "score": 1.0, + "content": "with a circular topology and alternates two steps until convergence: one step trains", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 141, + 386, + 470, + 398 + ], + "spans": [ + { + "bbox": [ + 141, + 386, + 470, + 398 + ], + "score": 1.0, + "content": "the submodels in parallel using stochastic updates, and the other trains the coor-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 142, + 397, + 470, + 409 + ], + "spans": [ + { + "bbox": [ + 142, + 397, + 470, + 409 + ], + "score": 1.0, + "content": "dinates in parallel. Only submodel parameters, no data or coordinates, are ever", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 141, + 408, + 469, + 420 + ], + "spans": [ + { + "bbox": [ + 141, + 408, + 469, + 420 + ], + "score": 1.0, + "content": "communicated between machines. ParMAC exhibits high parallelism, low com-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 141, + 419, + 469, + 431 + ], + "spans": [ + { + "bbox": [ + 141, + 419, + 469, + 431 + ], + "score": 1.0, + "content": "munication overhead, and facilitates data shuffling, load balancing, fault tolerance", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 142, + 430, + 469, + 442 + ], + "spans": [ + { + "bbox": [ + 142, + 430, + 469, + 442 + ], + "score": 1.0, + "content": "and streaming data processing. We study the convergence of ParMAC and its par-", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 142, + 441, + 469, + 452 + ], + "spans": [ + { + "bbox": [ + 142, + 441, + 469, + 452 + ], + "score": 1.0, + "content": "allel speedup, and implement ParMAC using MPI to learn binary autoencoders for", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 141, + 451, + 469, + 465 + ], + "spans": [ + { + "bbox": [ + 141, + 451, + 469, + 465 + ], + "score": 1.0, + "content": "fast image retrieval, achieving nearly perfect speedups in a 128-processor cluster", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 141, + 463, + 378, + 475 + ], + "spans": [ + { + "bbox": [ + 141, + 463, + 378, + 475 + ], + "score": 1.0, + "content": "with a training set of 100 million high-dimensional points.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 17, + "bbox_fs": [ + 141, + 244, + 470, + 475 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 497, + 205, + 510 + ], + "lines": [ + { + "bbox": [ + 105, + 496, + 207, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 496, + 207, + 513 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 28 + }, + { + "type": "text", + "bbox": [ + 107, + 523, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 523, + 505, + 536 + ], + "spans": [ + { + "bbox": [ + 105, + 523, + 505, + 536 + ], + "score": 1.0, + "content": "Serial computing has reached a plateau and parallel, distributed architectures are becoming widely", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 534, + 505, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 534, + 505, + 547 + ], + "score": 1.0, + "content": "available, from machines with a few cores to cloud computing with 1000s of machines. The combi-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 545, + 505, + 558 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 505, + 558 + ], + "score": 1.0, + "content": "nation of powerful nested models with large datasets is a key ingredient to solve difficult problems in", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 104, + 555, + 505, + 570 + ], + "spans": [ + { + "bbox": [ + 104, + 555, + 505, + 570 + ], + "score": 1.0, + "content": "machine learning, computer vision and other areas, and it underlies recent successes in deep learning", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 566, + 506, + 581 + ], + "spans": [ + { + "bbox": [ + 105, + 566, + 506, + 581 + ], + "score": 1.0, + "content": "(Hinton et al., 2012; Le et al., 2012; Dean et al., 2012). Unfortunately, parallel computation is not", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 579, + 505, + 591 + ], + "spans": [ + { + "bbox": [ + 105, + 579, + 505, + 591 + ], + "score": 1.0, + "content": "easy, and many good serial algorithms do not parallelise well. The cost of communicating (through", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 587, + 506, + 604 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 506, + 604 + ], + "score": 1.0, + "content": "the memory hierarchy or a network) greatly exceeds the cost of computing, both in time and energy,", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 600, + 506, + 613 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 506, + 613 + ], + "score": 1.0, + "content": "and will continue to do so for the foreseeable future. Thus, good parallel algorithms must minimise", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 611, + 504, + 624 + ], + "spans": [ + { + "bbox": [ + 105, + 611, + 504, + 624 + ], + "score": 1.0, + "content": "communication and maximise computation per machine, while creating sufficiently many subprob-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 622, + 505, + 634 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 505, + 634 + ], + "score": 1.0, + "content": "lems (ideally independent) to benefit from as many machines as possible. The load (in runtime) on", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 634, + 504, + 645 + ], + "spans": [ + { + "bbox": [ + 106, + 634, + 504, + 645 + ], + "score": 1.0, + "content": "each machine should be approximately equal. Faults become more frequent as the number of ma-", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 644, + 505, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 505, + 657 + ], + "score": 1.0, + "content": "chines increases, particularly if they are inexpensive machines. Machines may be heterogeneous and", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 655, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 390, + 668 + ], + "score": 1.0, + "content": "differ in CPU and memory; this is the case with initiatives such as SETI", + "type": "text" + }, + { + "bbox": [ + 391, + 655, + 399, + 665 + ], + "score": 0.28, + "content": "@", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 655, + 506, + 668 + ], + "score": 1.0, + "content": "home, which may become", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "an important source of distributed computation in the future. Big data applications have additional", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 677, + 504, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 504, + 689 + ], + "score": 1.0, + "content": "restrictions. The size of the data means it cannot be stored on a single machine, so distributed-", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "memory architectures are necessary. Sending data between machines is prohibitive because of the", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 698, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 698, + 505, + 711 + ], + "score": 1.0, + "content": "size of the data and the high communication costs. In some applications, more data is collected", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 711, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 711, + 505, + 722 + ], + "score": 1.0, + "content": "than can be stored, so data must be regularly discarded. In others, such as sensor networks, limited", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 721, + 425, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 425, + 734 + ], + "score": 1.0, + "content": "battery life and computational power imply that data must be processed locally.", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 38, + "bbox_fs": [ + 104, + 523, + 506, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 192 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 357, + 95 + ], + "score": 1.0, + "content": "In this paper, we focus on machine learning models of the form", + "type": "text" + }, + { + "bbox": [ + 358, + 82, + 484, + 95 + ], + "score": 0.91, + "content": "\\mathbf { y } = \\mathbf { F } _ { K + 1 } ( \\ldots \\mathbf { F } _ { 2 } ( \\mathbf { F } _ { 1 } ( \\mathbf { x } ) ) \\ldots )", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 82, + 505, + 95 + ], + "score": 1.0, + "content": ", i.e.,", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 288, + 106 + ], + "score": 1.0, + "content": "consisting of a nested mapping from the input", + "type": "text" + }, + { + "bbox": [ + 288, + 96, + 295, + 104 + ], + "score": 0.29, + "content": "\\mathbf { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "to the output y. Such nested models involve multiple", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 104, + 104, + 505, + 118 + ], + "spans": [ + { + "bbox": [ + 104, + 104, + 505, + 118 + ], + "score": 1.0, + "content": "parameterised layers of processing and include deep neural nets, cascades for object recognition in", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 129 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 505, + 129 + ], + "score": 1.0, + "content": "computer vision or for phoneme classification in speech processing, wrapper approaches to classifi-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 506, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 506, + 140 + ], + "score": 1.0, + "content": "cation or regression, and various combinations of feature extraction/learning and preprocessing prior", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 136, + 506, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 136, + 506, + 150 + ], + "score": 1.0, + "content": "to some learning task. Nested and hierarchical models are ubiquitous in machine learning because", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 149, + 506, + 162 + ], + "spans": [ + { + "bbox": [ + 106, + 149, + 506, + 162 + ], + "score": 1.0, + "content": "they provide a way to construct complex models by the composition of simple layers. However,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 159, + 505, + 172 + ], + "spans": [ + { + "bbox": [ + 106, + 159, + 505, + 172 + ], + "score": 1.0, + "content": "training nested models is difficult even in the serial case because function composition produces", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 170, + 506, + 183 + ], + "spans": [ + { + "bbox": [ + 106, + 170, + 506, + 183 + ], + "score": 1.0, + "content": "inherently nonconvex functions, which makes gradient-based optimisation difficult and slow, and", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 181, + 366, + 194 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 366, + 194 + ], + "score": 1.0, + "content": "sometimes inapplicable (e.g. with nonsmooth or discrete layers).", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 4.5 + }, + { + "type": "text", + "bbox": [ + 107, + 198, + 505, + 362 + ], + "lines": [ + { + "bbox": [ + 106, + 198, + 505, + 211 + ], + "spans": [ + { + "bbox": [ + 106, + 198, + 505, + 211 + ], + "score": 1.0, + "content": "Our starting point is a recently proposed technique to train nested models, the method of auxiliary", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 209, + 506, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 506, + 222 + ], + "score": 1.0, + "content": "coordinates (MAC) (Carreira-Perpi ˜n´an and Wang, 2012; 2014). This reformulates the optimisation", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 218, + 506, + 234 + ], + "spans": [ + { + "bbox": [ + 105, + 218, + 506, + 234 + ], + "score": 1.0, + "content": "into an iterative procedure that alternates training submodels independently with coordinating", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 230, + 506, + 245 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 506, + 245 + ], + "score": 1.0, + "content": "them. It introduces significant model and data parallelism, can often train the submodels using", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 242, + 506, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 242, + 506, + 255 + ], + "score": 1.0, + "content": "existing algorithms, and has convergence guarantees with differentiable functions to a local", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 252, + 506, + 266 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 506, + 266 + ], + "score": 1.0, + "content": "stationary point, while it also applies with nondifferentiable or even discrete layers. MAC has been", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 263, + 505, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 263, + 505, + 277 + ], + "score": 1.0, + "content": "applied to various nested models (Carreira-Perpi ˜n´an and Wang, 2014; Wang and Carreira-Perpi ˜n´an,", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 273, + 505, + 288 + ], + "spans": [ + { + "bbox": [ + 105, + 273, + 505, + 288 + ], + "score": 1.0, + "content": "2014; Carreira-Perpi ˜n´an and Raziperchikolaei, 2015; Raziperchikolaei and Carreira-Perpi ˜n´an,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 285, + 506, + 299 + ], + "spans": [ + { + "bbox": [ + 105, + 285, + 506, + 299 + ], + "score": 1.0, + "content": "2016; Carreira-Perpi ˜n´an and Vladymyrov, 2015). However, the original papers proposing MAC", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 297, + 506, + 309 + ], + "spans": [ + { + "bbox": [ + 105, + 297, + 506, + 309 + ], + "score": 1.0, + "content": "(Carreira-Perpi ˜n´an and Wang, 2012; 2014) did not address how to run MAC on a distributed", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 308, + 505, + 320 + ], + "spans": [ + { + "bbox": [ + 105, + 308, + 505, + 320 + ], + "score": 1.0, + "content": "computing architecture, where communication between machines is far costlier than computation.", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 318, + 506, + 332 + ], + "spans": [ + { + "bbox": [ + 105, + 318, + 506, + 332 + ], + "score": 1.0, + "content": "This paper proposes ParMAC, a parallel, distributed framework to learn nested models using MAC,", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 329, + 505, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 329, + 505, + 343 + ], + "score": 1.0, + "content": "analyses its parallel speedup and convergence, implements it in MPI for the problem of learning", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 340, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 505, + 353 + ], + "score": 1.0, + "content": "binary autoencoders, and demonstrates its ability to train on large datasets and achieve large", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 352, + 241, + 364 + ], + "spans": [ + { + "bbox": [ + 105, + 352, + 241, + 364 + ], + "score": 1.0, + "content": "speedups on a distributed cluster.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 107, + 374, + 505, + 517 + ], + "lines": [ + { + "bbox": [ + 105, + 373, + 505, + 387 + ], + "spans": [ + { + "bbox": [ + 105, + 373, + 505, + 387 + ], + "score": 1.0, + "content": "Related work Distributed optimisation and large-scale machine learning have been steadily gain-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 385, + 505, + 398 + ], + "spans": [ + { + "bbox": [ + 105, + 385, + 505, + 398 + ], + "score": 1.0, + "content": "ing interest in recent years, with the development of parallel computation abstractions tailored", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 396, + 505, + 409 + ], + "spans": [ + { + "bbox": [ + 105, + 396, + 505, + 409 + ], + "score": 1.0, + "content": "to machine learning, such as Spark (Zaharia et al., 2010), GraphLab (Low et al., 2012), Petuum", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 407, + 504, + 420 + ], + "spans": [ + { + "bbox": [ + 105, + 407, + 504, + 420 + ], + "score": 1.0, + "content": "(Xing et al., 2015) or TensorFlow (Abadi et al., 2015), which have the goal of making cloud com-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 418, + 505, + 431 + ], + "spans": [ + { + "bbox": [ + 105, + 418, + 505, + 431 + ], + "score": 1.0, + "content": "puting easily available to train machine learning models. Most work has centred on convex optimi-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 429, + 506, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 429, + 506, + 441 + ], + "score": 1.0, + "content": "sation, particularly when the objective function has the form of empirical risk minimisation (data", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 440, + 506, + 453 + ], + "spans": [ + { + "bbox": [ + 105, + 440, + 506, + 453 + ], + "score": 1.0, + "content": "fitting term plus regulariser) (Cevher et al., 2014). This includes many important models in machine", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 450, + 505, + 465 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 505, + 465 + ], + "score": 1.0, + "content": "learning, such as linear regression, LASSO, logistic regression or SVMs. Such work is typically", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 461, + 506, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 506, + 476 + ], + "score": 1.0, + "content": "based on stochastic gradient descent (SGD) (Bottou, 2010), coordinate descent (CD) (Wright, 2016)", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 473, + 505, + 485 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 505, + 485 + ], + "score": 1.0, + "content": "or the alternating direction method of multipliers (ADMM) (Boyd et al., 2011). This has resulted in", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 484, + 506, + 497 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 506, + 497 + ], + "score": 1.0, + "content": "several variations of parallel SGD (Bertsekas, 2011; Zinkevich et al., 2010; Niu et al., 2011), paral-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 494, + 506, + 507 + ], + "spans": [ + { + "bbox": [ + 105, + 494, + 506, + 507 + ], + "score": 1.0, + "content": "lel CD (Bradley et al., 2011; Richt´arik and Tak´aˇc, 2013; Liu and Wright, 2015) and parallel ADMM", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 506, + 369, + 519 + ], + "spans": [ + { + "bbox": [ + 106, + 506, + 369, + 519 + ], + "score": 1.0, + "content": "(Boyd et al., 2011; Ouyang et al., 2013; Zhang and Kwok, 2014).", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 106, + 523, + 505, + 643 + ], + "lines": [ + { + "bbox": [ + 105, + 522, + 505, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 505, + 535 + ], + "score": 1.0, + "content": "Little work has addressed nonconvex models. Most of it has focused on deep nets (Dean et al.,", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 533, + 505, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 505, + 546 + ], + "score": 1.0, + "content": "2012; Le et al., 2012). Google’s DistBelief (Dean et al., 2012) uses asynchronous parallel SGD", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 544, + 505, + 557 + ], + "spans": [ + { + "bbox": [ + 106, + 544, + 505, + 557 + ], + "score": 1.0, + "content": "(with gradients for the full model computed with backpropagation) to achieve data parallelism, and", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 556, + 504, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 556, + 504, + 568 + ], + "score": 1.0, + "content": "some form of model parallelism. The latter is achieved by carefully partitioning the neural net into", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 104, + 565, + 506, + 579 + ], + "spans": [ + { + "bbox": [ + 104, + 565, + 506, + 579 + ], + "score": 1.0, + "content": "pieces and allocating them to machines to compute gradients. This is difficult to do and requires a", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 577, + 505, + 591 + ], + "spans": [ + { + "bbox": [ + 105, + 577, + 505, + 591 + ], + "score": 1.0, + "content": "careful match of the neural net structure (number of layers and hidden units, connectivity, etc.) to the", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 588, + 506, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 506, + 601 + ], + "score": 1.0, + "content": "target hardware. Also, parallel SGD can diverge with nonconvex models, which requires heuristics", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 600, + 504, + 612 + ], + "spans": [ + { + "bbox": [ + 106, + 600, + 504, + 612 + ], + "score": 1.0, + "content": "to make sure we average replica models that are close in parameter space and thus associated with", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 610, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 505, + 623 + ], + "score": 1.0, + "content": "the same optimum. Although this has managed to train huge nets on huge datasets by using tens", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 622, + 505, + 634 + ], + "spans": [ + { + "bbox": [ + 106, + 622, + 505, + 634 + ], + "score": 1.0, + "content": "of thousands of CPU cores, the speedups achieved were very modest. Other work has used similar", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 632, + 366, + 645 + ], + "spans": [ + { + "bbox": [ + 106, + 632, + 366, + 645 + ], + "score": 1.0, + "content": "techniques but for GPUs (Coates et al., 2013; Seide et al., 2014).", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 43 + }, + { + "type": "text", + "bbox": [ + 107, + 649, + 504, + 693 + ], + "lines": [ + { + "bbox": [ + 105, + 648, + 506, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 506, + 662 + ], + "score": 1.0, + "content": "Finally, there also exist specific approximation techniques for certain types of large-scale ma-", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 660, + 506, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 506, + 673 + ], + "score": 1.0, + "content": "chine learning problems, such as spectral problems, using the Nystr ¨om formula or other landmark-", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 671, + 506, + 684 + ], + "spans": [ + { + "bbox": [ + 105, + 671, + 506, + 684 + ], + "score": 1.0, + "content": "based methods (Williams and Seeger, 2001; Bengio et al., 2004; Drineas and Mahoney, 2005;", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 682, + 397, + 695 + ], + "spans": [ + { + "bbox": [ + 105, + 682, + 397, + 695 + ], + "score": 1.0, + "content": "Talwalkar et al., 2008; Vladymyrov and Carreira-Perpi ˜n´an, 2013; 2016).", + "type": "text" + } + ], + "index": 52 + } + ], + "index": 50.5 + }, + { + "type": "text", + "bbox": [ + 107, + 699, + 504, + 743 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "ParMAC is specifically designed for nested models, which are typically nonconvex and include deep", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "nets and many other models, some of which have nondifferentiable layers. As we describe below,", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 105, + 720, + 506, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 506, + 734 + ], + "score": 1.0, + "content": "ParMAC has the advantages of being simple and relatively independent of the target hardware, while", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 105, + 731, + 210, + 745 + ], + "spans": [ + { + "bbox": [ + 105, + 731, + 210, + 745 + ], + "score": 1.0, + "content": "achieving high speedups.", + "type": "text" + } + ], + "index": 56 + } + ], + "index": 54.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, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 301, + 750, + 310, + 763 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 310, + 763 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 13, + "width": 9 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 192 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 357, + 95 + ], + "score": 1.0, + "content": "In this paper, we focus on machine learning models of the form", + "type": "text" + }, + { + "bbox": [ + 358, + 82, + 484, + 95 + ], + "score": 0.91, + "content": "\\mathbf { y } = \\mathbf { F } _ { K + 1 } ( \\ldots \\mathbf { F } _ { 2 } ( \\mathbf { F } _ { 1 } ( \\mathbf { x } ) ) \\ldots )", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 82, + 505, + 95 + ], + "score": 1.0, + "content": ", i.e.,", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 288, + 106 + ], + "score": 1.0, + "content": "consisting of a nested mapping from the input", + "type": "text" + }, + { + "bbox": [ + 288, + 96, + 295, + 104 + ], + "score": 0.29, + "content": "\\mathbf { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "to the output y. Such nested models involve multiple", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 104, + 104, + 505, + 118 + ], + "spans": [ + { + "bbox": [ + 104, + 104, + 505, + 118 + ], + "score": 1.0, + "content": "parameterised layers of processing and include deep neural nets, cascades for object recognition in", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 129 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 505, + 129 + ], + "score": 1.0, + "content": "computer vision or for phoneme classification in speech processing, wrapper approaches to classifi-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 506, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 506, + 140 + ], + "score": 1.0, + "content": "cation or regression, and various combinations of feature extraction/learning and preprocessing prior", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 136, + 506, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 136, + 506, + 150 + ], + "score": 1.0, + "content": "to some learning task. Nested and hierarchical models are ubiquitous in machine learning because", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 149, + 506, + 162 + ], + "spans": [ + { + "bbox": [ + 106, + 149, + 506, + 162 + ], + "score": 1.0, + "content": "they provide a way to construct complex models by the composition of simple layers. However,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 159, + 505, + 172 + ], + "spans": [ + { + "bbox": [ + 106, + 159, + 505, + 172 + ], + "score": 1.0, + "content": "training nested models is difficult even in the serial case because function composition produces", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 170, + 506, + 183 + ], + "spans": [ + { + "bbox": [ + 106, + 170, + 506, + 183 + ], + "score": 1.0, + "content": "inherently nonconvex functions, which makes gradient-based optimisation difficult and slow, and", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 181, + 366, + 194 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 366, + 194 + ], + "score": 1.0, + "content": "sometimes inapplicable (e.g. with nonsmooth or discrete layers).", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 4.5, + "bbox_fs": [ + 104, + 82, + 506, + 194 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 198, + 505, + 362 + ], + "lines": [ + { + "bbox": [ + 106, + 198, + 505, + 211 + ], + "spans": [ + { + "bbox": [ + 106, + 198, + 505, + 211 + ], + "score": 1.0, + "content": "Our starting point is a recently proposed technique to train nested models, the method of auxiliary", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 209, + 506, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 506, + 222 + ], + "score": 1.0, + "content": "coordinates (MAC) (Carreira-Perpi ˜n´an and Wang, 2012; 2014). This reformulates the optimisation", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 218, + 506, + 234 + ], + "spans": [ + { + "bbox": [ + 105, + 218, + 506, + 234 + ], + "score": 1.0, + "content": "into an iterative procedure that alternates training submodels independently with coordinating", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 230, + 506, + 245 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 506, + 245 + ], + "score": 1.0, + "content": "them. It introduces significant model and data parallelism, can often train the submodels using", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 242, + 506, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 242, + 506, + 255 + ], + "score": 1.0, + "content": "existing algorithms, and has convergence guarantees with differentiable functions to a local", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 252, + 506, + 266 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 506, + 266 + ], + "score": 1.0, + "content": "stationary point, while it also applies with nondifferentiable or even discrete layers. MAC has been", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 263, + 505, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 263, + 505, + 277 + ], + "score": 1.0, + "content": "applied to various nested models (Carreira-Perpi ˜n´an and Wang, 2014; Wang and Carreira-Perpi ˜n´an,", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 273, + 505, + 288 + ], + "spans": [ + { + "bbox": [ + 105, + 273, + 505, + 288 + ], + "score": 1.0, + "content": "2014; Carreira-Perpi ˜n´an and Raziperchikolaei, 2015; Raziperchikolaei and Carreira-Perpi ˜n´an,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 285, + 506, + 299 + ], + "spans": [ + { + "bbox": [ + 105, + 285, + 506, + 299 + ], + "score": 1.0, + "content": "2016; Carreira-Perpi ˜n´an and Vladymyrov, 2015). However, the original papers proposing MAC", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 297, + 506, + 309 + ], + "spans": [ + { + "bbox": [ + 105, + 297, + 506, + 309 + ], + "score": 1.0, + "content": "(Carreira-Perpi ˜n´an and Wang, 2012; 2014) did not address how to run MAC on a distributed", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 308, + 505, + 320 + ], + "spans": [ + { + "bbox": [ + 105, + 308, + 505, + 320 + ], + "score": 1.0, + "content": "computing architecture, where communication between machines is far costlier than computation.", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 318, + 506, + 332 + ], + "spans": [ + { + "bbox": [ + 105, + 318, + 506, + 332 + ], + "score": 1.0, + "content": "This paper proposes ParMAC, a parallel, distributed framework to learn nested models using MAC,", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 329, + 505, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 329, + 505, + 343 + ], + "score": 1.0, + "content": "analyses its parallel speedup and convergence, implements it in MPI for the problem of learning", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 340, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 505, + 353 + ], + "score": 1.0, + "content": "binary autoencoders, and demonstrates its ability to train on large datasets and achieve large", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 352, + 241, + 364 + ], + "spans": [ + { + "bbox": [ + 105, + 352, + 241, + 364 + ], + "score": 1.0, + "content": "speedups on a distributed cluster.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 17, + "bbox_fs": [ + 105, + 198, + 506, + 364 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 374, + 505, + 517 + ], + "lines": [ + { + "bbox": [ + 105, + 373, + 505, + 387 + ], + "spans": [ + { + "bbox": [ + 105, + 373, + 505, + 387 + ], + "score": 1.0, + "content": "Related work Distributed optimisation and large-scale machine learning have been steadily gain-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 385, + 505, + 398 + ], + "spans": [ + { + "bbox": [ + 105, + 385, + 505, + 398 + ], + "score": 1.0, + "content": "ing interest in recent years, with the development of parallel computation abstractions tailored", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 396, + 505, + 409 + ], + "spans": [ + { + "bbox": [ + 105, + 396, + 505, + 409 + ], + "score": 1.0, + "content": "to machine learning, such as Spark (Zaharia et al., 2010), GraphLab (Low et al., 2012), Petuum", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 407, + 504, + 420 + ], + "spans": [ + { + "bbox": [ + 105, + 407, + 504, + 420 + ], + "score": 1.0, + "content": "(Xing et al., 2015) or TensorFlow (Abadi et al., 2015), which have the goal of making cloud com-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 418, + 505, + 431 + ], + "spans": [ + { + "bbox": [ + 105, + 418, + 505, + 431 + ], + "score": 1.0, + "content": "puting easily available to train machine learning models. Most work has centred on convex optimi-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 429, + 506, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 429, + 506, + 441 + ], + "score": 1.0, + "content": "sation, particularly when the objective function has the form of empirical risk minimisation (data", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 440, + 506, + 453 + ], + "spans": [ + { + "bbox": [ + 105, + 440, + 506, + 453 + ], + "score": 1.0, + "content": "fitting term plus regulariser) (Cevher et al., 2014). This includes many important models in machine", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 450, + 505, + 465 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 505, + 465 + ], + "score": 1.0, + "content": "learning, such as linear regression, LASSO, logistic regression or SVMs. Such work is typically", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 461, + 506, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 506, + 476 + ], + "score": 1.0, + "content": "based on stochastic gradient descent (SGD) (Bottou, 2010), coordinate descent (CD) (Wright, 2016)", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 473, + 505, + 485 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 505, + 485 + ], + "score": 1.0, + "content": "or the alternating direction method of multipliers (ADMM) (Boyd et al., 2011). This has resulted in", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 484, + 506, + 497 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 506, + 497 + ], + "score": 1.0, + "content": "several variations of parallel SGD (Bertsekas, 2011; Zinkevich et al., 2010; Niu et al., 2011), paral-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 494, + 506, + 507 + ], + "spans": [ + { + "bbox": [ + 105, + 494, + 506, + 507 + ], + "score": 1.0, + "content": "lel CD (Bradley et al., 2011; Richt´arik and Tak´aˇc, 2013; Liu and Wright, 2015) and parallel ADMM", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 506, + 369, + 519 + ], + "spans": [ + { + "bbox": [ + 106, + 506, + 369, + 519 + ], + "score": 1.0, + "content": "(Boyd et al., 2011; Ouyang et al., 2013; Zhang and Kwok, 2014).", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 31, + "bbox_fs": [ + 105, + 373, + 506, + 519 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 523, + 505, + 643 + ], + "lines": [ + { + "bbox": [ + 105, + 522, + 505, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 505, + 535 + ], + "score": 1.0, + "content": "Little work has addressed nonconvex models. Most of it has focused on deep nets (Dean et al.,", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 533, + 505, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 505, + 546 + ], + "score": 1.0, + "content": "2012; Le et al., 2012). Google’s DistBelief (Dean et al., 2012) uses asynchronous parallel SGD", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 544, + 505, + 557 + ], + "spans": [ + { + "bbox": [ + 106, + 544, + 505, + 557 + ], + "score": 1.0, + "content": "(with gradients for the full model computed with backpropagation) to achieve data parallelism, and", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 556, + 504, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 556, + 504, + 568 + ], + "score": 1.0, + "content": "some form of model parallelism. The latter is achieved by carefully partitioning the neural net into", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 104, + 565, + 506, + 579 + ], + "spans": [ + { + "bbox": [ + 104, + 565, + 506, + 579 + ], + "score": 1.0, + "content": "pieces and allocating them to machines to compute gradients. This is difficult to do and requires a", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 577, + 505, + 591 + ], + "spans": [ + { + "bbox": [ + 105, + 577, + 505, + 591 + ], + "score": 1.0, + "content": "careful match of the neural net structure (number of layers and hidden units, connectivity, etc.) to the", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 588, + 506, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 506, + 601 + ], + "score": 1.0, + "content": "target hardware. Also, parallel SGD can diverge with nonconvex models, which requires heuristics", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 600, + 504, + 612 + ], + "spans": [ + { + "bbox": [ + 106, + 600, + 504, + 612 + ], + "score": 1.0, + "content": "to make sure we average replica models that are close in parameter space and thus associated with", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 610, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 505, + 623 + ], + "score": 1.0, + "content": "the same optimum. Although this has managed to train huge nets on huge datasets by using tens", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 622, + 505, + 634 + ], + "spans": [ + { + "bbox": [ + 106, + 622, + 505, + 634 + ], + "score": 1.0, + "content": "of thousands of CPU cores, the speedups achieved were very modest. Other work has used similar", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 632, + 366, + 645 + ], + "spans": [ + { + "bbox": [ + 106, + 632, + 366, + 645 + ], + "score": 1.0, + "content": "techniques but for GPUs (Coates et al., 2013; Seide et al., 2014).", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 43, + "bbox_fs": [ + 104, + 522, + 506, + 645 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 649, + 504, + 693 + ], + "lines": [ + { + "bbox": [ + 105, + 648, + 506, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 506, + 662 + ], + "score": 1.0, + "content": "Finally, there also exist specific approximation techniques for certain types of large-scale ma-", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 660, + 506, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 506, + 673 + ], + "score": 1.0, + "content": "chine learning problems, such as spectral problems, using the Nystr ¨om formula or other landmark-", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 671, + 506, + 684 + ], + "spans": [ + { + "bbox": [ + 105, + 671, + 506, + 684 + ], + "score": 1.0, + "content": "based methods (Williams and Seeger, 2001; Bengio et al., 2004; Drineas and Mahoney, 2005;", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 682, + 397, + 695 + ], + "spans": [ + { + "bbox": [ + 105, + 682, + 397, + 695 + ], + "score": 1.0, + "content": "Talwalkar et al., 2008; Vladymyrov and Carreira-Perpi ˜n´an, 2013; 2016).", + "type": "text" + } + ], + "index": 52 + } + ], + "index": 50.5, + "bbox_fs": [ + 105, + 648, + 506, + 695 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 699, + 504, + 743 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "ParMAC is specifically designed for nested models, which are typically nonconvex and include deep", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "nets and many other models, some of which have nondifferentiable layers. As we describe below,", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 105, + 720, + 506, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 506, + 734 + ], + "score": 1.0, + "content": "ParMAC has the advantages of being simple and relatively independent of the target hardware, while", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 105, + 731, + 210, + 745 + ], + "spans": [ + { + "bbox": [ + 105, + 731, + 210, + 745 + ], + "score": 1.0, + "content": "achieving high speedups.", + "type": "text" + } + ], + "index": 56 + } + ], + "index": 54.5, + "bbox_fs": [ + 105, + 698, + 506, + 745 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 105, + 505, + 347 + ], + "lines": [ + { + "bbox": [ + 105, + 105, + 506, + 119 + ], + "spans": [ + { + "bbox": [ + 105, + 105, + 506, + 119 + ], + "score": 1.0, + "content": "Many optimisation problems in machine learning involve mathematically “nested” functions of the", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 115, + 506, + 131 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 128, + 131 + ], + "score": 1.0, + "content": "form", + "type": "text" + }, + { + "bbox": [ + 129, + 117, + 364, + 129 + ], + "score": 0.9, + "content": "\\mathbf { F } ( \\mathbf { x } ; \\mathbf { W } ) = \\bar { \\mathbf { F } } _ { K + 1 } ( . . . \\mathbf { F } _ { 2 } ( \\mathbf { F } _ { 1 } ( \\mathbf { x } ; \\mathbf { W } _ { 1 } ) ; \\mathbf { W } _ { 2 } ) . . . ; \\mathbf { W } _ { K + 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 364, + 115, + 506, + 131 + ], + "score": 1.0, + "content": "with parameters W, such as deep", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 104, + 127, + 506, + 142 + ], + "spans": [ + { + "bbox": [ + 104, + 127, + 506, + 142 + ], + "score": 1.0, + "content": "nets. Such problems are traditionally optimised using methods based on gradients computed using", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 139, + 505, + 151 + ], + "spans": [ + { + "bbox": [ + 106, + 139, + 505, + 151 + ], + "score": 1.0, + "content": "the chain rule. However, such gradients may sometimes be inconvenient to use, or may not exist", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 149, + 506, + 162 + ], + "spans": [ + { + "bbox": [ + 106, + 149, + 506, + 162 + ], + "score": 1.0, + "content": "(e.g. if some of the layers are nondifferentiable, as with binary autoencoders). Also, they are hard", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 161, + 505, + 174 + ], + "spans": [ + { + "bbox": [ + 105, + 161, + 505, + 174 + ], + "score": 1.0, + "content": "to parallelise, because of the inherent sequentiality in the chain rule. The method of auxiliary co-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 171, + 505, + 184 + ], + "spans": [ + { + "bbox": [ + 106, + 171, + 147, + 184 + ], + "score": 1.0, + "content": "ordinates", + "type": "text" + }, + { + "bbox": [ + 147, + 172, + 175, + 183 + ], + "score": 0.42, + "content": "( M A C )", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 171, + 505, + 184 + ], + "score": 1.0, + "content": "(Carreira-Perpi ˜n´an and Wang, 2012; 2014) is designed to optimise nested models", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 182, + 505, + 195 + ], + "spans": [ + { + "bbox": [ + 105, + 182, + 505, + 195 + ], + "score": 1.0, + "content": "without using chain-rule gradients while introducing parallelism. The idea is to break nested func-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 194, + 505, + 206 + ], + "spans": [ + { + "bbox": [ + 106, + 194, + 505, + 206 + ], + "score": 1.0, + "content": "tional relationships judiciously by introducing new variables (the auxiliary coordinates) as equality", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 205, + 505, + 217 + ], + "spans": [ + { + "bbox": [ + 106, + 205, + 505, + 217 + ], + "score": 1.0, + "content": "constraints. These are then solved by optimising a penalised function using alternating optimi-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 216, + 505, + 227 + ], + "spans": [ + { + "bbox": [ + 105, + 216, + 505, + 227 + ], + "score": 1.0, + "content": "sation over the original parameters (which we call the W step) and over the coordinates (which", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 226, + 506, + 239 + ], + "spans": [ + { + "bbox": [ + 106, + 226, + 154, + 239 + ], + "score": 1.0, + "content": "we call the", + "type": "text" + }, + { + "bbox": [ + 154, + 226, + 163, + 236 + ], + "score": 0.36, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 226, + 506, + 239 + ], + "score": 1.0, + "content": "step). The result is a coordination-minimisation (CM) algorithm: the minimisation", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 237, + 506, + 250 + ], + "spans": [ + { + "bbox": [ + 106, + 237, + 506, + 250 + ], + "score": 1.0, + "content": "(W) step updates the parameters by splitting the nested model into independent submodels and", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 248, + 505, + 261 + ], + "spans": [ + { + "bbox": [ + 106, + 248, + 358, + 261 + ], + "score": 1.0, + "content": "training them using existing algorithms, and the coordination", + "type": "text" + }, + { + "bbox": [ + 358, + 248, + 373, + 259 + ], + "score": 0.53, + "content": "\\mathbf { \\rho } ( \\mathbf { Z } )", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 248, + 505, + 261 + ], + "score": 1.0, + "content": "step ensures that corresponding", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 259, + 505, + 272 + ], + "spans": [ + { + "bbox": [ + 105, + 259, + 505, + 272 + ], + "score": 1.0, + "content": "inputs and outputs of submodels eventually match. MAC algorithms have been developed for sev-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 270, + 505, + 283 + ], + "spans": [ + { + "bbox": [ + 106, + 270, + 505, + 283 + ], + "score": 1.0, + "content": "eral nested models so far: deep nets (Carreira-Perpi ˜n´an and Wang, 2014), low-dimensional SVMs", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 280, + 505, + 294 + ], + "spans": [ + { + "bbox": [ + 105, + 280, + 505, + 294 + ], + "score": 1.0, + "content": "(Wang and Carreira-Perpi ˜n´an, 2014), binary autoencoders (Carreira-Perpi ˜n´an and Raziperchikolaei,", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 290, + 505, + 305 + ], + "spans": [ + { + "bbox": [ + 105, + 290, + 505, + 305 + ], + "score": 1.0, + "content": "2015), affinity-based loss functions for binary hashing (Raziperchikolaei and Carreira-Perpi ˜n´an,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 302, + 505, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 505, + 316 + ], + "score": 1.0, + "content": "2016) and parametric nonlinear embeddings (Carreira-Perpi ˜n´an and Vladymyrov, 2015). Although", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 314, + 505, + 327 + ], + "spans": [ + { + "bbox": [ + 106, + 314, + 505, + 327 + ], + "score": 1.0, + "content": "this paper proposes and analyses ParMAC in general, our MPI implementation is for the particular", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 325, + 505, + 338 + ], + "spans": [ + { + "bbox": [ + 106, + 325, + 505, + 338 + ], + "score": 1.0, + "content": "case of binary autoencoders. These define a nonconvex nondifferentiable problem, yet its MAC", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 336, + 242, + 349 + ], + "spans": [ + { + "bbox": [ + 106, + 336, + 242, + 349 + ], + "score": 1.0, + "content": "algorithm is simple and effective.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 10.5 + }, + { + "type": "text", + "bbox": [ + 106, + 354, + 505, + 488 + ], + "lines": [ + { + "bbox": [ + 104, + 353, + 506, + 367 + ], + "spans": [ + { + "bbox": [ + 104, + 353, + 379, + 367 + ], + "score": 1.0, + "content": "MAC algorithm for binary autoencoders A binary autoencoder", + "type": "text" + }, + { + "bbox": [ + 379, + 355, + 399, + 366 + ], + "score": 0.46, + "content": "( B A )", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 353, + 506, + 367 + ], + "score": 1.0, + "content": "is a usual autoencoder but", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 365, + 506, + 378 + ], + "spans": [ + { + "bbox": [ + 105, + 365, + 321, + 378 + ], + "score": 1.0, + "content": "with a binary code layer. It consists of an encoder", + "type": "text" + }, + { + "bbox": [ + 321, + 366, + 343, + 377 + ], + "score": 0.88, + "content": "\\mathbf { h } ( \\mathbf { x } )", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 365, + 443, + 378 + ], + "score": 1.0, + "content": "that maps a real vector", + "type": "text" + }, + { + "bbox": [ + 444, + 365, + 482, + 376 + ], + "score": 0.92, + "content": "\\textbf { x } \\in \\mathbb { R } ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 365, + 506, + 378 + ], + "score": 1.0, + "content": "onto", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 104, + 374, + 504, + 390 + ], + "spans": [ + { + "bbox": [ + 104, + 374, + 217, + 390 + ], + "score": 1.0, + "content": "a binary code vector with", + "type": "text" + }, + { + "bbox": [ + 217, + 377, + 252, + 387 + ], + "score": 0.9, + "content": "L \\ < \\ D", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 374, + 275, + 390 + ], + "score": 1.0, + "content": "bits,", + "type": "text" + }, + { + "bbox": [ + 276, + 376, + 329, + 388 + ], + "score": 0.93, + "content": "\\mathbf { z } ~ \\in ~ \\{ 0 , 1 \\} ^ { L }", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 374, + 423, + 390 + ], + "score": 1.0, + "content": ", and a linear decoder", + "type": "text" + }, + { + "bbox": [ + 423, + 376, + 441, + 388 + ], + "score": 0.77, + "content": "\\mathbf f ( \\mathbf z )", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 374, + 497, + 390 + ], + "score": 1.0, + "content": "which maps", + "type": "text" + }, + { + "bbox": [ + 497, + 379, + 504, + 387 + ], + "score": 0.4, + "content": "\\mathbf { z }", + "type": "inline_equation" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 386, + 506, + 400 + ], + "spans": [ + { + "bbox": [ + 105, + 386, + 140, + 400 + ], + "score": 1.0, + "content": "back to", + "type": "text" + }, + { + "bbox": [ + 140, + 387, + 155, + 397 + ], + "score": 0.9, + "content": "\\mathbb { R } ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 156, + 386, + 266, + 400 + ], + "score": 1.0, + "content": "in an effort to reconstruct", + "type": "text" + }, + { + "bbox": [ + 266, + 389, + 274, + 397 + ], + "score": 0.5, + "content": "\\mathbf { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 274, + 386, + 506, + 400 + ], + "score": 1.0, + "content": ". We will call h a binary hash function (see later). Let", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 104, + 397, + 506, + 412 + ], + "spans": [ + { + "bbox": [ + 104, + 397, + 143, + 412 + ], + "score": 1.0, + "content": "us write", + "type": "text" + }, + { + "bbox": [ + 143, + 398, + 212, + 410 + ], + "score": 0.93, + "content": "\\mathbf { h } ( \\mathbf { x } ) = \\mathcal { \\Gamma } ( \\mathbf { A x } )", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 397, + 420, + 412 + ], + "score": 1.0, + "content": "(A includes a bias by having an extra dimension", + "type": "text" + }, + { + "bbox": [ + 420, + 399, + 454, + 410 + ], + "score": 0.91, + "content": "x _ { 0 } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 397, + 492, + 412 + ], + "score": 1.0, + "content": "for each", + "type": "text" + }, + { + "bbox": [ + 493, + 400, + 501, + 408 + ], + "score": 0.42, + "content": "\\mathbf { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 397, + 506, + 412 + ], + "score": 1.0, + "content": ")", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 104, + 407, + 506, + 425 + ], + "spans": [ + { + "bbox": [ + 104, + 407, + 133, + 425 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 410, + 198, + 421 + ], + "score": 0.89, + "content": "\\mathbf { A } \\in \\mathbb { R } ^ { L \\times ( D + 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 198, + 407, + 216, + 425 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 217, + 411, + 237, + 423 + ], + "score": 0.91, + "content": "\\boldsymbol { \\mathscr { I } } ( t )", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 407, + 414, + 425 + ], + "score": 1.0, + "content": "is a step function applied elementwise, i.e.,", + "type": "text" + }, + { + "bbox": [ + 414, + 411, + 453, + 423 + ], + "score": 0.9, + "content": "\\boldsymbol { \\mathrm { \\Sigma } } ( t ) = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 453, + 407, + 463, + 425 + ], + "score": 1.0, + "content": "if", + "type": "text" + }, + { + "bbox": [ + 463, + 411, + 487, + 422 + ], + "score": 0.9, + "content": "t \\geq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 407, + 506, + 425 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 421, + 506, + 435 + ], + "spans": [ + { + "bbox": [ + 106, + 421, + 147, + 433 + ], + "score": 0.92, + "content": "\\boldsymbol { \\mathrm { { J } } } ( t ) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 421, + 270, + 435 + ], + "score": 1.0, + "content": "otherwise. Given a dataset of", + "type": "text" + }, + { + "bbox": [ + 270, + 422, + 279, + 432 + ], + "score": 0.81, + "content": "D", + "type": "inline_equation" + }, + { + "bbox": [ + 280, + 421, + 367, + 435 + ], + "score": 1.0, + "content": "-dimensional patterns", + "type": "text" + }, + { + "bbox": [ + 368, + 422, + 446, + 434 + ], + "score": 0.91, + "content": "\\mathbf { X } = \\left( \\mathbf { x } _ { 1 } , \\ldots , \\mathbf { x } _ { N } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 446, + 421, + 506, + 435 + ], + "score": 1.0, + "content": ", our objective", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 432, + 505, + 445 + ], + "spans": [ + { + "bbox": [ + 105, + 432, + 280, + 445 + ], + "score": 1.0, + "content": "function, which involves the nested model", + "type": "text" + }, + { + "bbox": [ + 281, + 433, + 336, + 445 + ], + "score": 0.89, + "content": "\\mathbf { y } _ { \\mathrm { { o } } } = \\mathbf { f } ( \\mathbf { h } ( \\mathbf { x } ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 336, + 432, + 505, + 445 + ], + "score": 1.0, + "content": ", is the usual least-squares reconstruction", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 104, + 442, + 506, + 459 + ], + "spans": [ + { + "bbox": [ + 104, + 442, + 129, + 459 + ], + "score": 1.0, + "content": "error", + "type": "text" + }, + { + "bbox": [ + 129, + 442, + 290, + 456 + ], + "score": 0.92, + "content": "\\begin{array} { r } { E _ { \\mathrm { B A } } ( \\mathbf { h } , \\mathbf { f } ) = \\sum _ { n = 1 } ^ { N } \\| \\mathbf { x } _ { n } - \\mathbf { f } ( \\mathbf { h } ( \\mathbf { x } _ { n } ) ) \\| ^ { 2 } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 442, + 506, + 459 + ], + "score": 1.0, + "content": ". Optimising this nonconvex, nonsmooth function is", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 104, + 453, + 505, + 468 + ], + "spans": [ + { + "bbox": [ + 104, + 453, + 444, + 468 + ], + "score": 1.0, + "content": "NP-complete. Where the gradients do exist wrt A they are zero, so optimisation of", + "type": "text" + }, + { + "bbox": [ + 444, + 455, + 452, + 465 + ], + "score": 0.62, + "content": "\\mathbf { h }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 453, + 505, + 468 + ], + "score": 1.0, + "content": "using chain-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 465, + 505, + 478 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 436, + 478 + ], + "score": 1.0, + "content": "rule gradients does not apply. We introduce as auxiliary coordinates the outputs of", + "type": "text" + }, + { + "bbox": [ + 437, + 466, + 444, + 476 + ], + "score": 0.52, + "content": "\\mathbf { h }", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 465, + 505, + 478 + ], + "score": 1.0, + "content": ", i.e., the codes", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 477, + 461, + 489 + ], + "spans": [ + { + "bbox": [ + 105, + 477, + 167, + 489 + ], + "score": 1.0, + "content": "for each of the", + "type": "text" + }, + { + "bbox": [ + 167, + 477, + 177, + 486 + ], + "score": 0.84, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 477, + 461, + 489 + ], + "score": 1.0, + "content": "input patterns, and obtain the following equality-constrained problem:", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 27.5 + }, + { + "type": "interline_equation", + "bbox": [ + 152, + 490, + 460, + 525 + ], + "lines": [ + { + "bbox": [ + 152, + 490, + 460, + 525 + ], + "spans": [ + { + "bbox": [ + 152, + 490, + 460, + 525 + ], + "score": 0.91, + "content": "\\operatorname* { m i n } _ { \\mathbf { h } , \\mathbf { f } , \\mathbf { Z } } \\sum _ { n = 1 } ^ { N } \\left\\| \\mathbf { x } _ { n } - \\mathbf { f } ( \\mathbf { z } _ { n } ) \\right\\| ^ { 2 } \\quad \\mathrm { s . t . } \\quad \\mathbf { z } _ { n } = \\mathbf { h } ( \\mathbf { x } _ { n } ) , \\mathbf { z } _ { n } \\in \\{ 0 , 1 \\} ^ { L } , n = 1 , \\ldots , N .", + "type": "interline_equation", + "image_path": "55661abc8a7c92840d07386c970d4a74287ea68f31df224f935840f943559d8b.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 152, + 490, + 460, + 501.6666666666667 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 152, + 501.6666666666667, + 460, + 513.3333333333334 + ], + "spans": [], + "index": 35 + }, + { + "bbox": [ + 152, + 513.3333333333334, + 460, + 525.0 + ], + "spans": [], + "index": 36 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 527, + 505, + 550 + ], + "lines": [ + { + "bbox": [ + 105, + 525, + 506, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 525, + 506, + 541 + ], + "score": 1.0, + "content": "Note the codes are binary. We now apply the quadratic-penalty method and minimise the following", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 538, + 483, + 551 + ], + "spans": [ + { + "bbox": [ + 106, + 538, + 304, + 551 + ], + "score": 1.0, + "content": "objective function while progressively increasing", + "type": "text" + }, + { + "bbox": [ + 305, + 540, + 312, + 550 + ], + "score": 0.8, + "content": "\\mu", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 538, + 483, + 551 + ], + "score": 1.0, + "content": ", so the constraints are eventually satisfied:", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5 + }, + { + "type": "interline_equation", + "bbox": [ + 115, + 552, + 484, + 587 + ], + "lines": [ + { + "bbox": [ + 115, + 552, + 484, + 587 + ], + "spans": [ + { + "bbox": [ + 115, + 552, + 484, + 587 + ], + "score": 0.92, + "content": "E _ { { \\cal Q } } ( { \\bf h } , { \\bf f } , { \\bf Z } ; \\mu ) = \\sum _ { n = 1 } ^ { N } \\left\\| { \\bf x } _ { n } - { \\bf f } ( { \\bf z } _ { n } ) \\right\\| ^ { 2 } + \\mu \\left\\| { \\bf z } _ { n } - { \\bf h } ( { \\bf x } _ { n } ) \\right\\| ^ { 2 } \\mathrm { s . t . } { \\bf z } _ { n } \\in \\{ 0 , 1 \\} ^ { L } , n = 1 , \\ldots , N .", + "type": "interline_equation", + "image_path": "3c7419974cc79f9df00088d9304b3b2b15bbde14cb93715ed88fbce2d2443561.jpg" + } + ] + } + ], + "index": 40, + "virtual_lines": [ + { + "bbox": [ + 115, + 552, + 484, + 563.6666666666666 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 115, + 563.6666666666666, + 484, + 575.3333333333333 + ], + "spans": [], + "index": 40 + }, + { + "bbox": [ + 115, + 575.3333333333333, + 484, + 586.9999999999999 + ], + "spans": [], + "index": 41 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 589, + 499, + 602 + ], + "lines": [ + { + "bbox": [ + 105, + 587, + 500, + 604 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 295, + 604 + ], + "score": 1.0, + "content": "Finally, we apply alternating optimisation over", + "type": "text" + }, + { + "bbox": [ + 295, + 590, + 304, + 600 + ], + "score": 0.7, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 587, + 321, + 604 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 322, + 590, + 371, + 601 + ], + "score": 0.92, + "content": "\\mathbf { W } = ( \\mathbf { h } , \\mathbf { f } )", + "type": "inline_equation" + }, + { + "bbox": [ + 371, + 587, + 500, + 604 + ], + "score": 1.0, + "content": ". This gives the following steps:", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 42 + }, + { + "type": "text", + "bbox": [ + 132, + 609, + 505, + 702 + ], + "lines": [ + { + "bbox": [ + 138, + 609, + 506, + 622 + ], + "spans": [ + { + "bbox": [ + 138, + 609, + 164, + 622 + ], + "score": 1.0, + "content": "Over", + "type": "text" + }, + { + "bbox": [ + 165, + 610, + 173, + 619 + ], + "score": 0.5, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 609, + 211, + 622 + ], + "score": 1.0, + "content": "for fixed", + "type": "text" + }, + { + "bbox": [ + 212, + 609, + 235, + 621 + ], + "score": 0.91, + "content": "( \\mathbf { h } , \\mathbf { f } )", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 609, + 365, + 622 + ], + "score": 1.0, + "content": ", this is a binary optimisation on", + "type": "text" + }, + { + "bbox": [ + 366, + 610, + 383, + 619 + ], + "score": 0.77, + "content": "N L", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 609, + 506, + 622 + ], + "score": 1.0, + "content": "variables, but it separates into", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 142, + 620, + 506, + 633 + ], + "spans": [ + { + "bbox": [ + 142, + 621, + 153, + 630 + ], + "score": 0.79, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 620, + 315, + 633 + ], + "score": 1.0, + "content": "independent optimisations each on only", + "type": "text" + }, + { + "bbox": [ + 315, + 621, + 322, + 630 + ], + "score": 0.79, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 323, + 620, + 432, + 633 + ], + "score": 1.0, + "content": "variables, with the form of", + "type": "text" + }, + { + "bbox": [ + 432, + 622, + 438, + 630 + ], + "score": 0.46, + "content": "\\mathrm { ^ a }", + "type": "inline_equation" + }, + { + "bbox": [ + 438, + 620, + 506, + 633 + ], + "score": 1.0, + "content": "binary proximal", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 141, + 630, + 505, + 644 + ], + "spans": [ + { + "bbox": [ + 141, + 631, + 279, + 644 + ], + "score": 1.0, + "content": "operator (where we omit the index", + "type": "text" + }, + { + "bbox": [ + 279, + 633, + 286, + 641 + ], + "score": 0.67, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 631, + 293, + 644 + ], + "score": 1.0, + "content": "):", + "type": "text" + }, + { + "bbox": [ + 294, + 630, + 442, + 644 + ], + "score": 0.75, + "content": "\\mathrm { m i n } _ { \\mathbf { z } } \\left\\| \\mathbf { x } - \\mathbf { f } ( \\mathbf { z } ) \\right\\| ^ { 2 } + \\mu \\| \\mathbf { z } - \\mathbf { h } ( \\mathbf { x } ) \\| ^ { 2 } \\boldsymbol { \\mathfrak { s } }", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 631, + 452, + 644 + ], + "score": 1.0, + "content": "s.t.", + "type": "text" + }, + { + "bbox": [ + 452, + 631, + 501, + 644 + ], + "score": 0.88, + "content": "\\mathbf { z } \\in \\{ 0 , 1 \\} ^ { L }", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 631, + 505, + 644 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 142, + 642, + 429, + 655 + ], + "spans": [ + { + "bbox": [ + 142, + 642, + 429, + 655 + ], + "score": 1.0, + "content": "This can be solved approximately by alternating optimisation over bits.", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 140, + 656, + 505, + 669 + ], + "spans": [ + { + "bbox": [ + 140, + 657, + 165, + 669 + ], + "score": 1.0, + "content": "Over", + "type": "text" + }, + { + "bbox": [ + 165, + 656, + 218, + 669 + ], + "score": 0.92, + "content": "\\mathbf { W } = \\left( \\mathbf { h } , \\mathbf { f } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 657, + 258, + 669 + ], + "score": 1.0, + "content": "for fixed", + "type": "text" + }, + { + "bbox": [ + 258, + 657, + 266, + 667 + ], + "score": 0.57, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 657, + 314, + 669 + ], + "score": 1.0, + "content": ", we obtain", + "type": "text" + }, + { + "bbox": [ + 314, + 657, + 344, + 667 + ], + "score": 0.9, + "content": "L + D", + "type": "inline_equation" + }, + { + "bbox": [ + 344, + 657, + 505, + 669 + ], + "score": 1.0, + "content": "independent problems: for each of the", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 142, + 667, + 505, + 681 + ], + "spans": [ + { + "bbox": [ + 142, + 668, + 151, + 678 + ], + "score": 0.72, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 151, + 667, + 342, + 681 + ], + "score": 1.0, + "content": "single-bit hash functions (which try to predict", + "type": "text" + }, + { + "bbox": [ + 343, + 668, + 351, + 678 + ], + "score": 0.67, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 351, + 667, + 417, + 681 + ], + "score": 1.0, + "content": "optimally from", + "type": "text" + }, + { + "bbox": [ + 417, + 668, + 427, + 678 + ], + "score": 0.5, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 427, + 667, + 505, + 681 + ], + "score": 1.0, + "content": "), each solvable by", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 142, + 679, + 504, + 690 + ], + "spans": [ + { + "bbox": [ + 142, + 679, + 303, + 690 + ], + "score": 1.0, + "content": "fitting a linear SVM; and for each of the", + "type": "text" + }, + { + "bbox": [ + 303, + 680, + 313, + 689 + ], + "score": 0.84, + "content": "D", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 679, + 494, + 690 + ], + "score": 1.0, + "content": "linear decoders in f (which try to reconstruct", + "type": "text" + }, + { + "bbox": [ + 494, + 679, + 504, + 689 + ], + "score": 0.41, + "content": "\\mathbf { X }", + "type": "inline_equation" + } + ], + "index": 49 + }, + { + "bbox": [ + 142, + 690, + 365, + 703 + ], + "spans": [ + { + "bbox": [ + 142, + 690, + 205, + 703 + ], + "score": 1.0, + "content": "optimally from", + "type": "text" + }, + { + "bbox": [ + 205, + 690, + 213, + 700 + ], + "score": 0.44, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 690, + 365, + 703 + ], + "score": 1.0, + "content": "), each a linear least-squares problem.", + "type": "text" + } + ], + "index": 50 + } + ], + "index": 46.5 + }, + { + "type": "text", + "bbox": [ + 107, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 345, + 723 + ], + "score": 1.0, + "content": "The user must choose a schedule for the penalty parameter", + "type": "text" + }, + { + "bbox": [ + 345, + 712, + 353, + 721 + ], + "score": 0.8, + "content": "\\mu", + "type": "inline_equation" + }, + { + "bbox": [ + 353, + 709, + 436, + 723 + ], + "score": 1.0, + "content": "(sequence of values", + "type": "text" + }, + { + "bbox": [ + 436, + 710, + 505, + 721 + ], + "score": 0.88, + "content": "0 < \\mu _ { 1 } < \\cdots <", + "type": "inline_equation" + } + ], + "index": 51 + }, + { + "bbox": [ + 106, + 720, + 505, + 735 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 124, + 732 + ], + "score": 0.81, + "content": "\\mu _ { \\infty } )", + "type": "inline_equation" + }, + { + "bbox": [ + 124, + 720, + 505, + 735 + ], + "score": 1.0, + "content": "). This should increase slowly enough that the binary codes can change considerably and explore", + "type": "text" + } + ], + "index": 52 + } + ], + "index": 51.5 + } + ], + "page_idx": 2, + "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": [ + 302, + 751, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 301, + 750, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 309, + 762 + ], + "score": 1.0, + "content": "3", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 104, + 82, + 490, + 94 + ], + "lines": [ + { + "bbox": [ + 104, + 79, + 490, + 96 + ], + "spans": [ + { + "bbox": [ + 104, + 79, + 490, + 96 + ], + "score": 1.0, + "content": "2 OPTIMISING NESTED MODELS USING AUXILIARY COORDINATES (MAC)", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 105, + 505, + 347 + ], + "lines": [ + { + "bbox": [ + 105, + 105, + 506, + 119 + ], + "spans": [ + { + "bbox": [ + 105, + 105, + 506, + 119 + ], + "score": 1.0, + "content": "Many optimisation problems in machine learning involve mathematically “nested” functions of the", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 115, + 506, + 131 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 128, + 131 + ], + "score": 1.0, + "content": "form", + "type": "text" + }, + { + "bbox": [ + 129, + 117, + 364, + 129 + ], + "score": 0.9, + "content": "\\mathbf { F } ( \\mathbf { x } ; \\mathbf { W } ) = \\bar { \\mathbf { F } } _ { K + 1 } ( . . . \\mathbf { F } _ { 2 } ( \\mathbf { F } _ { 1 } ( \\mathbf { x } ; \\mathbf { W } _ { 1 } ) ; \\mathbf { W } _ { 2 } ) . . . ; \\mathbf { W } _ { K + 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 364, + 115, + 506, + 131 + ], + "score": 1.0, + "content": "with parameters W, such as deep", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 104, + 127, + 506, + 142 + ], + "spans": [ + { + "bbox": [ + 104, + 127, + 506, + 142 + ], + "score": 1.0, + "content": "nets. Such problems are traditionally optimised using methods based on gradients computed using", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 139, + 505, + 151 + ], + "spans": [ + { + "bbox": [ + 106, + 139, + 505, + 151 + ], + "score": 1.0, + "content": "the chain rule. However, such gradients may sometimes be inconvenient to use, or may not exist", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 149, + 506, + 162 + ], + "spans": [ + { + "bbox": [ + 106, + 149, + 506, + 162 + ], + "score": 1.0, + "content": "(e.g. if some of the layers are nondifferentiable, as with binary autoencoders). Also, they are hard", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 161, + 505, + 174 + ], + "spans": [ + { + "bbox": [ + 105, + 161, + 505, + 174 + ], + "score": 1.0, + "content": "to parallelise, because of the inherent sequentiality in the chain rule. The method of auxiliary co-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 171, + 505, + 184 + ], + "spans": [ + { + "bbox": [ + 106, + 171, + 147, + 184 + ], + "score": 1.0, + "content": "ordinates", + "type": "text" + }, + { + "bbox": [ + 147, + 172, + 175, + 183 + ], + "score": 0.42, + "content": "( M A C )", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 171, + 505, + 184 + ], + "score": 1.0, + "content": "(Carreira-Perpi ˜n´an and Wang, 2012; 2014) is designed to optimise nested models", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 182, + 505, + 195 + ], + "spans": [ + { + "bbox": [ + 105, + 182, + 505, + 195 + ], + "score": 1.0, + "content": "without using chain-rule gradients while introducing parallelism. The idea is to break nested func-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 194, + 505, + 206 + ], + "spans": [ + { + "bbox": [ + 106, + 194, + 505, + 206 + ], + "score": 1.0, + "content": "tional relationships judiciously by introducing new variables (the auxiliary coordinates) as equality", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 205, + 505, + 217 + ], + "spans": [ + { + "bbox": [ + 106, + 205, + 505, + 217 + ], + "score": 1.0, + "content": "constraints. These are then solved by optimising a penalised function using alternating optimi-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 216, + 505, + 227 + ], + "spans": [ + { + "bbox": [ + 105, + 216, + 505, + 227 + ], + "score": 1.0, + "content": "sation over the original parameters (which we call the W step) and over the coordinates (which", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 226, + 506, + 239 + ], + "spans": [ + { + "bbox": [ + 106, + 226, + 154, + 239 + ], + "score": 1.0, + "content": "we call the", + "type": "text" + }, + { + "bbox": [ + 154, + 226, + 163, + 236 + ], + "score": 0.36, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 226, + 506, + 239 + ], + "score": 1.0, + "content": "step). The result is a coordination-minimisation (CM) algorithm: the minimisation", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 237, + 506, + 250 + ], + "spans": [ + { + "bbox": [ + 106, + 237, + 506, + 250 + ], + "score": 1.0, + "content": "(W) step updates the parameters by splitting the nested model into independent submodels and", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 248, + 505, + 261 + ], + "spans": [ + { + "bbox": [ + 106, + 248, + 358, + 261 + ], + "score": 1.0, + "content": "training them using existing algorithms, and the coordination", + "type": "text" + }, + { + "bbox": [ + 358, + 248, + 373, + 259 + ], + "score": 0.53, + "content": "\\mathbf { \\rho } ( \\mathbf { Z } )", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 248, + 505, + 261 + ], + "score": 1.0, + "content": "step ensures that corresponding", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 259, + 505, + 272 + ], + "spans": [ + { + "bbox": [ + 105, + 259, + 505, + 272 + ], + "score": 1.0, + "content": "inputs and outputs of submodels eventually match. MAC algorithms have been developed for sev-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 270, + 505, + 283 + ], + "spans": [ + { + "bbox": [ + 106, + 270, + 505, + 283 + ], + "score": 1.0, + "content": "eral nested models so far: deep nets (Carreira-Perpi ˜n´an and Wang, 2014), low-dimensional SVMs", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 280, + 505, + 294 + ], + "spans": [ + { + "bbox": [ + 105, + 280, + 505, + 294 + ], + "score": 1.0, + "content": "(Wang and Carreira-Perpi ˜n´an, 2014), binary autoencoders (Carreira-Perpi ˜n´an and Raziperchikolaei,", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 290, + 505, + 305 + ], + "spans": [ + { + "bbox": [ + 105, + 290, + 505, + 305 + ], + "score": 1.0, + "content": "2015), affinity-based loss functions for binary hashing (Raziperchikolaei and Carreira-Perpi ˜n´an,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 302, + 505, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 505, + 316 + ], + "score": 1.0, + "content": "2016) and parametric nonlinear embeddings (Carreira-Perpi ˜n´an and Vladymyrov, 2015). Although", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 314, + 505, + 327 + ], + "spans": [ + { + "bbox": [ + 106, + 314, + 505, + 327 + ], + "score": 1.0, + "content": "this paper proposes and analyses ParMAC in general, our MPI implementation is for the particular", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 325, + 505, + 338 + ], + "spans": [ + { + "bbox": [ + 106, + 325, + 505, + 338 + ], + "score": 1.0, + "content": "case of binary autoencoders. These define a nonconvex nondifferentiable problem, yet its MAC", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 336, + 242, + 349 + ], + "spans": [ + { + "bbox": [ + 106, + 336, + 242, + 349 + ], + "score": 1.0, + "content": "algorithm is simple and effective.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 10.5, + "bbox_fs": [ + 104, + 105, + 506, + 349 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 354, + 505, + 488 + ], + "lines": [ + { + "bbox": [ + 104, + 353, + 506, + 367 + ], + "spans": [ + { + "bbox": [ + 104, + 353, + 379, + 367 + ], + "score": 1.0, + "content": "MAC algorithm for binary autoencoders A binary autoencoder", + "type": "text" + }, + { + "bbox": [ + 379, + 355, + 399, + 366 + ], + "score": 0.46, + "content": "( B A )", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 353, + 506, + 367 + ], + "score": 1.0, + "content": "is a usual autoencoder but", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 365, + 506, + 378 + ], + "spans": [ + { + "bbox": [ + 105, + 365, + 321, + 378 + ], + "score": 1.0, + "content": "with a binary code layer. It consists of an encoder", + "type": "text" + }, + { + "bbox": [ + 321, + 366, + 343, + 377 + ], + "score": 0.88, + "content": "\\mathbf { h } ( \\mathbf { x } )", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 365, + 443, + 378 + ], + "score": 1.0, + "content": "that maps a real vector", + "type": "text" + }, + { + "bbox": [ + 444, + 365, + 482, + 376 + ], + "score": 0.92, + "content": "\\textbf { x } \\in \\mathbb { R } ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 365, + 506, + 378 + ], + "score": 1.0, + "content": "onto", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 104, + 374, + 504, + 390 + ], + "spans": [ + { + "bbox": [ + 104, + 374, + 217, + 390 + ], + "score": 1.0, + "content": "a binary code vector with", + "type": "text" + }, + { + "bbox": [ + 217, + 377, + 252, + 387 + ], + "score": 0.9, + "content": "L \\ < \\ D", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 374, + 275, + 390 + ], + "score": 1.0, + "content": "bits,", + "type": "text" + }, + { + "bbox": [ + 276, + 376, + 329, + 388 + ], + "score": 0.93, + "content": "\\mathbf { z } ~ \\in ~ \\{ 0 , 1 \\} ^ { L }", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 374, + 423, + 390 + ], + "score": 1.0, + "content": ", and a linear decoder", + "type": "text" + }, + { + "bbox": [ + 423, + 376, + 441, + 388 + ], + "score": 0.77, + "content": "\\mathbf f ( \\mathbf z )", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 374, + 497, + 390 + ], + "score": 1.0, + "content": "which maps", + "type": "text" + }, + { + "bbox": [ + 497, + 379, + 504, + 387 + ], + "score": 0.4, + "content": "\\mathbf { z }", + "type": "inline_equation" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 386, + 506, + 400 + ], + "spans": [ + { + "bbox": [ + 105, + 386, + 140, + 400 + ], + "score": 1.0, + "content": "back to", + "type": "text" + }, + { + "bbox": [ + 140, + 387, + 155, + 397 + ], + "score": 0.9, + "content": "\\mathbb { R } ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 156, + 386, + 266, + 400 + ], + "score": 1.0, + "content": "in an effort to reconstruct", + "type": "text" + }, + { + "bbox": [ + 266, + 389, + 274, + 397 + ], + "score": 0.5, + "content": "\\mathbf { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 274, + 386, + 506, + 400 + ], + "score": 1.0, + "content": ". We will call h a binary hash function (see later). Let", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 104, + 397, + 506, + 412 + ], + "spans": [ + { + "bbox": [ + 104, + 397, + 143, + 412 + ], + "score": 1.0, + "content": "us write", + "type": "text" + }, + { + "bbox": [ + 143, + 398, + 212, + 410 + ], + "score": 0.93, + "content": "\\mathbf { h } ( \\mathbf { x } ) = \\mathcal { \\Gamma } ( \\mathbf { A x } )", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 397, + 420, + 412 + ], + "score": 1.0, + "content": "(A includes a bias by having an extra dimension", + "type": "text" + }, + { + "bbox": [ + 420, + 399, + 454, + 410 + ], + "score": 0.91, + "content": "x _ { 0 } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 397, + 492, + 412 + ], + "score": 1.0, + "content": "for each", + "type": "text" + }, + { + "bbox": [ + 493, + 400, + 501, + 408 + ], + "score": 0.42, + "content": "\\mathbf { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 397, + 506, + 412 + ], + "score": 1.0, + "content": ")", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 104, + 407, + 506, + 425 + ], + "spans": [ + { + "bbox": [ + 104, + 407, + 133, + 425 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 410, + 198, + 421 + ], + "score": 0.89, + "content": "\\mathbf { A } \\in \\mathbb { R } ^ { L \\times ( D + 1 ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 198, + 407, + 216, + 425 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 217, + 411, + 237, + 423 + ], + "score": 0.91, + "content": "\\boldsymbol { \\mathscr { I } } ( t )", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 407, + 414, + 425 + ], + "score": 1.0, + "content": "is a step function applied elementwise, i.e.,", + "type": "text" + }, + { + "bbox": [ + 414, + 411, + 453, + 423 + ], + "score": 0.9, + "content": "\\boldsymbol { \\mathrm { \\Sigma } } ( t ) = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 453, + 407, + 463, + 425 + ], + "score": 1.0, + "content": "if", + "type": "text" + }, + { + "bbox": [ + 463, + 411, + 487, + 422 + ], + "score": 0.9, + "content": "t \\geq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 407, + 506, + 425 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 421, + 506, + 435 + ], + "spans": [ + { + "bbox": [ + 106, + 421, + 147, + 433 + ], + "score": 0.92, + "content": "\\boldsymbol { \\mathrm { { J } } } ( t ) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 421, + 270, + 435 + ], + "score": 1.0, + "content": "otherwise. Given a dataset of", + "type": "text" + }, + { + "bbox": [ + 270, + 422, + 279, + 432 + ], + "score": 0.81, + "content": "D", + "type": "inline_equation" + }, + { + "bbox": [ + 280, + 421, + 367, + 435 + ], + "score": 1.0, + "content": "-dimensional patterns", + "type": "text" + }, + { + "bbox": [ + 368, + 422, + 446, + 434 + ], + "score": 0.91, + "content": "\\mathbf { X } = \\left( \\mathbf { x } _ { 1 } , \\ldots , \\mathbf { x } _ { N } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 446, + 421, + 506, + 435 + ], + "score": 1.0, + "content": ", our objective", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 432, + 505, + 445 + ], + "spans": [ + { + "bbox": [ + 105, + 432, + 280, + 445 + ], + "score": 1.0, + "content": "function, which involves the nested model", + "type": "text" + }, + { + "bbox": [ + 281, + 433, + 336, + 445 + ], + "score": 0.89, + "content": "\\mathbf { y } _ { \\mathrm { { o } } } = \\mathbf { f } ( \\mathbf { h } ( \\mathbf { x } ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 336, + 432, + 505, + 445 + ], + "score": 1.0, + "content": ", is the usual least-squares reconstruction", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 104, + 442, + 506, + 459 + ], + "spans": [ + { + "bbox": [ + 104, + 442, + 129, + 459 + ], + "score": 1.0, + "content": "error", + "type": "text" + }, + { + "bbox": [ + 129, + 442, + 290, + 456 + ], + "score": 0.92, + "content": "\\begin{array} { r } { E _ { \\mathrm { B A } } ( \\mathbf { h } , \\mathbf { f } ) = \\sum _ { n = 1 } ^ { N } \\| \\mathbf { x } _ { n } - \\mathbf { f } ( \\mathbf { h } ( \\mathbf { x } _ { n } ) ) \\| ^ { 2 } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 442, + 506, + 459 + ], + "score": 1.0, + "content": ". Optimising this nonconvex, nonsmooth function is", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 104, + 453, + 505, + 468 + ], + "spans": [ + { + "bbox": [ + 104, + 453, + 444, + 468 + ], + "score": 1.0, + "content": "NP-complete. Where the gradients do exist wrt A they are zero, so optimisation of", + "type": "text" + }, + { + "bbox": [ + 444, + 455, + 452, + 465 + ], + "score": 0.62, + "content": "\\mathbf { h }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 453, + 505, + 468 + ], + "score": 1.0, + "content": "using chain-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 465, + 505, + 478 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 436, + 478 + ], + "score": 1.0, + "content": "rule gradients does not apply. We introduce as auxiliary coordinates the outputs of", + "type": "text" + }, + { + "bbox": [ + 437, + 466, + 444, + 476 + ], + "score": 0.52, + "content": "\\mathbf { h }", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 465, + 505, + 478 + ], + "score": 1.0, + "content": ", i.e., the codes", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 477, + 461, + 489 + ], + "spans": [ + { + "bbox": [ + 105, + 477, + 167, + 489 + ], + "score": 1.0, + "content": "for each of the", + "type": "text" + }, + { + "bbox": [ + 167, + 477, + 177, + 486 + ], + "score": 0.84, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 477, + 461, + 489 + ], + "score": 1.0, + "content": "input patterns, and obtain the following equality-constrained problem:", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 27.5, + "bbox_fs": [ + 104, + 353, + 506, + 489 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 152, + 490, + 460, + 525 + ], + "lines": [ + { + "bbox": [ + 152, + 490, + 460, + 525 + ], + "spans": [ + { + "bbox": [ + 152, + 490, + 460, + 525 + ], + "score": 0.91, + "content": "\\operatorname* { m i n } _ { \\mathbf { h } , \\mathbf { f } , \\mathbf { Z } } \\sum _ { n = 1 } ^ { N } \\left\\| \\mathbf { x } _ { n } - \\mathbf { f } ( \\mathbf { z } _ { n } ) \\right\\| ^ { 2 } \\quad \\mathrm { s . t . } \\quad \\mathbf { z } _ { n } = \\mathbf { h } ( \\mathbf { x } _ { n } ) , \\mathbf { z } _ { n } \\in \\{ 0 , 1 \\} ^ { L } , n = 1 , \\ldots , N .", + "type": "interline_equation", + "image_path": "55661abc8a7c92840d07386c970d4a74287ea68f31df224f935840f943559d8b.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 152, + 490, + 460, + 501.6666666666667 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 152, + 501.6666666666667, + 460, + 513.3333333333334 + ], + "spans": [], + "index": 35 + }, + { + "bbox": [ + 152, + 513.3333333333334, + 460, + 525.0 + ], + "spans": [], + "index": 36 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 527, + 505, + 550 + ], + "lines": [ + { + "bbox": [ + 105, + 525, + 506, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 525, + 506, + 541 + ], + "score": 1.0, + "content": "Note the codes are binary. We now apply the quadratic-penalty method and minimise the following", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 538, + 483, + 551 + ], + "spans": [ + { + "bbox": [ + 106, + 538, + 304, + 551 + ], + "score": 1.0, + "content": "objective function while progressively increasing", + "type": "text" + }, + { + "bbox": [ + 305, + 540, + 312, + 550 + ], + "score": 0.8, + "content": "\\mu", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 538, + 483, + 551 + ], + "score": 1.0, + "content": ", so the constraints are eventually satisfied:", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5, + "bbox_fs": [ + 105, + 525, + 506, + 551 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 115, + 552, + 484, + 587 + ], + "lines": [ + { + "bbox": [ + 115, + 552, + 484, + 587 + ], + "spans": [ + { + "bbox": [ + 115, + 552, + 484, + 587 + ], + "score": 0.92, + "content": "E _ { { \\cal Q } } ( { \\bf h } , { \\bf f } , { \\bf Z } ; \\mu ) = \\sum _ { n = 1 } ^ { N } \\left\\| { \\bf x } _ { n } - { \\bf f } ( { \\bf z } _ { n } ) \\right\\| ^ { 2 } + \\mu \\left\\| { \\bf z } _ { n } - { \\bf h } ( { \\bf x } _ { n } ) \\right\\| ^ { 2 } \\mathrm { s . t . } { \\bf z } _ { n } \\in \\{ 0 , 1 \\} ^ { L } , n = 1 , \\ldots , N .", + "type": "interline_equation", + "image_path": "3c7419974cc79f9df00088d9304b3b2b15bbde14cb93715ed88fbce2d2443561.jpg" + } + ] + } + ], + "index": 40, + "virtual_lines": [ + { + "bbox": [ + 115, + 552, + 484, + 563.6666666666666 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 115, + 563.6666666666666, + 484, + 575.3333333333333 + ], + "spans": [], + "index": 40 + }, + { + "bbox": [ + 115, + 575.3333333333333, + 484, + 586.9999999999999 + ], + "spans": [], + "index": 41 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 589, + 499, + 602 + ], + "lines": [ + { + "bbox": [ + 105, + 587, + 500, + 604 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 295, + 604 + ], + "score": 1.0, + "content": "Finally, we apply alternating optimisation over", + "type": "text" + }, + { + "bbox": [ + 295, + 590, + 304, + 600 + ], + "score": 0.7, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 587, + 321, + 604 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 322, + 590, + 371, + 601 + ], + "score": 0.92, + "content": "\\mathbf { W } = ( \\mathbf { h } , \\mathbf { f } )", + "type": "inline_equation" + }, + { + "bbox": [ + 371, + 587, + 500, + 604 + ], + "score": 1.0, + "content": ". This gives the following steps:", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 42, + "bbox_fs": [ + 105, + 587, + 500, + 604 + ] + }, + { + "type": "text", + "bbox": [ + 132, + 609, + 505, + 702 + ], + "lines": [ + { + "bbox": [ + 138, + 609, + 506, + 622 + ], + "spans": [ + { + "bbox": [ + 138, + 609, + 164, + 622 + ], + "score": 1.0, + "content": "Over", + "type": "text" + }, + { + "bbox": [ + 165, + 610, + 173, + 619 + ], + "score": 0.5, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 609, + 211, + 622 + ], + "score": 1.0, + "content": "for fixed", + "type": "text" + }, + { + "bbox": [ + 212, + 609, + 235, + 621 + ], + "score": 0.91, + "content": "( \\mathbf { h } , \\mathbf { f } )", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 609, + 365, + 622 + ], + "score": 1.0, + "content": ", this is a binary optimisation on", + "type": "text" + }, + { + "bbox": [ + 366, + 610, + 383, + 619 + ], + "score": 0.77, + "content": "N L", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 609, + 506, + 622 + ], + "score": 1.0, + "content": "variables, but it separates into", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 142, + 620, + 506, + 633 + ], + "spans": [ + { + "bbox": [ + 142, + 621, + 153, + 630 + ], + "score": 0.79, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 620, + 315, + 633 + ], + "score": 1.0, + "content": "independent optimisations each on only", + "type": "text" + }, + { + "bbox": [ + 315, + 621, + 322, + 630 + ], + "score": 0.79, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 323, + 620, + 432, + 633 + ], + "score": 1.0, + "content": "variables, with the form of", + "type": "text" + }, + { + "bbox": [ + 432, + 622, + 438, + 630 + ], + "score": 0.46, + "content": "\\mathrm { ^ a }", + "type": "inline_equation" + }, + { + "bbox": [ + 438, + 620, + 506, + 633 + ], + "score": 1.0, + "content": "binary proximal", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 141, + 630, + 505, + 644 + ], + "spans": [ + { + "bbox": [ + 141, + 631, + 279, + 644 + ], + "score": 1.0, + "content": "operator (where we omit the index", + "type": "text" + }, + { + "bbox": [ + 279, + 633, + 286, + 641 + ], + "score": 0.67, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 631, + 293, + 644 + ], + "score": 1.0, + "content": "):", + "type": "text" + }, + { + "bbox": [ + 294, + 630, + 442, + 644 + ], + "score": 0.75, + "content": "\\mathrm { m i n } _ { \\mathbf { z } } \\left\\| \\mathbf { x } - \\mathbf { f } ( \\mathbf { z } ) \\right\\| ^ { 2 } + \\mu \\| \\mathbf { z } - \\mathbf { h } ( \\mathbf { x } ) \\| ^ { 2 } \\boldsymbol { \\mathfrak { s } }", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 631, + 452, + 644 + ], + "score": 1.0, + "content": "s.t.", + "type": "text" + }, + { + "bbox": [ + 452, + 631, + 501, + 644 + ], + "score": 0.88, + "content": "\\mathbf { z } \\in \\{ 0 , 1 \\} ^ { L }", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 631, + 505, + 644 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 142, + 642, + 429, + 655 + ], + "spans": [ + { + "bbox": [ + 142, + 642, + 429, + 655 + ], + "score": 1.0, + "content": "This can be solved approximately by alternating optimisation over bits.", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 140, + 656, + 505, + 669 + ], + "spans": [ + { + "bbox": [ + 140, + 657, + 165, + 669 + ], + "score": 1.0, + "content": "Over", + "type": "text" + }, + { + "bbox": [ + 165, + 656, + 218, + 669 + ], + "score": 0.92, + "content": "\\mathbf { W } = \\left( \\mathbf { h } , \\mathbf { f } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 657, + 258, + 669 + ], + "score": 1.0, + "content": "for fixed", + "type": "text" + }, + { + "bbox": [ + 258, + 657, + 266, + 667 + ], + "score": 0.57, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 657, + 314, + 669 + ], + "score": 1.0, + "content": ", we obtain", + "type": "text" + }, + { + "bbox": [ + 314, + 657, + 344, + 667 + ], + "score": 0.9, + "content": "L + D", + "type": "inline_equation" + }, + { + "bbox": [ + 344, + 657, + 505, + 669 + ], + "score": 1.0, + "content": "independent problems: for each of the", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 142, + 667, + 505, + 681 + ], + "spans": [ + { + "bbox": [ + 142, + 668, + 151, + 678 + ], + "score": 0.72, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 151, + 667, + 342, + 681 + ], + "score": 1.0, + "content": "single-bit hash functions (which try to predict", + "type": "text" + }, + { + "bbox": [ + 343, + 668, + 351, + 678 + ], + "score": 0.67, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 351, + 667, + 417, + 681 + ], + "score": 1.0, + "content": "optimally from", + "type": "text" + }, + { + "bbox": [ + 417, + 668, + 427, + 678 + ], + "score": 0.5, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 427, + 667, + 505, + 681 + ], + "score": 1.0, + "content": "), each solvable by", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 142, + 679, + 504, + 690 + ], + "spans": [ + { + "bbox": [ + 142, + 679, + 303, + 690 + ], + "score": 1.0, + "content": "fitting a linear SVM; and for each of the", + "type": "text" + }, + { + "bbox": [ + 303, + 680, + 313, + 689 + ], + "score": 0.84, + "content": "D", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 679, + 494, + 690 + ], + "score": 1.0, + "content": "linear decoders in f (which try to reconstruct", + "type": "text" + }, + { + "bbox": [ + 494, + 679, + 504, + 689 + ], + "score": 0.41, + "content": "\\mathbf { X }", + "type": "inline_equation" + } + ], + "index": 49 + }, + { + "bbox": [ + 142, + 690, + 365, + 703 + ], + "spans": [ + { + "bbox": [ + 142, + 690, + 205, + 703 + ], + "score": 1.0, + "content": "optimally from", + "type": "text" + }, + { + "bbox": [ + 205, + 690, + 213, + 700 + ], + "score": 0.44, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 690, + 365, + 703 + ], + "score": 1.0, + "content": "), each a linear least-squares problem.", + "type": "text" + } + ], + "index": 50 + } + ], + "index": 46.5, + "bbox_fs": [ + 138, + 609, + 506, + 703 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 345, + 723 + ], + "score": 1.0, + "content": "The user must choose a schedule for the penalty parameter", + "type": "text" + }, + { + "bbox": [ + 345, + 712, + 353, + 721 + ], + "score": 0.8, + "content": "\\mu", + "type": "inline_equation" + }, + { + "bbox": [ + 353, + 709, + 436, + 723 + ], + "score": 1.0, + "content": "(sequence of values", + "type": "text" + }, + { + "bbox": [ + 436, + 710, + 505, + 721 + ], + "score": 0.88, + "content": "0 < \\mu _ { 1 } < \\cdots <", + "type": "inline_equation" + } + ], + "index": 51 + }, + { + "bbox": [ + 106, + 720, + 505, + 735 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 124, + 732 + ], + "score": 0.81, + "content": "\\mu _ { \\infty } )", + "type": "inline_equation" + }, + { + "bbox": [ + 124, + 720, + 505, + 735 + ], + "score": 1.0, + "content": "). This should increase slowly enough that the binary codes can change considerably and explore", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 263, + 505, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 263, + 505, + 277 + ], + "score": 1.0, + "content": "better solutions before the constraints are satisfied and the algorithm stops. With BAs, MAC stops", + "type": "text", + "cross_page": true + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 275, + 505, + 288 + ], + "spans": [ + { + "bbox": [ + 105, + 275, + 186, + 288 + ], + "score": 1.0, + "content": "for a finite value of", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 186, + 277, + 193, + 287 + ], + "score": 0.78, + "content": "\\mu", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 193, + 275, + 294, + 288 + ], + "score": 1.0, + "content": ", which occurs whenever", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 294, + 276, + 302, + 286 + ], + "score": 0.29, + "content": "\\mathbf { Z }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 303, + 275, + 474, + 288 + ], + "score": 1.0, + "content": "does not change compared to the previous", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 474, + 276, + 483, + 286 + ], + "score": 0.48, + "content": "\\mathbf { Z }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 483, + 275, + 505, + 288 + ], + "score": 1.0, + "content": "step.", + "type": "text", + "cross_page": true + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 286, + 506, + 300 + ], + "spans": [ + { + "bbox": [ + 105, + 286, + 506, + 300 + ], + "score": 1.0, + "content": "This gives a practical stopping criterion. Carreira-Perpi˜n´an and Raziperchikolaei (2015) give proofs", + "type": "text", + "cross_page": true + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 297, + 505, + 310 + ], + "spans": [ + { + "bbox": [ + 105, + 297, + 505, + 310 + ], + "score": 1.0, + "content": "of these statements and further details about the algorithm. Fig. 1 gives the MAC algorithm for BAs.", + "type": "text", + "cross_page": true + } + ], + "index": 8 + } + ], + "index": 51.5, + "bbox_fs": [ + 105, + 709, + 505, + 735 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 106, + 80, + 509, + 212 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 106, + 80, + 509, + 212 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 80, + 509, + 212 + ], + "spans": [ + { + "bbox": [ + 106, + 80, + 509, + 212 + ], + "score": 0.901, + "type": "image", + "image_path": "28e2837e43709b2989c8ca8d4340a5e869997cd4e9c20d0643554b3b04d037df.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 106, + 80, + 509, + 124.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 106, + 124.0, + 509, + 168.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 168.0, + 509, + 212.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 105, + 221, + 504, + 243 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 221, + 505, + 233 + ], + "spans": [ + { + "bbox": [ + 106, + 221, + 505, + 233 + ], + "score": 1.0, + "content": "Figure 1: MAC algorithm for binary autoencoders. “parfor” indicates a for loop whose iterations", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 231, + 425, + 243 + ], + "spans": [ + { + "bbox": [ + 105, + 231, + 272, + 243 + ], + "score": 1.0, + "content": "are carried out in parallel. The steps over", + "type": "text" + }, + { + "bbox": [ + 272, + 232, + 280, + 241 + ], + "score": 0.49, + "content": "\\mathbf { h }", + "type": "inline_equation" + }, + { + "bbox": [ + 281, + 231, + 425, + 243 + ], + "score": 1.0, + "content": "and f can be run in parallel as well.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "text", + "bbox": [ + 107, + 264, + 505, + 308 + ], + "lines": [ + { + "bbox": [ + 105, + 263, + 505, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 263, + 505, + 277 + ], + "score": 1.0, + "content": "better solutions before the constraints are satisfied and the algorithm stops. With BAs, MAC stops", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 275, + 505, + 288 + ], + "spans": [ + { + "bbox": [ + 105, + 275, + 186, + 288 + ], + "score": 1.0, + "content": "for a finite value of", + "type": "text" + }, + { + "bbox": [ + 186, + 277, + 193, + 287 + ], + "score": 0.78, + "content": "\\mu", + "type": "inline_equation" + }, + { + "bbox": [ + 193, + 275, + 294, + 288 + ], + "score": 1.0, + "content": ", which occurs whenever", + "type": "text" + }, + { + "bbox": [ + 294, + 276, + 302, + 286 + ], + "score": 0.29, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 303, + 275, + 474, + 288 + ], + "score": 1.0, + "content": "does not change compared to the previous", + "type": "text" + }, + { + "bbox": [ + 474, + 276, + 483, + 286 + ], + "score": 0.48, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 483, + 275, + 505, + 288 + ], + "score": 1.0, + "content": "step.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 286, + 506, + 300 + ], + "spans": [ + { + "bbox": [ + 105, + 286, + 506, + 300 + ], + "score": 1.0, + "content": "This gives a practical stopping criterion. Carreira-Perpi˜n´an and Raziperchikolaei (2015) give proofs", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 297, + 505, + 310 + ], + "spans": [ + { + "bbox": [ + 105, + 297, + 505, + 310 + ], + "score": 1.0, + "content": "of these statements and further details about the algorithm. Fig. 1 gives the MAC algorithm for BAs.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6.5 + }, + { + "type": "text", + "bbox": [ + 107, + 314, + 505, + 457 + ], + "lines": [ + { + "bbox": [ + 106, + 313, + 506, + 327 + ], + "spans": [ + { + "bbox": [ + 106, + 313, + 506, + 327 + ], + "score": 1.0, + "content": "The BA was proposed as a way to learn good binary hash functions for fast, approximate information", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 324, + 505, + 339 + ], + "spans": [ + { + "bbox": [ + 105, + 324, + 505, + 339 + ], + "score": 1.0, + "content": "retrieval (Carreira-Perpi ˜n´an and Raziperchikolaei, 2015). Binary hashing (Grauman and Fergus,", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 336, + 506, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 336, + 506, + 349 + ], + "score": 1.0, + "content": "2013) has emerged in recent years as an effective way to do fast, approximate nearest-neighbour", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 347, + 506, + 361 + ], + "spans": [ + { + "bbox": [ + 105, + 347, + 506, + 361 + ], + "score": 1.0, + "content": "searches in image databases. The real-valued, high-dimensional image vectors are mapped onto a", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 358, + 505, + 371 + ], + "spans": [ + { + "bbox": [ + 105, + 358, + 182, + 371 + ], + "score": 1.0, + "content": "binary space with", + "type": "text" + }, + { + "bbox": [ + 182, + 359, + 191, + 368 + ], + "score": 0.74, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 358, + 505, + 371 + ], + "score": 1.0, + "content": "bits and the search is performed there using Hamming distances at a vastly", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 369, + 505, + 382 + ], + "spans": [ + { + "bbox": [ + 105, + 369, + 264, + 382 + ], + "score": 1.0, + "content": "faster speed and smaller memory (e.g.", + "type": "text" + }, + { + "bbox": [ + 265, + 369, + 306, + 380 + ], + "score": 0.92, + "content": "N = 1 0 ^ { 9 }", + "type": "inline_equation" + }, + { + "bbox": [ + 306, + 369, + 355, + 382 + ], + "score": 1.0, + "content": "points with", + "type": "text" + }, + { + "bbox": [ + 356, + 370, + 397, + 380 + ], + "score": 0.89, + "content": "D = 5 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 369, + 417, + 382 + ], + "score": 1.0, + "content": "take", + "type": "text" + }, + { + "bbox": [ + 417, + 370, + 440, + 380 + ], + "score": 0.3, + "content": "^ { 2 } \\mathrm { T B }", + "type": "inline_equation" + }, + { + "bbox": [ + 440, + 369, + 505, + 382 + ], + "score": 1.0, + "content": ", but only 8 GB", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 380, + 506, + 393 + ], + "spans": [ + { + "bbox": [ + 105, + 380, + 130, + 393 + ], + "score": 1.0, + "content": "using", + "type": "text" + }, + { + "bbox": [ + 131, + 380, + 162, + 390 + ], + "score": 0.9, + "content": "L = 6 4", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 380, + 506, + 393 + ], + "score": 1.0, + "content": "bits, which easily fits in RAM). As shown by Carreira-Perpi ˜n´an and Raziperchikolaei", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 391, + 505, + 404 + ], + "spans": [ + { + "bbox": [ + 105, + 391, + 505, + 404 + ], + "score": 1.0, + "content": "(2015), training BAs with MAC beats approximate optimisation approaches such as relaxing the", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 403, + 505, + 415 + ], + "spans": [ + { + "bbox": [ + 106, + 403, + 505, + 415 + ], + "score": 1.0, + "content": "codes or the step function in the encoder, and yields state-of-the-art binary hash functions h in un-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 413, + 505, + 426 + ], + "spans": [ + { + "bbox": [ + 105, + 413, + 505, + 426 + ], + "score": 1.0, + "content": "supervised problems, improving over established approaches such as iterative quantisation (ITQ)", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 424, + 505, + 436 + ], + "spans": [ + { + "bbox": [ + 106, + 424, + 505, + 436 + ], + "score": 1.0, + "content": "(Gong et al., 2013). We focus mostly on linear hash functions because these are, by far, the most", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 434, + 505, + 448 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 505, + 448 + ], + "score": 1.0, + "content": "used type of hash functions in the literature of binary hashing, due to the fact that computing the", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 447, + 322, + 458 + ], + "spans": [ + { + "bbox": [ + 106, + 447, + 322, + 458 + ], + "score": 1.0, + "content": "binary codes for a test image must be fast at run time.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 107, + 470, + 505, + 515 + ], + "lines": [ + { + "bbox": [ + 105, + 470, + 506, + 483 + ], + "spans": [ + { + "bbox": [ + 105, + 470, + 298, + 483 + ], + "score": 1.0, + "content": "MAC in general With a nested function with", + "type": "text" + }, + { + "bbox": [ + 298, + 471, + 308, + 480 + ], + "score": 0.8, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 470, + 506, + 483 + ], + "score": 1.0, + "content": "layers, we can introduce auxiliary coordinates at", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 481, + 505, + 495 + ], + "spans": [ + { + "bbox": [ + 105, + 481, + 505, + 495 + ], + "score": 1.0, + "content": "each layer. For example, with a neural net, this decouples the weight vector of every hidden unit in", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 492, + 506, + 505 + ], + "spans": [ + { + "bbox": [ + 105, + 492, + 506, + 505 + ], + "score": 1.0, + "content": "the W step, which can be solved as a logistic regression (see Carreira-Perpi ˜n´an and Alizadeh, 2016).", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 504, + 488, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 504, + 488, + 516 + ], + "score": 1.0, + "content": "For a large net with a large dataset, this affords an enormous potential for parallel computation.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 107, + 528, + 505, + 693 + ], + "lines": [ + { + "bbox": [ + 105, + 527, + 506, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 527, + 506, + 541 + ], + "score": 1.0, + "content": "MAC and EM MAC is very similar to expectation-maximisation (EM) at a conceptual level. EM", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 538, + 506, + 553 + ], + "spans": [ + { + "bbox": [ + 105, + 538, + 506, + 553 + ], + "score": 1.0, + "content": "(McLachlan and Krishnan, 2008) applies generally to many probabilistic models. The resulting", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 550, + 505, + 563 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 505, + 563 + ], + "score": 1.0, + "content": "algorithm can be very different (e.g. EM for Gaussian mixtures vs EM for hidden Markov models),", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 561, + 505, + 574 + ], + "spans": [ + { + "bbox": [ + 106, + 561, + 505, + 574 + ], + "score": 1.0, + "content": "but it always alternates two steps that conceptually do the following. The E step updates in parallel", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 571, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 571, + 409, + 585 + ], + "score": 1.0, + "content": "the posterior probabilities. This separates over data points and is like the", + "type": "text" + }, + { + "bbox": [ + 409, + 573, + 418, + 582 + ], + "score": 0.46, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 419, + 571, + 505, + 585 + ], + "score": 1.0, + "content": "step in MAC, where", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 582, + 505, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 505, + 596 + ], + "score": 1.0, + "content": "the posterior probabilities are the auxiliary coordinates, and where the step may be in closed-form", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 594, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 505, + 606 + ], + "score": 1.0, + "content": "or require optimisation, depending on the model. The M step updates in parallel the “submodels”.", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 605, + 506, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 185, + 617 + ], + "score": 1.0, + "content": "For a mixture with", + "type": "text" + }, + { + "bbox": [ + 186, + 605, + 198, + 615 + ], + "score": 0.75, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 198, + 605, + 307, + 617 + ], + "score": 1.0, + "content": "components, these are the", + "type": "text" + }, + { + "bbox": [ + 307, + 605, + 319, + 615 + ], + "score": 0.7, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 605, + 506, + 617 + ], + "score": 1.0, + "content": "Gaussians (means, covariances, proportions).", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 615, + 504, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 495, + 628 + ], + "score": 1.0, + "content": "This separates over submodels and is like the W step in MAC. For BAs, the submodels are the", + "type": "text" + }, + { + "bbox": [ + 496, + 617, + 504, + 626 + ], + "score": 0.72, + "content": "L", + "type": "inline_equation" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 626, + 506, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 235, + 639 + ], + "score": 1.0, + "content": "encoders (linear SVMs) and the", + "type": "text" + }, + { + "bbox": [ + 236, + 627, + 245, + 637 + ], + "score": 0.76, + "content": "D", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 626, + 506, + 639 + ], + "score": 1.0, + "content": "decoders (linear regressors); for a neural net, each weight vector", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 637, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 506, + 651 + ], + "score": 1.0, + "content": "of a hidden unit is a submodel (a logistic regressor). For Gaussian mixtures, the M step can be done", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 648, + 506, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 506, + 663 + ], + "score": 1.0, + "content": "exactly in one “epoch” because it is a simple average. For MAC, it usually requires optimisation,", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 660, + 505, + 672 + ], + "spans": [ + { + "bbox": [ + 106, + 660, + 371, + 672 + ], + "score": 1.0, + "content": "and so multiple epochs. In fact, ParMAC applies to EM by using", + "type": "text" + }, + { + "bbox": [ + 371, + 660, + 397, + 670 + ], + "score": 0.89, + "content": "e = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 660, + 505, + 672 + ], + "score": 1.0, + "content": "epoch: in the W step, the", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 670, + 506, + 685 + ], + "spans": [ + { + "bbox": [ + 105, + 670, + 474, + 685 + ], + "score": 1.0, + "content": "Gaussians visit each machine circularly and (their averages) are updated on its data; in the", + "type": "text" + }, + { + "bbox": [ + 474, + 671, + 483, + 681 + ], + "score": 0.47, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 483, + 670, + 506, + 685 + ], + "score": 1.0, + "content": "step,", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 682, + 301, + 694 + ], + "spans": [ + { + "bbox": [ + 105, + 682, + 301, + 694 + ], + "score": 1.0, + "content": "each machine updates its posterior probabilities.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 33 + }, + { + "type": "text", + "bbox": [ + 108, + 699, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "In the rest of the paper, some readers may find this analogy useful and think of EM for Gaussian mix-", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 709, + 505, + 721 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 505, + 721 + ], + "score": 1.0, + "content": "tures instead of MAC, replacing “submodels” and “auxiliary coordinates” in MAC with “Gaussians”", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 721, + 305, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 305, + 733 + ], + "score": 1.0, + "content": "and “posterior probabilities” in EM, respectively.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42 + } + ], + "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 2017", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 752, + 308, + 759 + ], + "lines": [] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 106, + 80, + 509, + 212 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 106, + 80, + 509, + 212 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 80, + 509, + 212 + ], + "spans": [ + { + "bbox": [ + 106, + 80, + 509, + 212 + ], + "score": 0.901, + "type": "image", + "image_path": "28e2837e43709b2989c8ca8d4340a5e869997cd4e9c20d0643554b3b04d037df.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 106, + 80, + 509, + 124.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 106, + 124.0, + 509, + 168.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 168.0, + 509, + 212.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 105, + 221, + 504, + 243 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 221, + 505, + 233 + ], + "spans": [ + { + "bbox": [ + 106, + 221, + 505, + 233 + ], + "score": 1.0, + "content": "Figure 1: MAC algorithm for binary autoencoders. “parfor” indicates a for loop whose iterations", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 231, + 425, + 243 + ], + "spans": [ + { + "bbox": [ + 105, + 231, + 272, + 243 + ], + "score": 1.0, + "content": "are carried out in parallel. The steps over", + "type": "text" + }, + { + "bbox": [ + 272, + 232, + 280, + 241 + ], + "score": 0.49, + "content": "\\mathbf { h }", + "type": "inline_equation" + }, + { + "bbox": [ + 281, + 231, + 425, + 243 + ], + "score": 1.0, + "content": "and f can be run in parallel as well.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "text", + "bbox": [ + 107, + 264, + 505, + 308 + ], + "lines": [], + "index": 6.5, + "bbox_fs": [ + 105, + 263, + 506, + 310 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 314, + 505, + 457 + ], + "lines": [ + { + "bbox": [ + 106, + 313, + 506, + 327 + ], + "spans": [ + { + "bbox": [ + 106, + 313, + 506, + 327 + ], + "score": 1.0, + "content": "The BA was proposed as a way to learn good binary hash functions for fast, approximate information", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 324, + 505, + 339 + ], + "spans": [ + { + "bbox": [ + 105, + 324, + 505, + 339 + ], + "score": 1.0, + "content": "retrieval (Carreira-Perpi ˜n´an and Raziperchikolaei, 2015). Binary hashing (Grauman and Fergus,", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 336, + 506, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 336, + 506, + 349 + ], + "score": 1.0, + "content": "2013) has emerged in recent years as an effective way to do fast, approximate nearest-neighbour", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 347, + 506, + 361 + ], + "spans": [ + { + "bbox": [ + 105, + 347, + 506, + 361 + ], + "score": 1.0, + "content": "searches in image databases. The real-valued, high-dimensional image vectors are mapped onto a", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 358, + 505, + 371 + ], + "spans": [ + { + "bbox": [ + 105, + 358, + 182, + 371 + ], + "score": 1.0, + "content": "binary space with", + "type": "text" + }, + { + "bbox": [ + 182, + 359, + 191, + 368 + ], + "score": 0.74, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 358, + 505, + 371 + ], + "score": 1.0, + "content": "bits and the search is performed there using Hamming distances at a vastly", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 369, + 505, + 382 + ], + "spans": [ + { + "bbox": [ + 105, + 369, + 264, + 382 + ], + "score": 1.0, + "content": "faster speed and smaller memory (e.g.", + "type": "text" + }, + { + "bbox": [ + 265, + 369, + 306, + 380 + ], + "score": 0.92, + "content": "N = 1 0 ^ { 9 }", + "type": "inline_equation" + }, + { + "bbox": [ + 306, + 369, + 355, + 382 + ], + "score": 1.0, + "content": "points with", + "type": "text" + }, + { + "bbox": [ + 356, + 370, + 397, + 380 + ], + "score": 0.89, + "content": "D = 5 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 369, + 417, + 382 + ], + "score": 1.0, + "content": "take", + "type": "text" + }, + { + "bbox": [ + 417, + 370, + 440, + 380 + ], + "score": 0.3, + "content": "^ { 2 } \\mathrm { T B }", + "type": "inline_equation" + }, + { + "bbox": [ + 440, + 369, + 505, + 382 + ], + "score": 1.0, + "content": ", but only 8 GB", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 380, + 506, + 393 + ], + "spans": [ + { + "bbox": [ + 105, + 380, + 130, + 393 + ], + "score": 1.0, + "content": "using", + "type": "text" + }, + { + "bbox": [ + 131, + 380, + 162, + 390 + ], + "score": 0.9, + "content": "L = 6 4", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 380, + 506, + 393 + ], + "score": 1.0, + "content": "bits, which easily fits in RAM). As shown by Carreira-Perpi ˜n´an and Raziperchikolaei", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 391, + 505, + 404 + ], + "spans": [ + { + "bbox": [ + 105, + 391, + 505, + 404 + ], + "score": 1.0, + "content": "(2015), training BAs with MAC beats approximate optimisation approaches such as relaxing the", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 403, + 505, + 415 + ], + "spans": [ + { + "bbox": [ + 106, + 403, + 505, + 415 + ], + "score": 1.0, + "content": "codes or the step function in the encoder, and yields state-of-the-art binary hash functions h in un-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 413, + 505, + 426 + ], + "spans": [ + { + "bbox": [ + 105, + 413, + 505, + 426 + ], + "score": 1.0, + "content": "supervised problems, improving over established approaches such as iterative quantisation (ITQ)", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 424, + 505, + 436 + ], + "spans": [ + { + "bbox": [ + 106, + 424, + 505, + 436 + ], + "score": 1.0, + "content": "(Gong et al., 2013). We focus mostly on linear hash functions because these are, by far, the most", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 434, + 505, + 448 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 505, + 448 + ], + "score": 1.0, + "content": "used type of hash functions in the literature of binary hashing, due to the fact that computing the", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 447, + 322, + 458 + ], + "spans": [ + { + "bbox": [ + 106, + 447, + 322, + 458 + ], + "score": 1.0, + "content": "binary codes for a test image must be fast at run time.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 15, + "bbox_fs": [ + 105, + 313, + 506, + 458 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 470, + 505, + 515 + ], + "lines": [ + { + "bbox": [ + 105, + 470, + 506, + 483 + ], + "spans": [ + { + "bbox": [ + 105, + 470, + 298, + 483 + ], + "score": 1.0, + "content": "MAC in general With a nested function with", + "type": "text" + }, + { + "bbox": [ + 298, + 471, + 308, + 480 + ], + "score": 0.8, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 470, + 506, + 483 + ], + "score": 1.0, + "content": "layers, we can introduce auxiliary coordinates at", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 481, + 505, + 495 + ], + "spans": [ + { + "bbox": [ + 105, + 481, + 505, + 495 + ], + "score": 1.0, + "content": "each layer. For example, with a neural net, this decouples the weight vector of every hidden unit in", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 492, + 506, + 505 + ], + "spans": [ + { + "bbox": [ + 105, + 492, + 506, + 505 + ], + "score": 1.0, + "content": "the W step, which can be solved as a logistic regression (see Carreira-Perpi ˜n´an and Alizadeh, 2016).", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 504, + 488, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 504, + 488, + 516 + ], + "score": 1.0, + "content": "For a large net with a large dataset, this affords an enormous potential for parallel computation.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 23.5, + "bbox_fs": [ + 105, + 470, + 506, + 516 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 528, + 505, + 693 + ], + "lines": [ + { + "bbox": [ + 105, + 527, + 506, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 527, + 506, + 541 + ], + "score": 1.0, + "content": "MAC and EM MAC is very similar to expectation-maximisation (EM) at a conceptual level. EM", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 538, + 506, + 553 + ], + "spans": [ + { + "bbox": [ + 105, + 538, + 506, + 553 + ], + "score": 1.0, + "content": "(McLachlan and Krishnan, 2008) applies generally to many probabilistic models. The resulting", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 550, + 505, + 563 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 505, + 563 + ], + "score": 1.0, + "content": "algorithm can be very different (e.g. EM for Gaussian mixtures vs EM for hidden Markov models),", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 561, + 505, + 574 + ], + "spans": [ + { + "bbox": [ + 106, + 561, + 505, + 574 + ], + "score": 1.0, + "content": "but it always alternates two steps that conceptually do the following. The E step updates in parallel", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 571, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 571, + 409, + 585 + ], + "score": 1.0, + "content": "the posterior probabilities. This separates over data points and is like the", + "type": "text" + }, + { + "bbox": [ + 409, + 573, + 418, + 582 + ], + "score": 0.46, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 419, + 571, + 505, + 585 + ], + "score": 1.0, + "content": "step in MAC, where", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 582, + 505, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 505, + 596 + ], + "score": 1.0, + "content": "the posterior probabilities are the auxiliary coordinates, and where the step may be in closed-form", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 594, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 505, + 606 + ], + "score": 1.0, + "content": "or require optimisation, depending on the model. The M step updates in parallel the “submodels”.", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 605, + 506, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 185, + 617 + ], + "score": 1.0, + "content": "For a mixture with", + "type": "text" + }, + { + "bbox": [ + 186, + 605, + 198, + 615 + ], + "score": 0.75, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 198, + 605, + 307, + 617 + ], + "score": 1.0, + "content": "components, these are the", + "type": "text" + }, + { + "bbox": [ + 307, + 605, + 319, + 615 + ], + "score": 0.7, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 605, + 506, + 617 + ], + "score": 1.0, + "content": "Gaussians (means, covariances, proportions).", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 615, + 504, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 495, + 628 + ], + "score": 1.0, + "content": "This separates over submodels and is like the W step in MAC. For BAs, the submodels are the", + "type": "text" + }, + { + "bbox": [ + 496, + 617, + 504, + 626 + ], + "score": 0.72, + "content": "L", + "type": "inline_equation" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 626, + 506, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 235, + 639 + ], + "score": 1.0, + "content": "encoders (linear SVMs) and the", + "type": "text" + }, + { + "bbox": [ + 236, + 627, + 245, + 637 + ], + "score": 0.76, + "content": "D", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 626, + 506, + 639 + ], + "score": 1.0, + "content": "decoders (linear regressors); for a neural net, each weight vector", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 637, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 506, + 651 + ], + "score": 1.0, + "content": "of a hidden unit is a submodel (a logistic regressor). For Gaussian mixtures, the M step can be done", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 648, + 506, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 506, + 663 + ], + "score": 1.0, + "content": "exactly in one “epoch” because it is a simple average. For MAC, it usually requires optimisation,", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 660, + 505, + 672 + ], + "spans": [ + { + "bbox": [ + 106, + 660, + 371, + 672 + ], + "score": 1.0, + "content": "and so multiple epochs. In fact, ParMAC applies to EM by using", + "type": "text" + }, + { + "bbox": [ + 371, + 660, + 397, + 670 + ], + "score": 0.89, + "content": "e = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 660, + 505, + 672 + ], + "score": 1.0, + "content": "epoch: in the W step, the", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 670, + 506, + 685 + ], + "spans": [ + { + "bbox": [ + 105, + 670, + 474, + 685 + ], + "score": 1.0, + "content": "Gaussians visit each machine circularly and (their averages) are updated on its data; in the", + "type": "text" + }, + { + "bbox": [ + 474, + 671, + 483, + 681 + ], + "score": 0.47, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 483, + 670, + 506, + 685 + ], + "score": 1.0, + "content": "step,", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 682, + 301, + 694 + ], + "spans": [ + { + "bbox": [ + 105, + 682, + 301, + 694 + ], + "score": 1.0, + "content": "each machine updates its posterior probabilities.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 33, + "bbox_fs": [ + 105, + 527, + 506, + 694 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 699, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "In the rest of the paper, some readers may find this analogy useful and think of EM for Gaussian mix-", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 709, + 505, + 721 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 505, + 721 + ], + "score": 1.0, + "content": "tures instead of MAC, replacing “submodels” and “auxiliary coordinates” in MAC with “Gaussians”", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 721, + 305, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 305, + 733 + ], + "score": 1.0, + "content": "and “posterior probabilities” in EM, respectively.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42, + "bbox_fs": [ + 105, + 698, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 109, + 82, + 500, + 287 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 82, + 500, + 287 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 82, + 500, + 287 + ], + "spans": [ + { + "bbox": [ + 109, + 82, + 500, + 287 + ], + "score": 0.972, + "type": "image", + "image_path": "0935259ff5ddbeac36f41db147d0b66d8970c89e9d73ac600a82da6a50558ab8.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 109, + 82, + 500, + 150.33333333333331 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 109, + 150.33333333333331, + 500, + 218.66666666666663 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 109, + 218.66666666666663, + 500, + 286.99999999999994 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 294, + 506, + 328 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 294, + 505, + 306 + ], + "spans": [ + { + "bbox": [ + 106, + 294, + 230, + 306 + ], + "score": 1.0, + "content": "Figure 2: ParMAC model with", + "type": "text" + }, + { + "bbox": [ + 230, + 294, + 257, + 304 + ], + "score": 0.91, + "content": "P = 4", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 294, + 300, + 306 + ], + "score": 1.0, + "content": "machines,", + "type": "text" + }, + { + "bbox": [ + 300, + 294, + 336, + 304 + ], + "score": 0.9, + "content": "M = 1 2", + "type": "inline_equation" + }, + { + "bbox": [ + 336, + 294, + 386, + 306 + ], + "score": 1.0, + "content": "submodels “", + "type": "text" + }, + { + "bbox": [ + 387, + 295, + 401, + 305 + ], + "score": 0.52, + "content": "{ \\bf w } _ { h }", + "type": "inline_equation" + }, + { + "bbox": [ + 401, + 294, + 422, + 306 + ], + "score": 1.0, + "content": "” and", + "type": "text" + }, + { + "bbox": [ + 423, + 294, + 456, + 304 + ], + "score": 0.93, + "content": "N = 4 0", + "type": "inline_equation" + }, + { + "bbox": [ + 457, + 294, + 505, + 306 + ], + "score": 1.0, + "content": "data points.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 304, + 505, + 317 + ], + "spans": [ + { + "bbox": [ + 106, + 304, + 153, + 317 + ], + "score": 1.0, + "content": "Submodels", + "type": "text" + }, + { + "bbox": [ + 153, + 306, + 160, + 315 + ], + "score": 0.51, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 161, + 304, + 164, + 317 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 164, + 305, + 195, + 316 + ], + "score": 0.79, + "content": "h + M", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 304, + 198, + 317 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 198, + 305, + 234, + 316 + ], + "score": 0.88, + "content": "h + 2 M", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 304, + 252, + 317 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 252, + 305, + 288, + 315 + ], + "score": 0.92, + "content": "h + 3 M", + "type": "inline_equation" + }, + { + "bbox": [ + 288, + 304, + 384, + 317 + ], + "score": 1.0, + "content": "are copies of submodel", + "type": "text" + }, + { + "bbox": [ + 384, + 306, + 391, + 315 + ], + "score": 0.79, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 304, + 505, + 317 + ], + "score": 1.0, + "content": ", but only one of them is the", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 316, + 401, + 328 + ], + "spans": [ + { + "bbox": [ + 106, + 316, + 401, + 328 + ], + "score": 1.0, + "content": "most currently updated. At the end of the W step all copies are identical.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "title", + "bbox": [ + 106, + 352, + 492, + 365 + ], + "lines": [ + { + "bbox": [ + 104, + 349, + 495, + 366 + ], + "spans": [ + { + "bbox": [ + 104, + 349, + 495, + 366 + ], + "score": 1.0, + "content": "3 PARMAC: A PARALLEL, DISTRIBUTED COMPUTATION MODEL FOR MAC", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 107, + 379, + 505, + 479 + ], + "lines": [ + { + "bbox": [ + 105, + 379, + 505, + 393 + ], + "spans": [ + { + "bbox": [ + 105, + 379, + 505, + 393 + ], + "score": 1.0, + "content": "A specific MAC algorithm depends on the model and objective function and on how the auxiliary", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 389, + 505, + 404 + ], + "spans": [ + { + "bbox": [ + 105, + 389, + 505, + 404 + ], + "score": 1.0, + "content": "coordinates are introduced. We can achieve steps that are closed-form, convex, nonconvex, binary,", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 401, + 505, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 505, + 415 + ], + "score": 1.0, + "content": "or others. However, we will assume the following always hold: (1) Separability over data points.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 104, + 411, + 504, + 427 + ], + "spans": [ + { + "bbox": [ + 104, + 411, + 133, + 427 + ], + "score": 1.0, + "content": "In the", + "type": "text" + }, + { + "bbox": [ + 134, + 413, + 143, + 423 + ], + "score": 0.41, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 143, + 411, + 182, + 427 + ], + "score": 1.0, + "content": "step, the", + "type": "text" + }, + { + "bbox": [ + 183, + 413, + 193, + 423 + ], + "score": 0.55, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 193, + 411, + 264, + 427 + ], + "score": 1.0, + "content": "subproblems for", + "type": "text" + }, + { + "bbox": [ + 264, + 414, + 310, + 424 + ], + "score": 0.89, + "content": "\\mathbf { z } _ { 1 } , \\ldots , \\mathbf { z } _ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 310, + 411, + 491, + 427 + ], + "score": 1.0, + "content": "are independent, one per data point. Each", + "type": "text" + }, + { + "bbox": [ + 492, + 414, + 504, + 424 + ], + "score": 0.84, + "content": "\\mathbf { z } _ { n }", + "type": "inline_equation" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 424, + 505, + 436 + ], + "spans": [ + { + "bbox": [ + 106, + 424, + 505, + 436 + ], + "score": 1.0, + "content": "step depends on the current model. (2) Separability over submodels. In the W step, there are", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 107, + 434, + 506, + 447 + ], + "spans": [ + { + "bbox": [ + 107, + 435, + 119, + 445 + ], + "score": 0.62, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 434, + 250, + 447 + ], + "score": 1.0, + "content": "independent submodels, where", + "type": "text" + }, + { + "bbox": [ + 250, + 435, + 263, + 445 + ], + "score": 0.64, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 434, + 431, + 447 + ], + "score": 1.0, + "content": "depends on the problem. For example,", + "type": "text" + }, + { + "bbox": [ + 432, + 435, + 443, + 445 + ], + "score": 0.67, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 434, + 506, + 447 + ], + "score": 1.0, + "content": "is the number", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 446, + 505, + 458 + ], + "spans": [ + { + "bbox": [ + 106, + 446, + 505, + 458 + ], + "score": 1.0, + "content": "of hidden units in a deep net, or the number of hash functions and linear decoders in a BA. Each", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 457, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 106, + 457, + 505, + 469 + ], + "score": 1.0, + "content": "submodel depends on all the data and coordinates. We now show how to turn this into a distributed,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 468, + 270, + 479 + ], + "spans": [ + { + "bbox": [ + 106, + 468, + 189, + 479 + ], + "score": 1.0, + "content": "low-communication", + "type": "text" + }, + { + "bbox": [ + 189, + 468, + 226, + 478 + ], + "score": 0.3, + "content": "P a r M A C", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 468, + 270, + 479 + ], + "score": 1.0, + "content": "algorithm.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 107, + 484, + 505, + 595 + ], + "lines": [ + { + "bbox": [ + 106, + 484, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 106, + 484, + 505, + 496 + ], + "score": 1.0, + "content": "The basic idea in ParMAC is as follows. With large datasets in distributed systems, it is imperative", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 496, + 505, + 507 + ], + "spans": [ + { + "bbox": [ + 105, + 496, + 505, + 507 + ], + "score": 1.0, + "content": "to minimise data movement over the network because the communication time generally far exceeds", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 505, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 505, + 505, + 519 + ], + "score": 1.0, + "content": "the computation time in modern architectures. In MAC we have 3 types of data: the original train-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 517, + 505, + 529 + ], + "spans": [ + { + "bbox": [ + 106, + 518, + 142, + 529 + ], + "score": 1.0, + "content": "ing data", + "type": "text" + }, + { + "bbox": [ + 142, + 517, + 172, + 529 + ], + "score": 0.89, + "content": "( \\mathbf { X } , \\mathbf { Y } )", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 518, + 279, + 529 + ], + "score": 1.0, + "content": ", the auxiliary coordinates", + "type": "text" + }, + { + "bbox": [ + 279, + 518, + 288, + 527 + ], + "score": 0.4, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 288, + 518, + 505, + 529 + ], + "score": 1.0, + "content": ", and the model parameters (the submodels). Usually,", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 528, + 506, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 506, + 541 + ], + "score": 1.0, + "content": "the latter type is far smaller. In ParMAC, we never communicate training or coordinate data; each", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 539, + 506, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 539, + 251, + 552 + ], + "score": 1.0, + "content": "machine keeps a disjoint portion of", + "type": "text" + }, + { + "bbox": [ + 251, + 539, + 292, + 551 + ], + "score": 0.87, + "content": "( \\mathbf { X } , \\mathbf { Y } , \\mathbf { Z } )", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 539, + 506, + 552 + ], + "score": 1.0, + "content": "corresponding to a subset of the points. Only model", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 550, + 505, + 563 + ], + "spans": [ + { + "bbox": [ + 104, + 550, + 505, + 563 + ], + "score": 1.0, + "content": "parameters are communicated, during the W step, following a circular topology, which implicitly", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 562, + 504, + 573 + ], + "spans": [ + { + "bbox": [ + 105, + 562, + 504, + 573 + ], + "score": 1.0, + "content": "implements a stochastic optimisation. The model parameters are the hash functions h and the de-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 572, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 267, + 585 + ], + "score": 1.0, + "content": "coder f for BAs, and the weight vector", + "type": "text" + }, + { + "bbox": [ + 267, + 574, + 282, + 583 + ], + "score": 0.87, + "content": "{ \\bf w } _ { h }", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 572, + 365, + 585 + ], + "score": 1.0, + "content": "of each hidden unit", + "type": "text" + }, + { + "bbox": [ + 365, + 573, + 372, + 582 + ], + "score": 0.8, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 572, + 505, + 585 + ], + "score": 1.0, + "content": "for deep nets. Let us see this in", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 582, + 195, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 195, + 596 + ], + "score": 1.0, + "content": "detail (refer to fig. 2).", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 20.5 + }, + { + "type": "text", + "bbox": [ + 107, + 600, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 599, + 506, + 613 + ], + "spans": [ + { + "bbox": [ + 106, + 599, + 176, + 613 + ], + "score": 1.0, + "content": "Assume we have", + "type": "text" + }, + { + "bbox": [ + 177, + 601, + 186, + 610 + ], + "score": 0.8, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 599, + 506, + 613 + ], + "score": 1.0, + "content": "identical processing machines, each with its own memory and CPU, connected", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 611, + 506, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 611, + 506, + 623 + ], + "score": 1.0, + "content": "through a network in a circular unidirectional topology. Each machine stores a subset of the data", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 621, + 506, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 621, + 259, + 635 + ], + "score": 1.0, + "content": "points and corresponding coordinates", + "type": "text" + }, + { + "bbox": [ + 259, + 622, + 309, + 634 + ], + "score": 0.92, + "content": "\\left( \\mathbf { x } _ { n } , \\mathbf { y } _ { n } , \\mathbf { z } _ { n } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 621, + 506, + 635 + ], + "score": 1.0, + "content": "such that the subsets are disjoint and their union", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 633, + 504, + 645 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 223, + 645 + ], + "score": 1.0, + "content": "is the entire data. Before the", + "type": "text" + }, + { + "bbox": [ + 224, + 633, + 232, + 643 + ], + "score": 0.55, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 233, + 633, + 504, + 645 + ], + "score": 1.0, + "content": "step starts, each machine contains all the (just updated) submodels.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 643, + 505, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 198, + 657 + ], + "score": 1.0, + "content": "This means that in the", + "type": "text" + }, + { + "bbox": [ + 198, + 644, + 207, + 654 + ], + "score": 0.45, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 643, + 423, + 657 + ], + "score": 1.0, + "content": "step each machine processes its auxiliary coordinates", + "type": "text" + }, + { + "bbox": [ + 423, + 644, + 445, + 656 + ], + "score": 0.92, + "content": "\\left\\{ { \\bf z } _ { n } \\right\\}", + "type": "inline_equation" + }, + { + "bbox": [ + 445, + 643, + 505, + 657 + ], + "score": 1.0, + "content": "independently", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 654, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 506, + 668 + ], + "score": 1.0, + "content": "of all other machines, i.e., no communication occurs. The W step is more subtle. At the beginning", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 666, + 506, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 506, + 678 + ], + "score": 1.0, + "content": "of the W step, each machine will contain all the submodels and its portion of the data and (just", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "score": 1.0, + "content": "updated) coordinates. Each submodel must have access to the entire data and coordinates in order", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 688, + 504, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 504, + 700 + ], + "score": 1.0, + "content": "to update itself and, since the data cannot leave its home machine, the submodel must go to the data.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 697, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 697, + 505, + 712 + ], + "score": 1.0, + "content": "We achieve this in the circular topology with an asynchronous processing, as follows. Each machine", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 710, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 506, + 722 + ], + "score": 1.0, + "content": "keeps a queue of submodels to be processed, and repeatedly performs the following operations:", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 721, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 506, + 733 + ], + "score": 1.0, + "content": "extract a submodel from the queue, process it on its data and send it to the machine’s successor", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 31.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": [ + 107, + 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" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 109, + 82, + 500, + 287 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 82, + 500, + 287 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 82, + 500, + 287 + ], + "spans": [ + { + "bbox": [ + 109, + 82, + 500, + 287 + ], + "score": 0.972, + "type": "image", + "image_path": "0935259ff5ddbeac36f41db147d0b66d8970c89e9d73ac600a82da6a50558ab8.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 109, + 82, + 500, + 150.33333333333331 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 109, + 150.33333333333331, + 500, + 218.66666666666663 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 109, + 218.66666666666663, + 500, + 286.99999999999994 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 294, + 506, + 328 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 294, + 505, + 306 + ], + "spans": [ + { + "bbox": [ + 106, + 294, + 230, + 306 + ], + "score": 1.0, + "content": "Figure 2: ParMAC model with", + "type": "text" + }, + { + "bbox": [ + 230, + 294, + 257, + 304 + ], + "score": 0.91, + "content": "P = 4", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 294, + 300, + 306 + ], + "score": 1.0, + "content": "machines,", + "type": "text" + }, + { + "bbox": [ + 300, + 294, + 336, + 304 + ], + "score": 0.9, + "content": "M = 1 2", + "type": "inline_equation" + }, + { + "bbox": [ + 336, + 294, + 386, + 306 + ], + "score": 1.0, + "content": "submodels “", + "type": "text" + }, + { + "bbox": [ + 387, + 295, + 401, + 305 + ], + "score": 0.52, + "content": "{ \\bf w } _ { h }", + "type": "inline_equation" + }, + { + "bbox": [ + 401, + 294, + 422, + 306 + ], + "score": 1.0, + "content": "” and", + "type": "text" + }, + { + "bbox": [ + 423, + 294, + 456, + 304 + ], + "score": 0.93, + "content": "N = 4 0", + "type": "inline_equation" + }, + { + "bbox": [ + 457, + 294, + 505, + 306 + ], + "score": 1.0, + "content": "data points.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 304, + 505, + 317 + ], + "spans": [ + { + "bbox": [ + 106, + 304, + 153, + 317 + ], + "score": 1.0, + "content": "Submodels", + "type": "text" + }, + { + "bbox": [ + 153, + 306, + 160, + 315 + ], + "score": 0.51, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 161, + 304, + 164, + 317 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 164, + 305, + 195, + 316 + ], + "score": 0.79, + "content": "h + M", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 304, + 198, + 317 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 198, + 305, + 234, + 316 + ], + "score": 0.88, + "content": "h + 2 M", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 304, + 252, + 317 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 252, + 305, + 288, + 315 + ], + "score": 0.92, + "content": "h + 3 M", + "type": "inline_equation" + }, + { + "bbox": [ + 288, + 304, + 384, + 317 + ], + "score": 1.0, + "content": "are copies of submodel", + "type": "text" + }, + { + "bbox": [ + 384, + 306, + 391, + 315 + ], + "score": 0.79, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 304, + 505, + 317 + ], + "score": 1.0, + "content": ", but only one of them is the", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 316, + 401, + 328 + ], + "spans": [ + { + "bbox": [ + 106, + 316, + 401, + 328 + ], + "score": 1.0, + "content": "most currently updated. At the end of the W step all copies are identical.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "title", + "bbox": [ + 106, + 352, + 492, + 365 + ], + "lines": [ + { + "bbox": [ + 104, + 349, + 495, + 366 + ], + "spans": [ + { + "bbox": [ + 104, + 349, + 495, + 366 + ], + "score": 1.0, + "content": "3 PARMAC: A PARALLEL, DISTRIBUTED COMPUTATION MODEL FOR MAC", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 107, + 379, + 505, + 479 + ], + "lines": [ + { + "bbox": [ + 105, + 379, + 505, + 393 + ], + "spans": [ + { + "bbox": [ + 105, + 379, + 505, + 393 + ], + "score": 1.0, + "content": "A specific MAC algorithm depends on the model and objective function and on how the auxiliary", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 389, + 505, + 404 + ], + "spans": [ + { + "bbox": [ + 105, + 389, + 505, + 404 + ], + "score": 1.0, + "content": "coordinates are introduced. We can achieve steps that are closed-form, convex, nonconvex, binary,", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 401, + 505, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 505, + 415 + ], + "score": 1.0, + "content": "or others. However, we will assume the following always hold: (1) Separability over data points.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 104, + 411, + 504, + 427 + ], + "spans": [ + { + "bbox": [ + 104, + 411, + 133, + 427 + ], + "score": 1.0, + "content": "In the", + "type": "text" + }, + { + "bbox": [ + 134, + 413, + 143, + 423 + ], + "score": 0.41, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 143, + 411, + 182, + 427 + ], + "score": 1.0, + "content": "step, the", + "type": "text" + }, + { + "bbox": [ + 183, + 413, + 193, + 423 + ], + "score": 0.55, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 193, + 411, + 264, + 427 + ], + "score": 1.0, + "content": "subproblems for", + "type": "text" + }, + { + "bbox": [ + 264, + 414, + 310, + 424 + ], + "score": 0.89, + "content": "\\mathbf { z } _ { 1 } , \\ldots , \\mathbf { z } _ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 310, + 411, + 491, + 427 + ], + "score": 1.0, + "content": "are independent, one per data point. Each", + "type": "text" + }, + { + "bbox": [ + 492, + 414, + 504, + 424 + ], + "score": 0.84, + "content": "\\mathbf { z } _ { n }", + "type": "inline_equation" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 424, + 505, + 436 + ], + "spans": [ + { + "bbox": [ + 106, + 424, + 505, + 436 + ], + "score": 1.0, + "content": "step depends on the current model. (2) Separability over submodels. In the W step, there are", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 107, + 434, + 506, + 447 + ], + "spans": [ + { + "bbox": [ + 107, + 435, + 119, + 445 + ], + "score": 0.62, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 434, + 250, + 447 + ], + "score": 1.0, + "content": "independent submodels, where", + "type": "text" + }, + { + "bbox": [ + 250, + 435, + 263, + 445 + ], + "score": 0.64, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 434, + 431, + 447 + ], + "score": 1.0, + "content": "depends on the problem. For example,", + "type": "text" + }, + { + "bbox": [ + 432, + 435, + 443, + 445 + ], + "score": 0.67, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 434, + 506, + 447 + ], + "score": 1.0, + "content": "is the number", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 446, + 505, + 458 + ], + "spans": [ + { + "bbox": [ + 106, + 446, + 505, + 458 + ], + "score": 1.0, + "content": "of hidden units in a deep net, or the number of hash functions and linear decoders in a BA. Each", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 457, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 106, + 457, + 505, + 469 + ], + "score": 1.0, + "content": "submodel depends on all the data and coordinates. We now show how to turn this into a distributed,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 468, + 270, + 479 + ], + "spans": [ + { + "bbox": [ + 106, + 468, + 189, + 479 + ], + "score": 1.0, + "content": "low-communication", + "type": "text" + }, + { + "bbox": [ + 189, + 468, + 226, + 478 + ], + "score": 0.3, + "content": "P a r M A C", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 468, + 270, + 479 + ], + "score": 1.0, + "content": "algorithm.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 11, + "bbox_fs": [ + 104, + 379, + 506, + 479 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 484, + 505, + 595 + ], + "lines": [ + { + "bbox": [ + 106, + 484, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 106, + 484, + 505, + 496 + ], + "score": 1.0, + "content": "The basic idea in ParMAC is as follows. With large datasets in distributed systems, it is imperative", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 496, + 505, + 507 + ], + "spans": [ + { + "bbox": [ + 105, + 496, + 505, + 507 + ], + "score": 1.0, + "content": "to minimise data movement over the network because the communication time generally far exceeds", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 505, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 505, + 505, + 519 + ], + "score": 1.0, + "content": "the computation time in modern architectures. In MAC we have 3 types of data: the original train-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 517, + 505, + 529 + ], + "spans": [ + { + "bbox": [ + 106, + 518, + 142, + 529 + ], + "score": 1.0, + "content": "ing data", + "type": "text" + }, + { + "bbox": [ + 142, + 517, + 172, + 529 + ], + "score": 0.89, + "content": "( \\mathbf { X } , \\mathbf { Y } )", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 518, + 279, + 529 + ], + "score": 1.0, + "content": ", the auxiliary coordinates", + "type": "text" + }, + { + "bbox": [ + 279, + 518, + 288, + 527 + ], + "score": 0.4, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 288, + 518, + 505, + 529 + ], + "score": 1.0, + "content": ", and the model parameters (the submodels). Usually,", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 528, + 506, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 506, + 541 + ], + "score": 1.0, + "content": "the latter type is far smaller. In ParMAC, we never communicate training or coordinate data; each", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 539, + 506, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 539, + 251, + 552 + ], + "score": 1.0, + "content": "machine keeps a disjoint portion of", + "type": "text" + }, + { + "bbox": [ + 251, + 539, + 292, + 551 + ], + "score": 0.87, + "content": "( \\mathbf { X } , \\mathbf { Y } , \\mathbf { Z } )", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 539, + 506, + 552 + ], + "score": 1.0, + "content": "corresponding to a subset of the points. Only model", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 550, + 505, + 563 + ], + "spans": [ + { + "bbox": [ + 104, + 550, + 505, + 563 + ], + "score": 1.0, + "content": "parameters are communicated, during the W step, following a circular topology, which implicitly", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 562, + 504, + 573 + ], + "spans": [ + { + "bbox": [ + 105, + 562, + 504, + 573 + ], + "score": 1.0, + "content": "implements a stochastic optimisation. The model parameters are the hash functions h and the de-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 572, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 267, + 585 + ], + "score": 1.0, + "content": "coder f for BAs, and the weight vector", + "type": "text" + }, + { + "bbox": [ + 267, + 574, + 282, + 583 + ], + "score": 0.87, + "content": "{ \\bf w } _ { h }", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 572, + 365, + 585 + ], + "score": 1.0, + "content": "of each hidden unit", + "type": "text" + }, + { + "bbox": [ + 365, + 573, + 372, + 582 + ], + "score": 0.8, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 572, + 505, + 585 + ], + "score": 1.0, + "content": "for deep nets. Let us see this in", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 582, + 195, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 195, + 596 + ], + "score": 1.0, + "content": "detail (refer to fig. 2).", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 20.5, + "bbox_fs": [ + 104, + 484, + 506, + 596 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 600, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 599, + 506, + 613 + ], + "spans": [ + { + "bbox": [ + 106, + 599, + 176, + 613 + ], + "score": 1.0, + "content": "Assume we have", + "type": "text" + }, + { + "bbox": [ + 177, + 601, + 186, + 610 + ], + "score": 0.8, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 599, + 506, + 613 + ], + "score": 1.0, + "content": "identical processing machines, each with its own memory and CPU, connected", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 611, + 506, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 611, + 506, + 623 + ], + "score": 1.0, + "content": "through a network in a circular unidirectional topology. Each machine stores a subset of the data", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 621, + 506, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 621, + 259, + 635 + ], + "score": 1.0, + "content": "points and corresponding coordinates", + "type": "text" + }, + { + "bbox": [ + 259, + 622, + 309, + 634 + ], + "score": 0.92, + "content": "\\left( \\mathbf { x } _ { n } , \\mathbf { y } _ { n } , \\mathbf { z } _ { n } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 621, + 506, + 635 + ], + "score": 1.0, + "content": "such that the subsets are disjoint and their union", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 633, + 504, + 645 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 223, + 645 + ], + "score": 1.0, + "content": "is the entire data. Before the", + "type": "text" + }, + { + "bbox": [ + 224, + 633, + 232, + 643 + ], + "score": 0.55, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 233, + 633, + 504, + 645 + ], + "score": 1.0, + "content": "step starts, each machine contains all the (just updated) submodels.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 643, + 505, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 198, + 657 + ], + "score": 1.0, + "content": "This means that in the", + "type": "text" + }, + { + "bbox": [ + 198, + 644, + 207, + 654 + ], + "score": 0.45, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 643, + 423, + 657 + ], + "score": 1.0, + "content": "step each machine processes its auxiliary coordinates", + "type": "text" + }, + { + "bbox": [ + 423, + 644, + 445, + 656 + ], + "score": 0.92, + "content": "\\left\\{ { \\bf z } _ { n } \\right\\}", + "type": "inline_equation" + }, + { + "bbox": [ + 445, + 643, + 505, + 657 + ], + "score": 1.0, + "content": "independently", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 654, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 506, + 668 + ], + "score": 1.0, + "content": "of all other machines, i.e., no communication occurs. The W step is more subtle. At the beginning", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 666, + 506, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 506, + 678 + ], + "score": 1.0, + "content": "of the W step, each machine will contain all the submodels and its portion of the data and (just", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "score": 1.0, + "content": "updated) coordinates. Each submodel must have access to the entire data and coordinates in order", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 688, + 504, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 504, + 700 + ], + "score": 1.0, + "content": "to update itself and, since the data cannot leave its home machine, the submodel must go to the data.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 697, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 697, + 505, + 712 + ], + "score": 1.0, + "content": "We achieve this in the circular topology with an asynchronous processing, as follows. Each machine", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 710, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 506, + 722 + ], + "score": 1.0, + "content": "keeps a queue of submodels to be processed, and repeatedly performs the following operations:", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 721, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 506, + 733 + ], + "score": 1.0, + "content": "extract a submodel from the queue, process it on its data and send it to the machine’s successor", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 83, + 504, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 504, + 95 + ], + "score": 1.0, + "content": "(which will insert it in its queue). If the queue is empty, the machine waits until it is nonempty. The", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 94, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 94, + 308, + 106 + ], + "score": 1.0, + "content": "queue of each machine is initialised with a portion", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 308, + 94, + 332, + 105 + ], + "score": 0.9, + "content": "M / P", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 332, + 94, + 506, + 106 + ], + "score": 1.0, + "content": "of submodels associated with that machine", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 105, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 105, + 505, + 117 + ], + "score": 1.0, + "content": "(e.g. in fig. 2, machine 1’s queue contains submodels 1–3, machine 2 submodels 4–6, etc.). Each", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "score": 1.0, + "content": "submodel carries a counter that is initially 1 and increases every time it visits a machine. When", + "type": "text", + "cross_page": true + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 505, + 138 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 147, + 138 + ], + "score": 1.0, + "content": "it reaches", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 148, + 127, + 157, + 137 + ], + "score": 0.79, + "content": "P", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 157, + 126, + 505, + 138 + ], + "score": 1.0, + "content": ", the submodel has visited all machines in sequence and has completed an epoch. We", + "type": "text", + "cross_page": true + } + ], + "index": 4 + }, + { + "bbox": [ + 104, + 137, + 504, + 150 + ], + "spans": [ + { + "bbox": [ + 104, + 137, + 165, + 150 + ], + "score": 1.0, + "content": "repeat this for", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 166, + 139, + 172, + 147 + ], + "score": 0.6, + "content": "e", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 173, + 137, + 495, + 150 + ], + "score": 1.0, + "content": "epochs and, to ensure all machines have all final submodels before starting the", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 496, + 137, + 504, + 147 + ], + "score": 0.36, + "content": "\\mathbf { Z }", + "type": "inline_equation", + "cross_page": true + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 149, + 504, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 149, + 280, + 161 + ], + "score": 1.0, + "content": "step, we run a communication-only epoch", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 280, + 149, + 304, + 159 + ], + "score": 0.89, + "content": "e + 1", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 305, + 149, + 504, + 161 + ], + "score": 1.0, + "content": "(without computation), where submodels simply", + "type": "text", + "cross_page": true + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 159, + 238, + 171 + ], + "spans": [ + { + "bbox": [ + 105, + 159, + 238, + 171 + ], + "score": 1.0, + "content": "move from machine to machine.", + "type": "text", + "cross_page": true + } + ], + "index": 7 + } + ], + "index": 31.5, + "bbox_fs": [ + 105, + 599, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 170 + ], + "lines": [ + { + "bbox": [ + 106, + 83, + 504, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 504, + 95 + ], + "score": 1.0, + "content": "(which will insert it in its queue). If the queue is empty, the machine waits until it is nonempty. The", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 94, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 94, + 308, + 106 + ], + "score": 1.0, + "content": "queue of each machine is initialised with a portion", + "type": "text" + }, + { + "bbox": [ + 308, + 94, + 332, + 105 + ], + "score": 0.9, + "content": "M / P", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 94, + 506, + 106 + ], + "score": 1.0, + "content": "of submodels associated with that machine", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 105, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 105, + 505, + 117 + ], + "score": 1.0, + "content": "(e.g. in fig. 2, machine 1’s queue contains submodels 1–3, machine 2 submodels 4–6, etc.). Each", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "score": 1.0, + "content": "submodel carries a counter that is initially 1 and increases every time it visits a machine. When", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 505, + 138 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 147, + 138 + ], + "score": 1.0, + "content": "it reaches", + "type": "text" + }, + { + "bbox": [ + 148, + 127, + 157, + 137 + ], + "score": 0.79, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 126, + 505, + 138 + ], + "score": 1.0, + "content": ", the submodel has visited all machines in sequence and has completed an epoch. We", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 104, + 137, + 504, + 150 + ], + "spans": [ + { + "bbox": [ + 104, + 137, + 165, + 150 + ], + "score": 1.0, + "content": "repeat this for", + "type": "text" + }, + { + "bbox": [ + 166, + 139, + 172, + 147 + ], + "score": 0.6, + "content": "e", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 137, + 495, + 150 + ], + "score": 1.0, + "content": "epochs and, to ensure all machines have all final submodels before starting the", + "type": "text" + }, + { + "bbox": [ + 496, + 137, + 504, + 147 + ], + "score": 0.36, + "content": "\\mathbf { Z }", + "type": "inline_equation" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 149, + 504, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 149, + 280, + 161 + ], + "score": 1.0, + "content": "step, we run a communication-only epoch", + "type": "text" + }, + { + "bbox": [ + 280, + 149, + 304, + 159 + ], + "score": 0.89, + "content": "e + 1", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 149, + 504, + 161 + ], + "score": 1.0, + "content": "(without computation), where submodels simply", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 159, + 238, + 171 + ], + "spans": [ + { + "bbox": [ + 105, + 159, + 238, + 171 + ], + "score": 1.0, + "content": "move from machine to machine.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 3.5 + }, + { + "type": "text", + "bbox": [ + 106, + 176, + 505, + 253 + ], + "lines": [ + { + "bbox": [ + 105, + 175, + 506, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 175, + 506, + 189 + ], + "score": 1.0, + "content": "Since each submodel is updated as soon as it visits a machine, rather than computing the exact", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 187, + 506, + 201 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 506, + 201 + ], + "score": 1.0, + "content": "gradient once it has visited all machines and then take a step, the W step is really carrying out", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 198, + 506, + 211 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 506, + 211 + ], + "score": 1.0, + "content": "stochastic steps for each submodel. For example, if the update is done by a gradient step, we are", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 209, + 504, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 481, + 222 + ], + "score": 1.0, + "content": "actually implementing stochastic gradient descent (SGD) where the minibatches are of size", + "type": "text" + }, + { + "bbox": [ + 482, + 209, + 504, + 221 + ], + "score": 0.88, + "content": "N / P", + "type": "inline_equation" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 220, + 505, + 233 + ], + "spans": [ + { + "bbox": [ + 106, + 220, + 505, + 233 + ], + "score": 1.0, + "content": "(or smaller, if we subdivide a machine’s data portion into minibatches, which should be typically", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 231, + 506, + 243 + ], + "spans": [ + { + "bbox": [ + 105, + 231, + 506, + 243 + ], + "score": 1.0, + "content": "the case in practice). From this point of view, we can regard the W step as doing SGD on each", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 243, + 449, + 254 + ], + "spans": [ + { + "bbox": [ + 105, + 243, + 449, + 254 + ], + "score": 1.0, + "content": "submodel in parallel by having each submodel visit the minibatches in each machine.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 107, + 258, + 505, + 314 + ], + "lines": [ + { + "bbox": [ + 105, + 258, + 505, + 272 + ], + "spans": [ + { + "bbox": [ + 105, + 258, + 505, + 272 + ], + "score": 1.0, + "content": "As described, and as implemented in our experiments, the entire model parameters are communi-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 270, + 505, + 282 + ], + "spans": [ + { + "bbox": [ + 105, + 270, + 130, + 282 + ], + "score": 1.0, + "content": "cated", + "type": "text" + }, + { + "bbox": [ + 130, + 270, + 154, + 280 + ], + "score": 0.9, + "content": "e + 1", + "type": "inline_equation" + }, + { + "bbox": [ + 154, + 270, + 467, + 282 + ], + "score": 1.0, + "content": "times in a MAC iteration if running e epochs in the W step. We can also run", + "type": "text" + }, + { + "bbox": [ + 468, + 272, + 474, + 280 + ], + "score": 0.51, + "content": "e", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 270, + 505, + 282 + ], + "score": 1.0, + "content": "epochs", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 280, + 505, + 294 + ], + "spans": [ + { + "bbox": [ + 105, + 280, + 505, + 294 + ], + "score": 1.0, + "content": "with only 2 rounds of communication by having a submodel do e consecutive passes within each", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 291, + 506, + 305 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 506, + 305 + ], + "score": 1.0, + "content": "machine’s data. This reduces the amount of shuffling, but should not be a problem if the data are", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 302, + 255, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 255, + 316 + ], + "score": 1.0, + "content": "randomly distributed over machines.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 107, + 329, + 505, + 451 + ], + "lines": [ + { + "bbox": [ + 105, + 330, + 505, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 330, + 505, + 343 + ], + "score": 1.0, + "content": "Extensions of ParMAC Data shuffling, which improves the SGD convergence speed, can be", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 340, + 505, + 354 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 505, + 354 + ], + "score": 1.0, + "content": "achieved without data movement by accessing the local data in random order at each epoch (within-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 352, + 505, + 365 + ], + "spans": [ + { + "bbox": [ + 105, + 352, + 505, + 365 + ], + "score": 1.0, + "content": "machine), and by randomising the circular topology at each epoch (across-machine). Load bal-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 363, + 506, + 375 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 317, + 375 + ], + "score": 1.0, + "content": "ancing is simple because the work in both W and", + "type": "text" + }, + { + "bbox": [ + 317, + 363, + 326, + 373 + ], + "score": 0.45, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 363, + 506, + 375 + ], + "score": 1.0, + "content": "steps is proportional to the number of data", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 104, + 373, + 506, + 388 + ], + "spans": [ + { + "bbox": [ + 104, + 373, + 134, + 388 + ], + "score": 1.0, + "content": "points", + "type": "text" + }, + { + "bbox": [ + 135, + 375, + 145, + 384 + ], + "score": 0.77, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 373, + 333, + 388 + ], + "score": 1.0, + "content": ". Hence, if the processing power of machine", + "type": "text" + }, + { + "bbox": [ + 333, + 376, + 340, + 386 + ], + "score": 0.79, + "content": "p", + "type": "inline_equation" + }, + { + "bbox": [ + 341, + 373, + 416, + 388 + ], + "score": 1.0, + "content": "is proportional to", + "type": "text" + }, + { + "bbox": [ + 416, + 375, + 451, + 386 + ], + "score": 0.91, + "content": "\\alpha _ { p } \\ > \\ 0", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 373, + 506, + 388 + ], + "score": 1.0, + "content": ", we allocate", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 385, + 506, + 399 + ], + "spans": [ + { + "bbox": [ + 105, + 385, + 126, + 399 + ], + "score": 1.0, + "content": "to it", + "type": "text" + }, + { + "bbox": [ + 126, + 385, + 221, + 397 + ], + "score": 0.92, + "content": "N \\alpha _ { p } / ( \\alpha _ { 1 } + \\cdot \\cdot \\cdot + \\bar { \\alpha _ { P } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 385, + 506, + 399 + ], + "score": 1.0, + "content": "data points. Streaming, i.e., discarding old data and adding new data", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 394, + 505, + 410 + ], + "spans": [ + { + "bbox": [ + 105, + 394, + 505, + 410 + ], + "score": 1.0, + "content": "during training, can be done by adding/removing data within-machine, or by adding/removing ma-", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 407, + 505, + 420 + ], + "spans": [ + { + "bbox": [ + 105, + 407, + 505, + 420 + ], + "score": 1.0, + "content": "chines and updating the circular topology. Fault tolerance is possible because we can still learn", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 104, + 416, + 506, + 431 + ], + "spans": [ + { + "bbox": [ + 104, + 416, + 506, + 431 + ], + "score": 1.0, + "content": "a good model even if we lose the data from a machine that fails, and because in the W step we", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 429, + 505, + 441 + ], + "spans": [ + { + "bbox": [ + 106, + 429, + 505, + 441 + ], + "score": 1.0, + "content": "can revert to older copies of the lost submodels residing in other machines. See further details in", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 440, + 267, + 452 + ], + "spans": [ + { + "bbox": [ + 106, + 440, + 267, + 452 + ], + "score": 1.0, + "content": "Carreira-Perpi ˜n´an and Alizadeh (2016).", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 106, + 466, + 505, + 555 + ], + "lines": [ + { + "bbox": [ + 105, + 465, + 506, + 480 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 441, + 480 + ], + "score": 1.0, + "content": "A theoretical model of the parallel speedup We can estimate the runtime of the", + "type": "text" + }, + { + "bbox": [ + 442, + 467, + 455, + 477 + ], + "score": 0.33, + "content": "\\mathbf { W }", + "type": "inline_equation" + }, + { + "bbox": [ + 455, + 465, + 473, + 480 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 473, + 468, + 482, + 477 + ], + "score": 0.69, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 465, + 506, + 480 + ], + "score": 1.0, + "content": "steps", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 478, + 506, + 490 + ], + "spans": [ + { + "bbox": [ + 106, + 478, + 184, + 490 + ], + "score": 1.0, + "content": "assuming there are", + "type": "text" + }, + { + "bbox": [ + 184, + 479, + 196, + 488 + ], + "score": 0.74, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 478, + 446, + 490 + ], + "score": 1.0, + "content": "independent submodels of the same size in the W step, using", + "type": "text" + }, + { + "bbox": [ + 446, + 480, + 452, + 488 + ], + "score": 0.73, + "content": "e", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 478, + 506, + 490 + ], + "score": 1.0, + "content": "epochs, on a", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 488, + 505, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 488, + 157, + 502 + ], + "score": 1.0, + "content": "dataset with", + "type": "text" + }, + { + "bbox": [ + 158, + 489, + 168, + 499 + ], + "score": 0.8, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 168, + 488, + 298, + 502 + ], + "score": 1.0, + "content": "training points, distributed over", + "type": "text" + }, + { + "bbox": [ + 298, + 489, + 308, + 499 + ], + "score": 0.81, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 488, + 431, + 502 + ], + "score": 1.0, + "content": "identical machines (each with", + "type": "text" + }, + { + "bbox": [ + 432, + 489, + 454, + 501 + ], + "score": 0.91, + "content": "N / P", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 488, + 505, + 502 + ], + "score": 1.0, + "content": "points). Let", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 495, + 509, + 518 + ], + "spans": [ + { + "bbox": [ + 106, + 499, + 121, + 512 + ], + "score": 0.9, + "content": "t _ { r } ^ { \\mathbf { W } }", + "type": "inline_equation" + }, + { + "bbox": [ + 122, + 495, + 404, + 518 + ], + "score": 1.0, + "content": "be the computation time per submodel and data point in the W step,", + "type": "text" + }, + { + "bbox": [ + 404, + 499, + 415, + 512 + ], + "score": 0.88, + "content": "t _ { r } ^ { \\mathbf { Z } }", + "type": "inline_equation" + }, + { + "bbox": [ + 415, + 495, + 509, + 518 + ], + "score": 1.0, + "content": "the computation time", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 103, + 508, + 507, + 525 + ], + "spans": [ + { + "bbox": [ + 103, + 508, + 188, + 525 + ], + "score": 1.0, + "content": "per data point in the", + "type": "text" + }, + { + "bbox": [ + 197, + 508, + 235, + 525 + ], + "score": 1.0, + "content": "step, and", + "type": "text" + }, + { + "bbox": [ + 250, + 508, + 507, + 525 + ], + "score": 1.0, + "content": "the communication time per submodel in the W step. Then the", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 101, + 519, + 505, + 538 + ], + "spans": [ + { + "bbox": [ + 101, + 519, + 195, + 538 + ], + "score": 1.0, + "content": "runtime of the W and", + "type": "text" + }, + { + "bbox": [ + 195, + 522, + 204, + 532 + ], + "score": 0.57, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 519, + 235, + 538 + ], + "score": 1.0, + "content": "steps is", + "type": "text" + }, + { + "bbox": [ + 236, + 521, + 445, + 534 + ], + "score": 0.89, + "content": "\\begin{array} { r } { \\tilde { T } ^ { \\mathbf { W } } ( P ) = \\lceil M / P \\rceil ( t _ { r } ^ { \\mathbf { W } } \\frac { N } { P } + \\dot { t } _ { c } ^ { \\mathbf { W } } ) P e + \\lceil M / P \\rceil t _ { c } ^ { \\mathbf { W } } P } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 446, + 519, + 463, + 538 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 464, + 521, + 505, + 534 + ], + "score": 0.93, + "content": "T ^ { \\mathbf { Z } } ( P ) =", + "type": "inline_equation" + } + ], + "index": 36 + }, + { + "bbox": [ + 107, + 527, + 508, + 556 + ], + "spans": [ + { + "bbox": [ + 107, + 532, + 137, + 545 + ], + "score": 0.91, + "content": "\\textstyle M { \\frac { N } { P } } t _ { r } ^ { \\mathbf { Z } }", + "type": "inline_equation" + }, + { + "bbox": [ + 137, + 527, + 508, + 556 + ], + "score": 1.0, + "content": "P , respectively. Hence the parallel speedup is (see details in Carreira-Perpi ˜n´an and Alizadeh,", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 34 + }, + { + "type": "interline_equation", + "bbox": [ + 105, + 563, + 488, + 597 + ], + "lines": [ + { + "bbox": [ + 105, + 563, + 488, + 597 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 488, + 597 + ], + "score": 0.93, + "content": "S ( P ) = { \\frac { T ( 1 ) } { T ( P ) } } = { \\frac { \\rho { \\frac { 1 } { [ M / P ] } } M P } { { \\frac { 1 } { N } } P ^ { 2 } + \\rho _ { 2 } P + \\rho _ { 1 } { \\frac { 1 } { [ M / P ] } } M } } \\rho _ { 1 } = t _ { r } ^ { \\mathbf { Z } } / ( e + 1 ) t _ { c } ^ { \\mathbf { W } } , \\rho _ { 2 } = e t _ { r } ^ { \\mathbf { W } } / ( e + 1 ) t _ { c } ^ { \\mathbf { W } }", + "type": "interline_equation", + "image_path": "c9329d623a08c97837dc752f8469563f75e215cec499bfec6a00e7c84780ae98.jpg" + } + ] + } + ], + "index": 39, + "virtual_lines": [ + { + "bbox": [ + 105, + 563, + 488, + 574.3333333333334 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 105, + 574.3333333333334, + 488, + 585.6666666666667 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 105, + 585.6666666666667, + 488, + 597.0000000000001 + ], + "spans": [], + "index": 40 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 605, + 505, + 628 + ], + "lines": [ + { + "bbox": [ + 106, + 605, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 106, + 605, + 134, + 618 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 135, + 607, + 157, + 617 + ], + "score": 0.71, + "content": "\\rho , \\rho _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 605, + 177, + 618 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 177, + 607, + 188, + 616 + ], + "score": 0.83, + "content": "\\rho _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 605, + 505, + 618 + ], + "score": 1.0, + "content": "are ratios of computation vs communication, dependent on the optimisation", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 615, + 500, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 204, + 630 + ], + "score": 1.0, + "content": "algorithm in the W and", + "type": "text" + }, + { + "bbox": [ + 204, + 617, + 212, + 626 + ], + "score": 0.75, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 615, + 500, + 630 + ], + "score": 1.0, + "content": "steps, and on the performace of the distributed system and MPI library.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41.5 + }, + { + "type": "text", + "bbox": [ + 106, + 631, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 104, + 631, + 506, + 646 + ], + "spans": [ + { + "bbox": [ + 104, + 631, + 147, + 646 + ], + "score": 1.0, + "content": "Hence, if", + "type": "text" + }, + { + "bbox": [ + 148, + 633, + 185, + 644 + ], + "score": 0.88, + "content": "P \\leq M", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 631, + 205, + 646 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 205, + 633, + 217, + 643 + ], + "score": 0.8, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 631, + 280, + 646 + ], + "score": 1.0, + "content": "is divisible by", + "type": "text" + }, + { + "bbox": [ + 281, + 633, + 290, + 643 + ], + "score": 0.79, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 631, + 329, + 646 + ], + "score": 1.0, + "content": "we have", + "type": "text" + }, + { + "bbox": [ + 329, + 631, + 422, + 645 + ], + "score": 0.91, + "content": "\\begin{array} { r } { S ( P ) = P / ( 1 + \\frac { P } { o N } ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 422, + 631, + 451, + 646 + ], + "score": 1.0, + "content": "and if", + "type": "text" + }, + { + "bbox": [ + 452, + 633, + 489, + 643 + ], + "score": 0.9, + "content": "P > M", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 631, + 506, + 646 + ], + "score": 1.0, + "content": "we", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 102, + 638, + 508, + 660 + ], + "spans": [ + { + "bbox": [ + 102, + 638, + 127, + 660 + ], + "score": 1.0, + "content": "have", + "type": "text" + }, + { + "bbox": [ + 128, + 643, + 253, + 657 + ], + "score": 0.89, + "content": "\\begin{array} { r } { S ( P ) = \\rho M / ( \\rho _ { 2 } + \\rho _ { 1 } \\frac { M } { P } + \\frac { P } { N } ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 638, + 375, + 660 + ], + "score": 1.0, + "content": ". In practice, typically we have", + "type": "text" + }, + { + "bbox": [ + 376, + 645, + 402, + 655 + ], + "score": 0.83, + "content": "\\rho \\ll 1", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 638, + 508, + 660 + ], + "score": 1.0, + "content": "ρN (because communication", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 654, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 106, + 654, + 314, + 667 + ], + "score": 1.0, + "content": "dominates computation in current architectures) and", + "type": "text" + }, + { + "bbox": [ + 315, + 655, + 355, + 666 + ], + "score": 0.88, + "content": "\\rho _ { 2 } N \\gg 1", + "type": "inline_equation" + }, + { + "bbox": [ + 355, + 654, + 458, + 667 + ], + "score": 1.0, + "content": "(large dataset). If we take", + "type": "text" + }, + { + "bbox": [ + 458, + 655, + 501, + 667 + ], + "score": 0.91, + "content": "P \\ll \\rho _ { 2 } N", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 654, + 505, + 667 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 104, + 663, + 507, + 680 + ], + "spans": [ + { + "bbox": [ + 104, + 663, + 127, + 680 + ], + "score": 1.0, + "content": "then", + "type": "text" + }, + { + "bbox": [ + 127, + 666, + 176, + 677 + ], + "score": 0.92, + "content": "S ( P ) \\approx \\bar { P }", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 663, + 187, + 680 + ], + "score": 1.0, + "content": "if", + "type": "text" + }, + { + "bbox": [ + 187, + 666, + 224, + 677 + ], + "score": 0.92, + "content": "P \\leq M", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 663, + 244, + 680 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 245, + 666, + 356, + 679 + ], + "score": 0.88, + "content": "\\begin{array} { r } { S ( P ) \\approx \\rho M / ( \\rho _ { 2 } + \\rho _ { 1 } \\frac { M } { P } ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 356, + 663, + 368, + 680 + ], + "score": 1.0, + "content": "if", + "type": "text" + }, + { + "bbox": [ + 369, + 666, + 405, + 676 + ], + "score": 0.9, + "content": "P > M", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 663, + 507, + 680 + ], + "score": 1.0, + "content": ". Hence, the speedup is", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 676, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 433, + 690 + ], + "score": 1.0, + "content": "nearly perfect if using fewer machines than submodels, and otherwise it peaks at", + "type": "text" + }, + { + "bbox": [ + 434, + 677, + 505, + 689 + ], + "score": 0.91, + "content": "S _ { 1 } ^ { * } = \\rho M / ( \\rho _ { 2 } +", + "type": "inline_equation" + } + ], + "index": 47 + }, + { + "bbox": [ + 107, + 687, + 505, + 701 + ], + "spans": [ + { + "bbox": [ + 107, + 687, + 184, + 700 + ], + "score": 0.9, + "content": "2 \\sqrt { \\rho _ { 1 } M / N } ) \\stackrel { \\cdot } { > } M", + "type": "inline_equation" + }, + { + "bbox": [ + 184, + 687, + 199, + 701 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 199, + 687, + 309, + 699 + ], + "score": 0.91, + "content": "P = P _ { 1 } ^ { * } = \\sqrt { \\rho _ { 1 } M N } > M", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 687, + 505, + 701 + ], + "score": 1.0, + "content": "and decreases thereafter. This affords very large", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 104, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 104, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "speedups for large datasets and large models. This theoretical speedup matches well our measured", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 710, + 506, + 721 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 506, + 721 + ], + "score": 1.0, + "content": "ones (see the experiments section), and can be used to determine optimal values for the number of", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 106, + 721, + 469, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 146, + 732 + ], + "score": 1.0, + "content": "machines", + "type": "text" + }, + { + "bbox": [ + 147, + 721, + 156, + 730 + ], + "score": 0.84, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 156, + 721, + 469, + 732 + ], + "score": 1.0, + "content": "to use in practice (subject to additional constraints, e.g. cost of the machines).", + "type": "text" + } + ], + "index": 51 + } + ], + "index": 47 + } + ], + "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, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "score": 1.0, + "content": "6", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 170 + ], + "lines": [], + "index": 3.5, + "bbox_fs": [ + 104, + 83, + 506, + 171 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 106, + 176, + 505, + 253 + ], + "lines": [ + { + "bbox": [ + 105, + 175, + 506, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 175, + 506, + 189 + ], + "score": 1.0, + "content": "Since each submodel is updated as soon as it visits a machine, rather than computing the exact", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 187, + 506, + 201 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 506, + 201 + ], + "score": 1.0, + "content": "gradient once it has visited all machines and then take a step, the W step is really carrying out", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 198, + 506, + 211 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 506, + 211 + ], + "score": 1.0, + "content": "stochastic steps for each submodel. For example, if the update is done by a gradient step, we are", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 209, + 504, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 481, + 222 + ], + "score": 1.0, + "content": "actually implementing stochastic gradient descent (SGD) where the minibatches are of size", + "type": "text" + }, + { + "bbox": [ + 482, + 209, + 504, + 221 + ], + "score": 0.88, + "content": "N / P", + "type": "inline_equation" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 220, + 505, + 233 + ], + "spans": [ + { + "bbox": [ + 106, + 220, + 505, + 233 + ], + "score": 1.0, + "content": "(or smaller, if we subdivide a machine’s data portion into minibatches, which should be typically", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 231, + 506, + 243 + ], + "spans": [ + { + "bbox": [ + 105, + 231, + 506, + 243 + ], + "score": 1.0, + "content": "the case in practice). From this point of view, we can regard the W step as doing SGD on each", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 243, + 449, + 254 + ], + "spans": [ + { + "bbox": [ + 105, + 243, + 449, + 254 + ], + "score": 1.0, + "content": "submodel in parallel by having each submodel visit the minibatches in each machine.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 11, + "bbox_fs": [ + 105, + 175, + 506, + 254 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 258, + 505, + 314 + ], + "lines": [ + { + "bbox": [ + 105, + 258, + 505, + 272 + ], + "spans": [ + { + "bbox": [ + 105, + 258, + 505, + 272 + ], + "score": 1.0, + "content": "As described, and as implemented in our experiments, the entire model parameters are communi-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 270, + 505, + 282 + ], + "spans": [ + { + "bbox": [ + 105, + 270, + 130, + 282 + ], + "score": 1.0, + "content": "cated", + "type": "text" + }, + { + "bbox": [ + 130, + 270, + 154, + 280 + ], + "score": 0.9, + "content": "e + 1", + "type": "inline_equation" + }, + { + "bbox": [ + 154, + 270, + 467, + 282 + ], + "score": 1.0, + "content": "times in a MAC iteration if running e epochs in the W step. We can also run", + "type": "text" + }, + { + "bbox": [ + 468, + 272, + 474, + 280 + ], + "score": 0.51, + "content": "e", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 270, + 505, + 282 + ], + "score": 1.0, + "content": "epochs", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 280, + 505, + 294 + ], + "spans": [ + { + "bbox": [ + 105, + 280, + 505, + 294 + ], + "score": 1.0, + "content": "with only 2 rounds of communication by having a submodel do e consecutive passes within each", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 291, + 506, + 305 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 506, + 305 + ], + "score": 1.0, + "content": "machine’s data. This reduces the amount of shuffling, but should not be a problem if the data are", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 302, + 255, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 255, + 316 + ], + "score": 1.0, + "content": "randomly distributed over machines.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 17, + "bbox_fs": [ + 105, + 258, + 506, + 316 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 329, + 505, + 451 + ], + "lines": [ + { + "bbox": [ + 105, + 330, + 505, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 330, + 505, + 343 + ], + "score": 1.0, + "content": "Extensions of ParMAC Data shuffling, which improves the SGD convergence speed, can be", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 340, + 505, + 354 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 505, + 354 + ], + "score": 1.0, + "content": "achieved without data movement by accessing the local data in random order at each epoch (within-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 352, + 505, + 365 + ], + "spans": [ + { + "bbox": [ + 105, + 352, + 505, + 365 + ], + "score": 1.0, + "content": "machine), and by randomising the circular topology at each epoch (across-machine). Load bal-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 363, + 506, + 375 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 317, + 375 + ], + "score": 1.0, + "content": "ancing is simple because the work in both W and", + "type": "text" + }, + { + "bbox": [ + 317, + 363, + 326, + 373 + ], + "score": 0.45, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 363, + 506, + 375 + ], + "score": 1.0, + "content": "steps is proportional to the number of data", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 104, + 373, + 506, + 388 + ], + "spans": [ + { + "bbox": [ + 104, + 373, + 134, + 388 + ], + "score": 1.0, + "content": "points", + "type": "text" + }, + { + "bbox": [ + 135, + 375, + 145, + 384 + ], + "score": 0.77, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 373, + 333, + 388 + ], + "score": 1.0, + "content": ". Hence, if the processing power of machine", + "type": "text" + }, + { + "bbox": [ + 333, + 376, + 340, + 386 + ], + "score": 0.79, + "content": "p", + "type": "inline_equation" + }, + { + "bbox": [ + 341, + 373, + 416, + 388 + ], + "score": 1.0, + "content": "is proportional to", + "type": "text" + }, + { + "bbox": [ + 416, + 375, + 451, + 386 + ], + "score": 0.91, + "content": "\\alpha _ { p } \\ > \\ 0", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 373, + 506, + 388 + ], + "score": 1.0, + "content": ", we allocate", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 385, + 506, + 399 + ], + "spans": [ + { + "bbox": [ + 105, + 385, + 126, + 399 + ], + "score": 1.0, + "content": "to it", + "type": "text" + }, + { + "bbox": [ + 126, + 385, + 221, + 397 + ], + "score": 0.92, + "content": "N \\alpha _ { p } / ( \\alpha _ { 1 } + \\cdot \\cdot \\cdot + \\bar { \\alpha _ { P } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 385, + 506, + 399 + ], + "score": 1.0, + "content": "data points. Streaming, i.e., discarding old data and adding new data", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 394, + 505, + 410 + ], + "spans": [ + { + "bbox": [ + 105, + 394, + 505, + 410 + ], + "score": 1.0, + "content": "during training, can be done by adding/removing data within-machine, or by adding/removing ma-", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 407, + 505, + 420 + ], + "spans": [ + { + "bbox": [ + 105, + 407, + 505, + 420 + ], + "score": 1.0, + "content": "chines and updating the circular topology. Fault tolerance is possible because we can still learn", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 104, + 416, + 506, + 431 + ], + "spans": [ + { + "bbox": [ + 104, + 416, + 506, + 431 + ], + "score": 1.0, + "content": "a good model even if we lose the data from a machine that fails, and because in the W step we", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 429, + 505, + 441 + ], + "spans": [ + { + "bbox": [ + 106, + 429, + 505, + 441 + ], + "score": 1.0, + "content": "can revert to older copies of the lost submodels residing in other machines. See further details in", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 440, + 267, + 452 + ], + "spans": [ + { + "bbox": [ + 106, + 440, + 267, + 452 + ], + "score": 1.0, + "content": "Carreira-Perpi ˜n´an and Alizadeh (2016).", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 25, + "bbox_fs": [ + 104, + 330, + 506, + 452 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 466, + 505, + 555 + ], + "lines": [ + { + "bbox": [ + 105, + 465, + 506, + 480 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 441, + 480 + ], + "score": 1.0, + "content": "A theoretical model of the parallel speedup We can estimate the runtime of the", + "type": "text" + }, + { + "bbox": [ + 442, + 467, + 455, + 477 + ], + "score": 0.33, + "content": "\\mathbf { W }", + "type": "inline_equation" + }, + { + "bbox": [ + 455, + 465, + 473, + 480 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 473, + 468, + 482, + 477 + ], + "score": 0.69, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 465, + 506, + 480 + ], + "score": 1.0, + "content": "steps", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 478, + 506, + 490 + ], + "spans": [ + { + "bbox": [ + 106, + 478, + 184, + 490 + ], + "score": 1.0, + "content": "assuming there are", + "type": "text" + }, + { + "bbox": [ + 184, + 479, + 196, + 488 + ], + "score": 0.74, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 478, + 446, + 490 + ], + "score": 1.0, + "content": "independent submodels of the same size in the W step, using", + "type": "text" + }, + { + "bbox": [ + 446, + 480, + 452, + 488 + ], + "score": 0.73, + "content": "e", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 478, + 506, + 490 + ], + "score": 1.0, + "content": "epochs, on a", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 488, + 505, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 488, + 157, + 502 + ], + "score": 1.0, + "content": "dataset with", + "type": "text" + }, + { + "bbox": [ + 158, + 489, + 168, + 499 + ], + "score": 0.8, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 168, + 488, + 298, + 502 + ], + "score": 1.0, + "content": "training points, distributed over", + "type": "text" + }, + { + "bbox": [ + 298, + 489, + 308, + 499 + ], + "score": 0.81, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 488, + 431, + 502 + ], + "score": 1.0, + "content": "identical machines (each with", + "type": "text" + }, + { + "bbox": [ + 432, + 489, + 454, + 501 + ], + "score": 0.91, + "content": "N / P", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 488, + 505, + 502 + ], + "score": 1.0, + "content": "points). Let", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 495, + 509, + 518 + ], + "spans": [ + { + "bbox": [ + 106, + 499, + 121, + 512 + ], + "score": 0.9, + "content": "t _ { r } ^ { \\mathbf { W } }", + "type": "inline_equation" + }, + { + "bbox": [ + 122, + 495, + 404, + 518 + ], + "score": 1.0, + "content": "be the computation time per submodel and data point in the W step,", + "type": "text" + }, + { + "bbox": [ + 404, + 499, + 415, + 512 + ], + "score": 0.88, + "content": "t _ { r } ^ { \\mathbf { Z } }", + "type": "inline_equation" + }, + { + "bbox": [ + 415, + 495, + 509, + 518 + ], + "score": 1.0, + "content": "the computation time", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 103, + 508, + 507, + 525 + ], + "spans": [ + { + "bbox": [ + 103, + 508, + 188, + 525 + ], + "score": 1.0, + "content": "per data point in the", + "type": "text" + }, + { + "bbox": [ + 197, + 508, + 235, + 525 + ], + "score": 1.0, + "content": "step, and", + "type": "text" + }, + { + "bbox": [ + 250, + 508, + 507, + 525 + ], + "score": 1.0, + "content": "the communication time per submodel in the W step. Then the", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 101, + 519, + 505, + 538 + ], + "spans": [ + { + "bbox": [ + 101, + 519, + 195, + 538 + ], + "score": 1.0, + "content": "runtime of the W and", + "type": "text" + }, + { + "bbox": [ + 195, + 522, + 204, + 532 + ], + "score": 0.57, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 519, + 235, + 538 + ], + "score": 1.0, + "content": "steps is", + "type": "text" + }, + { + "bbox": [ + 236, + 521, + 445, + 534 + ], + "score": 0.89, + "content": "\\begin{array} { r } { \\tilde { T } ^ { \\mathbf { W } } ( P ) = \\lceil M / P \\rceil ( t _ { r } ^ { \\mathbf { W } } \\frac { N } { P } + \\dot { t } _ { c } ^ { \\mathbf { W } } ) P e + \\lceil M / P \\rceil t _ { c } ^ { \\mathbf { W } } P } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 446, + 519, + 463, + 538 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 464, + 521, + 505, + 534 + ], + "score": 0.93, + "content": "T ^ { \\mathbf { Z } } ( P ) =", + "type": "inline_equation" + } + ], + "index": 36 + }, + { + "bbox": [ + 107, + 527, + 508, + 556 + ], + "spans": [ + { + "bbox": [ + 107, + 532, + 137, + 545 + ], + "score": 0.91, + "content": "\\textstyle M { \\frac { N } { P } } t _ { r } ^ { \\mathbf { Z } }", + "type": "inline_equation" + }, + { + "bbox": [ + 137, + 527, + 508, + 556 + ], + "score": 1.0, + "content": "P , respectively. Hence the parallel speedup is (see details in Carreira-Perpi ˜n´an and Alizadeh,", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 34, + "bbox_fs": [ + 101, + 465, + 509, + 556 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 105, + 563, + 488, + 597 + ], + "lines": [ + { + "bbox": [ + 105, + 563, + 488, + 597 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 488, + 597 + ], + "score": 0.93, + "content": "S ( P ) = { \\frac { T ( 1 ) } { T ( P ) } } = { \\frac { \\rho { \\frac { 1 } { [ M / P ] } } M P } { { \\frac { 1 } { N } } P ^ { 2 } + \\rho _ { 2 } P + \\rho _ { 1 } { \\frac { 1 } { [ M / P ] } } M } } \\rho _ { 1 } = t _ { r } ^ { \\mathbf { Z } } / ( e + 1 ) t _ { c } ^ { \\mathbf { W } } , \\rho _ { 2 } = e t _ { r } ^ { \\mathbf { W } } / ( e + 1 ) t _ { c } ^ { \\mathbf { W } }", + "type": "interline_equation", + "image_path": "c9329d623a08c97837dc752f8469563f75e215cec499bfec6a00e7c84780ae98.jpg" + } + ] + } + ], + "index": 39, + "virtual_lines": [ + { + "bbox": [ + 105, + 563, + 488, + 574.3333333333334 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 105, + 574.3333333333334, + 488, + 585.6666666666667 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 105, + 585.6666666666667, + 488, + 597.0000000000001 + ], + "spans": [], + "index": 40 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 605, + 505, + 628 + ], + "lines": [ + { + "bbox": [ + 106, + 605, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 106, + 605, + 134, + 618 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 135, + 607, + 157, + 617 + ], + "score": 0.71, + "content": "\\rho , \\rho _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 605, + 177, + 618 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 177, + 607, + 188, + 616 + ], + "score": 0.83, + "content": "\\rho _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 605, + 505, + 618 + ], + "score": 1.0, + "content": "are ratios of computation vs communication, dependent on the optimisation", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 615, + 500, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 204, + 630 + ], + "score": 1.0, + "content": "algorithm in the W and", + "type": "text" + }, + { + "bbox": [ + 204, + 617, + 212, + 626 + ], + "score": 0.75, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 615, + 500, + 630 + ], + "score": 1.0, + "content": "steps, and on the performace of the distributed system and MPI library.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41.5, + "bbox_fs": [ + 105, + 605, + 505, + 630 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 631, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 104, + 631, + 506, + 646 + ], + "spans": [ + { + "bbox": [ + 104, + 631, + 147, + 646 + ], + "score": 1.0, + "content": "Hence, if", + "type": "text" + }, + { + "bbox": [ + 148, + 633, + 185, + 644 + ], + "score": 0.88, + "content": "P \\leq M", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 631, + 205, + 646 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 205, + 633, + 217, + 643 + ], + "score": 0.8, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 631, + 280, + 646 + ], + "score": 1.0, + "content": "is divisible by", + "type": "text" + }, + { + "bbox": [ + 281, + 633, + 290, + 643 + ], + "score": 0.79, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 631, + 329, + 646 + ], + "score": 1.0, + "content": "we have", + "type": "text" + }, + { + "bbox": [ + 329, + 631, + 422, + 645 + ], + "score": 0.91, + "content": "\\begin{array} { r } { S ( P ) = P / ( 1 + \\frac { P } { o N } ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 422, + 631, + 451, + 646 + ], + "score": 1.0, + "content": "and if", + "type": "text" + }, + { + "bbox": [ + 452, + 633, + 489, + 643 + ], + "score": 0.9, + "content": "P > M", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 631, + 506, + 646 + ], + "score": 1.0, + "content": "we", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 102, + 638, + 508, + 660 + ], + "spans": [ + { + "bbox": [ + 102, + 638, + 127, + 660 + ], + "score": 1.0, + "content": "have", + "type": "text" + }, + { + "bbox": [ + 128, + 643, + 253, + 657 + ], + "score": 0.89, + "content": "\\begin{array} { r } { S ( P ) = \\rho M / ( \\rho _ { 2 } + \\rho _ { 1 } \\frac { M } { P } + \\frac { P } { N } ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 638, + 375, + 660 + ], + "score": 1.0, + "content": ". In practice, typically we have", + "type": "text" + }, + { + "bbox": [ + 376, + 645, + 402, + 655 + ], + "score": 0.83, + "content": "\\rho \\ll 1", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 638, + 508, + 660 + ], + "score": 1.0, + "content": "ρN (because communication", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 654, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 106, + 654, + 314, + 667 + ], + "score": 1.0, + "content": "dominates computation in current architectures) and", + "type": "text" + }, + { + "bbox": [ + 315, + 655, + 355, + 666 + ], + "score": 0.88, + "content": "\\rho _ { 2 } N \\gg 1", + "type": "inline_equation" + }, + { + "bbox": [ + 355, + 654, + 458, + 667 + ], + "score": 1.0, + "content": "(large dataset). If we take", + "type": "text" + }, + { + "bbox": [ + 458, + 655, + 501, + 667 + ], + "score": 0.91, + "content": "P \\ll \\rho _ { 2 } N", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 654, + 505, + 667 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 104, + 663, + 507, + 680 + ], + "spans": [ + { + "bbox": [ + 104, + 663, + 127, + 680 + ], + "score": 1.0, + "content": "then", + "type": "text" + }, + { + "bbox": [ + 127, + 666, + 176, + 677 + ], + "score": 0.92, + "content": "S ( P ) \\approx \\bar { P }", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 663, + 187, + 680 + ], + "score": 1.0, + "content": "if", + "type": "text" + }, + { + "bbox": [ + 187, + 666, + 224, + 677 + ], + "score": 0.92, + "content": "P \\leq M", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 663, + 244, + 680 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 245, + 666, + 356, + 679 + ], + "score": 0.88, + "content": "\\begin{array} { r } { S ( P ) \\approx \\rho M / ( \\rho _ { 2 } + \\rho _ { 1 } \\frac { M } { P } ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 356, + 663, + 368, + 680 + ], + "score": 1.0, + "content": "if", + "type": "text" + }, + { + "bbox": [ + 369, + 666, + 405, + 676 + ], + "score": 0.9, + "content": "P > M", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 663, + 507, + 680 + ], + "score": 1.0, + "content": ". Hence, the speedup is", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 676, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 433, + 690 + ], + "score": 1.0, + "content": "nearly perfect if using fewer machines than submodels, and otherwise it peaks at", + "type": "text" + }, + { + "bbox": [ + 434, + 677, + 505, + 689 + ], + "score": 0.91, + "content": "S _ { 1 } ^ { * } = \\rho M / ( \\rho _ { 2 } +", + "type": "inline_equation" + } + ], + "index": 47 + }, + { + "bbox": [ + 107, + 687, + 505, + 701 + ], + "spans": [ + { + "bbox": [ + 107, + 687, + 184, + 700 + ], + "score": 0.9, + "content": "2 \\sqrt { \\rho _ { 1 } M / N } ) \\stackrel { \\cdot } { > } M", + "type": "inline_equation" + }, + { + "bbox": [ + 184, + 687, + 199, + 701 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 199, + 687, + 309, + 699 + ], + "score": 0.91, + "content": "P = P _ { 1 } ^ { * } = \\sqrt { \\rho _ { 1 } M N } > M", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 687, + 505, + 701 + ], + "score": 1.0, + "content": "and decreases thereafter. This affords very large", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 104, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 104, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "speedups for large datasets and large models. This theoretical speedup matches well our measured", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 710, + 506, + 721 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 506, + 721 + ], + "score": 1.0, + "content": "ones (see the experiments section), and can be used to determine optimal values for the number of", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 106, + 721, + 469, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 146, + 732 + ], + "score": 1.0, + "content": "machines", + "type": "text" + }, + { + "bbox": [ + 147, + 721, + 156, + 730 + ], + "score": 0.84, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 156, + 721, + 469, + 732 + ], + "score": 1.0, + "content": "to use in practice (subject to additional constraints, e.g. cost of the machines).", + "type": "text" + } + ], + "index": 51 + } + ], + "index": 47, + "bbox_fs": [ + 102, + 631, + 508, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 503, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "score": 1.0, + "content": "Eq. (3) also shows that we can leave the speedup unchanged by trading off dataset size and com-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 104, + 91, + 506, + 108 + ], + "spans": [ + { + "bbox": [ + 104, + 91, + 359, + 108 + ], + "score": 1.0, + "content": "putation/communication times, as long as one of these holds:", + "type": "text" + }, + { + "bbox": [ + 359, + 93, + 383, + 105 + ], + "score": 0.91, + "content": "\\dot { N } t _ { r } ^ { \\mathbf { W } }", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 91, + 402, + 108 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 402, + 93, + 422, + 105 + ], + "score": 0.92, + "content": "N t _ { r } ^ { \\mathbf { Z } }", + "type": "inline_equation" + }, + { + "bbox": [ + 423, + 91, + 506, + 108 + ], + "score": 1.0, + "content": "remain constant; or", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 107, + 100, + 372, + 120 + ], + "spans": [ + { + "bbox": [ + 107, + 104, + 134, + 117 + ], + "score": 0.91, + "content": "\\mathbf { \\Pi } _ { N / t _ { c } ^ { \\mathbf { W } } } ^ { \\star }", + "type": "inline_equation" + }, + { + "bbox": [ + 135, + 100, + 219, + 120 + ], + "score": 1.0, + "content": "remains constant; or", + "type": "text" + }, + { + "bbox": [ + 219, + 104, + 252, + 117 + ], + "score": 0.94, + "content": "t _ { r } ^ { \\mathbf { W } } / t _ { c } ^ { \\mathbf { W } }", + "type": "inline_equation" + }, + { + "bbox": [ + 252, + 100, + 270, + 120 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 270, + 104, + 299, + 117 + ], + "score": 0.92, + "content": "t _ { r } ^ { \\mathbf { Z } } / t _ { c } ^ { \\mathbf { W } }", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 100, + 372, + 120 + ], + "score": 1.0, + "content": "remain constant.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 107, + 121, + 505, + 165 + ], + "lines": [ + { + "bbox": [ + 105, + 121, + 505, + 133 + ], + "spans": [ + { + "bbox": [ + 105, + 121, + 372, + 133 + ], + "score": 1.0, + "content": "In the BA, we have submodels of different size: encoders of size", + "type": "text" + }, + { + "bbox": [ + 372, + 122, + 382, + 131 + ], + "score": 0.78, + "content": "D", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 121, + 469, + 133 + ], + "score": 1.0, + "content": "and decoders of size", + "type": "text" + }, + { + "bbox": [ + 469, + 122, + 501, + 132 + ], + "score": 0.89, + "content": "L < D", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 121, + 505, + 133 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 132, + 505, + 144 + ], + "spans": [ + { + "bbox": [ + 105, + 132, + 261, + 144 + ], + "score": 1.0, + "content": "We can model this by “grouping” the", + "type": "text" + }, + { + "bbox": [ + 261, + 133, + 271, + 142 + ], + "score": 0.75, + "content": "D", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 132, + 330, + 144 + ], + "score": 1.0, + "content": "decoders into", + "type": "text" + }, + { + "bbox": [ + 330, + 133, + 339, + 142 + ], + "score": 0.79, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 339, + 132, + 381, + 144 + ], + "score": 1.0, + "content": "groups of", + "type": "text" + }, + { + "bbox": [ + 382, + 132, + 403, + 144 + ], + "score": 0.92, + "content": "D / L", + "type": "inline_equation" + }, + { + "bbox": [ + 404, + 132, + 505, + 144 + ], + "score": 1.0, + "content": "decoders each, resulting", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 142, + 506, + 156 + ], + "spans": [ + { + "bbox": [ + 105, + 142, + 117, + 156 + ], + "score": 1.0, + "content": "in", + "type": "text" + }, + { + "bbox": [ + 117, + 143, + 155, + 154 + ], + "score": 0.9, + "content": "M = 2 L", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 142, + 506, + 156 + ], + "score": 1.0, + "content": "equal-size submodels (assuming the ratio of computation and communication times of", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 153, + 242, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 153, + 195, + 167 + ], + "score": 1.0, + "content": "decoder vs encoder is", + "type": "text" + }, + { + "bbox": [ + 195, + 154, + 236, + 166 + ], + "score": 0.91, + "content": "L / D < 1 \\rangle", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 153, + 242, + 167 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4.5 + }, + { + "type": "text", + "bbox": [ + 106, + 179, + 505, + 322 + ], + "lines": [ + { + "bbox": [ + 106, + 179, + 505, + 192 + ], + "spans": [ + { + "bbox": [ + 106, + 179, + 505, + 192 + ], + "score": 1.0, + "content": "Convergence of ParMAC The only approximation that ParMAC makes to the original MAC algo-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 190, + 505, + 202 + ], + "spans": [ + { + "bbox": [ + 105, + 190, + 505, + 202 + ], + "score": 1.0, + "content": "rithm is using SGD in the W step. Since we can guarantee convergence of SGD under certain condi-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 200, + 506, + 215 + ], + "spans": [ + { + "bbox": [ + 105, + 200, + 506, + 215 + ], + "score": 1.0, + "content": "tions (e.g. Robbins-Monro schedules), we can recover the original convergence guarantees for MAC", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 213, + 504, + 224 + ], + "spans": [ + { + "bbox": [ + 106, + 213, + 504, + 224 + ], + "score": 1.0, + "content": "to a local stationary point with differentiable layers (see details in Carreira-Perpi ˜n´an and Alizadeh,", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 104, + 222, + 505, + 237 + ], + "spans": [ + { + "bbox": [ + 104, + 222, + 505, + 237 + ], + "score": 1.0, + "content": "2016). This convergence guarantee is independent of the number of layers, models and proces-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 234, + 505, + 247 + ], + "spans": [ + { + "bbox": [ + 105, + 234, + 505, + 247 + ], + "score": 1.0, + "content": "sors. With nondifferentiable layers, the convergence properties of MAC (and ParMAC) are not well", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 246, + 505, + 257 + ], + "spans": [ + { + "bbox": [ + 106, + 246, + 505, + 257 + ], + "score": 1.0, + "content": "known. In particular, for the binary autoencoder the encoding layer is discrete and the problem is", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 104, + 255, + 506, + 270 + ], + "spans": [ + { + "bbox": [ + 104, + 255, + 506, + 270 + ], + "score": 1.0, + "content": "NP-complete. While convergence guarantees are important theoretically, in practical applications", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 267, + 505, + 281 + ], + "spans": [ + { + "bbox": [ + 105, + 267, + 505, + 281 + ], + "score": 1.0, + "content": "with large datasets in a distributed setting one typically runs SGD for just a few epochs, even one", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 279, + 505, + 290 + ], + "spans": [ + { + "bbox": [ + 106, + 279, + 505, + 290 + ], + "score": 1.0, + "content": "or less than one (i.e., we stop SGD before passing through all the data). This typically reduces the", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 288, + 505, + 303 + ], + "spans": [ + { + "bbox": [ + 105, + 288, + 505, + 303 + ], + "score": 1.0, + "content": "objective function to a good enough value as fast as possible, since each pass over the data is very", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 104, + 299, + 505, + 314 + ], + "spans": [ + { + "bbox": [ + 104, + 299, + 505, + 314 + ], + "score": 1.0, + "content": "costly. In our experiments, 1–2 epochs in the W step make ParMAC very similar to MAC using an", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 310, + 151, + 325 + ], + "spans": [ + { + "bbox": [ + 105, + 310, + 151, + 325 + ], + "score": 1.0, + "content": "exact step.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 106, + 336, + 505, + 468 + ], + "lines": [ + { + "bbox": [ + 105, + 335, + 506, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 335, + 506, + 349 + ], + "score": 1.0, + "content": "Circular vs parameter-server topologies We also considered implementing ParMAC using a", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 347, + 506, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 347, + 506, + 358 + ], + "score": 1.0, + "content": "parameter-server (PS) topology rather than a circular one, but the latter is better. With a PS we do", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 357, + 506, + 370 + ], + "spans": [ + { + "bbox": [ + 104, + 357, + 506, + 370 + ], + "score": 1.0, + "content": "parallel SGD on each submodel independently, i.e., each worker runs SGD on its own submodel", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 369, + 505, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 369, + 505, + 381 + ], + "score": 1.0, + "content": "replica for a while, sends it to the PS, and this broadcasts an “average” submodel back to the work-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 380, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 105, + 380, + 505, + 392 + ], + "score": 1.0, + "content": "ers, asynchronously. The circular topology does true SGD on each submodel independently from", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 390, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 505, + 403 + ], + "score": 1.0, + "content": "the others. We can show the runtime per iteration using a PS is equal to that of the circular topol-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 402, + 505, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 290, + 415 + ], + "score": 1.0, + "content": "ogy only if the server can communicate with", + "type": "text" + }, + { + "bbox": [ + 290, + 402, + 299, + 412 + ], + "score": 0.81, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 402, + 505, + 415 + ], + "score": 1.0, + "content": "workers simultaneously (rather than sequentially),", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 413, + 505, + 424 + ], + "spans": [ + { + "bbox": [ + 106, + 413, + 505, + 424 + ], + "score": 1.0, + "content": "otherwise it is slower. The reason is the PS has more communication. The PS has some additional", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 424, + 504, + 436 + ], + "spans": [ + { + "bbox": [ + 106, + 424, + 504, + 436 + ], + "score": 1.0, + "content": "disadvantages: parallel SGD converges more slowly than true SGD and is difficult to apply if the W", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 435, + 505, + 447 + ], + "spans": [ + { + "bbox": [ + 106, + 435, + 505, + 447 + ], + "score": 1.0, + "content": "step is nonconvex; and it needs extra machine(s) to act as parameter server(s). The fundamental is-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 104, + 444, + 505, + 459 + ], + "spans": [ + { + "bbox": [ + 104, + 444, + 505, + 459 + ], + "score": 1.0, + "content": "sue is that both topologies differ in how they employ the available parallelism: the circular topology", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 457, + 493, + 469 + ], + "spans": [ + { + "bbox": [ + 106, + 457, + 493, + 469 + ], + "score": 1.0, + "content": "updates different, independent submodels, while the PS updates replicas of the same submodels.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 25.5 + }, + { + "type": "title", + "bbox": [ + 108, + 486, + 199, + 498 + ], + "lines": [ + { + "bbox": [ + 105, + 484, + 201, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 201, + 500 + ], + "score": 1.0, + "content": "4 EXPERIMENTS", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 107, + 511, + 505, + 621 + ], + "lines": [ + { + "bbox": [ + 105, + 511, + 505, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 511, + 338, + 524 + ], + "score": 1.0, + "content": "MPI implementation of ParMAC for BAs. We have used", + "type": "text" + }, + { + "bbox": [ + 338, + 511, + 367, + 522 + ], + "score": 0.88, + "content": "\\mathrm { C } / \\mathrm { C } { + + }", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 511, + 505, + 524 + ], + "score": 1.0, + "content": ", the GSL and BLAS libraries for", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 522, + 505, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 505, + 535 + ], + "score": 1.0, + "content": "mathematical operations, and the Message Passing Interface (MPI) (Gropp et al., 1999) for inter-", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 533, + 505, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 505, + 547 + ], + "score": 1.0, + "content": "process communication. MPI is a widely used framework for high-performance parallel computing,", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 544, + 505, + 557 + ], + "spans": [ + { + "bbox": [ + 105, + 544, + 505, + 557 + ], + "score": 1.0, + "content": "available in multiple platforms. It is particularly suitable for ParMAC because of its support of the", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 554, + 506, + 569 + ], + "spans": [ + { + "bbox": [ + 105, + 554, + 506, + 569 + ], + "score": 1.0, + "content": "SPMD (single program, multiple data) model. In MPI, processes in different machines communicate", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 565, + 506, + 580 + ], + "spans": [ + { + "bbox": [ + 105, + 565, + 506, + 580 + ], + "score": 1.0, + "content": "through messages. To receive data, we use the synchronous blocking receive function MPI Recv;", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 578, + 505, + 589 + ], + "spans": [ + { + "bbox": [ + 106, + 578, + 505, + 589 + ], + "score": 1.0, + "content": "the process calling this blocks until the data arrives. To send data we use the buffered blocking send", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 587, + 505, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 505, + 601 + ], + "score": 1.0, + "content": "function MPI Bsend. We allocate enough memory and attach it to the system. The process calling", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 104, + 598, + 505, + 613 + ], + "spans": [ + { + "bbox": [ + 104, + 598, + 505, + 613 + ], + "score": 1.0, + "content": "MPI Bsend blocks until the buffer is copied to the MPI internal memory; after that, the MPI library", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 610, + 477, + 622 + ], + "spans": [ + { + "bbox": [ + 106, + 610, + 477, + 622 + ], + "score": 1.0, + "content": "takes care of sending the data. See a code snippet in Carreira-Perpi ˜n´an and Alizadeh (2016).", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 37.5 + }, + { + "type": "text", + "bbox": [ + 107, + 626, + 505, + 693 + ], + "lines": [ + { + "bbox": [ + 105, + 627, + 505, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 505, + 639 + ], + "score": 1.0, + "content": "Distributed-memory cluster. We used General Computing Nodes from the UCSD Triton Shared", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 638, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 638, + 506, + 651 + ], + "score": 1.0, + "content": "Computing Cluster (TSCC), available to the public for a fee. Each node contains 2 8-core Intel", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 649, + 505, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 505, + 661 + ], + "score": 1.0, + "content": "Xeon E5-2670 processors (16 cores in total), 64GB RAM (4GB/processor) and a 500GB hard", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 660, + 505, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 427, + 673 + ], + "score": 1.0, + "content": "drive. The nodes are connected through a 10GbE network. We used up to", + "type": "text" + }, + { + "bbox": [ + 428, + 660, + 471, + 671 + ], + "score": 0.89, + "content": "P \\ = \\ 1 2 8", + "type": "inline_equation" + }, + { + "bbox": [ + 471, + 660, + 505, + 673 + ], + "score": 1.0, + "content": "proces-", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 671, + 505, + 684 + ], + "spans": [ + { + "bbox": [ + 105, + 671, + 505, + 684 + ], + "score": 1.0, + "content": "sors. Carreira-Perpi ˜n´an and Alizadeh (2016) give detailed specs as well as experiments in a shared-", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 682, + 181, + 694 + ], + "spans": [ + { + "bbox": [ + 106, + 682, + 181, + 694 + ], + "score": 1.0, + "content": "memory machine.", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 45.5 + }, + { + "type": "text", + "bbox": [ + 108, + 699, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "Datasets. We have used 3 well-known colour image retrieval benchmarks. (1) CIFAR (Krizhevsky,", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 167, + 722 + ], + "score": 1.0, + "content": "2009) contains", + "type": "text" + }, + { + "bbox": [ + 167, + 710, + 196, + 720 + ], + "score": 0.31, + "content": "6 0 0 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 709, + 229, + 722 + ], + "score": 1.0, + "content": "images", + "type": "text" + }, + { + "bbox": [ + 230, + 710, + 281, + 720 + ], + "score": 0.86, + "content": "N = 5 0 0 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 281, + 709, + 441, + 722 + ], + "score": 1.0, + "content": "training and 10 000 test), represented by", + "type": "text" + }, + { + "bbox": [ + 442, + 710, + 480, + 720 + ], + "score": 0.89, + "content": "D = 3 2 0", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "GIST", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 321, + 733 + ], + "score": 1.0, + "content": "features. (2) SIFT-1M (J´egou et al., 2011a) contains", + "type": "text" + }, + { + "bbox": [ + 322, + 720, + 362, + 731 + ], + "score": 0.91, + "content": "N = 1 0 ^ { 6 }", + "type": "inline_equation" + }, + { + "bbox": [ + 362, + 720, + 415, + 733 + ], + "score": 1.0, + "content": "training and", + "type": "text" + }, + { + "bbox": [ + 416, + 720, + 432, + 731 + ], + "score": 0.88, + "content": "1 0 ^ { 4 }", + "type": "inline_equation" + }, + { + "bbox": [ + 432, + 720, + 506, + 733 + ], + "score": 1.0, + "content": "test images, each", + "type": "text" + } + ], + "index": 51 + } + ], + "index": 50 + } + ], + "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 2017", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 303, + 751, + 308, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 12, + "width": 7 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 503, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "score": 1.0, + "content": "Eq. (3) also shows that we can leave the speedup unchanged by trading off dataset size and com-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 104, + 91, + 506, + 108 + ], + "spans": [ + { + "bbox": [ + 104, + 91, + 359, + 108 + ], + "score": 1.0, + "content": "putation/communication times, as long as one of these holds:", + "type": "text" + }, + { + "bbox": [ + 359, + 93, + 383, + 105 + ], + "score": 0.91, + "content": "\\dot { N } t _ { r } ^ { \\mathbf { W } }", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 91, + 402, + 108 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 402, + 93, + 422, + 105 + ], + "score": 0.92, + "content": "N t _ { r } ^ { \\mathbf { Z } }", + "type": "inline_equation" + }, + { + "bbox": [ + 423, + 91, + 506, + 108 + ], + "score": 1.0, + "content": "remain constant; or", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 107, + 100, + 372, + 120 + ], + "spans": [ + { + "bbox": [ + 107, + 104, + 134, + 117 + ], + "score": 0.91, + "content": "\\mathbf { \\Pi } _ { N / t _ { c } ^ { \\mathbf { W } } } ^ { \\star }", + "type": "inline_equation" + }, + { + "bbox": [ + 135, + 100, + 219, + 120 + ], + "score": 1.0, + "content": "remains constant; or", + "type": "text" + }, + { + "bbox": [ + 219, + 104, + 252, + 117 + ], + "score": 0.94, + "content": "t _ { r } ^ { \\mathbf { W } } / t _ { c } ^ { \\mathbf { W } }", + "type": "inline_equation" + }, + { + "bbox": [ + 252, + 100, + 270, + 120 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 270, + 104, + 299, + 117 + ], + "score": 0.92, + "content": "t _ { r } ^ { \\mathbf { Z } } / t _ { c } ^ { \\mathbf { W } }", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 100, + 372, + 120 + ], + "score": 1.0, + "content": "remain constant.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1, + "bbox_fs": [ + 104, + 81, + 506, + 120 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 121, + 505, + 165 + ], + "lines": [ + { + "bbox": [ + 105, + 121, + 505, + 133 + ], + "spans": [ + { + "bbox": [ + 105, + 121, + 372, + 133 + ], + "score": 1.0, + "content": "In the BA, we have submodels of different size: encoders of size", + "type": "text" + }, + { + "bbox": [ + 372, + 122, + 382, + 131 + ], + "score": 0.78, + "content": "D", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 121, + 469, + 133 + ], + "score": 1.0, + "content": "and decoders of size", + "type": "text" + }, + { + "bbox": [ + 469, + 122, + 501, + 132 + ], + "score": 0.89, + "content": "L < D", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 121, + 505, + 133 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 132, + 505, + 144 + ], + "spans": [ + { + "bbox": [ + 105, + 132, + 261, + 144 + ], + "score": 1.0, + "content": "We can model this by “grouping” the", + "type": "text" + }, + { + "bbox": [ + 261, + 133, + 271, + 142 + ], + "score": 0.75, + "content": "D", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 132, + 330, + 144 + ], + "score": 1.0, + "content": "decoders into", + "type": "text" + }, + { + "bbox": [ + 330, + 133, + 339, + 142 + ], + "score": 0.79, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 339, + 132, + 381, + 144 + ], + "score": 1.0, + "content": "groups of", + "type": "text" + }, + { + "bbox": [ + 382, + 132, + 403, + 144 + ], + "score": 0.92, + "content": "D / L", + "type": "inline_equation" + }, + { + "bbox": [ + 404, + 132, + 505, + 144 + ], + "score": 1.0, + "content": "decoders each, resulting", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 142, + 506, + 156 + ], + "spans": [ + { + "bbox": [ + 105, + 142, + 117, + 156 + ], + "score": 1.0, + "content": "in", + "type": "text" + }, + { + "bbox": [ + 117, + 143, + 155, + 154 + ], + "score": 0.9, + "content": "M = 2 L", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 142, + 506, + 156 + ], + "score": 1.0, + "content": "equal-size submodels (assuming the ratio of computation and communication times of", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 153, + 242, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 153, + 195, + 167 + ], + "score": 1.0, + "content": "decoder vs encoder is", + "type": "text" + }, + { + "bbox": [ + 195, + 154, + 236, + 166 + ], + "score": 0.91, + "content": "L / D < 1 \\rangle", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 153, + 242, + 167 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4.5, + "bbox_fs": [ + 105, + 121, + 506, + 167 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 179, + 505, + 322 + ], + "lines": [ + { + "bbox": [ + 106, + 179, + 505, + 192 + ], + "spans": [ + { + "bbox": [ + 106, + 179, + 505, + 192 + ], + "score": 1.0, + "content": "Convergence of ParMAC The only approximation that ParMAC makes to the original MAC algo-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 190, + 505, + 202 + ], + "spans": [ + { + "bbox": [ + 105, + 190, + 505, + 202 + ], + "score": 1.0, + "content": "rithm is using SGD in the W step. Since we can guarantee convergence of SGD under certain condi-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 200, + 506, + 215 + ], + "spans": [ + { + "bbox": [ + 105, + 200, + 506, + 215 + ], + "score": 1.0, + "content": "tions (e.g. Robbins-Monro schedules), we can recover the original convergence guarantees for MAC", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 213, + 504, + 224 + ], + "spans": [ + { + "bbox": [ + 106, + 213, + 504, + 224 + ], + "score": 1.0, + "content": "to a local stationary point with differentiable layers (see details in Carreira-Perpi ˜n´an and Alizadeh,", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 104, + 222, + 505, + 237 + ], + "spans": [ + { + "bbox": [ + 104, + 222, + 505, + 237 + ], + "score": 1.0, + "content": "2016). This convergence guarantee is independent of the number of layers, models and proces-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 234, + 505, + 247 + ], + "spans": [ + { + "bbox": [ + 105, + 234, + 505, + 247 + ], + "score": 1.0, + "content": "sors. With nondifferentiable layers, the convergence properties of MAC (and ParMAC) are not well", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 246, + 505, + 257 + ], + "spans": [ + { + "bbox": [ + 106, + 246, + 505, + 257 + ], + "score": 1.0, + "content": "known. In particular, for the binary autoencoder the encoding layer is discrete and the problem is", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 104, + 255, + 506, + 270 + ], + "spans": [ + { + "bbox": [ + 104, + 255, + 506, + 270 + ], + "score": 1.0, + "content": "NP-complete. While convergence guarantees are important theoretically, in practical applications", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 267, + 505, + 281 + ], + "spans": [ + { + "bbox": [ + 105, + 267, + 505, + 281 + ], + "score": 1.0, + "content": "with large datasets in a distributed setting one typically runs SGD for just a few epochs, even one", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 279, + 505, + 290 + ], + "spans": [ + { + "bbox": [ + 106, + 279, + 505, + 290 + ], + "score": 1.0, + "content": "or less than one (i.e., we stop SGD before passing through all the data). This typically reduces the", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 288, + 505, + 303 + ], + "spans": [ + { + "bbox": [ + 105, + 288, + 505, + 303 + ], + "score": 1.0, + "content": "objective function to a good enough value as fast as possible, since each pass over the data is very", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 104, + 299, + 505, + 314 + ], + "spans": [ + { + "bbox": [ + 104, + 299, + 505, + 314 + ], + "score": 1.0, + "content": "costly. In our experiments, 1–2 epochs in the W step make ParMAC very similar to MAC using an", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 310, + 151, + 325 + ], + "spans": [ + { + "bbox": [ + 105, + 310, + 151, + 325 + ], + "score": 1.0, + "content": "exact step.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 13, + "bbox_fs": [ + 104, + 179, + 506, + 325 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 336, + 505, + 468 + ], + "lines": [ + { + "bbox": [ + 105, + 335, + 506, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 335, + 506, + 349 + ], + "score": 1.0, + "content": "Circular vs parameter-server topologies We also considered implementing ParMAC using a", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 347, + 506, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 347, + 506, + 358 + ], + "score": 1.0, + "content": "parameter-server (PS) topology rather than a circular one, but the latter is better. With a PS we do", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 357, + 506, + 370 + ], + "spans": [ + { + "bbox": [ + 104, + 357, + 506, + 370 + ], + "score": 1.0, + "content": "parallel SGD on each submodel independently, i.e., each worker runs SGD on its own submodel", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 369, + 505, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 369, + 505, + 381 + ], + "score": 1.0, + "content": "replica for a while, sends it to the PS, and this broadcasts an “average” submodel back to the work-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 380, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 105, + 380, + 505, + 392 + ], + "score": 1.0, + "content": "ers, asynchronously. The circular topology does true SGD on each submodel independently from", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 390, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 505, + 403 + ], + "score": 1.0, + "content": "the others. We can show the runtime per iteration using a PS is equal to that of the circular topol-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 402, + 505, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 290, + 415 + ], + "score": 1.0, + "content": "ogy only if the server can communicate with", + "type": "text" + }, + { + "bbox": [ + 290, + 402, + 299, + 412 + ], + "score": 0.81, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 402, + 505, + 415 + ], + "score": 1.0, + "content": "workers simultaneously (rather than sequentially),", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 413, + 505, + 424 + ], + "spans": [ + { + "bbox": [ + 106, + 413, + 505, + 424 + ], + "score": 1.0, + "content": "otherwise it is slower. The reason is the PS has more communication. The PS has some additional", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 424, + 504, + 436 + ], + "spans": [ + { + "bbox": [ + 106, + 424, + 504, + 436 + ], + "score": 1.0, + "content": "disadvantages: parallel SGD converges more slowly than true SGD and is difficult to apply if the W", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 435, + 505, + 447 + ], + "spans": [ + { + "bbox": [ + 106, + 435, + 505, + 447 + ], + "score": 1.0, + "content": "step is nonconvex; and it needs extra machine(s) to act as parameter server(s). The fundamental is-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 104, + 444, + 505, + 459 + ], + "spans": [ + { + "bbox": [ + 104, + 444, + 505, + 459 + ], + "score": 1.0, + "content": "sue is that both topologies differ in how they employ the available parallelism: the circular topology", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 457, + 493, + 469 + ], + "spans": [ + { + "bbox": [ + 106, + 457, + 493, + 469 + ], + "score": 1.0, + "content": "updates different, independent submodels, while the PS updates replicas of the same submodels.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 25.5, + "bbox_fs": [ + 104, + 335, + 506, + 469 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 486, + 199, + 498 + ], + "lines": [ + { + "bbox": [ + 105, + 484, + 201, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 201, + 500 + ], + "score": 1.0, + "content": "4 EXPERIMENTS", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 107, + 511, + 505, + 621 + ], + "lines": [ + { + "bbox": [ + 105, + 511, + 505, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 511, + 338, + 524 + ], + "score": 1.0, + "content": "MPI implementation of ParMAC for BAs. We have used", + "type": "text" + }, + { + "bbox": [ + 338, + 511, + 367, + 522 + ], + "score": 0.88, + "content": "\\mathrm { C } / \\mathrm { C } { + + }", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 511, + 505, + 524 + ], + "score": 1.0, + "content": ", the GSL and BLAS libraries for", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 522, + 505, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 505, + 535 + ], + "score": 1.0, + "content": "mathematical operations, and the Message Passing Interface (MPI) (Gropp et al., 1999) for inter-", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 533, + 505, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 505, + 547 + ], + "score": 1.0, + "content": "process communication. MPI is a widely used framework for high-performance parallel computing,", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 544, + 505, + 557 + ], + "spans": [ + { + "bbox": [ + 105, + 544, + 505, + 557 + ], + "score": 1.0, + "content": "available in multiple platforms. It is particularly suitable for ParMAC because of its support of the", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 554, + 506, + 569 + ], + "spans": [ + { + "bbox": [ + 105, + 554, + 506, + 569 + ], + "score": 1.0, + "content": "SPMD (single program, multiple data) model. In MPI, processes in different machines communicate", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 565, + 506, + 580 + ], + "spans": [ + { + "bbox": [ + 105, + 565, + 506, + 580 + ], + "score": 1.0, + "content": "through messages. To receive data, we use the synchronous blocking receive function MPI Recv;", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 578, + 505, + 589 + ], + "spans": [ + { + "bbox": [ + 106, + 578, + 505, + 589 + ], + "score": 1.0, + "content": "the process calling this blocks until the data arrives. To send data we use the buffered blocking send", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 587, + 505, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 505, + 601 + ], + "score": 1.0, + "content": "function MPI Bsend. We allocate enough memory and attach it to the system. The process calling", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 104, + 598, + 505, + 613 + ], + "spans": [ + { + "bbox": [ + 104, + 598, + 505, + 613 + ], + "score": 1.0, + "content": "MPI Bsend blocks until the buffer is copied to the MPI internal memory; after that, the MPI library", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 610, + 477, + 622 + ], + "spans": [ + { + "bbox": [ + 106, + 610, + 477, + 622 + ], + "score": 1.0, + "content": "takes care of sending the data. See a code snippet in Carreira-Perpi ˜n´an and Alizadeh (2016).", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 37.5, + "bbox_fs": [ + 104, + 511, + 506, + 622 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 626, + 505, + 693 + ], + "lines": [ + { + "bbox": [ + 105, + 627, + 505, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 505, + 639 + ], + "score": 1.0, + "content": "Distributed-memory cluster. We used General Computing Nodes from the UCSD Triton Shared", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 638, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 638, + 506, + 651 + ], + "score": 1.0, + "content": "Computing Cluster (TSCC), available to the public for a fee. Each node contains 2 8-core Intel", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 649, + 505, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 505, + 661 + ], + "score": 1.0, + "content": "Xeon E5-2670 processors (16 cores in total), 64GB RAM (4GB/processor) and a 500GB hard", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 660, + 505, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 427, + 673 + ], + "score": 1.0, + "content": "drive. The nodes are connected through a 10GbE network. We used up to", + "type": "text" + }, + { + "bbox": [ + 428, + 660, + 471, + 671 + ], + "score": 0.89, + "content": "P \\ = \\ 1 2 8", + "type": "inline_equation" + }, + { + "bbox": [ + 471, + 660, + 505, + 673 + ], + "score": 1.0, + "content": "proces-", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 671, + 505, + 684 + ], + "spans": [ + { + "bbox": [ + 105, + 671, + 505, + 684 + ], + "score": 1.0, + "content": "sors. Carreira-Perpi ˜n´an and Alizadeh (2016) give detailed specs as well as experiments in a shared-", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 682, + 181, + 694 + ], + "spans": [ + { + "bbox": [ + 106, + 682, + 181, + 694 + ], + "score": 1.0, + "content": "memory machine.", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 45.5, + "bbox_fs": [ + 105, + 627, + 506, + 694 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 699, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "Datasets. We have used 3 well-known colour image retrieval benchmarks. (1) CIFAR (Krizhevsky,", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 167, + 722 + ], + "score": 1.0, + "content": "2009) contains", + "type": "text" + }, + { + "bbox": [ + 167, + 710, + 196, + 720 + ], + "score": 0.31, + "content": "6 0 0 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 709, + 229, + 722 + ], + "score": 1.0, + "content": "images", + "type": "text" + }, + { + "bbox": [ + 230, + 710, + 281, + 720 + ], + "score": 0.86, + "content": "N = 5 0 0 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 281, + 709, + 441, + 722 + ], + "score": 1.0, + "content": "training and 10 000 test), represented by", + "type": "text" + }, + { + "bbox": [ + 442, + 710, + 480, + 720 + ], + "score": 0.89, + "content": "D = 3 2 0", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "GIST", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 321, + 733 + ], + "score": 1.0, + "content": "features. (2) SIFT-1M (J´egou et al., 2011a) contains", + "type": "text" + }, + { + "bbox": [ + 322, + 720, + 362, + 731 + ], + "score": 0.91, + "content": "N = 1 0 ^ { 6 }", + "type": "inline_equation" + }, + { + "bbox": [ + 362, + 720, + 415, + 733 + ], + "score": 1.0, + "content": "training and", + "type": "text" + }, + { + "bbox": [ + 416, + 720, + 432, + 731 + ], + "score": 0.88, + "content": "1 0 ^ { 4 }", + "type": "inline_equation" + }, + { + "bbox": [ + 432, + 720, + 506, + 733 + ], + "score": 1.0, + "content": "test images, each", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 82, + 504, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 169, + 95 + ], + "score": 1.0, + "content": "represented by", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 169, + 83, + 210, + 93 + ], + "score": 0.88, + "content": "D = 1 2 8", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 210, + 82, + 488, + 95 + ], + "score": 1.0, + "content": "SIFT features. (3) SIFT-1B (J´egou et al., 2011a) has three subsets:", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 488, + 82, + 504, + 93 + ], + "score": 0.84, + "content": "1 0 ^ { 9 }", + "type": "inline_equation", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 92, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 92, + 285, + 106 + ], + "score": 1.0, + "content": "base vectors where the search is performed,", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 285, + 93, + 325, + 104 + ], + "score": 0.92, + "content": "N = 1 0 ^ { 8 }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 325, + 92, + 506, + 106 + ], + "score": 1.0, + "content": "learning vectors used to train the model and", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 103, + 183, + 118 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 122, + 115 + ], + "score": 0.86, + "content": "1 0 ^ { 4 }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 123, + 103, + 183, + 118 + ], + "score": 1.0, + "content": "query vectors.", + "type": "text", + "cross_page": true + } + ], + "index": 2 + } + ], + "index": 50, + "bbox_fs": [ + 105, + 698, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 108, + 82, + 504, + 115 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 504, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 169, + 95 + ], + "score": 1.0, + "content": "represented by", + "type": "text" + }, + { + "bbox": [ + 169, + 83, + 210, + 93 + ], + "score": 0.88, + "content": "D = 1 2 8", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 82, + 488, + 95 + ], + "score": 1.0, + "content": "SIFT features. (3) SIFT-1B (J´egou et al., 2011a) has three subsets:", + "type": "text" + }, + { + "bbox": [ + 488, + 82, + 504, + 93 + ], + "score": 0.84, + "content": "1 0 ^ { 9 }", + "type": "inline_equation" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 92, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 92, + 285, + 106 + ], + "score": 1.0, + "content": "base vectors where the search is performed,", + "type": "text" + }, + { + "bbox": [ + 285, + 93, + 325, + 104 + ], + "score": 0.92, + "content": "N = 1 0 ^ { 8 }", + "type": "inline_equation" + }, + { + "bbox": [ + 325, + 92, + 506, + 106 + ], + "score": 1.0, + "content": "learning vectors used to train the model and", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 103, + 183, + 118 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 122, + 115 + ], + "score": 0.86, + "content": "1 0 ^ { 4 }", + "type": "inline_equation" + }, + { + "bbox": [ + 123, + 103, + 183, + 118 + ], + "score": 1.0, + "content": "query vectors.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 107, + 121, + 505, + 221 + ], + "lines": [ + { + "bbox": [ + 106, + 120, + 505, + 134 + ], + "spans": [ + { + "bbox": [ + 106, + 120, + 505, + 134 + ], + "score": 1.0, + "content": "Performance measures. Regarding the quality of the BA and hash functions learnt, we report the", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 132, + 505, + 144 + ], + "spans": [ + { + "bbox": [ + 105, + 132, + 182, + 144 + ], + "score": 1.0, + "content": "retrieval precision", + "type": "text" + }, + { + "bbox": [ + 182, + 133, + 199, + 144 + ], + "score": 0.79, + "content": "( \\% )", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 132, + 376, + 144 + ], + "score": 1.0, + "content": "in the test set using as true neighbours the", + "type": "text" + }, + { + "bbox": [ + 376, + 133, + 387, + 142 + ], + "score": 0.75, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 132, + 505, + 144 + ], + "score": 1.0, + "content": "nearest images in Euclidean", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 144, + 506, + 156 + ], + "spans": [ + { + "bbox": [ + 106, + 144, + 466, + 156 + ], + "score": 1.0, + "content": "distance in the original space, and as retrieved neighbours in the binary space we use the", + "type": "text" + }, + { + "bbox": [ + 466, + 144, + 473, + 153 + ], + "score": 0.79, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 473, + 144, + 506, + 156 + ], + "score": 1.0, + "content": "nearest", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 154, + 505, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 264, + 167 + ], + "score": 1.0, + "content": "images in Hamming distance. We set", + "type": "text" + }, + { + "bbox": [ + 264, + 154, + 357, + 166 + ], + "score": 0.92, + "content": "( K , k ) = \\bar { ( } 1 0 0 0 , 1 0 0 )", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 154, + 425, + 167 + ], + "score": 1.0, + "content": "for CIFAR and", + "type": "text" + }, + { + "bbox": [ + 425, + 154, + 488, + 165 + ], + "score": 0.36, + "content": "( 1 0 0 0 0 , 1 0 0 0 0 )", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 154, + 505, + 167 + ], + "score": 1.0, + "content": "for", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 164, + 506, + 179 + ], + "spans": [ + { + "bbox": [ + 105, + 164, + 436, + 179 + ], + "score": 1.0, + "content": "SIFT-1M. For SIFT-1B, as suggested by the dataset creators, we report the recall", + "type": "text" + }, + { + "bbox": [ + 436, + 166, + 452, + 176 + ], + "score": 0.71, + "content": "_ { \\ @ \\mathrm { R } }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 164, + 506, + 179 + ], + "score": 1.0, + "content": ": the average", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 174, + 506, + 191 + ], + "spans": [ + { + "bbox": [ + 105, + 174, + 406, + 191 + ], + "score": 1.0, + "content": "number of queries for which the nearest neighbour is ranked within the top", + "type": "text" + }, + { + "bbox": [ + 407, + 177, + 416, + 186 + ], + "score": 0.7, + "content": "R", + "type": "inline_equation" + }, + { + "bbox": [ + 416, + 174, + 506, + 191 + ], + "score": 1.0, + "content": "positions (for varying", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 186, + 506, + 200 + ], + "spans": [ + { + "bbox": [ + 106, + 186, + 147, + 200 + ], + "score": 1.0, + "content": "values of", + "type": "text" + }, + { + "bbox": [ + 147, + 188, + 157, + 198 + ], + "score": 0.68, + "content": "R", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 186, + 506, + 200 + ], + "score": 1.0, + "content": "); in case of tied distances, we place the query as top rank. All these measures are", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 198, + 506, + 211 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 506, + 211 + ], + "score": 1.0, + "content": "computed offline once the BA is trained. Carreira-Perpi ˜n´an and Alizadeh (2016) give additional", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 210, + 216, + 222 + ], + "spans": [ + { + "bbox": [ + 106, + 210, + 216, + 222 + ], + "score": 1.0, + "content": "measures and experiments.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 107, + 226, + 505, + 336 + ], + "lines": [ + { + "bbox": [ + 105, + 225, + 506, + 238 + ], + "spans": [ + { + "bbox": [ + 105, + 225, + 506, + 238 + ], + "score": 1.0, + "content": "Models and their parameters. We use BAs with linear encoders (linear SVM) except with SIFT-1B,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 236, + 506, + 249 + ], + "spans": [ + { + "bbox": [ + 105, + 236, + 388, + 249 + ], + "score": 1.0, + "content": "where we also use kernel SVMs. The decoder is always linear. We set", + "type": "text" + }, + { + "bbox": [ + 389, + 237, + 420, + 247 + ], + "score": 0.9, + "content": "L = 1 6", + "type": "inline_equation" + }, + { + "bbox": [ + 421, + 236, + 506, + 249 + ], + "score": 1.0, + "content": "bits (hash functions)", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 248, + 505, + 259 + ], + "spans": [ + { + "bbox": [ + 105, + 248, + 223, + 259 + ], + "score": 1.0, + "content": "for CIFAR and SIFT-1M and", + "type": "text" + }, + { + "bbox": [ + 223, + 248, + 255, + 258 + ], + "score": 0.91, + "content": "L = 6 4", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 248, + 505, + 259 + ], + "score": 1.0, + "content": "bits for SIFT-1B. We initialise the binary codes from truncated", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 258, + 506, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 258, + 506, + 271 + ], + "score": 1.0, + "content": "PCA ran on a subset of the training set (small enough that it fits in one processor). To train the", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 269, + 506, + 283 + ], + "spans": [ + { + "bbox": [ + 105, + 269, + 144, + 283 + ], + "score": 1.0, + "content": "encoder (", + "type": "text" + }, + { + "bbox": [ + 144, + 270, + 152, + 280 + ], + "score": 0.6, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 269, + 237, + 283 + ], + "score": 1.0, + "content": "SVMs) and decoder", + "type": "text" + }, + { + "bbox": [ + 238, + 270, + 248, + 280 + ], + "score": 0.71, + "content": "D", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 269, + 506, + 283 + ], + "score": 1.0, + "content": "linear mappings) with stochastic optimisation, we used the SGD", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 281, + 506, + 294 + ], + "spans": [ + { + "bbox": [ + 105, + 281, + 506, + 294 + ], + "score": 1.0, + "content": "code from (Bottou and Bousquet, 2008), using its default parameter settings. The SGD step size is", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 291, + 506, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 340, + 304 + ], + "score": 1.0, + "content": "tuned automatically in each iteration by examining the first", + "type": "text" + }, + { + "bbox": [ + 341, + 292, + 364, + 302 + ], + "score": 0.28, + "content": "1 0 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 364, + 291, + 506, + 304 + ], + "score": 1.0, + "content": "datapoints. We use a multiplicative", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 302, + 506, + 315 + ], + "spans": [ + { + "bbox": [ + 106, + 304, + 114, + 315 + ], + "score": 0.75, + "content": "\\mu", + "type": "inline_equation" + }, + { + "bbox": [ + 115, + 302, + 154, + 315 + ], + "score": 1.0, + "content": "schedule", + "type": "text" + }, + { + "bbox": [ + 154, + 302, + 199, + 314 + ], + "score": 0.93, + "content": "\\mu _ { i } = { \\dot { \\mu } } _ { 0 } a ^ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 302, + 295, + 315 + ], + "score": 1.0, + "content": "where the initial value", + "type": "text" + }, + { + "bbox": [ + 295, + 304, + 307, + 314 + ], + "score": 0.85, + "content": "\\mu _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 302, + 368, + 315 + ], + "score": 1.0, + "content": "and the factor", + "type": "text" + }, + { + "bbox": [ + 369, + 303, + 396, + 313 + ], + "score": 0.9, + "content": "a > 1", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 302, + 506, + 315 + ], + "score": 1.0, + "content": "are tuned offline in a trial", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 313, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 105, + 313, + 331, + 326 + ], + "score": 1.0, + "content": "run using a small subset of the data. For CIFAR we use", + "type": "text" + }, + { + "bbox": [ + 332, + 314, + 380, + 324 + ], + "score": 0.89, + "content": "\\mu _ { 0 } = 0 . 0 0 5", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 313, + 398, + 326 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 399, + 314, + 432, + 324 + ], + "score": 0.9, + "content": "a = 1 . 2", + "type": "inline_equation" + }, + { + "bbox": [ + 432, + 313, + 505, + 326 + ], + "score": 1.0, + "content": "over 26 iterations", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 108, + 324, + 477, + 338 + ], + "spans": [ + { + "bbox": [ + 108, + 325, + 167, + 336 + ], + "score": 0.88, + "content": "( i = 0 , \\ldots , 2 5 )", + "type": "inline_equation" + }, + { + "bbox": [ + 167, + 324, + 312, + 338 + ], + "score": 1.0, + "content": ". For SIFT-1M and SIFT-1B we use", + "type": "text" + }, + { + "bbox": [ + 312, + 325, + 357, + 336 + ], + "score": 0.92, + "content": "\\mu _ { 0 } = 1 0 ^ { - 4 }", + "type": "inline_equation" + }, + { + "bbox": [ + 358, + 324, + 375, + 338 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 375, + 325, + 401, + 335 + ], + "score": 0.9, + "content": "a = 2", + "type": "inline_equation" + }, + { + "bbox": [ + 401, + 324, + 477, + 338 + ], + "score": 1.0, + "content": "over 10 iterations.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 16.5 + }, + { + "type": "text", + "bbox": [ + 106, + 358, + 505, + 424 + ], + "lines": [ + { + "bbox": [ + 105, + 358, + 505, + 371 + ], + "spans": [ + { + "bbox": [ + 105, + 358, + 505, + 371 + ], + "score": 1.0, + "content": "Effect of stochastic steps in the W step Fig. 3 shows the effect on the precision on CI-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 369, + 506, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 369, + 506, + 381 + ], + "score": 1.0, + "content": "FAR of varying the number of epochs within the W step and shuffling the data as a function", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 380, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 106, + 380, + 231, + 392 + ], + "score": 1.0, + "content": "of the number of processors", + "type": "text" + }, + { + "bbox": [ + 232, + 380, + 241, + 390 + ], + "score": 0.8, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 241, + 380, + 505, + 392 + ], + "score": 1.0, + "content": ". As the number of epochs increases, the W step is solved", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 390, + 506, + 404 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 506, + 404 + ], + "score": 1.0, + "content": "more exactly (8 epochs is practically exact in this data). Fewer epochs, even just one, cause", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 402, + 505, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 505, + 415 + ], + "score": 1.0, + "content": "only a small degradation. The reason is that, although these are relatively small datasets, they", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 412, + 505, + 426 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 505, + 426 + ], + "score": 1.0, + "content": "contain sufficient redundance that few epochs are sufficient to decrease the error considerably.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 24.5 + }, + { + "type": "text", + "bbox": [ + 107, + 424, + 297, + 544 + ], + "lines": [ + { + "bbox": [ + 106, + 423, + 297, + 435 + ], + "spans": [ + { + "bbox": [ + 106, + 423, + 297, + 435 + ], + "score": 1.0, + "content": "This is also helped by the accumulated effect", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 434, + 297, + 447 + ], + "spans": [ + { + "bbox": [ + 106, + 434, + 297, + 447 + ], + "score": 1.0, + "content": "of epochs over MAC iterations. Running more", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 446, + 297, + 457 + ], + "spans": [ + { + "bbox": [ + 106, + 446, + 297, + 457 + ], + "score": 1.0, + "content": "epochs increases the runtime and lowers the", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 457, + 297, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 457, + 297, + 469 + ], + "score": 1.0, + "content": "parallel speedup in this particular model, be-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 468, + 297, + 479 + ], + "spans": [ + { + "bbox": [ + 106, + 468, + 201, + 479 + ], + "score": 1.0, + "content": "cause we use few bits", + "type": "text" + }, + { + "bbox": [ + 201, + 468, + 237, + 478 + ], + "score": 0.85, + "content": "L = 1 6 )", + "type": "inline_equation" + }, + { + "bbox": [ + 238, + 468, + 297, + 479 + ], + "score": 1.0, + "content": "and therefore", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 478, + 297, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 173, + 491 + ], + "score": 1.0, + "content": "few submodels", + "type": "text" + }, + { + "bbox": [ + 173, + 479, + 240, + 489 + ], + "score": 0.87, + "content": "M = 2 L = 3 2", + "type": "inline_equation" + }, + { + "bbox": [ + 241, + 478, + 297, + 491 + ], + "score": 1.0, + "content": ") compared to", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 489, + 297, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 236, + 502 + ], + "score": 1.0, + "content": "the number of machines (up to", + "type": "text" + }, + { + "bbox": [ + 237, + 490, + 279, + 500 + ], + "score": 0.88, + "content": "P = 1 2 8 )", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 489, + 297, + 502 + ], + "score": 1.0, + "content": "), so", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 500, + 297, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 297, + 513 + ], + "score": 1.0, + "content": "the W step has less parallelism. The positive", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 511, + 297, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 511, + 297, + 524 + ], + "score": 1.0, + "content": "effect of data shuffling in the W step is clear:", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 522, + 297, + 535 + ], + "spans": [ + { + "bbox": [ + 106, + 522, + 297, + 535 + ], + "score": 1.0, + "content": "shuffling generally increases the precision with", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 534, + 200, + 544 + ], + "spans": [ + { + "bbox": [ + 106, + 534, + 200, + 544 + ], + "score": 1.0, + "content": "no increase in runtime.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 33 + }, + { + "type": "image", + "bbox": [ + 304, + 428, + 504, + 528 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 304, + 428, + 504, + 528 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 304, + 428, + 504, + 528 + ], + "spans": [ + { + "bbox": [ + 304, + 428, + 504, + 528 + ], + "score": 0.968, + "type": "image", + "image_path": "7a5ec6e3fefe1bf4c4dd3f2095ac22c4753a543c8695ba37fd199b7a1cd3b944.jpg" + } + ] + } + ], + "index": 42, + "virtual_lines": [ + { + "bbox": [ + 304, + 428, + 504, + 442.2857142857143 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 304, + 442.2857142857143, + 504, + 456.57142857142856 + ], + "spans": [], + "index": 40 + }, + { + "bbox": [ + 304, + 456.57142857142856, + 504, + 470.85714285714283 + ], + "spans": [], + "index": 41 + }, + { + "bbox": [ + 304, + 470.85714285714283, + 504, + 485.1428571428571 + ], + "spans": [], + "index": 42 + }, + { + "bbox": [ + 304, + 485.1428571428571, + 504, + 499.4285714285714 + ], + "spans": [], + "index": 43 + }, + { + "bbox": [ + 304, + 499.4285714285714, + 504, + 513.7142857142857 + ], + "spans": [], + "index": 44 + }, + { + "bbox": [ + 304, + 513.7142857142857, + 504, + 528.0 + ], + "spans": [], + "index": 45 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 328, + 531, + 480, + 543 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 328, + 531, + 481, + 544 + ], + "spans": [ + { + "bbox": [ + 328, + 531, + 481, + 544 + ], + "score": 1.0, + "content": "Figure 3: Precision in CIFAR dataset.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 46 + } + ], + "index": 44.0 + }, + { + "type": "text", + "bbox": [ + 106, + 567, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 567, + 505, + 579 + ], + "spans": [ + { + "bbox": [ + 106, + 567, + 505, + 579 + ], + "score": 1.0, + "content": "Speedup The fundamental advantage of ParMAC and distributed optimisation in general is the", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 578, + 506, + 590 + ], + "spans": [ + { + "bbox": [ + 105, + 578, + 506, + 590 + ], + "score": 1.0, + "content": "ability to train on datasets that do not fit in a single machine, and the reduction in runtime because", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 588, + 506, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 506, + 601 + ], + "score": 1.0, + "content": "of parallel processing. Fig. 4 shows the “strong scaling” speedups achieved, as a function of the", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 600, + 505, + 613 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 191, + 613 + ], + "score": 1.0, + "content": "number of machines", + "type": "text" + }, + { + "bbox": [ + 192, + 601, + 201, + 610 + ], + "score": 0.83, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 600, + 482, + 613 + ], + "score": 1.0, + "content": "for fixed problem size (dataset and model), in CIFAR and SIFT-1M (", + "type": "text" + }, + { + "bbox": [ + 482, + 600, + 505, + 611 + ], + "score": 0.82, + "content": "N =", + "type": "inline_equation" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 610, + 506, + 624 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 506, + 624 + ], + "score": 1.0, + "content": "50K and 1M training points, respectively). Even though these datasets and especially the number of", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 106, + 622, + 505, + 634 + ], + "spans": [ + { + "bbox": [ + 106, + 622, + 206, + 634 + ], + "score": 1.0, + "content": "independent submodels", + "type": "text" + }, + { + "bbox": [ + 206, + 622, + 269, + 632 + ], + "score": 0.91, + "content": "M = 2 L = 3 2", + "type": "inline_equation" + }, + { + "bbox": [ + 269, + 622, + 505, + 634 + ], + "score": 1.0, + "content": "effective submodels of the same size, as discussed earlier)", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 633, + 506, + 646 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 377, + 646 + ], + "score": 1.0, + "content": "are relatively small, the speedups we achieve are nearly perfect for", + "type": "text" + }, + { + "bbox": [ + 378, + 633, + 411, + 644 + ], + "score": 0.92, + "content": "P \\leq M", + "type": "inline_equation" + }, + { + "bbox": [ + 412, + 633, + 506, + 646 + ], + "score": 1.0, + "content": "and hold very well for", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 106, + 643, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 106, + 644, + 140, + 654 + ], + "score": 0.9, + "content": "P > M", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 643, + 342, + 657 + ], + "score": 1.0, + "content": "up to the maximum number of machines we used", + "type": "text" + }, + { + "bbox": [ + 343, + 644, + 380, + 654 + ], + "score": 0.89, + "content": "P = 1 2 8", + "type": "inline_equation" + }, + { + "bbox": [ + 380, + 643, + 506, + 657 + ], + "score": 1.0, + "content": "in the distributed system). The", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 106, + 655, + 505, + 668 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 505, + 668 + ], + "score": 1.0, + "content": "speedups flatten as the number of W-step epochs (and consequently the amount of communication)", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "score": 1.0, + "content": "increases, because for this experiment the bottleneck is the W step, whose parallelisation ability", + "type": "text" + } + ], + "index": 56 + }, + { + "bbox": [ + 106, + 677, + 506, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 334, + 689 + ], + "score": 1.0, + "content": "(i.e., the number of concurrent processes) is limited by", + "type": "text" + }, + { + "bbox": [ + 334, + 677, + 375, + 687 + ], + "score": 0.9, + "content": "M = 2 L", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 677, + 395, + 689 + ], + "score": 1.0, + "content": "(the", + "type": "text" + }, + { + "bbox": [ + 395, + 677, + 404, + 687 + ], + "score": 0.55, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 404, + 677, + 441, + 689 + ], + "score": 1.0, + "content": "step has", + "type": "text" + }, + { + "bbox": [ + 441, + 677, + 452, + 687 + ], + "score": 0.77, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 677, + 506, + 689 + ], + "score": 1.0, + "content": "independent", + "type": "text" + } + ], + "index": 57 + }, + { + "bbox": [ + 104, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 104, + 687, + 276, + 700 + ], + "score": 1.0, + "content": "processes and is never a bottleneck, since", + "type": "text" + }, + { + "bbox": [ + 276, + 688, + 286, + 698 + ], + "score": 0.83, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 287, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "is very large). However, as noted earlier, using 1 to 2", + "type": "text" + } + ], + "index": 58 + }, + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "epochs gives a good enough result, very close to doing an exact W step. The runtime for SIFT-1M", + "type": "text" + } + ], + "index": 59 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 119, + 722 + ], + "score": 1.0, + "content": "on", + "type": "text" + }, + { + "bbox": [ + 120, + 710, + 160, + 720 + ], + "score": 0.89, + "content": "P = 1 2 8", + "type": "inline_equation" + }, + { + "bbox": [ + 160, + 709, + 395, + 722 + ], + "score": 1.0, + "content": "machines with 8 epochs was 12 minutes and its speedup", + "type": "text" + }, + { + "bbox": [ + 396, + 710, + 419, + 721 + ], + "score": 0.88, + "content": "1 0 0 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 420, + 709, + 505, + 722 + ], + "score": 1.0, + "content": ". This is particularly", + "type": "text" + } + ], + "index": 60 + }, + { + "bbox": [ + 105, + 721, + 430, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 430, + 733 + ], + "score": 1.0, + "content": "remarkable given that the original, nested model did not have model parallelism.", + "type": "text" + } + ], + "index": 61 + } + ], + "index": 54 + } + ], + "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, + 751, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 761 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 761 + ], + "score": 1.0, + "content": "8", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 108, + 82, + 504, + 115 + ], + "lines": [], + "index": 1, + "bbox_fs": [ + 105, + 82, + 506, + 118 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 121, + 505, + 221 + ], + "lines": [ + { + "bbox": [ + 106, + 120, + 505, + 134 + ], + "spans": [ + { + "bbox": [ + 106, + 120, + 505, + 134 + ], + "score": 1.0, + "content": "Performance measures. Regarding the quality of the BA and hash functions learnt, we report the", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 132, + 505, + 144 + ], + "spans": [ + { + "bbox": [ + 105, + 132, + 182, + 144 + ], + "score": 1.0, + "content": "retrieval precision", + "type": "text" + }, + { + "bbox": [ + 182, + 133, + 199, + 144 + ], + "score": 0.79, + "content": "( \\% )", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 132, + 376, + 144 + ], + "score": 1.0, + "content": "in the test set using as true neighbours the", + "type": "text" + }, + { + "bbox": [ + 376, + 133, + 387, + 142 + ], + "score": 0.75, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 132, + 505, + 144 + ], + "score": 1.0, + "content": "nearest images in Euclidean", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 144, + 506, + 156 + ], + "spans": [ + { + "bbox": [ + 106, + 144, + 466, + 156 + ], + "score": 1.0, + "content": "distance in the original space, and as retrieved neighbours in the binary space we use the", + "type": "text" + }, + { + "bbox": [ + 466, + 144, + 473, + 153 + ], + "score": 0.79, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 473, + 144, + 506, + 156 + ], + "score": 1.0, + "content": "nearest", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 154, + 505, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 264, + 167 + ], + "score": 1.0, + "content": "images in Hamming distance. We set", + "type": "text" + }, + { + "bbox": [ + 264, + 154, + 357, + 166 + ], + "score": 0.92, + "content": "( K , k ) = \\bar { ( } 1 0 0 0 , 1 0 0 )", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 154, + 425, + 167 + ], + "score": 1.0, + "content": "for CIFAR and", + "type": "text" + }, + { + "bbox": [ + 425, + 154, + 488, + 165 + ], + "score": 0.36, + "content": "( 1 0 0 0 0 , 1 0 0 0 0 )", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 154, + 505, + 167 + ], + "score": 1.0, + "content": "for", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 164, + 506, + 179 + ], + "spans": [ + { + "bbox": [ + 105, + 164, + 436, + 179 + ], + "score": 1.0, + "content": "SIFT-1M. For SIFT-1B, as suggested by the dataset creators, we report the recall", + "type": "text" + }, + { + "bbox": [ + 436, + 166, + 452, + 176 + ], + "score": 0.71, + "content": "_ { \\ @ \\mathrm { R } }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 164, + 506, + 179 + ], + "score": 1.0, + "content": ": the average", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 174, + 506, + 191 + ], + "spans": [ + { + "bbox": [ + 105, + 174, + 406, + 191 + ], + "score": 1.0, + "content": "number of queries for which the nearest neighbour is ranked within the top", + "type": "text" + }, + { + "bbox": [ + 407, + 177, + 416, + 186 + ], + "score": 0.7, + "content": "R", + "type": "inline_equation" + }, + { + "bbox": [ + 416, + 174, + 506, + 191 + ], + "score": 1.0, + "content": "positions (for varying", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 186, + 506, + 200 + ], + "spans": [ + { + "bbox": [ + 106, + 186, + 147, + 200 + ], + "score": 1.0, + "content": "values of", + "type": "text" + }, + { + "bbox": [ + 147, + 188, + 157, + 198 + ], + "score": 0.68, + "content": "R", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 186, + 506, + 200 + ], + "score": 1.0, + "content": "); in case of tied distances, we place the query as top rank. All these measures are", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 198, + 506, + 211 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 506, + 211 + ], + "score": 1.0, + "content": "computed offline once the BA is trained. Carreira-Perpi ˜n´an and Alizadeh (2016) give additional", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 210, + 216, + 222 + ], + "spans": [ + { + "bbox": [ + 106, + 210, + 216, + 222 + ], + "score": 1.0, + "content": "measures and experiments.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 7, + "bbox_fs": [ + 105, + 120, + 506, + 222 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 226, + 505, + 336 + ], + "lines": [ + { + "bbox": [ + 105, + 225, + 506, + 238 + ], + "spans": [ + { + "bbox": [ + 105, + 225, + 506, + 238 + ], + "score": 1.0, + "content": "Models and their parameters. We use BAs with linear encoders (linear SVM) except with SIFT-1B,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 236, + 506, + 249 + ], + "spans": [ + { + "bbox": [ + 105, + 236, + 388, + 249 + ], + "score": 1.0, + "content": "where we also use kernel SVMs. The decoder is always linear. We set", + "type": "text" + }, + { + "bbox": [ + 389, + 237, + 420, + 247 + ], + "score": 0.9, + "content": "L = 1 6", + "type": "inline_equation" + }, + { + "bbox": [ + 421, + 236, + 506, + 249 + ], + "score": 1.0, + "content": "bits (hash functions)", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 248, + 505, + 259 + ], + "spans": [ + { + "bbox": [ + 105, + 248, + 223, + 259 + ], + "score": 1.0, + "content": "for CIFAR and SIFT-1M and", + "type": "text" + }, + { + "bbox": [ + 223, + 248, + 255, + 258 + ], + "score": 0.91, + "content": "L = 6 4", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 248, + 505, + 259 + ], + "score": 1.0, + "content": "bits for SIFT-1B. We initialise the binary codes from truncated", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 258, + 506, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 258, + 506, + 271 + ], + "score": 1.0, + "content": "PCA ran on a subset of the training set (small enough that it fits in one processor). To train the", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 269, + 506, + 283 + ], + "spans": [ + { + "bbox": [ + 105, + 269, + 144, + 283 + ], + "score": 1.0, + "content": "encoder (", + "type": "text" + }, + { + "bbox": [ + 144, + 270, + 152, + 280 + ], + "score": 0.6, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 269, + 237, + 283 + ], + "score": 1.0, + "content": "SVMs) and decoder", + "type": "text" + }, + { + "bbox": [ + 238, + 270, + 248, + 280 + ], + "score": 0.71, + "content": "D", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 269, + 506, + 283 + ], + "score": 1.0, + "content": "linear mappings) with stochastic optimisation, we used the SGD", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 281, + 506, + 294 + ], + "spans": [ + { + "bbox": [ + 105, + 281, + 506, + 294 + ], + "score": 1.0, + "content": "code from (Bottou and Bousquet, 2008), using its default parameter settings. The SGD step size is", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 291, + 506, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 340, + 304 + ], + "score": 1.0, + "content": "tuned automatically in each iteration by examining the first", + "type": "text" + }, + { + "bbox": [ + 341, + 292, + 364, + 302 + ], + "score": 0.28, + "content": "1 0 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 364, + 291, + 506, + 304 + ], + "score": 1.0, + "content": "datapoints. We use a multiplicative", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 302, + 506, + 315 + ], + "spans": [ + { + "bbox": [ + 106, + 304, + 114, + 315 + ], + "score": 0.75, + "content": "\\mu", + "type": "inline_equation" + }, + { + "bbox": [ + 115, + 302, + 154, + 315 + ], + "score": 1.0, + "content": "schedule", + "type": "text" + }, + { + "bbox": [ + 154, + 302, + 199, + 314 + ], + "score": 0.93, + "content": "\\mu _ { i } = { \\dot { \\mu } } _ { 0 } a ^ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 302, + 295, + 315 + ], + "score": 1.0, + "content": "where the initial value", + "type": "text" + }, + { + "bbox": [ + 295, + 304, + 307, + 314 + ], + "score": 0.85, + "content": "\\mu _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 302, + 368, + 315 + ], + "score": 1.0, + "content": "and the factor", + "type": "text" + }, + { + "bbox": [ + 369, + 303, + 396, + 313 + ], + "score": 0.9, + "content": "a > 1", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 302, + 506, + 315 + ], + "score": 1.0, + "content": "are tuned offline in a trial", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 313, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 105, + 313, + 331, + 326 + ], + "score": 1.0, + "content": "run using a small subset of the data. For CIFAR we use", + "type": "text" + }, + { + "bbox": [ + 332, + 314, + 380, + 324 + ], + "score": 0.89, + "content": "\\mu _ { 0 } = 0 . 0 0 5", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 313, + 398, + 326 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 399, + 314, + 432, + 324 + ], + "score": 0.9, + "content": "a = 1 . 2", + "type": "inline_equation" + }, + { + "bbox": [ + 432, + 313, + 505, + 326 + ], + "score": 1.0, + "content": "over 26 iterations", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 108, + 324, + 477, + 338 + ], + "spans": [ + { + "bbox": [ + 108, + 325, + 167, + 336 + ], + "score": 0.88, + "content": "( i = 0 , \\ldots , 2 5 )", + "type": "inline_equation" + }, + { + "bbox": [ + 167, + 324, + 312, + 338 + ], + "score": 1.0, + "content": ". For SIFT-1M and SIFT-1B we use", + "type": "text" + }, + { + "bbox": [ + 312, + 325, + 357, + 336 + ], + "score": 0.92, + "content": "\\mu _ { 0 } = 1 0 ^ { - 4 }", + "type": "inline_equation" + }, + { + "bbox": [ + 358, + 324, + 375, + 338 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 375, + 325, + 401, + 335 + ], + "score": 0.9, + "content": "a = 2", + "type": "inline_equation" + }, + { + "bbox": [ + 401, + 324, + 477, + 338 + ], + "score": 1.0, + "content": "over 10 iterations.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 16.5, + "bbox_fs": [ + 105, + 225, + 506, + 338 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 358, + 505, + 424 + ], + "lines": [ + { + "bbox": [ + 105, + 358, + 505, + 371 + ], + "spans": [ + { + "bbox": [ + 105, + 358, + 505, + 371 + ], + "score": 1.0, + "content": "Effect of stochastic steps in the W step Fig. 3 shows the effect on the precision on CI-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 369, + 506, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 369, + 506, + 381 + ], + "score": 1.0, + "content": "FAR of varying the number of epochs within the W step and shuffling the data as a function", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 380, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 106, + 380, + 231, + 392 + ], + "score": 1.0, + "content": "of the number of processors", + "type": "text" + }, + { + "bbox": [ + 232, + 380, + 241, + 390 + ], + "score": 0.8, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 241, + 380, + 505, + 392 + ], + "score": 1.0, + "content": ". As the number of epochs increases, the W step is solved", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 390, + 506, + 404 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 506, + 404 + ], + "score": 1.0, + "content": "more exactly (8 epochs is practically exact in this data). Fewer epochs, even just one, cause", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 402, + 505, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 505, + 415 + ], + "score": 1.0, + "content": "only a small degradation. The reason is that, although these are relatively small datasets, they", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 412, + 505, + 426 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 505, + 426 + ], + "score": 1.0, + "content": "contain sufficient redundance that few epochs are sufficient to decrease the error considerably.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 24.5, + "bbox_fs": [ + 105, + 358, + 506, + 426 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 424, + 297, + 544 + ], + "lines": [ + { + "bbox": [ + 106, + 423, + 297, + 435 + ], + "spans": [ + { + "bbox": [ + 106, + 423, + 297, + 435 + ], + "score": 1.0, + "content": "This is also helped by the accumulated effect", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 434, + 297, + 447 + ], + "spans": [ + { + "bbox": [ + 106, + 434, + 297, + 447 + ], + "score": 1.0, + "content": "of epochs over MAC iterations. Running more", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 446, + 297, + 457 + ], + "spans": [ + { + "bbox": [ + 106, + 446, + 297, + 457 + ], + "score": 1.0, + "content": "epochs increases the runtime and lowers the", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 457, + 297, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 457, + 297, + 469 + ], + "score": 1.0, + "content": "parallel speedup in this particular model, be-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 468, + 297, + 479 + ], + "spans": [ + { + "bbox": [ + 106, + 468, + 201, + 479 + ], + "score": 1.0, + "content": "cause we use few bits", + "type": "text" + }, + { + "bbox": [ + 201, + 468, + 237, + 478 + ], + "score": 0.85, + "content": "L = 1 6 )", + "type": "inline_equation" + }, + { + "bbox": [ + 238, + 468, + 297, + 479 + ], + "score": 1.0, + "content": "and therefore", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 478, + 297, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 173, + 491 + ], + "score": 1.0, + "content": "few submodels", + "type": "text" + }, + { + "bbox": [ + 173, + 479, + 240, + 489 + ], + "score": 0.87, + "content": "M = 2 L = 3 2", + "type": "inline_equation" + }, + { + "bbox": [ + 241, + 478, + 297, + 491 + ], + "score": 1.0, + "content": ") compared to", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 489, + 297, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 236, + 502 + ], + "score": 1.0, + "content": "the number of machines (up to", + "type": "text" + }, + { + "bbox": [ + 237, + 490, + 279, + 500 + ], + "score": 0.88, + "content": "P = 1 2 8 )", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 489, + 297, + 502 + ], + "score": 1.0, + "content": "), so", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 500, + 297, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 297, + 513 + ], + "score": 1.0, + "content": "the W step has less parallelism. The positive", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 511, + 297, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 511, + 297, + 524 + ], + "score": 1.0, + "content": "effect of data shuffling in the W step is clear:", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 522, + 297, + 535 + ], + "spans": [ + { + "bbox": [ + 106, + 522, + 297, + 535 + ], + "score": 1.0, + "content": "shuffling generally increases the precision with", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 534, + 200, + 544 + ], + "spans": [ + { + "bbox": [ + 106, + 534, + 200, + 544 + ], + "score": 1.0, + "content": "no increase in runtime.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 33, + "bbox_fs": [ + 105, + 423, + 297, + 544 + ] + }, + { + "type": "image", + "bbox": [ + 304, + 428, + 504, + 528 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 304, + 428, + 504, + 528 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 304, + 428, + 504, + 528 + ], + "spans": [ + { + "bbox": [ + 304, + 428, + 504, + 528 + ], + "score": 0.968, + "type": "image", + "image_path": "7a5ec6e3fefe1bf4c4dd3f2095ac22c4753a543c8695ba37fd199b7a1cd3b944.jpg" + } + ] + } + ], + "index": 42, + "virtual_lines": [ + { + "bbox": [ + 304, + 428, + 504, + 442.2857142857143 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 304, + 442.2857142857143, + 504, + 456.57142857142856 + ], + "spans": [], + "index": 40 + }, + { + "bbox": [ + 304, + 456.57142857142856, + 504, + 470.85714285714283 + ], + "spans": [], + "index": 41 + }, + { + "bbox": [ + 304, + 470.85714285714283, + 504, + 485.1428571428571 + ], + "spans": [], + "index": 42 + }, + { + "bbox": [ + 304, + 485.1428571428571, + 504, + 499.4285714285714 + ], + "spans": [], + "index": 43 + }, + { + "bbox": [ + 304, + 499.4285714285714, + 504, + 513.7142857142857 + ], + "spans": [], + "index": 44 + }, + { + "bbox": [ + 304, + 513.7142857142857, + 504, + 528.0 + ], + "spans": [], + "index": 45 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 328, + 531, + 480, + 543 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 328, + 531, + 481, + 544 + ], + "spans": [ + { + "bbox": [ + 328, + 531, + 481, + 544 + ], + "score": 1.0, + "content": "Figure 3: Precision in CIFAR dataset.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 46 + } + ], + "index": 44.0 + }, + { + "type": "text", + "bbox": [ + 106, + 567, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 567, + 505, + 579 + ], + "spans": [ + { + "bbox": [ + 106, + 567, + 505, + 579 + ], + "score": 1.0, + "content": "Speedup The fundamental advantage of ParMAC and distributed optimisation in general is the", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 578, + 506, + 590 + ], + "spans": [ + { + "bbox": [ + 105, + 578, + 506, + 590 + ], + "score": 1.0, + "content": "ability to train on datasets that do not fit in a single machine, and the reduction in runtime because", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 588, + 506, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 506, + 601 + ], + "score": 1.0, + "content": "of parallel processing. Fig. 4 shows the “strong scaling” speedups achieved, as a function of the", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 600, + 505, + 613 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 191, + 613 + ], + "score": 1.0, + "content": "number of machines", + "type": "text" + }, + { + "bbox": [ + 192, + 601, + 201, + 610 + ], + "score": 0.83, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 600, + 482, + 613 + ], + "score": 1.0, + "content": "for fixed problem size (dataset and model), in CIFAR and SIFT-1M (", + "type": "text" + }, + { + "bbox": [ + 482, + 600, + 505, + 611 + ], + "score": 0.82, + "content": "N =", + "type": "inline_equation" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 610, + 506, + 624 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 506, + 624 + ], + "score": 1.0, + "content": "50K and 1M training points, respectively). Even though these datasets and especially the number of", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 106, + 622, + 505, + 634 + ], + "spans": [ + { + "bbox": [ + 106, + 622, + 206, + 634 + ], + "score": 1.0, + "content": "independent submodels", + "type": "text" + }, + { + "bbox": [ + 206, + 622, + 269, + 632 + ], + "score": 0.91, + "content": "M = 2 L = 3 2", + "type": "inline_equation" + }, + { + "bbox": [ + 269, + 622, + 505, + 634 + ], + "score": 1.0, + "content": "effective submodels of the same size, as discussed earlier)", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 633, + 506, + 646 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 377, + 646 + ], + "score": 1.0, + "content": "are relatively small, the speedups we achieve are nearly perfect for", + "type": "text" + }, + { + "bbox": [ + 378, + 633, + 411, + 644 + ], + "score": 0.92, + "content": "P \\leq M", + "type": "inline_equation" + }, + { + "bbox": [ + 412, + 633, + 506, + 646 + ], + "score": 1.0, + "content": "and hold very well for", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 106, + 643, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 106, + 644, + 140, + 654 + ], + "score": 0.9, + "content": "P > M", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 643, + 342, + 657 + ], + "score": 1.0, + "content": "up to the maximum number of machines we used", + "type": "text" + }, + { + "bbox": [ + 343, + 644, + 380, + 654 + ], + "score": 0.89, + "content": "P = 1 2 8", + "type": "inline_equation" + }, + { + "bbox": [ + 380, + 643, + 506, + 657 + ], + "score": 1.0, + "content": "in the distributed system). The", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 106, + 655, + 505, + 668 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 505, + 668 + ], + "score": 1.0, + "content": "speedups flatten as the number of W-step epochs (and consequently the amount of communication)", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "score": 1.0, + "content": "increases, because for this experiment the bottleneck is the W step, whose parallelisation ability", + "type": "text" + } + ], + "index": 56 + }, + { + "bbox": [ + 106, + 677, + 506, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 334, + 689 + ], + "score": 1.0, + "content": "(i.e., the number of concurrent processes) is limited by", + "type": "text" + }, + { + "bbox": [ + 334, + 677, + 375, + 687 + ], + "score": 0.9, + "content": "M = 2 L", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 677, + 395, + 689 + ], + "score": 1.0, + "content": "(the", + "type": "text" + }, + { + "bbox": [ + 395, + 677, + 404, + 687 + ], + "score": 0.55, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 404, + 677, + 441, + 689 + ], + "score": 1.0, + "content": "step has", + "type": "text" + }, + { + "bbox": [ + 441, + 677, + 452, + 687 + ], + "score": 0.77, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 677, + 506, + 689 + ], + "score": 1.0, + "content": "independent", + "type": "text" + } + ], + "index": 57 + }, + { + "bbox": [ + 104, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 104, + 687, + 276, + 700 + ], + "score": 1.0, + "content": "processes and is never a bottleneck, since", + "type": "text" + }, + { + "bbox": [ + 276, + 688, + 286, + 698 + ], + "score": 0.83, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 287, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "is very large). However, as noted earlier, using 1 to 2", + "type": "text" + } + ], + "index": 58 + }, + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "epochs gives a good enough result, very close to doing an exact W step. The runtime for SIFT-1M", + "type": "text" + } + ], + "index": 59 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 119, + 722 + ], + "score": 1.0, + "content": "on", + "type": "text" + }, + { + "bbox": [ + 120, + 710, + 160, + 720 + ], + "score": 0.89, + "content": "P = 1 2 8", + "type": "inline_equation" + }, + { + "bbox": [ + 160, + 709, + 395, + 722 + ], + "score": 1.0, + "content": "machines with 8 epochs was 12 minutes and its speedup", + "type": "text" + }, + { + "bbox": [ + 396, + 710, + 419, + 721 + ], + "score": 0.88, + "content": "1 0 0 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 420, + 709, + 505, + 722 + ], + "score": 1.0, + "content": ". This is particularly", + "type": "text" + } + ], + "index": 60 + }, + { + "bbox": [ + 105, + 721, + 430, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 430, + 733 + ], + "score": 1.0, + "content": "remarkable given that the original, nested model did not have model parallelism.", + "type": "text" + } + ], + "index": 61 + } + ], + "index": 54, + "bbox_fs": [ + 104, + 567, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 104, + 79, + 499, + 286 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 104, + 79, + 499, + 286 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 104, + 79, + 499, + 286 + ], + "spans": [ + { + "bbox": [ + 104, + 79, + 499, + 286 + ], + "score": 0.974, + "type": "image", + "image_path": "32695e824cb9267e2ea8be1d4074f23439f2373aaed6318782695f84d6fc42d4.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 104, + 79, + 499, + 148.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 104, + 148.0, + 499, + 217.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 104, + 217.0, + 499, + 286.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 295, + 505, + 329 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 294, + 506, + 309 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 187, + 309 + ], + "score": 1.0, + "content": "Figure 4: Speedup", + "type": "text" + }, + { + "bbox": [ + 187, + 295, + 210, + 307 + ], + "score": 0.91, + "content": "S ( P )", + "type": "inline_equation" + }, + { + "bbox": [ + 211, + 294, + 384, + 309 + ], + "score": 1.0, + "content": "as a function of the number of machines", + "type": "text" + }, + { + "bbox": [ + 385, + 296, + 394, + 305 + ], + "score": 0.79, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 294, + 506, + 309 + ], + "score": 1.0, + "content": "(top: experiment, bottom:", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 306, + 505, + 319 + ], + "spans": [ + { + "bbox": [ + 105, + 306, + 311, + 319 + ], + "score": 1.0, + "content": "theory). The dataset size and number of submodels", + "type": "text" + }, + { + "bbox": [ + 312, + 306, + 344, + 318 + ], + "score": 0.92, + "content": "( N , M )", + "type": "inline_equation" + }, + { + "bbox": [ + 344, + 306, + 452, + 319 + ], + "score": 1.0, + "content": "is (50 000, 32) for CIFAR,", + "type": "text" + }, + { + "bbox": [ + 453, + 306, + 489, + 318 + ], + "score": 0.89, + "content": "( 1 0 ^ { 6 } , 3 2 )", + "type": "inline_equation" + }, + { + "bbox": [ + 490, + 306, + 505, + 319 + ], + "score": 1.0, + "content": "for", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 317, + 260, + 329 + ], + "spans": [ + { + "bbox": [ + 106, + 317, + 163, + 329 + ], + "score": 1.0, + "content": "SIFT-1M and", + "type": "text" + }, + { + "bbox": [ + 163, + 317, + 205, + 329 + ], + "score": 0.88, + "content": "( 1 0 ^ { 8 } , 1 2 8 )", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 317, + 260, + 329 + ], + "score": 1.0, + "content": "for SIFT-1B.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 106, + 350, + 505, + 439 + ], + "lines": [ + { + "bbox": [ + 105, + 350, + 505, + 362 + ], + "spans": [ + { + "bbox": [ + 105, + 350, + 480, + 362 + ], + "score": 1.0, + "content": "Fig. 4 also shows the speedups predicted by our theoretical model. We set the parameters", + "type": "text" + }, + { + "bbox": [ + 480, + 353, + 486, + 361 + ], + "score": 0.7, + "content": "e", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 350, + 505, + 362 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 361, + 506, + 373 + ], + "spans": [ + { + "bbox": [ + 106, + 362, + 117, + 371 + ], + "score": 0.78, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 117, + 361, + 230, + 373 + ], + "score": 1.0, + "content": "to their known values, and", + "type": "text" + }, + { + "bbox": [ + 230, + 362, + 295, + 372 + ], + "score": 0.9, + "content": "M = 2 L = 3 2", + "type": "inline_equation" + }, + { + "bbox": [ + 296, + 361, + 418, + 373 + ], + "score": 1.0, + "content": "for CIFAR and SIFT-1M and", + "type": "text" + }, + { + "bbox": [ + 419, + 362, + 490, + 371 + ], + "score": 0.9, + "content": "M = 2 L = 1 2 8", + "type": "inline_equation" + }, + { + "bbox": [ + 490, + 361, + 506, + 373 + ], + "score": 1.0, + "content": "for", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 103, + 369, + 507, + 387 + ], + "spans": [ + { + "bbox": [ + 103, + 369, + 277, + 387 + ], + "score": 1.0, + "content": "SIFT-1B. For the time parameters, we set", + "type": "text" + }, + { + "bbox": [ + 277, + 372, + 313, + 384 + ], + "score": 0.92, + "content": "t _ { r } ^ { \\mathbf { W } } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 369, + 446, + 387 + ], + "score": 1.0, + "content": "to fix the time units, and we set", + "type": "text" + }, + { + "bbox": [ + 446, + 372, + 460, + 384 + ], + "score": 0.86, + "content": "t _ { c } ^ { \\mathbf { W } }", + "type": "inline_equation" + }, + { + "bbox": [ + 461, + 369, + 479, + 387 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 480, + 372, + 491, + 384 + ], + "score": 0.88, + "content": "t _ { r } ^ { \\mathbf { Z } }", + "type": "inline_equation" + }, + { + "bbox": [ + 491, + 369, + 507, + 387 + ], + "score": 1.0, + "content": "by", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 101, + 380, + 509, + 401 + ], + "spans": [ + { + "bbox": [ + 101, + 380, + 423, + 401 + ], + "score": 1.0, + "content": "trial and error to achieve a reasonably good fit to the experimental speedups:", + "type": "text" + }, + { + "bbox": [ + 423, + 383, + 468, + 395 + ], + "score": 0.91, + "content": "t _ { c } ^ { \\mathbf { W } } = 1 0 ^ { 4 }", + "type": "inline_equation" + }, + { + "bbox": [ + 468, + 380, + 509, + 401 + ], + "score": 1.0, + "content": "for both", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 393, + 506, + 407 + ], + "spans": [ + { + "bbox": [ + 105, + 393, + 160, + 407 + ], + "score": 1.0, + "content": "datasets, and", + "type": "text" + }, + { + "bbox": [ + 160, + 394, + 201, + 406 + ], + "score": 0.92, + "content": "t _ { r } ^ { \\mathbf { Z } } = 2 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 393, + 506, + 407 + ], + "score": 1.0, + "content": "for CIFAR and 40 for SIFT-1M. Although these are fudge factors, they are", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 405, + 506, + 417 + ], + "spans": [ + { + "bbox": [ + 105, + 405, + 506, + 417 + ], + "score": 1.0, + "content": "in rough agreement with the fact that communicating a weight vector over the network is orders of", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 416, + 505, + 429 + ], + "spans": [ + { + "bbox": [ + 105, + 416, + 380, + 429 + ], + "score": 1.0, + "content": "magnitude slower than updating it with a gradient step, and that the", + "type": "text" + }, + { + "bbox": [ + 380, + 416, + 389, + 426 + ], + "score": 0.63, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 416, + 505, + 429 + ], + "score": 1.0, + "content": "step is quite slower than the", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 426, + 326, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 426, + 326, + 441 + ], + "score": 1.0, + "content": "W step because of the binary optimisation it involves.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 106, + 452, + 505, + 573 + ], + "lines": [ + { + "bbox": [ + 105, + 451, + 506, + 465 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 506, + 465 + ], + "score": 1.0, + "content": "Large-scale experiment SIFT-1B is one of the largest datasets, if not the largest one, that are", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 463, + 506, + 477 + ], + "spans": [ + { + "bbox": [ + 105, + 463, + 506, + 477 + ], + "score": 1.0, + "content": "publicly available for comparing nearest-neighbour search algorithms with known ground-truth (i.e.,", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 474, + 505, + 486 + ], + "spans": [ + { + "bbox": [ + 105, + 474, + 349, + 486 + ], + "score": 1.0, + "content": "precomputed exact Euclidean distances for each query to its", + "type": "text" + }, + { + "bbox": [ + 350, + 474, + 357, + 484 + ], + "score": 0.82, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 474, + 505, + 486 + ], + "score": 1.0, + "content": "nearest vectors in the base set). The", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 485, + 504, + 497 + ], + "spans": [ + { + "bbox": [ + 105, + 485, + 191, + 497 + ], + "score": 1.0, + "content": "training set contains", + "type": "text" + }, + { + "bbox": [ + 191, + 485, + 241, + 495 + ], + "score": 0.89, + "content": "N = 1 0 0 \\mathrm { { M } }", + "type": "inline_equation" + }, + { + "bbox": [ + 241, + 485, + 470, + 497 + ], + "score": 1.0, + "content": "vectors, each consisting of 128 SIFT features. We used", + "type": "text" + }, + { + "bbox": [ + 470, + 485, + 504, + 495 + ], + "score": 0.92, + "content": "L = 6 4", + "type": "inline_equation" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 495, + 506, + 508 + ], + "spans": [ + { + "bbox": [ + 105, + 495, + 170, + 508 + ], + "score": 1.0, + "content": "hash functions", + "type": "text" + }, + { + "bbox": [ + 171, + 496, + 212, + 506 + ], + "score": 0.88, + "content": "M = 1 2 8", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 495, + 506, + 508 + ], + "score": 1.0, + "content": "submodels): linear SVMs as before, and kernel SVMs. These have fixed", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 507, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 106, + 507, + 505, + 519 + ], + "score": 1.0, + "content": "Gaussian radial basis functions (2 000 centres picked at random from the training set and bandwidth", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 517, + 505, + 531 + ], + "spans": [ + { + "bbox": [ + 106, + 518, + 142, + 528 + ], + "score": 0.86, + "content": "\\sigma = 1 6 0 ^ { \\circ }", + "type": "inline_equation" + }, + { + "bbox": [ + 143, + 517, + 505, + 531 + ], + "score": 1.0, + "content": "), so the only trainable parameters are the weights, and the MAC algorithm does not change", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 529, + 506, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 529, + 506, + 541 + ], + "score": 1.0, + "content": "except that it operates on a 2 000-dimensional input vector of kernel values, instead of the 128 SIFT", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 540, + 506, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 540, + 174, + 552 + ], + "score": 1.0, + "content": "features. We use", + "type": "text" + }, + { + "bbox": [ + 174, + 540, + 199, + 550 + ], + "score": 0.9, + "content": "e = 2", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 540, + 506, + 552 + ], + "score": 1.0, + "content": "epochs with shuffling. All these decisions were based on trials on a subset of", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 550, + 506, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 506, + 563 + ], + "score": 1.0, + "content": "the training dataset. We initialised the binary codes from truncated PCA trained on a subset of size", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 561, + 505, + 574 + ], + "spans": [ + { + "bbox": [ + 106, + 561, + 149, + 574 + ], + "score": 1.0, + "content": "1M (recall", + "type": "text" + }, + { + "bbox": [ + 149, + 562, + 219, + 573 + ], + "score": 0.54, + "content": "\\textcircled { a } \\mathrm { R } { = } 1 0 0 ; 5 5 . 2 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 561, + 505, + 574 + ], + "score": 1.0, + "content": "), which gave results comparable to the baseline in (J´egou et al., 2011b).", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 107, + 578, + 505, + 656 + ], + "lines": [ + { + "bbox": [ + 106, + 578, + 505, + 591 + ], + "spans": [ + { + "bbox": [ + 106, + 578, + 505, + 591 + ], + "score": 1.0, + "content": "We ran ParMAC on the whole training set in the distributed system with 128 processors for 6 it-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 589, + 506, + 602 + ], + "spans": [ + { + "bbox": [ + 105, + 589, + 227, + 602 + ], + "score": 1.0, + "content": "erations and achieved a recall", + "type": "text" + }, + { + "bbox": [ + 227, + 590, + 264, + 600 + ], + "score": 0.87, + "content": "\\scriptstyle { \\mathcal { Q } } \\mathrm { R } = 1 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 589, + 276, + 602 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 276, + 590, + 304, + 600 + ], + "score": 0.86, + "content": "6 1 . 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 589, + 428, + 602 + ], + "score": 1.0, + "content": "in 29 hours (linear SVM) and", + "type": "text" + }, + { + "bbox": [ + 428, + 590, + 455, + 600 + ], + "score": 0.88, + "content": "6 6 . 1 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 456, + 589, + 506, + 602 + ], + "score": 1.0, + "content": "in 83 hours", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 600, + 505, + 613 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 505, + 613 + ], + "score": 1.0, + "content": "(kernel SVM). Using a scaled-down model and training set, we estimated that training in one ma-", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 612, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 612, + 505, + 623 + ], + "score": 1.0, + "content": "chine (with enough RAM to hold the data and parameters) would take months. The theoretical", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 622, + 506, + 636 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 506, + 636 + ], + "score": 1.0, + "content": "speedup (fig. 4 right plot, using the same parameters as in SIFT-1M), is nearly perfect (note the plot", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 633, + 506, + 646 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 152, + 646 + ], + "score": 1.0, + "content": "goes up to", + "type": "text" + }, + { + "bbox": [ + 153, + 633, + 200, + 644 + ], + "score": 0.9, + "content": "P = 1 0 2 4", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 633, + 424, + 646 + ], + "score": 1.0, + "content": "machines, even though our experiments are limited to", + "type": "text" + }, + { + "bbox": [ + 424, + 633, + 465, + 644 + ], + "score": 0.88, + "content": "P = 1 2 8", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 633, + 506, + 646 + ], + "score": 1.0, + "content": "). This is", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 644, + 417, + 658 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 140, + 658 + ], + "score": 1.0, + "content": "because", + "type": "text" + }, + { + "bbox": [ + 141, + 645, + 153, + 654 + ], + "score": 0.78, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 644, + 227, + 658 + ], + "score": 1.0, + "content": "is quite larger and", + "type": "text" + }, + { + "bbox": [ + 228, + 645, + 238, + 654 + ], + "score": 0.8, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 644, + 417, + 658 + ], + "score": 1.0, + "content": "is much larger than in the previous datasets.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 28 + }, + { + "type": "title", + "bbox": [ + 107, + 673, + 189, + 685 + ], + "lines": [ + { + "bbox": [ + 104, + 671, + 191, + 689 + ], + "spans": [ + { + "bbox": [ + 104, + 671, + 191, + 689 + ], + "score": 1.0, + "content": "5 DISCUSSION", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 108, + 699, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "Developing parallel, distributed optimisation algorithms for nonconvex problems in machine learn-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 104, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 104, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "ing is challenging, as shown by recent efforts by large teams of researchers (Le et al., 2012;", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 506, + 733 + ], + "score": 1.0, + "content": "Dean et al., 2012). One important advantage of ParMAC is its simplicity. Data and model paral-", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34 + } + ], + "page_idx": 8, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 307, + 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 2017", + "type": "text" + } + ] + } + ] + }, + { + "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" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 104, + 79, + 499, + 286 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 104, + 79, + 499, + 286 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 104, + 79, + 499, + 286 + ], + "spans": [ + { + "bbox": [ + 104, + 79, + 499, + 286 + ], + "score": 0.974, + "type": "image", + "image_path": "32695e824cb9267e2ea8be1d4074f23439f2373aaed6318782695f84d6fc42d4.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 104, + 79, + 499, + 148.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 104, + 148.0, + 499, + 217.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 104, + 217.0, + 499, + 286.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 295, + 505, + 329 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 294, + 506, + 309 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 187, + 309 + ], + "score": 1.0, + "content": "Figure 4: Speedup", + "type": "text" + }, + { + "bbox": [ + 187, + 295, + 210, + 307 + ], + "score": 0.91, + "content": "S ( P )", + "type": "inline_equation" + }, + { + "bbox": [ + 211, + 294, + 384, + 309 + ], + "score": 1.0, + "content": "as a function of the number of machines", + "type": "text" + }, + { + "bbox": [ + 385, + 296, + 394, + 305 + ], + "score": 0.79, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 294, + 506, + 309 + ], + "score": 1.0, + "content": "(top: experiment, bottom:", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 306, + 505, + 319 + ], + "spans": [ + { + "bbox": [ + 105, + 306, + 311, + 319 + ], + "score": 1.0, + "content": "theory). The dataset size and number of submodels", + "type": "text" + }, + { + "bbox": [ + 312, + 306, + 344, + 318 + ], + "score": 0.92, + "content": "( N , M )", + "type": "inline_equation" + }, + { + "bbox": [ + 344, + 306, + 452, + 319 + ], + "score": 1.0, + "content": "is (50 000, 32) for CIFAR,", + "type": "text" + }, + { + "bbox": [ + 453, + 306, + 489, + 318 + ], + "score": 0.89, + "content": "( 1 0 ^ { 6 } , 3 2 )", + "type": "inline_equation" + }, + { + "bbox": [ + 490, + 306, + 505, + 319 + ], + "score": 1.0, + "content": "for", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 317, + 260, + 329 + ], + "spans": [ + { + "bbox": [ + 106, + 317, + 163, + 329 + ], + "score": 1.0, + "content": "SIFT-1M and", + "type": "text" + }, + { + "bbox": [ + 163, + 317, + 205, + 329 + ], + "score": 0.88, + "content": "( 1 0 ^ { 8 } , 1 2 8 )", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 317, + 260, + 329 + ], + "score": 1.0, + "content": "for SIFT-1B.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 106, + 350, + 505, + 439 + ], + "lines": [ + { + "bbox": [ + 105, + 350, + 505, + 362 + ], + "spans": [ + { + "bbox": [ + 105, + 350, + 480, + 362 + ], + "score": 1.0, + "content": "Fig. 4 also shows the speedups predicted by our theoretical model. We set the parameters", + "type": "text" + }, + { + "bbox": [ + 480, + 353, + 486, + 361 + ], + "score": 0.7, + "content": "e", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 350, + 505, + 362 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 361, + 506, + 373 + ], + "spans": [ + { + "bbox": [ + 106, + 362, + 117, + 371 + ], + "score": 0.78, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 117, + 361, + 230, + 373 + ], + "score": 1.0, + "content": "to their known values, and", + "type": "text" + }, + { + "bbox": [ + 230, + 362, + 295, + 372 + ], + "score": 0.9, + "content": "M = 2 L = 3 2", + "type": "inline_equation" + }, + { + "bbox": [ + 296, + 361, + 418, + 373 + ], + "score": 1.0, + "content": "for CIFAR and SIFT-1M and", + "type": "text" + }, + { + "bbox": [ + 419, + 362, + 490, + 371 + ], + "score": 0.9, + "content": "M = 2 L = 1 2 8", + "type": "inline_equation" + }, + { + "bbox": [ + 490, + 361, + 506, + 373 + ], + "score": 1.0, + "content": "for", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 103, + 369, + 507, + 387 + ], + "spans": [ + { + "bbox": [ + 103, + 369, + 277, + 387 + ], + "score": 1.0, + "content": "SIFT-1B. For the time parameters, we set", + "type": "text" + }, + { + "bbox": [ + 277, + 372, + 313, + 384 + ], + "score": 0.92, + "content": "t _ { r } ^ { \\mathbf { W } } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 369, + 446, + 387 + ], + "score": 1.0, + "content": "to fix the time units, and we set", + "type": "text" + }, + { + "bbox": [ + 446, + 372, + 460, + 384 + ], + "score": 0.86, + "content": "t _ { c } ^ { \\mathbf { W } }", + "type": "inline_equation" + }, + { + "bbox": [ + 461, + 369, + 479, + 387 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 480, + 372, + 491, + 384 + ], + "score": 0.88, + "content": "t _ { r } ^ { \\mathbf { Z } }", + "type": "inline_equation" + }, + { + "bbox": [ + 491, + 369, + 507, + 387 + ], + "score": 1.0, + "content": "by", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 101, + 380, + 509, + 401 + ], + "spans": [ + { + "bbox": [ + 101, + 380, + 423, + 401 + ], + "score": 1.0, + "content": "trial and error to achieve a reasonably good fit to the experimental speedups:", + "type": "text" + }, + { + "bbox": [ + 423, + 383, + 468, + 395 + ], + "score": 0.91, + "content": "t _ { c } ^ { \\mathbf { W } } = 1 0 ^ { 4 }", + "type": "inline_equation" + }, + { + "bbox": [ + 468, + 380, + 509, + 401 + ], + "score": 1.0, + "content": "for both", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 393, + 506, + 407 + ], + "spans": [ + { + "bbox": [ + 105, + 393, + 160, + 407 + ], + "score": 1.0, + "content": "datasets, and", + "type": "text" + }, + { + "bbox": [ + 160, + 394, + 201, + 406 + ], + "score": 0.92, + "content": "t _ { r } ^ { \\mathbf { Z } } = 2 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 393, + 506, + 407 + ], + "score": 1.0, + "content": "for CIFAR and 40 for SIFT-1M. Although these are fudge factors, they are", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 405, + 506, + 417 + ], + "spans": [ + { + "bbox": [ + 105, + 405, + 506, + 417 + ], + "score": 1.0, + "content": "in rough agreement with the fact that communicating a weight vector over the network is orders of", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 416, + 505, + 429 + ], + "spans": [ + { + "bbox": [ + 105, + 416, + 380, + 429 + ], + "score": 1.0, + "content": "magnitude slower than updating it with a gradient step, and that the", + "type": "text" + }, + { + "bbox": [ + 380, + 416, + 389, + 426 + ], + "score": 0.63, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 416, + 505, + 429 + ], + "score": 1.0, + "content": "step is quite slower than the", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 426, + 326, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 426, + 326, + 441 + ], + "score": 1.0, + "content": "W step because of the binary optimisation it involves.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 9.5, + "bbox_fs": [ + 101, + 350, + 509, + 441 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 452, + 505, + 573 + ], + "lines": [ + { + "bbox": [ + 105, + 451, + 506, + 465 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 506, + 465 + ], + "score": 1.0, + "content": "Large-scale experiment SIFT-1B is one of the largest datasets, if not the largest one, that are", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 463, + 506, + 477 + ], + "spans": [ + { + "bbox": [ + 105, + 463, + 506, + 477 + ], + "score": 1.0, + "content": "publicly available for comparing nearest-neighbour search algorithms with known ground-truth (i.e.,", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 474, + 505, + 486 + ], + "spans": [ + { + "bbox": [ + 105, + 474, + 349, + 486 + ], + "score": 1.0, + "content": "precomputed exact Euclidean distances for each query to its", + "type": "text" + }, + { + "bbox": [ + 350, + 474, + 357, + 484 + ], + "score": 0.82, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 474, + 505, + 486 + ], + "score": 1.0, + "content": "nearest vectors in the base set). The", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 485, + 504, + 497 + ], + "spans": [ + { + "bbox": [ + 105, + 485, + 191, + 497 + ], + "score": 1.0, + "content": "training set contains", + "type": "text" + }, + { + "bbox": [ + 191, + 485, + 241, + 495 + ], + "score": 0.89, + "content": "N = 1 0 0 \\mathrm { { M } }", + "type": "inline_equation" + }, + { + "bbox": [ + 241, + 485, + 470, + 497 + ], + "score": 1.0, + "content": "vectors, each consisting of 128 SIFT features. We used", + "type": "text" + }, + { + "bbox": [ + 470, + 485, + 504, + 495 + ], + "score": 0.92, + "content": "L = 6 4", + "type": "inline_equation" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 495, + 506, + 508 + ], + "spans": [ + { + "bbox": [ + 105, + 495, + 170, + 508 + ], + "score": 1.0, + "content": "hash functions", + "type": "text" + }, + { + "bbox": [ + 171, + 496, + 212, + 506 + ], + "score": 0.88, + "content": "M = 1 2 8", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 495, + 506, + 508 + ], + "score": 1.0, + "content": "submodels): linear SVMs as before, and kernel SVMs. These have fixed", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 507, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 106, + 507, + 505, + 519 + ], + "score": 1.0, + "content": "Gaussian radial basis functions (2 000 centres picked at random from the training set and bandwidth", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 517, + 505, + 531 + ], + "spans": [ + { + "bbox": [ + 106, + 518, + 142, + 528 + ], + "score": 0.86, + "content": "\\sigma = 1 6 0 ^ { \\circ }", + "type": "inline_equation" + }, + { + "bbox": [ + 143, + 517, + 505, + 531 + ], + "score": 1.0, + "content": "), so the only trainable parameters are the weights, and the MAC algorithm does not change", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 529, + 506, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 529, + 506, + 541 + ], + "score": 1.0, + "content": "except that it operates on a 2 000-dimensional input vector of kernel values, instead of the 128 SIFT", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 540, + 506, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 540, + 174, + 552 + ], + "score": 1.0, + "content": "features. We use", + "type": "text" + }, + { + "bbox": [ + 174, + 540, + 199, + 550 + ], + "score": 0.9, + "content": "e = 2", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 540, + 506, + 552 + ], + "score": 1.0, + "content": "epochs with shuffling. All these decisions were based on trials on a subset of", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 550, + 506, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 506, + 563 + ], + "score": 1.0, + "content": "the training dataset. We initialised the binary codes from truncated PCA trained on a subset of size", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 561, + 505, + 574 + ], + "spans": [ + { + "bbox": [ + 106, + 561, + 149, + 574 + ], + "score": 1.0, + "content": "1M (recall", + "type": "text" + }, + { + "bbox": [ + 149, + 562, + 219, + 573 + ], + "score": 0.54, + "content": "\\textcircled { a } \\mathrm { R } { = } 1 0 0 ; 5 5 . 2 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 561, + 505, + 574 + ], + "score": 1.0, + "content": "), which gave results comparable to the baseline in (J´egou et al., 2011b).", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 19, + "bbox_fs": [ + 105, + 451, + 506, + 574 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 578, + 505, + 656 + ], + "lines": [ + { + "bbox": [ + 106, + 578, + 505, + 591 + ], + "spans": [ + { + "bbox": [ + 106, + 578, + 505, + 591 + ], + "score": 1.0, + "content": "We ran ParMAC on the whole training set in the distributed system with 128 processors for 6 it-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 589, + 506, + 602 + ], + "spans": [ + { + "bbox": [ + 105, + 589, + 227, + 602 + ], + "score": 1.0, + "content": "erations and achieved a recall", + "type": "text" + }, + { + "bbox": [ + 227, + 590, + 264, + 600 + ], + "score": 0.87, + "content": "\\scriptstyle { \\mathcal { Q } } \\mathrm { R } = 1 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 589, + 276, + 602 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 276, + 590, + 304, + 600 + ], + "score": 0.86, + "content": "6 1 . 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 589, + 428, + 602 + ], + "score": 1.0, + "content": "in 29 hours (linear SVM) and", + "type": "text" + }, + { + "bbox": [ + 428, + 590, + 455, + 600 + ], + "score": 0.88, + "content": "6 6 . 1 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 456, + 589, + 506, + 602 + ], + "score": 1.0, + "content": "in 83 hours", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 600, + 505, + 613 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 505, + 613 + ], + "score": 1.0, + "content": "(kernel SVM). Using a scaled-down model and training set, we estimated that training in one ma-", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 612, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 612, + 505, + 623 + ], + "score": 1.0, + "content": "chine (with enough RAM to hold the data and parameters) would take months. The theoretical", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 622, + 506, + 636 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 506, + 636 + ], + "score": 1.0, + "content": "speedup (fig. 4 right plot, using the same parameters as in SIFT-1M), is nearly perfect (note the plot", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 633, + 506, + 646 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 152, + 646 + ], + "score": 1.0, + "content": "goes up to", + "type": "text" + }, + { + "bbox": [ + 153, + 633, + 200, + 644 + ], + "score": 0.9, + "content": "P = 1 0 2 4", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 633, + 424, + 646 + ], + "score": 1.0, + "content": "machines, even though our experiments are limited to", + "type": "text" + }, + { + "bbox": [ + 424, + 633, + 465, + 644 + ], + "score": 0.88, + "content": "P = 1 2 8", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 633, + 506, + 646 + ], + "score": 1.0, + "content": "). This is", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 644, + 417, + 658 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 140, + 658 + ], + "score": 1.0, + "content": "because", + "type": "text" + }, + { + "bbox": [ + 141, + 645, + 153, + 654 + ], + "score": 0.78, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 644, + 227, + 658 + ], + "score": 1.0, + "content": "is quite larger and", + "type": "text" + }, + { + "bbox": [ + 228, + 645, + 238, + 654 + ], + "score": 0.8, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 644, + 417, + 658 + ], + "score": 1.0, + "content": "is much larger than in the previous datasets.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 28, + "bbox_fs": [ + 105, + 578, + 506, + 658 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 673, + 189, + 685 + ], + "lines": [ + { + "bbox": [ + 104, + 671, + 191, + 689 + ], + "spans": [ + { + "bbox": [ + 104, + 671, + 191, + 689 + ], + "score": 1.0, + "content": "5 DISCUSSION", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 108, + 699, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "Developing parallel, distributed optimisation algorithms for nonconvex problems in machine learn-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 104, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 104, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "ing is challenging, as shown by recent efforts by large teams of researchers (Le et al., 2012;", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 506, + 733 + ], + "score": 1.0, + "content": "Dean et al., 2012). One important advantage of ParMAC is its simplicity. Data and model paral-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "score": 1.0, + "content": "lelism arise naturally thanks to the introduction of auxiliary coordinates. The corresponding opti-", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "misation subproblems can often be solved reusing existing code as a black box (as with the SGD", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 506, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 506, + 117 + ], + "score": 1.0, + "content": "training of SVMs and linear mappings in the BA). A circular topology is sufficient to achieve a", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 115, + 505, + 127 + ], + "spans": [ + { + "bbox": [ + 106, + 115, + 505, + 127 + ], + "score": 1.0, + "content": "low communication between machines. There is no close coupling between the model structure and", + "type": "text", + "cross_page": true + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 505, + 138 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 505, + 138 + ], + "score": 1.0, + "content": "the distributed system architecture. This makes ParMAC suitable for architectures as different as", + "type": "text", + "cross_page": true + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 138, + 241, + 149 + ], + "spans": [ + { + "bbox": [ + 106, + 138, + 241, + 149 + ], + "score": 1.0, + "content": "supercomputers and data centres.", + "type": "text", + "cross_page": true + } + ], + "index": 5 + } + ], + "index": 34, + "bbox_fs": [ + 104, + 699, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 148 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "score": 1.0, + "content": "lelism arise naturally thanks to the introduction of auxiliary coordinates. The corresponding opti-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "misation subproblems can often be solved reusing existing code as a black box (as with the SGD", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 506, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 506, + 117 + ], + "score": 1.0, + "content": "training of SVMs and linear mappings in the BA). A circular topology is sufficient to achieve a", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 115, + 505, + 127 + ], + "spans": [ + { + "bbox": [ + 106, + 115, + 505, + 127 + ], + "score": 1.0, + "content": "low communication between machines. There is no close coupling between the model structure and", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 505, + 138 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 505, + 138 + ], + "score": 1.0, + "content": "the distributed system architecture. This makes ParMAC suitable for architectures as different as", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 138, + 241, + 149 + ], + "spans": [ + { + "bbox": [ + 106, + 138, + 241, + 149 + ], + "score": 1.0, + "content": "supercomputers and data centres.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 107, + 154, + 505, + 264 + ], + "lines": [ + { + "bbox": [ + 105, + 153, + 505, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 153, + 505, + 167 + ], + "score": 1.0, + "content": "Further improvements can be made in specific problems. For example, we may have more paral-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 165, + 506, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 165, + 402, + 178 + ], + "score": 1.0, + "content": "lelisation or less dependencies (e.g. the weights of hidden units in layer", + "type": "text" + }, + { + "bbox": [ + 402, + 166, + 409, + 175 + ], + "score": 0.79, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 410, + 165, + 506, + 178 + ], + "score": 1.0, + "content": "of a neural net depend", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 176, + 505, + 188 + ], + "spans": [ + { + "bbox": [ + 105, + 176, + 262, + 188 + ], + "score": 1.0, + "content": "only on auxiliary coordinates in layers", + "type": "text" + }, + { + "bbox": [ + 262, + 177, + 269, + 186 + ], + "score": 0.8, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 269, + 176, + 286, + 188 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 287, + 176, + 311, + 187 + ], + "score": 0.89, + "content": "k + 1", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 176, + 505, + 188 + ], + "score": 1.0, + "content": "). This may reduce the communication in the W", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 187, + 506, + 199 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 506, + 199 + ], + "score": 1.0, + "content": "step, by sending to a given machine only the model portion it needs, or by allocating cores within a", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 198, + 506, + 211 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 285, + 211 + ], + "score": 1.0, + "content": "multicore machine accordingly. The W and", + "type": "text" + }, + { + "bbox": [ + 285, + 199, + 294, + 208 + ], + "score": 0.49, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 198, + 506, + 211 + ], + "score": 1.0, + "content": "step optimisations can make use of further paralleli-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 210, + 505, + 221 + ], + "spans": [ + { + "bbox": [ + 106, + 210, + 505, + 221 + ], + "score": 1.0, + "content": "sation by GPUs or by distributed convex optimisation algorithms. Many more refinements can be", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 218, + 506, + 234 + ], + "spans": [ + { + "bbox": [ + 105, + 218, + 506, + 234 + ], + "score": 1.0, + "content": "done, such as storing or communicating reduced-precision values with little effect of the accuracy.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 230, + 505, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 505, + 244 + ], + "score": 1.0, + "content": "In this paper, we have tried to keep our implementation as simple as possible, because our goal was", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 241, + 506, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 241, + 506, + 255 + ], + "score": 1.0, + "content": "to understand the parallelisation speedups of ParMAC in a setting as general as possible, rather than", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 253, + 492, + 266 + ], + "spans": [ + { + "bbox": [ + 105, + 253, + 492, + 266 + ], + "score": 1.0, + "content": "trying to achieve the very best performance for a particular dataset, model or distributed system.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 10.5 + }, + { + "type": "title", + "bbox": [ + 108, + 280, + 195, + 293 + ], + "lines": [ + { + "bbox": [ + 104, + 277, + 196, + 296 + ], + "spans": [ + { + "bbox": [ + 104, + 277, + 196, + 296 + ], + "score": 1.0, + "content": "6 CONCLUSION", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 107, + 304, + 505, + 479 + ], + "lines": [ + { + "bbox": [ + 105, + 302, + 506, + 318 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 506, + 318 + ], + "score": 1.0, + "content": "We have proposed ParMAC, a distributed model for the method of auxiliary coordinates for training", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 316, + 505, + 328 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 505, + 328 + ], + "score": 1.0, + "content": "nested, nonconvex models in general, analysed its parallel speedup and convergence, and demon-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 326, + 506, + 339 + ], + "spans": [ + { + "bbox": [ + 106, + 326, + 506, + 339 + ], + "score": 1.0, + "content": "strated it with an MPI-based implementation for a particular case, to train binary autoencoders. MAC", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 337, + 506, + 350 + ], + "spans": [ + { + "bbox": [ + 105, + 337, + 506, + 350 + ], + "score": 1.0, + "content": "creates parallelism by introducing auxiliary coordinates for each data point to decouple nested terms", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 347, + 505, + 361 + ], + "spans": [ + { + "bbox": [ + 105, + 347, + 505, + 361 + ], + "score": 1.0, + "content": "in the objective function. ParMAC is able to translate the parallelism inherent in MAC into a dis-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 360, + 505, + 371 + ], + "spans": [ + { + "bbox": [ + 105, + 360, + 505, + 371 + ], + "score": 1.0, + "content": "tributed system by 1) using data parallelism, so that each machine keeps a portion of the original", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 370, + 505, + 383 + ], + "spans": [ + { + "bbox": [ + 106, + 370, + 505, + 383 + ], + "score": 1.0, + "content": "data and its corresponding auxiliary coordinates; and 2) using model parallelism, so that independent", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 381, + 505, + 393 + ], + "spans": [ + { + "bbox": [ + 106, + 381, + 505, + 393 + ], + "score": 1.0, + "content": "submodels visit every machine in a circular topology, effectively executing epochs of a stochastic", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 392, + 505, + 405 + ], + "spans": [ + { + "bbox": [ + 106, + 392, + 505, + 405 + ], + "score": 1.0, + "content": "optimisation, without the need for a parameter server and therefore no communication bottlenecks.", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 402, + 506, + 416 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 506, + 416 + ], + "score": 1.0, + "content": "The convergence properties of MAC (to a stationary point of the objective function) remain essen-", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 414, + 506, + 426 + ], + "spans": [ + { + "bbox": [ + 105, + 414, + 506, + 426 + ], + "score": 1.0, + "content": "tially unaltered in ParMAC. The parallel speedup can be theoretically predicted to be nearly perfect", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 425, + 506, + 437 + ], + "spans": [ + { + "bbox": [ + 106, + 425, + 506, + 437 + ], + "score": 1.0, + "content": "when the number of submodels is comparable or larger than the number of machines, and to eventu-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 436, + 505, + 448 + ], + "spans": [ + { + "bbox": [ + 106, + 436, + 505, + 448 + ], + "score": 1.0, + "content": "ally saturate as one continues to increase the number of machines, and indeed this was confirmed in", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 446, + 506, + 460 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 506, + 460 + ], + "score": 1.0, + "content": "our experiments. ParMAC also makes it easy to account for data shuffling, load balancing, streaming", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 459, + 505, + 470 + ], + "spans": [ + { + "bbox": [ + 106, + 459, + 505, + 470 + ], + "score": 1.0, + "content": "and fault tolerance. Hence, we expect that ParMAC could be a basic building block, in combination", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 468, + 474, + 482 + ], + "spans": [ + { + "bbox": [ + 106, + 468, + 474, + 482 + ], + "score": 1.0, + "content": "with other techniques, for the distributed optimisation of nested models in big data settings.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 24.5 + }, + { + "type": "title", + "bbox": [ + 108, + 493, + 200, + 502 + ], + "lines": [ + { + "bbox": [ + 107, + 493, + 200, + 503 + ], + "spans": [ + { + "bbox": [ + 107, + 493, + 200, + 503 + ], + "score": 1.0, + "content": "ACKNOWLEDGMENTS", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 33 + }, + { + "type": "text", + "bbox": [ + 107, + 511, + 505, + 555 + ], + "lines": [ + { + "bbox": [ + 105, + 510, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 506, + 524 + ], + "score": 1.0, + "content": "Work supported by a Google Faculty Research Award and by NSF award IIS–1423515. We thank", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 522, + 506, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 506, + 535 + ], + "score": 1.0, + "content": "Ramin Raziperchikolaei (UC Merced) for discussions about binary autoencoders, Dong Li (UC", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 104, + 532, + 506, + 547 + ], + "spans": [ + { + "bbox": [ + 104, + 532, + 506, + 547 + ], + "score": 1.0, + "content": "Merced) for discussions about MPI and performance evaluation on parallel systems, and Quoc Le", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 544, + 346, + 557 + ], + "spans": [ + { + "bbox": [ + 106, + 544, + 346, + 557 + ], + "score": 1.0, + "content": "(Google) for discussions about Google’s DistBelief system.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 35.5 + }, + { + "type": "title", + "bbox": [ + 107, + 570, + 174, + 582 + ], + "lines": [ + { + "bbox": [ + 107, + 571, + 175, + 583 + ], + "spans": [ + { + "bbox": [ + 107, + 571, + 175, + 583 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 38 + }, + { + "type": "text", + "bbox": [ + 106, + 588, + 506, + 731 + ], + "lines": [ + { + "bbox": [ + 105, + 587, + 489, + 600 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 489, + 600 + ], + "score": 1.0, + "content": "M. Abadi et al. TensorFlow: Large-scale machine learning on heterogeneous systems, 2015. White paper.", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 600, + 505, + 612 + ], + "spans": [ + { + "bbox": [ + 106, + 600, + 505, + 612 + ], + "score": 1.0, + "content": "Y. Bengio, J.-F. Paiement, P. Vincent, O. Delalleau, N. Le Roux, and M. Ouimet. Out-of-sample extensions for", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 609, + 369, + 621 + ], + "spans": [ + { + "bbox": [ + 115, + 609, + 369, + 621 + ], + "score": 1.0, + "content": "LLE, Isomap, MDS, Eigenmaps, and spectral clustering. NIPS, 2004.", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 104, + 620, + 505, + 635 + ], + "spans": [ + { + "bbox": [ + 104, + 620, + 505, + 635 + ], + "score": 1.0, + "content": "D. P. Bertsekas. Incremental gradient, subgradient, and proximal methods for convex optimization: A survey.", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 115, + 631, + 488, + 644 + ], + "spans": [ + { + "bbox": [ + 115, + 631, + 488, + 644 + ], + "score": 1.0, + "content": "In S. Sra, S. Nowozin, and S. J. Wright, editors, Optimization for Machine Learning. MIT Press, 2011.", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 104, + 643, + 446, + 656 + ], + "spans": [ + { + "bbox": [ + 104, + 643, + 446, + 656 + ], + "score": 1.0, + "content": "L. Bottou. Large-scale machine learning with stochastic gradient descent. COMPSTAT, 2010.", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 656, + 388, + 667 + ], + "spans": [ + { + "bbox": [ + 106, + 656, + 388, + 667 + ], + "score": 1.0, + "content": "L. Bottou and O. Bousquet. The tradeoffs of large scale learning. NIPS, 2008.", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 667, + 505, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 667, + 505, + 679 + ], + "score": 1.0, + "content": "S. Boyd, N. Parikh, E. Chu, B. Peleato, and J. Eckstein. Distributed optimization and statistical learning via the", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 115, + 678, + 474, + 690 + ], + "spans": [ + { + "bbox": [ + 115, + 678, + 474, + 690 + ], + "score": 1.0, + "content": "alternating direction method of multipliers. Foundations and Trends in Machine Learning, 3, 2011.", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 690, + 504, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 690, + 410, + 700 + ], + "score": 1.0, + "content": "J. Bradley, A. Kyrola, D. Bickson, and C. Guestrin. Parallel coordinate descent for", + "type": "text" + }, + { + "bbox": [ + 411, + 690, + 421, + 699 + ], + "score": 0.87, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 422, + 690, + 504, + 700 + ], + "score": 1.0, + "content": "-regularized loss mini-", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 116, + 700, + 201, + 711 + ], + "spans": [ + { + "bbox": [ + 116, + 700, + 201, + 711 + ], + "score": 1.0, + "content": "mization. ICML, 2011.", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 711, + 504, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 711, + 504, + 723 + ], + "score": 1.0, + "content": "M. A. Carreira-Perpi ˜n´an and M. Alizadeh. ParMAC: Distribut ´ ed optimisation of nested functions, with appli-", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 115, + 722, + 411, + 732 + ], + "spans": [ + { + "bbox": [ + 115, + 722, + 411, + 732 + ], + "score": 1.0, + "content": "cation to learning binary autoencoders. arXiv:1605.09114 [cs.LG], May 30 2016.", + "type": "text" + } + ], + "index": 51 + } + ], + "index": 45 + } + ], + "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 2017", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 301, + 751, + 311, + 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, + 148 + ], + "lines": [], + "index": 2.5, + "bbox_fs": [ + 105, + 81, + 506, + 149 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 154, + 505, + 264 + ], + "lines": [ + { + "bbox": [ + 105, + 153, + 505, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 153, + 505, + 167 + ], + "score": 1.0, + "content": "Further improvements can be made in specific problems. For example, we may have more paral-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 165, + 506, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 165, + 402, + 178 + ], + "score": 1.0, + "content": "lelisation or less dependencies (e.g. the weights of hidden units in layer", + "type": "text" + }, + { + "bbox": [ + 402, + 166, + 409, + 175 + ], + "score": 0.79, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 410, + 165, + 506, + 178 + ], + "score": 1.0, + "content": "of a neural net depend", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 176, + 505, + 188 + ], + "spans": [ + { + "bbox": [ + 105, + 176, + 262, + 188 + ], + "score": 1.0, + "content": "only on auxiliary coordinates in layers", + "type": "text" + }, + { + "bbox": [ + 262, + 177, + 269, + 186 + ], + "score": 0.8, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 269, + 176, + 286, + 188 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 287, + 176, + 311, + 187 + ], + "score": 0.89, + "content": "k + 1", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 176, + 505, + 188 + ], + "score": 1.0, + "content": "). This may reduce the communication in the W", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 187, + 506, + 199 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 506, + 199 + ], + "score": 1.0, + "content": "step, by sending to a given machine only the model portion it needs, or by allocating cores within a", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 198, + 506, + 211 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 285, + 211 + ], + "score": 1.0, + "content": "multicore machine accordingly. The W and", + "type": "text" + }, + { + "bbox": [ + 285, + 199, + 294, + 208 + ], + "score": 0.49, + "content": "\\mathbf { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 198, + 506, + 211 + ], + "score": 1.0, + "content": "step optimisations can make use of further paralleli-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 210, + 505, + 221 + ], + "spans": [ + { + "bbox": [ + 106, + 210, + 505, + 221 + ], + "score": 1.0, + "content": "sation by GPUs or by distributed convex optimisation algorithms. Many more refinements can be", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 218, + 506, + 234 + ], + "spans": [ + { + "bbox": [ + 105, + 218, + 506, + 234 + ], + "score": 1.0, + "content": "done, such as storing or communicating reduced-precision values with little effect of the accuracy.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 230, + 505, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 505, + 244 + ], + "score": 1.0, + "content": "In this paper, we have tried to keep our implementation as simple as possible, because our goal was", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 241, + 506, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 241, + 506, + 255 + ], + "score": 1.0, + "content": "to understand the parallelisation speedups of ParMAC in a setting as general as possible, rather than", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 253, + 492, + 266 + ], + "spans": [ + { + "bbox": [ + 105, + 253, + 492, + 266 + ], + "score": 1.0, + "content": "trying to achieve the very best performance for a particular dataset, model or distributed system.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 10.5, + "bbox_fs": [ + 105, + 153, + 506, + 266 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 280, + 195, + 293 + ], + "lines": [ + { + "bbox": [ + 104, + 277, + 196, + 296 + ], + "spans": [ + { + "bbox": [ + 104, + 277, + 196, + 296 + ], + "score": 1.0, + "content": "6 CONCLUSION", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 107, + 304, + 505, + 479 + ], + "lines": [ + { + "bbox": [ + 105, + 302, + 506, + 318 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 506, + 318 + ], + "score": 1.0, + "content": "We have proposed ParMAC, a distributed model for the method of auxiliary coordinates for training", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 316, + 505, + 328 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 505, + 328 + ], + "score": 1.0, + "content": "nested, nonconvex models in general, analysed its parallel speedup and convergence, and demon-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 326, + 506, + 339 + ], + "spans": [ + { + "bbox": [ + 106, + 326, + 506, + 339 + ], + "score": 1.0, + "content": "strated it with an MPI-based implementation for a particular case, to train binary autoencoders. MAC", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 337, + 506, + 350 + ], + "spans": [ + { + "bbox": [ + 105, + 337, + 506, + 350 + ], + "score": 1.0, + "content": "creates parallelism by introducing auxiliary coordinates for each data point to decouple nested terms", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 347, + 505, + 361 + ], + "spans": [ + { + "bbox": [ + 105, + 347, + 505, + 361 + ], + "score": 1.0, + "content": "in the objective function. ParMAC is able to translate the parallelism inherent in MAC into a dis-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 360, + 505, + 371 + ], + "spans": [ + { + "bbox": [ + 105, + 360, + 505, + 371 + ], + "score": 1.0, + "content": "tributed system by 1) using data parallelism, so that each machine keeps a portion of the original", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 370, + 505, + 383 + ], + "spans": [ + { + "bbox": [ + 106, + 370, + 505, + 383 + ], + "score": 1.0, + "content": "data and its corresponding auxiliary coordinates; and 2) using model parallelism, so that independent", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 381, + 505, + 393 + ], + "spans": [ + { + "bbox": [ + 106, + 381, + 505, + 393 + ], + "score": 1.0, + "content": "submodels visit every machine in a circular topology, effectively executing epochs of a stochastic", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 392, + 505, + 405 + ], + "spans": [ + { + "bbox": [ + 106, + 392, + 505, + 405 + ], + "score": 1.0, + "content": "optimisation, without the need for a parameter server and therefore no communication bottlenecks.", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 402, + 506, + 416 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 506, + 416 + ], + "score": 1.0, + "content": "The convergence properties of MAC (to a stationary point of the objective function) remain essen-", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 414, + 506, + 426 + ], + "spans": [ + { + "bbox": [ + 105, + 414, + 506, + 426 + ], + "score": 1.0, + "content": "tially unaltered in ParMAC. The parallel speedup can be theoretically predicted to be nearly perfect", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 425, + 506, + 437 + ], + "spans": [ + { + "bbox": [ + 106, + 425, + 506, + 437 + ], + "score": 1.0, + "content": "when the number of submodels is comparable or larger than the number of machines, and to eventu-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 436, + 505, + 448 + ], + "spans": [ + { + "bbox": [ + 106, + 436, + 505, + 448 + ], + "score": 1.0, + "content": "ally saturate as one continues to increase the number of machines, and indeed this was confirmed in", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 446, + 506, + 460 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 506, + 460 + ], + "score": 1.0, + "content": "our experiments. ParMAC also makes it easy to account for data shuffling, load balancing, streaming", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 459, + 505, + 470 + ], + "spans": [ + { + "bbox": [ + 106, + 459, + 505, + 470 + ], + "score": 1.0, + "content": "and fault tolerance. Hence, we expect that ParMAC could be a basic building block, in combination", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 468, + 474, + 482 + ], + "spans": [ + { + "bbox": [ + 106, + 468, + 474, + 482 + ], + "score": 1.0, + "content": "with other techniques, for the distributed optimisation of nested models in big data settings.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 24.5, + "bbox_fs": [ + 105, + 302, + 506, + 482 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 493, + 200, + 502 + ], + "lines": [ + { + "bbox": [ + 107, + 493, + 200, + 503 + ], + "spans": [ + { + "bbox": [ + 107, + 493, + 200, + 503 + ], + "score": 1.0, + "content": "ACKNOWLEDGMENTS", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 33 + }, + { + "type": "text", + "bbox": [ + 107, + 511, + 505, + 555 + ], + "lines": [ + { + "bbox": [ + 105, + 510, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 506, + 524 + ], + "score": 1.0, + "content": "Work supported by a Google Faculty Research Award and by NSF award IIS–1423515. We thank", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 522, + 506, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 506, + 535 + ], + "score": 1.0, + "content": "Ramin Raziperchikolaei (UC Merced) for discussions about binary autoencoders, Dong Li (UC", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 104, + 532, + 506, + 547 + ], + "spans": [ + { + "bbox": [ + 104, + 532, + 506, + 547 + ], + "score": 1.0, + "content": "Merced) for discussions about MPI and performance evaluation on parallel systems, and Quoc Le", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 544, + 346, + 557 + ], + "spans": [ + { + "bbox": [ + 106, + 544, + 346, + 557 + ], + "score": 1.0, + "content": "(Google) for discussions about Google’s DistBelief system.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 35.5, + "bbox_fs": [ + 104, + 510, + 506, + 557 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 570, + 174, + 582 + ], + "lines": [ + { + "bbox": [ + 107, + 571, + 175, + 583 + ], + "spans": [ + { + "bbox": [ + 107, + 571, + 175, + 583 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 38 + }, + { + "type": "list", + "bbox": [ + 106, + 588, + 506, + 731 + ], + "lines": [ + { + "bbox": [ + 105, + 587, + 489, + 600 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 489, + 600 + ], + "score": 1.0, + "content": "M. Abadi et al. TensorFlow: Large-scale machine learning on heterogeneous systems, 2015. White paper.", + "type": "text" + } + ], + "index": 39, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 600, + 505, + 612 + ], + "spans": [ + { + "bbox": [ + 106, + 600, + 505, + 612 + ], + "score": 1.0, + "content": "Y. Bengio, J.-F. Paiement, P. Vincent, O. Delalleau, N. Le Roux, and M. Ouimet. Out-of-sample extensions for", + "type": "text" + } + ], + "index": 40, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 609, + 369, + 621 + ], + "spans": [ + { + "bbox": [ + 115, + 609, + 369, + 621 + ], + "score": 1.0, + "content": "LLE, Isomap, MDS, Eigenmaps, and spectral clustering. NIPS, 2004.", + "type": "text" + } + ], + "index": 41, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 620, + 505, + 635 + ], + "spans": [ + { + "bbox": [ + 104, + 620, + 505, + 635 + ], + "score": 1.0, + "content": "D. P. Bertsekas. Incremental gradient, subgradient, and proximal methods for convex optimization: A survey.", + "type": "text" + } + ], + "index": 42, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 631, + 488, + 644 + ], + "spans": [ + { + "bbox": [ + 115, + 631, + 488, + 644 + ], + "score": 1.0, + "content": "In S. Sra, S. Nowozin, and S. J. Wright, editors, Optimization for Machine Learning. MIT Press, 2011.", + "type": "text" + } + ], + "index": 43, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 643, + 446, + 656 + ], + "spans": [ + { + "bbox": [ + 104, + 643, + 446, + 656 + ], + "score": 1.0, + "content": "L. Bottou. Large-scale machine learning with stochastic gradient descent. COMPSTAT, 2010.", + "type": "text" + } + ], + "index": 44, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 656, + 388, + 667 + ], + "spans": [ + { + "bbox": [ + 106, + 656, + 388, + 667 + ], + "score": 1.0, + "content": "L. Bottou and O. Bousquet. The tradeoffs of large scale learning. NIPS, 2008.", + "type": "text" + } + ], + "index": 45, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 667, + 505, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 667, + 505, + 679 + ], + "score": 1.0, + "content": "S. Boyd, N. Parikh, E. Chu, B. Peleato, and J. Eckstein. Distributed optimization and statistical learning via the", + "type": "text" + } + ], + "index": 46, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 678, + 474, + 690 + ], + "spans": [ + { + "bbox": [ + 115, + 678, + 474, + 690 + ], + "score": 1.0, + "content": "alternating direction method of multipliers. Foundations and Trends in Machine Learning, 3, 2011.", + "type": "text" + } + ], + "index": 47, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 690, + 504, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 690, + 410, + 700 + ], + "score": 1.0, + "content": "J. Bradley, A. Kyrola, D. Bickson, and C. Guestrin. Parallel coordinate descent for", + "type": "text" + }, + { + "bbox": [ + 411, + 690, + 421, + 699 + ], + "score": 0.87, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 422, + 690, + 504, + 700 + ], + "score": 1.0, + "content": "-regularized loss mini-", + "type": "text" + } + ], + "index": 48, + "is_list_start_line": true + }, + { + "bbox": [ + 116, + 700, + 201, + 711 + ], + "spans": [ + { + "bbox": [ + 116, + 700, + 201, + 711 + ], + "score": 1.0, + "content": "mization. ICML, 2011.", + "type": "text" + } + ], + "index": 49, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 711, + 504, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 711, + 504, + 723 + ], + "score": 1.0, + "content": "M. A. Carreira-Perpi ˜n´an and M. Alizadeh. ParMAC: Distribut ´ ed optimisation of nested functions, with appli-", + "type": "text" + } + ], + "index": 50, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 722, + 411, + 732 + ], + "spans": [ + { + "bbox": [ + 115, + 722, + 411, + 732 + ], + "score": 1.0, + "content": "cation to learning binary autoencoders. arXiv:1605.09114 [cs.LG], May 30 2016.", + "type": "text" + } + ], + "index": 51, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 96, + 505, + 109 + ], + "spans": [ + { + "bbox": [ + 105, + 96, + 505, + 109 + ], + "score": 1.0, + "content": "M. A. Carreira-Perpi ˜n´an and M. Vladymyrov. A fast, universa ´ l algorithm to learn parametric nonlinear embed-", + "type": "text", + "cross_page": true + } + ], + "index": 0, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 106, + 189, + 119 + ], + "spans": [ + { + "bbox": [ + 115, + 106, + 189, + 119 + ], + "score": 1.0, + "content": "dings. NIPS, 2015.", + "type": "text", + "cross_page": true + } + ], + "index": 1, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 117, + 505, + 133 + ], + "spans": [ + { + "bbox": [ + 104, + 117, + 505, + 133 + ], + "score": 1.0, + "content": "M. A. Carreira-Perpi ˜n´an and W. Wang. Distributed optimizat ´ ion of deeply nested systems. arXiv:1212.5921", + "type": "text", + "cross_page": true + } + ], + "index": 2, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 128, + 201, + 142 + ], + "spans": [ + { + "bbox": [ + 114, + 128, + 201, + 142 + ], + "score": 1.0, + "content": "[cs.LG], Dec. 24 2012.", + "type": "text", + "cross_page": true + } + ], + "index": 3, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 140, + 495, + 155 + ], + "spans": [ + { + "bbox": [ + 105, + 140, + 495, + 155 + ], + "score": 1.0, + "content": "M. A. Carreira-Perpi ˜n´an and W. Wang. Distributed optimizat ´ ion of deeply nested systems. AISTATS, 2014.", + "type": "text", + "cross_page": true + } + ], + "index": 4, + "is_list_start_line": true + }, + { + "bbox": [ + 106, + 153, + 505, + 166 + ], + "spans": [ + { + "bbox": [ + 106, + 153, + 505, + 166 + ], + "score": 1.0, + "content": "V. Cevher, S. Becker, and M. Schmidt. Convex optimization for big data: Scalable, randomized, and parallel", + "type": "text", + "cross_page": true + } + ], + "index": 5, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 163, + 458, + 176 + ], + "spans": [ + { + "bbox": [ + 115, + 163, + 458, + 176 + ], + "score": 1.0, + "content": "algorithms for big data analytics. IEEE Signal Processing Magazine, 31(5):32–43, Sept. 2014.", + "type": "text", + "cross_page": true + } + ], + "index": 6, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 175, + 505, + 188 + ], + "spans": [ + { + "bbox": [ + 105, + 175, + 505, + 188 + ], + "score": 1.0, + "content": "A. Coates, B. Huval, T. Wang, D. Wu, B. Catanzaro, and A. Ng. Deep learning with COTS HPC systems.", + "type": "text", + "cross_page": true + } + ], + "index": 7, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 185, + 166, + 198 + ], + "spans": [ + { + "bbox": [ + 115, + 185, + 166, + 198 + ], + "score": 1.0, + "content": "ICML, 2013.", + "type": "text", + "cross_page": true + } + ], + "index": 8, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 195, + 505, + 211 + ], + "spans": [ + { + "bbox": [ + 104, + 195, + 505, + 211 + ], + "score": 1.0, + "content": "J. Dean, G. Corrado, R. Monga, K. Chen, M. Devin, Q. Le, M. Mao, M. Ranzato, A. Senior, P. Tucker, K. Yang,", + "type": "text", + "cross_page": true + } + ], + "index": 9, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 207, + 347, + 219 + ], + "spans": [ + { + "bbox": [ + 114, + 207, + 347, + 219 + ], + "score": 1.0, + "content": "and A. Ng. Large scale distributed deep networks. NIPS, 2012.", + "type": "text", + "cross_page": true + } + ], + "index": 10, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 219, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 105, + 219, + 505, + 232 + ], + "score": 1.0, + "content": "P. Drineas and M. W. Mahoney. On the Nystr¨om method for approximating a Gram matrix for improved", + "type": "text", + "cross_page": true + } + ], + "index": 11, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 228, + 407, + 242 + ], + "spans": [ + { + "bbox": [ + 115, + 228, + 407, + 242 + ], + "score": 1.0, + "content": "kernel-based learning. J. Machine Learning Research, 6:2153–2175, Dec. 2005.", + "type": "text", + "cross_page": true + } + ], + "index": 12, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 238, + 506, + 256 + ], + "spans": [ + { + "bbox": [ + 105, + 238, + 506, + 256 + ], + "score": 1.0, + "content": "Y. Gong, S. Lazebnik, A. Gordo, and F. Perronnin. Iterative quantization: A Procrustean approach to learning", + "type": "text", + "cross_page": true + } + ], + "index": 13, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 249, + 347, + 265 + ], + "spans": [ + { + "bbox": [ + 114, + 249, + 347, + 265 + ], + "score": 1.0, + "content": "binary codes for large-scale image retrieval. IEEE PAMI, 2013.", + "type": "text", + "cross_page": true + } + ], + "index": 14, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 262, + 505, + 276 + ], + "spans": [ + { + "bbox": [ + 104, + 262, + 505, + 276 + ], + "score": 1.0, + "content": "K. Grauman and R. Fergus. Learning binary hash codes for large-scale image search. In R. Cipolla, S. Battiato,", + "type": "text", + "cross_page": true + } + ], + "index": 15, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 272, + 487, + 285 + ], + "spans": [ + { + "bbox": [ + 115, + 272, + 487, + 285 + ], + "score": 1.0, + "content": "and G. Farinella, editors, Machine Learning for Computer Vision, pages 49–87. Springer-Verlag, 2013.", + "type": "text", + "cross_page": true + } + ], + "index": 16, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 283, + 506, + 299 + ], + "spans": [ + { + "bbox": [ + 105, + 283, + 506, + 299 + ], + "score": 1.0, + "content": "W. Gropp, E. Lusk, and A. Skjellum. Using MPI: Portable Parallel Programming with the Message-Passing", + "type": "text", + "cross_page": true + } + ], + "index": 17, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 294, + 276, + 307 + ], + "spans": [ + { + "bbox": [ + 115, + 294, + 276, + 307 + ], + "score": 1.0, + "content": "Interface. MIT Press, second edition, 1999.", + "type": "text", + "cross_page": true + } + ], + "index": 18, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 306, + 505, + 319 + ], + "spans": [ + { + "bbox": [ + 105, + 306, + 505, + 319 + ], + "score": 1.0, + "content": "G. Hinton, L. Deng, D. Yu, G. Dahl, A. Mohamed, N. Jaitly, A. Senior, V. Vanhoucke, P. Nguyen, T. N. Sainath,", + "type": "text", + "cross_page": true + } + ], + "index": 19, + "is_list_start_line": true + }, + { + "bbox": [ + 116, + 317, + 505, + 328 + ], + "spans": [ + { + "bbox": [ + 116, + 317, + 505, + 328 + ], + "score": 1.0, + "content": "and B. Kingsbury. Deep neural networks for acoustic modeling in speech recognition: The shared views of", + "type": "text", + "cross_page": true + } + ], + "index": 20 + }, + { + "bbox": [ + 115, + 326, + 414, + 339 + ], + "spans": [ + { + "bbox": [ + 115, + 326, + 414, + 339 + ], + "score": 1.0, + "content": "four research groups. IEEE Signal Processing Magazine, 29(6):82–97, Nov. 2012.", + "type": "text", + "cross_page": true + } + ], + "index": 21, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 337, + 504, + 351 + ], + "spans": [ + { + "bbox": [ + 105, + 337, + 504, + 351 + ], + "score": 1.0, + "content": "H. J´egou, M. Douze, and C. Schmid. Product quantization for nearest neighbor search. IEEE PAMI, 33, 2011a.", + "type": "text", + "cross_page": true + } + ], + "index": 22, + "is_list_start_line": true + }, + { + "bbox": [ + 105, + 350, + 505, + 363 + ], + "spans": [ + { + "bbox": [ + 105, + 350, + 505, + 363 + ], + "score": 1.0, + "content": "H. J´egou, R. Tavenard, M. Douze, and L. Amsaleg. Searching in one billion vectors: Re-rank with source", + "type": "text", + "cross_page": true + } + ], + "index": 23, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 360, + 207, + 374 + ], + "spans": [ + { + "bbox": [ + 115, + 360, + 207, + 374 + ], + "score": 1.0, + "content": "coding. ICASSP, 2011b.", + "type": "text", + "cross_page": true + } + ], + "index": 24, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 373, + 484, + 384 + ], + "spans": [ + { + "bbox": [ + 106, + 373, + 484, + 384 + ], + "score": 1.0, + "content": "A. Krizhevsky. Learning multiple layers of features from tiny images. Master’s thesis, U. Toronto, 2009.", + "type": "text", + "cross_page": true + } + ], + "index": 25, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 383, + 505, + 398 + ], + "spans": [ + { + "bbox": [ + 105, + 383, + 505, + 398 + ], + "score": 1.0, + "content": "Q. Le, M. Ranzato, R. Monga, M. Devin, G. Corrado, K. Chen, J. Dean, and A. Ng. Building high-level features", + "type": "text", + "cross_page": true + } + ], + "index": 26, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 394, + 311, + 407 + ], + "spans": [ + { + "bbox": [ + 115, + 394, + 311, + 407 + ], + "score": 1.0, + "content": "using large scale unsupervised learning. ICML, 2012.", + "type": "text", + "cross_page": true + } + ], + "index": 27, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 404, + 505, + 420 + ], + "spans": [ + { + "bbox": [ + 104, + 404, + 505, + 420 + ], + "score": 1.0, + "content": "J. Liu and S. J. Wright. Asynchronous stochastic coordinate descent: Parallelism and convergence properties.", + "type": "text", + "cross_page": true + } + ], + "index": 28, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 416, + 280, + 429 + ], + "spans": [ + { + "bbox": [ + 115, + 416, + 280, + 429 + ], + "score": 1.0, + "content": "SIAM J. Optimization, 25(1):351–376, 2015.", + "type": "text", + "cross_page": true + } + ], + "index": 29, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 428, + 505, + 441 + ], + "spans": [ + { + "bbox": [ + 106, + 428, + 505, + 441 + ], + "score": 1.0, + "content": "Y. Low, D. Bickson, J. Gonzalez, C. Guestrin, A. Kyrola, and J. M. Hellerstein. Distributed GraphLab: A", + "type": "text", + "cross_page": true + } + ], + "index": 30, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 438, + 466, + 451 + ], + "spans": [ + { + "bbox": [ + 115, + 438, + 466, + 451 + ], + "score": 1.0, + "content": "framework for machine learning and data mining in the cloud. Proc. VLDB Endowment, 5, 2012.", + "type": "text", + "cross_page": true + } + ], + "index": 31, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 450, + 465, + 463 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 465, + 463 + ], + "score": 1.0, + "content": "G. J. McLachlan and T. Krishnan. The EM Algorithm and Extensions. Wiley, second edition, 2008.", + "type": "text", + "cross_page": true + } + ], + "index": 32, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 462, + 505, + 475 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 505, + 475 + ], + "score": 1.0, + "content": "F. Niu, B. Recht, C. R´e, and S. J. Wright. HOGWILD!: A lock-free approach to parallelizing stochastic gradient", + "type": "text", + "cross_page": true + } + ], + "index": 33, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 473, + 195, + 484 + ], + "spans": [ + { + "bbox": [ + 115, + 473, + 195, + 484 + ], + "score": 1.0, + "content": "descent. NIPS, 2011.", + "type": "text", + "cross_page": true + } + ], + "index": 34, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 484, + 502, + 497 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 502, + 497 + ], + "score": 1.0, + "content": "H. Ouyang, N. He, L. Tran, and A. Gray. Stochastic alternating direction method of multipliers. ICML, 2013.", + "type": "text", + "cross_page": true + } + ], + "index": 35, + "is_list_start_line": true + }, + { + "bbox": [ + 104, + 495, + 505, + 511 + ], + "spans": [ + { + "bbox": [ + 104, + 495, + 505, + 511 + ], + "score": 1.0, + "content": "R. Raziperchikolaei and M. A. Carreira-Perpi ˜n´an. Optimizing affinity-based binary ´ hashing using auxiliary", + "type": "text", + "cross_page": true + } + ], + "index": 36, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 507, + 211, + 520 + ], + "spans": [ + { + "bbox": [ + 115, + 507, + 211, + 520 + ], + "score": 1.0, + "content": "coordinates. NIPS, 2016.", + "type": "text", + "cross_page": true + } + ], + "index": 37, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 519, + 505, + 532 + ], + "spans": [ + { + "bbox": [ + 105, + 519, + 505, + 532 + ], + "score": 1.0, + "content": "P. Richt´arik and M. Tak´aˇc. Distributed coordinate descent method for learning with big data. arXiv:1310.2059", + "type": "text", + "cross_page": true + } + ], + "index": 38, + "is_list_start_line": true + }, + { + "bbox": [ + 116, + 530, + 201, + 541 + ], + "spans": [ + { + "bbox": [ + 116, + 530, + 201, + 541 + ], + "score": 1.0, + "content": "[stat.ML], Oct. 8 2013.", + "type": "text", + "cross_page": true + } + ], + "index": 39, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 539, + 506, + 555 + ], + "spans": [ + { + "bbox": [ + 104, + 539, + 506, + 555 + ], + "score": 1.0, + "content": "F. Seide, H. Fu, J. Droppo, G. Li, and D. Yu. 1-bit stochastic gradient descent and its application to data-parallel", + "type": "text", + "cross_page": true + } + ], + "index": 40, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 551, + 320, + 564 + ], + "spans": [ + { + "bbox": [ + 115, + 551, + 320, + 564 + ], + "score": 1.0, + "content": "distributed training of speech DNNs. Interspeech, 2014.", + "type": "text", + "cross_page": true + } + ], + "index": 41, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 563, + 416, + 576 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 416, + 576 + ], + "score": 1.0, + "content": "A. Talwalkar, S. Kumar, and H. Rowley. Large-scale manifold learning. CVPR, 2008.", + "type": "text", + "cross_page": true + } + ], + "index": 42, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 573, + 505, + 590 + ], + "spans": [ + { + "bbox": [ + 104, + 573, + 505, + 590 + ], + "score": 1.0, + "content": "M. Vladymyrov and M. A. Carreira-Perpi ˜n´an. Locally Linear Landmarks for larg ´ e-scale manifold learning.", + "type": "text", + "cross_page": true + } + ], + "index": 43, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 585, + 168, + 599 + ], + "spans": [ + { + "bbox": [ + 115, + 585, + 168, + 599 + ], + "score": 1.0, + "content": "ECML, 2013.", + "type": "text", + "cross_page": true + } + ], + "index": 44, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 595, + 505, + 612 + ], + "spans": [ + { + "bbox": [ + 104, + 595, + 505, + 612 + ], + "score": 1.0, + "content": "M. Vladymyrov and M. A. Carreira-Perpi ˜n´an. The Variational Nystr¨om method f ´ or large-scale spectral prob-", + "type": "text", + "cross_page": true + } + ], + "index": 45, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 607, + 187, + 620 + ], + "spans": [ + { + "bbox": [ + 114, + 607, + 187, + 620 + ], + "score": 1.0, + "content": "lems. ICML, 2016.", + "type": "text", + "cross_page": true + } + ], + "index": 46, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 618, + 492, + 633 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 492, + 633 + ], + "score": 1.0, + "content": "W. Wang and M. A. Carreira-Perpi ˜n´an. The role of dimensionality reduct ´ ion in classification. AAAI, 2014.", + "type": "text", + "cross_page": true + } + ], + "index": 47, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 631, + 480, + 645 + ], + "spans": [ + { + "bbox": [ + 105, + 631, + 480, + 645 + ], + "score": 1.0, + "content": "C. K. I. Williams and M. Seeger. Using the Nystr¨om method to speed up kernel machines. NIPS, 2001.", + "type": "text", + "cross_page": true + } + ], + "index": 48, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 643, + 407, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 407, + 657 + ], + "score": 1.0, + "content": "S. J. Wright. Coordinate descent algorithms. Math. Prog., 151(1):3–34, June 2016.", + "type": "text", + "cross_page": true + } + ], + "index": 49, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 654, + 505, + 670 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 505, + 670 + ], + "score": 1.0, + "content": "E. P. Xing, Q. Ho, W. Dai, J. K. Kim, J. Wei, S. Lee, X. Zheng, P. Xie, A. Kumar, and Y. Yu. Petuum: A new", + "type": "text", + "cross_page": true + } + ], + "index": 50, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 666, + 502, + 679 + ], + "spans": [ + { + "bbox": [ + 115, + 666, + 502, + 679 + ], + "score": 1.0, + "content": "platform for distributed machine learning on big data. IEEE Trans. Big Data, 1(2):49–67, Apr.–June 2015.", + "type": "text", + "cross_page": true + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 677, + 504, + 691 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 504, + 691 + ], + "score": 1.0, + "content": "M. Zaharia, M. Chowdhury, M. J. Franklin, S. Shenker, and I. Stoica. Spark: Cluster computing with working", + "type": "text", + "cross_page": true + } + ], + "index": 52, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 687, + 442, + 700 + ], + "spans": [ + { + "bbox": [ + 115, + 687, + 442, + 700 + ], + "score": 1.0, + "content": "sets. In Proc. 2nd USENIX Conf. Hot Topics in Cloud Computing (HotCloud 2010), 2010.", + "type": "text", + "cross_page": true + } + ], + "index": 53, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 698, + 505, + 713 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 713 + ], + "score": 1.0, + "content": "R. Zhang and J. Kwok. Asynchronous distributed ADMM algorithm for global variable consensus optimization.", + "type": "text", + "cross_page": true + } + ], + "index": 54, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 709, + 168, + 722 + ], + "spans": [ + { + "bbox": [ + 114, + 709, + 168, + 722 + ], + "score": 1.0, + "content": "ICML, 2014.", + "type": "text", + "cross_page": true + } + ], + "index": 55, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 719, + 474, + 735 + ], + "spans": [ + { + "bbox": [ + 104, + 719, + 474, + 735 + ], + "score": 1.0, + "content": "M. Zinkevich, M. Weimer, A. Smola, and L. Li. Parallelized stochastic gradient descent. NIPS, 2010.", + "type": "text", + "cross_page": true + } + ], + "index": 56, + "is_list_start_line": true, + "is_list_end_line": true + } + ], + "index": 45, + "bbox_fs": [ + 104, + 587, + 505, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 100, + 506, + 733 + ], + "lines": [ + { + "bbox": [ + 105, + 96, + 505, + 109 + ], + "spans": [ + { + "bbox": [ + 105, + 96, + 505, + 109 + ], + "score": 1.0, + "content": "M. A. Carreira-Perpi ˜n´an and M. Vladymyrov. A fast, universa ´ l algorithm to learn parametric nonlinear embed-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 106, + 189, + 119 + ], + "spans": [ + { + "bbox": [ + 115, + 106, + 189, + 119 + ], + "score": 1.0, + "content": "dings. NIPS, 2015.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 104, + 117, + 505, + 133 + ], + "spans": [ + { + "bbox": [ + 104, + 117, + 505, + 133 + ], + "score": 1.0, + "content": "M. A. Carreira-Perpi ˜n´an and W. Wang. Distributed optimizat ´ ion of deeply nested systems. arXiv:1212.5921", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 114, + 128, + 201, + 142 + ], + "spans": [ + { + "bbox": [ + 114, + 128, + 201, + 142 + ], + "score": 1.0, + "content": "[cs.LG], Dec. 24 2012.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 140, + 495, + 155 + ], + "spans": [ + { + "bbox": [ + 105, + 140, + 495, + 155 + ], + "score": 1.0, + "content": "M. A. Carreira-Perpi ˜n´an and W. Wang. Distributed optimizat ´ ion of deeply nested systems. AISTATS, 2014.", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 153, + 505, + 166 + ], + "spans": [ + { + "bbox": [ + 106, + 153, + 505, + 166 + ], + "score": 1.0, + "content": "V. Cevher, S. Becker, and M. Schmidt. Convex optimization for big data: Scalable, randomized, and parallel", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 115, + 163, + 458, + 176 + ], + "spans": [ + { + "bbox": [ + 115, + 163, + 458, + 176 + ], + "score": 1.0, + "content": "algorithms for big data analytics. IEEE Signal Processing Magazine, 31(5):32–43, Sept. 2014.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 175, + 505, + 188 + ], + "spans": [ + { + "bbox": [ + 105, + 175, + 505, + 188 + ], + "score": 1.0, + "content": "A. Coates, B. Huval, T. Wang, D. Wu, B. Catanzaro, and A. Ng. Deep learning with COTS HPC systems.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 115, + 185, + 166, + 198 + ], + "spans": [ + { + "bbox": [ + 115, + 185, + 166, + 198 + ], + "score": 1.0, + "content": "ICML, 2013.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 104, + 195, + 505, + 211 + ], + "spans": [ + { + "bbox": [ + 104, + 195, + 505, + 211 + ], + "score": 1.0, + "content": "J. Dean, G. Corrado, R. Monga, K. Chen, M. Devin, Q. Le, M. Mao, M. Ranzato, A. Senior, P. Tucker, K. Yang,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 114, + 207, + 347, + 219 + ], + "spans": [ + { + "bbox": [ + 114, + 207, + 347, + 219 + ], + "score": 1.0, + "content": "and A. Ng. Large scale distributed deep networks. NIPS, 2012.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 219, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 105, + 219, + 505, + 232 + ], + "score": 1.0, + "content": "P. Drineas and M. W. Mahoney. On the Nystr¨om method for approximating a Gram matrix for improved", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 115, + 228, + 407, + 242 + ], + "spans": [ + { + "bbox": [ + 115, + 228, + 407, + 242 + ], + "score": 1.0, + "content": "kernel-based learning. J. Machine Learning Research, 6:2153–2175, Dec. 2005.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 238, + 506, + 256 + ], + "spans": [ + { + "bbox": [ + 105, + 238, + 506, + 256 + ], + "score": 1.0, + "content": "Y. Gong, S. Lazebnik, A. Gordo, and F. Perronnin. Iterative quantization: A Procrustean approach to learning", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 114, + 249, + 347, + 265 + ], + "spans": [ + { + "bbox": [ + 114, + 249, + 347, + 265 + ], + "score": 1.0, + "content": "binary codes for large-scale image retrieval. IEEE PAMI, 2013.", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 104, + 262, + 505, + 276 + ], + "spans": [ + { + "bbox": [ + 104, + 262, + 505, + 276 + ], + "score": 1.0, + "content": "K. Grauman and R. Fergus. Learning binary hash codes for large-scale image search. In R. Cipolla, S. Battiato,", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 272, + 487, + 285 + ], + "spans": [ + { + "bbox": [ + 115, + 272, + 487, + 285 + ], + "score": 1.0, + "content": "and G. Farinella, editors, Machine Learning for Computer Vision, pages 49–87. Springer-Verlag, 2013.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 283, + 506, + 299 + ], + "spans": [ + { + "bbox": [ + 105, + 283, + 506, + 299 + ], + "score": 1.0, + "content": "W. Gropp, E. Lusk, and A. Skjellum. Using MPI: Portable Parallel Programming with the Message-Passing", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 294, + 276, + 307 + ], + "spans": [ + { + "bbox": [ + 115, + 294, + 276, + 307 + ], + "score": 1.0, + "content": "Interface. MIT Press, second edition, 1999.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 306, + 505, + 319 + ], + "spans": [ + { + "bbox": [ + 105, + 306, + 505, + 319 + ], + "score": 1.0, + "content": "G. Hinton, L. Deng, D. Yu, G. Dahl, A. Mohamed, N. Jaitly, A. Senior, V. Vanhoucke, P. Nguyen, T. N. Sainath,", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 116, + 317, + 505, + 328 + ], + "spans": [ + { + "bbox": [ + 116, + 317, + 505, + 328 + ], + "score": 1.0, + "content": "and B. Kingsbury. Deep neural networks for acoustic modeling in speech recognition: The shared views of", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 115, + 326, + 414, + 339 + ], + "spans": [ + { + "bbox": [ + 115, + 326, + 414, + 339 + ], + "score": 1.0, + "content": "four research groups. IEEE Signal Processing Magazine, 29(6):82–97, Nov. 2012.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 337, + 504, + 351 + ], + "spans": [ + { + "bbox": [ + 105, + 337, + 504, + 351 + ], + "score": 1.0, + "content": "H. J´egou, M. Douze, and C. Schmid. Product quantization for nearest neighbor search. IEEE PAMI, 33, 2011a.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 350, + 505, + 363 + ], + "spans": [ + { + "bbox": [ + 105, + 350, + 505, + 363 + ], + "score": 1.0, + "content": "H. J´egou, R. Tavenard, M. Douze, and L. Amsaleg. Searching in one billion vectors: Re-rank with source", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 115, + 360, + 207, + 374 + ], + "spans": [ + { + "bbox": [ + 115, + 360, + 207, + 374 + ], + "score": 1.0, + "content": "coding. ICASSP, 2011b.", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 373, + 484, + 384 + ], + "spans": [ + { + "bbox": [ + 106, + 373, + 484, + 384 + ], + "score": 1.0, + "content": "A. Krizhevsky. Learning multiple layers of features from tiny images. Master’s thesis, U. Toronto, 2009.", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 383, + 505, + 398 + ], + "spans": [ + { + "bbox": [ + 105, + 383, + 505, + 398 + ], + "score": 1.0, + "content": "Q. Le, M. Ranzato, R. Monga, M. Devin, G. Corrado, K. Chen, J. Dean, and A. Ng. Building high-level features", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 115, + 394, + 311, + 407 + ], + "spans": [ + { + "bbox": [ + 115, + 394, + 311, + 407 + ], + "score": 1.0, + "content": "using large scale unsupervised learning. ICML, 2012.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 104, + 404, + 505, + 420 + ], + "spans": [ + { + "bbox": [ + 104, + 404, + 505, + 420 + ], + "score": 1.0, + "content": "J. Liu and S. J. Wright. Asynchronous stochastic coordinate descent: Parallelism and convergence properties.", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 115, + 416, + 280, + 429 + ], + "spans": [ + { + "bbox": [ + 115, + 416, + 280, + 429 + ], + "score": 1.0, + "content": "SIAM J. Optimization, 25(1):351–376, 2015.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 428, + 505, + 441 + ], + "spans": [ + { + "bbox": [ + 106, + 428, + 505, + 441 + ], + "score": 1.0, + "content": "Y. Low, D. Bickson, J. Gonzalez, C. Guestrin, A. Kyrola, and J. M. Hellerstein. Distributed GraphLab: A", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 438, + 466, + 451 + ], + "spans": [ + { + "bbox": [ + 115, + 438, + 466, + 451 + ], + "score": 1.0, + "content": "framework for machine learning and data mining in the cloud. Proc. VLDB Endowment, 5, 2012.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 450, + 465, + 463 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 465, + 463 + ], + "score": 1.0, + "content": "G. J. McLachlan and T. Krishnan. The EM Algorithm and Extensions. Wiley, second edition, 2008.", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 462, + 505, + 475 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 505, + 475 + ], + "score": 1.0, + "content": "F. Niu, B. Recht, C. R´e, and S. J. Wright. HOGWILD!: A lock-free approach to parallelizing stochastic gradient", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 115, + 473, + 195, + 484 + ], + "spans": [ + { + "bbox": [ + 115, + 473, + 195, + 484 + ], + "score": 1.0, + "content": "descent. NIPS, 2011.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 484, + 502, + 497 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 502, + 497 + ], + "score": 1.0, + "content": "H. Ouyang, N. He, L. Tran, and A. Gray. Stochastic alternating direction method of multipliers. ICML, 2013.", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 104, + 495, + 505, + 511 + ], + "spans": [ + { + "bbox": [ + 104, + 495, + 505, + 511 + ], + "score": 1.0, + "content": "R. Raziperchikolaei and M. A. Carreira-Perpi ˜n´an. Optimizing affinity-based binary ´ hashing using auxiliary", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 115, + 507, + 211, + 520 + ], + "spans": [ + { + "bbox": [ + 115, + 507, + 211, + 520 + ], + "score": 1.0, + "content": "coordinates. NIPS, 2016.", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 519, + 505, + 532 + ], + "spans": [ + { + "bbox": [ + 105, + 519, + 505, + 532 + ], + "score": 1.0, + "content": "P. Richt´arik and M. Tak´aˇc. Distributed coordinate descent method for learning with big data. arXiv:1310.2059", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 116, + 530, + 201, + 541 + ], + "spans": [ + { + "bbox": [ + 116, + 530, + 201, + 541 + ], + "score": 1.0, + "content": "[stat.ML], Oct. 8 2013.", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 104, + 539, + 506, + 555 + ], + "spans": [ + { + "bbox": [ + 104, + 539, + 506, + 555 + ], + "score": 1.0, + "content": "F. Seide, H. Fu, J. Droppo, G. Li, and D. Yu. 1-bit stochastic gradient descent and its application to data-parallel", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 551, + 320, + 564 + ], + "spans": [ + { + "bbox": [ + 115, + 551, + 320, + 564 + ], + "score": 1.0, + "content": "distributed training of speech DNNs. Interspeech, 2014.", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 563, + 416, + 576 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 416, + 576 + ], + "score": 1.0, + "content": "A. Talwalkar, S. Kumar, and H. Rowley. Large-scale manifold learning. CVPR, 2008.", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 104, + 573, + 505, + 590 + ], + "spans": [ + { + "bbox": [ + 104, + 573, + 505, + 590 + ], + "score": 1.0, + "content": "M. Vladymyrov and M. A. Carreira-Perpi ˜n´an. Locally Linear Landmarks for larg ´ e-scale manifold learning.", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 115, + 585, + 168, + 599 + ], + "spans": [ + { + "bbox": [ + 115, + 585, + 168, + 599 + ], + "score": 1.0, + "content": "ECML, 2013.", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 104, + 595, + 505, + 612 + ], + "spans": [ + { + "bbox": [ + 104, + 595, + 505, + 612 + ], + "score": 1.0, + "content": "M. Vladymyrov and M. A. Carreira-Perpi ˜n´an. The Variational Nystr¨om method f ´ or large-scale spectral prob-", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 114, + 607, + 187, + 620 + ], + "spans": [ + { + "bbox": [ + 114, + 607, + 187, + 620 + ], + "score": 1.0, + "content": "lems. ICML, 2016.", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 618, + 492, + 633 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 492, + 633 + ], + "score": 1.0, + "content": "W. Wang and M. A. Carreira-Perpi ˜n´an. The role of dimensionality reduct ´ ion in classification. AAAI, 2014.", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 631, + 480, + 645 + ], + "spans": [ + { + "bbox": [ + 105, + 631, + 480, + 645 + ], + "score": 1.0, + "content": "C. K. I. Williams and M. Seeger. Using the Nystr¨om method to speed up kernel machines. NIPS, 2001.", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 643, + 407, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 407, + 657 + ], + "score": 1.0, + "content": "S. J. Wright. Coordinate descent algorithms. Math. Prog., 151(1):3–34, June 2016.", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 654, + 505, + 670 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 505, + 670 + ], + "score": 1.0, + "content": "E. P. Xing, Q. Ho, W. Dai, J. K. Kim, J. Wei, S. Lee, X. Zheng, P. Xie, A. Kumar, and Y. Yu. Petuum: A new", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 115, + 666, + 502, + 679 + ], + "spans": [ + { + "bbox": [ + 115, + 666, + 502, + 679 + ], + "score": 1.0, + "content": "platform for distributed machine learning on big data. IEEE Trans. Big Data, 1(2):49–67, Apr.–June 2015.", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 677, + 504, + 691 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 504, + 691 + ], + "score": 1.0, + "content": "M. Zaharia, M. Chowdhury, M. J. Franklin, S. Shenker, and I. Stoica. Spark: Cluster computing with working", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 115, + 687, + 442, + 700 + ], + "spans": [ + { + "bbox": [ + 115, + 687, + 442, + 700 + ], + "score": 1.0, + "content": "sets. In Proc. 2nd USENIX Conf. Hot Topics in Cloud Computing (HotCloud 2010), 2010.", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 105, + 698, + 505, + 713 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 713 + ], + "score": 1.0, + "content": "R. Zhang and J. Kwok. Asynchronous distributed ADMM algorithm for global variable consensus optimization.", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 114, + 709, + 168, + 722 + ], + "spans": [ + { + "bbox": [ + 114, + 709, + 168, + 722 + ], + "score": 1.0, + "content": "ICML, 2014.", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 104, + 719, + 474, + 735 + ], + "spans": [ + { + "bbox": [ + 104, + 719, + 474, + 735 + ], + "score": 1.0, + "content": "M. Zinkevich, M. Weimer, A. Smola, and L. Li. Parallelized stochastic gradient descent. NIPS, 2010.", + "type": "text" + } + ], + "index": 56 + } + ], + "index": 28 + } + ], + "page_idx": 10, + "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": [ + 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": "list", + "bbox": [ + 105, + 100, + 506, + 733 + ], + "lines": [], + "index": 28, + "bbox_fs": [ + 104, + 96, + 506, + 735 + ], + "lines_deleted": true + } + ] + } + ], + "_backend": "pipeline", + "_version_name": "2.2.2" +} \ No newline at end of file diff --git a/parse/train/SygvTcYee/SygvTcYee_model.json b/parse/train/SygvTcYee/SygvTcYee_model.json new file mode 100644 index 0000000000000000000000000000000000000000..f0f3a9f7f1cfa3597f63642dc4610ab83c24d546 --- /dev/null +++ b/parse/train/SygvTcYee/SygvTcYee_model.json @@ -0,0 +1,20218 @@ +[ + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 398, + 676, + 1302, + 676, + 1302, + 1318, + 398, + 1318 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 298, + 1453, + 1404, + 1453, + 1404, + 2035, + 298, + 2035 + ], + "score": 0.984 + }, + { + "category_id": 0, + "poly": [ + 299, + 218, + 1400, + 218, + 1400, + 380, + 299, + 380 + ], + "score": 0.964 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 104, + 298, + 104 + ], + "score": 0.902 + }, + { + "category_id": 0, + "poly": [ + 302, + 1382, + 570, + 1382, + 570, + 1417, + 302, + 1417 + ], + "score": 0.893 + }, + { + "category_id": 0, + "poly": [ + 773, + 605, + 924, + 605, + 924, + 638, + 773, + 638 + ], + "score": 0.855 + }, + { + "category_id": 1, + "poly": [ + 312, + 429, + 888, + 429, + 888, + 523, + 312, + 523 + ], + "score": 0.719 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 856, + 2088, + 856, + 2112, + 841, + 2112 + ], + "score": 0.703 + }, + { + "category_id": 13, + "poly": [ + 1087, + 1822, + 1110, + 1822, + 1110, + 1848, + 1087, + 1848 + ], + "score": 0.28, + "latex": "@" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 217.0, + 1406.0, + 217.0, + 1406.0, + 270.0, + 293.0, + 270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 274.0, + 1405.0, + 274.0, + 1405.0, + 325.0, + 290.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 332.0, + 773.0, + 332.0, + 773.0, + 381.0, + 293.0, + 381.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": [ + 293.0, + 1379.0, + 577.0, + 1379.0, + 577.0, + 1426.0, + 293.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 769.0, + 604.0, + 930.0, + 604.0, + 930.0, + 641.0, + 769.0, + 641.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": [ + 395.0, + 679.0, + 1303.0, + 679.0, + 1303.0, + 711.0, + 395.0, + 711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 710.0, + 1304.0, + 710.0, + 1304.0, + 743.0, + 395.0, + 743.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 738.0, + 1306.0, + 738.0, + 1306.0, + 774.0, + 394.0, + 774.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 769.0, + 1305.0, + 769.0, + 1305.0, + 802.0, + 395.0, + 802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 802.0, + 1305.0, + 802.0, + 1305.0, + 832.0, + 395.0, + 832.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 829.0, + 1305.0, + 829.0, + 1305.0, + 863.0, + 395.0, + 863.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 861.0, + 1306.0, + 861.0, + 1306.0, + 894.0, + 394.0, + 894.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 892.0, + 1306.0, + 892.0, + 1306.0, + 923.0, + 393.0, + 923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 922.0, + 1305.0, + 922.0, + 1305.0, + 955.0, + 394.0, + 955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 953.0, + 1304.0, + 953.0, + 1304.0, + 982.0, + 395.0, + 982.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 396.0, + 983.0, + 1304.0, + 983.0, + 1304.0, + 1013.0, + 396.0, + 1013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 1013.0, + 1305.0, + 1013.0, + 1305.0, + 1045.0, + 395.0, + 1045.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 396.0, + 1042.0, + 1306.0, + 1042.0, + 1306.0, + 1078.0, + 396.0, + 1078.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1073.0, + 1306.0, + 1073.0, + 1306.0, + 1108.0, + 394.0, + 1108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 1105.0, + 1306.0, + 1105.0, + 1306.0, + 1137.0, + 395.0, + 1137.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1135.0, + 1305.0, + 1135.0, + 1305.0, + 1168.0, + 394.0, + 1168.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1166.0, + 1305.0, + 1166.0, + 1305.0, + 1198.0, + 394.0, + 1198.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 1197.0, + 1305.0, + 1197.0, + 1305.0, + 1230.0, + 395.0, + 1230.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 1226.0, + 1303.0, + 1226.0, + 1303.0, + 1258.0, + 395.0, + 1258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1255.0, + 1305.0, + 1255.0, + 1305.0, + 1292.0, + 393.0, + 1292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1287.0, + 1051.0, + 1287.0, + 1051.0, + 1322.0, + 394.0, + 1322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1454.0, + 1404.0, + 1454.0, + 1404.0, + 1490.0, + 294.0, + 1490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1486.0, + 1404.0, + 1486.0, + 1404.0, + 1521.0, + 293.0, + 1521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1516.0, + 1404.0, + 1516.0, + 1404.0, + 1551.0, + 293.0, + 1551.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1542.0, + 1405.0, + 1542.0, + 1405.0, + 1586.0, + 291.0, + 1586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1573.0, + 1408.0, + 1573.0, + 1408.0, + 1614.0, + 292.0, + 1614.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1609.0, + 1405.0, + 1609.0, + 1405.0, + 1644.0, + 293.0, + 1644.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1632.0, + 1406.0, + 1632.0, + 1406.0, + 1678.0, + 292.0, + 1678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1669.0, + 1406.0, + 1669.0, + 1406.0, + 1704.0, + 293.0, + 1704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1699.0, + 1402.0, + 1699.0, + 1402.0, + 1734.0, + 293.0, + 1734.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1728.0, + 1404.0, + 1728.0, + 1404.0, + 1763.0, + 293.0, + 1763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1762.0, + 1402.0, + 1762.0, + 1402.0, + 1793.0, + 296.0, + 1793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1790.0, + 1405.0, + 1790.0, + 1405.0, + 1825.0, + 294.0, + 1825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1820.0, + 1086.0, + 1820.0, + 1086.0, + 1856.0, + 294.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1111.0, + 1820.0, + 1406.0, + 1820.0, + 1406.0, + 1856.0, + 1111.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1851.0, + 1405.0, + 1851.0, + 1405.0, + 1884.0, + 293.0, + 1884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1883.0, + 1402.0, + 1883.0, + 1402.0, + 1915.0, + 294.0, + 1915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1912.0, + 1405.0, + 1912.0, + 1405.0, + 1946.0, + 293.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1941.0, + 1404.0, + 1941.0, + 1404.0, + 1977.0, + 295.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1975.0, + 1405.0, + 1975.0, + 1405.0, + 2006.0, + 296.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2004.0, + 1181.0, + 2004.0, + 1181.0, + 2039.0, + 294.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 428.0, + 891.0, + 428.0, + 891.0, + 466.0, + 311.0, + 466.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 461.0, + 767.0, + 461.0, + 767.0, + 495.0, + 312.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 495.0, + 680.0, + 495.0, + 680.0, + 527.0, + 312.0, + 527.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 0, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 551, + 1404, + 551, + 1404, + 1008, + 298, + 1008 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 1040, + 1404, + 1040, + 1404, + 1437, + 298, + 1437 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 297, + 229, + 1404, + 229, + 1404, + 536, + 297, + 536 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 1453, + 1404, + 1453, + 1404, + 1788, + 297, + 1788 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 299, + 1805, + 1402, + 1805, + 1402, + 1927, + 299, + 1927 + ], + "score": 0.969 + }, + { + "category_id": 1, + "poly": [ + 299, + 1942, + 1402, + 1942, + 1402, + 2066, + 299, + 2066 + ], + "score": 0.968 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 857, + 76, + 857, + 104, + 298, + 104 + ], + "score": 0.873 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2112, + 841, + 2112 + ], + "score": 0.749 + }, + { + "category_id": 13, + "poly": [ + 995, + 230, + 1347, + 230, + 1347, + 264, + 995, + 264 + ], + "score": 0.91, + "latex": "\\mathbf { y } = \\mathbf { F } _ { K + 1 } ( \\ldots \\mathbf { F } _ { 2 } ( \\mathbf { F } _ { 1 } ( \\mathbf { x } ) ) \\ldots )" + }, + { + "category_id": 13, + "poly": [ + 801, + 267, + 821, + 267, + 821, + 290, + 801, + 290 + ], + "score": 0.29, + "latex": "\\mathbf { x }" + }, + { + "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": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2120.0, + 838.0, + 2120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 552.0, + 1404.0, + 552.0, + 1404.0, + 587.0, + 296.0, + 587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 583.0, + 1406.0, + 583.0, + 1406.0, + 618.0, + 294.0, + 618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 608.0, + 1406.0, + 608.0, + 1406.0, + 651.0, + 292.0, + 651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 639.0, + 1406.0, + 639.0, + 1406.0, + 681.0, + 292.0, + 681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 673.0, + 1408.0, + 673.0, + 1408.0, + 711.0, + 293.0, + 711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 702.0, + 1406.0, + 702.0, + 1406.0, + 740.0, + 292.0, + 740.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 733.0, + 1404.0, + 733.0, + 1404.0, + 772.0, + 293.0, + 772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 761.0, + 1404.0, + 761.0, + 1404.0, + 802.0, + 293.0, + 802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 792.0, + 1406.0, + 792.0, + 1406.0, + 832.0, + 292.0, + 832.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 826.0, + 1406.0, + 826.0, + 1406.0, + 860.0, + 294.0, + 860.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 857.0, + 1404.0, + 857.0, + 1404.0, + 891.0, + 293.0, + 891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 885.0, + 1406.0, + 885.0, + 1406.0, + 924.0, + 294.0, + 924.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 915.0, + 1405.0, + 915.0, + 1405.0, + 955.0, + 292.0, + 955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 947.0, + 1404.0, + 947.0, + 1404.0, + 983.0, + 293.0, + 983.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 979.0, + 670.0, + 979.0, + 670.0, + 1012.0, + 294.0, + 1012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1038.0, + 1403.0, + 1038.0, + 1403.0, + 1075.0, + 293.0, + 1075.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1072.0, + 1405.0, + 1072.0, + 1405.0, + 1106.0, + 293.0, + 1106.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1101.0, + 1404.0, + 1101.0, + 1404.0, + 1138.0, + 293.0, + 1138.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1132.0, + 1402.0, + 1132.0, + 1402.0, + 1169.0, + 294.0, + 1169.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1162.0, + 1404.0, + 1162.0, + 1404.0, + 1198.0, + 293.0, + 1198.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1192.0, + 1406.0, + 1192.0, + 1406.0, + 1227.0, + 293.0, + 1227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1223.0, + 1406.0, + 1223.0, + 1406.0, + 1259.0, + 293.0, + 1259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1251.0, + 1405.0, + 1251.0, + 1405.0, + 1292.0, + 292.0, + 1292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1281.0, + 1406.0, + 1281.0, + 1406.0, + 1323.0, + 292.0, + 1323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1315.0, + 1405.0, + 1315.0, + 1405.0, + 1348.0, + 293.0, + 1348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1345.0, + 1406.0, + 1345.0, + 1406.0, + 1381.0, + 293.0, + 1381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1374.0, + 1406.0, + 1374.0, + 1406.0, + 1411.0, + 293.0, + 1411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1407.0, + 1026.0, + 1407.0, + 1026.0, + 1443.0, + 296.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 230.0, + 994.0, + 230.0, + 994.0, + 265.0, + 295.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1348.0, + 230.0, + 1405.0, + 230.0, + 1405.0, + 265.0, + 1348.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 262.0, + 800.0, + 262.0, + 800.0, + 297.0, + 295.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 822.0, + 262.0, + 1404.0, + 262.0, + 1404.0, + 297.0, + 822.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 291.0, + 1405.0, + 291.0, + 1405.0, + 328.0, + 291.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 320.0, + 1404.0, + 320.0, + 1404.0, + 360.0, + 294.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 352.0, + 1406.0, + 352.0, + 1406.0, + 389.0, + 294.0, + 389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 380.0, + 1406.0, + 380.0, + 1406.0, + 419.0, + 292.0, + 419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 414.0, + 1406.0, + 414.0, + 1406.0, + 450.0, + 295.0, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 444.0, + 1405.0, + 444.0, + 1405.0, + 479.0, + 295.0, + 479.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 474.0, + 1406.0, + 474.0, + 1406.0, + 510.0, + 295.0, + 510.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 505.0, + 1019.0, + 505.0, + 1019.0, + 540.0, + 292.0, + 540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1452.0, + 1404.0, + 1452.0, + 1404.0, + 1487.0, + 294.0, + 1487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1483.0, + 1405.0, + 1483.0, + 1405.0, + 1518.0, + 294.0, + 1518.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1513.0, + 1405.0, + 1513.0, + 1405.0, + 1548.0, + 295.0, + 1548.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1545.0, + 1402.0, + 1545.0, + 1402.0, + 1580.0, + 294.0, + 1580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1572.0, + 1407.0, + 1572.0, + 1407.0, + 1611.0, + 291.0, + 1611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1604.0, + 1405.0, + 1604.0, + 1405.0, + 1642.0, + 292.0, + 1642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1634.0, + 1407.0, + 1634.0, + 1407.0, + 1671.0, + 292.0, + 1671.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1669.0, + 1402.0, + 1669.0, + 1402.0, + 1700.0, + 295.0, + 1700.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1696.0, + 1404.0, + 1696.0, + 1404.0, + 1732.0, + 292.0, + 1732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1728.0, + 1405.0, + 1728.0, + 1405.0, + 1763.0, + 295.0, + 1763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1758.0, + 1019.0, + 1758.0, + 1019.0, + 1792.0, + 295.0, + 1792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1802.0, + 1406.0, + 1802.0, + 1406.0, + 1839.0, + 293.0, + 1839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1835.0, + 1406.0, + 1835.0, + 1406.0, + 1871.0, + 294.0, + 1871.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1865.0, + 1407.0, + 1865.0, + 1407.0, + 1901.0, + 293.0, + 1901.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1895.0, + 1105.0, + 1895.0, + 1105.0, + 1931.0, + 294.0, + 1931.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1940.0, + 1406.0, + 1940.0, + 1406.0, + 1978.0, + 293.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1972.0, + 1406.0, + 1972.0, + 1406.0, + 2009.0, + 293.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2002.0, + 1406.0, + 2002.0, + 1406.0, + 2039.0, + 293.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2032.0, + 584.0, + 2032.0, + 584.0, + 2072.0, + 293.0, + 2072.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 1, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 292, + 1405, + 292, + 1405, + 966, + 297, + 966 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 296, + 985, + 1405, + 985, + 1405, + 1356, + 296, + 1356 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 300, + 1465, + 1403, + 1465, + 1403, + 1530, + 300, + 1530 + ], + "score": 0.938 + }, + { + "category_id": 1, + "poly": [ + 298, + 1972, + 1400, + 1972, + 1400, + 2035, + 298, + 2035 + ], + "score": 0.937 + }, + { + "category_id": 2, + "poly": [ + 297, + 75, + 857, + 75, + 857, + 105, + 297, + 105 + ], + "score": 0.911 + }, + { + "category_id": 8, + "poly": [ + 423, + 1367, + 1277, + 1367, + 1277, + 1458, + 423, + 1458 + ], + "score": 0.91 + }, + { + "category_id": 1, + "poly": [ + 296, + 1637, + 1387, + 1637, + 1387, + 1673, + 296, + 1673 + ], + "score": 0.894 + }, + { + "category_id": 8, + "poly": [ + 318, + 1539, + 1332, + 1539, + 1332, + 1629, + 318, + 1629 + ], + "score": 0.891 + }, + { + "category_id": 1, + "poly": [ + 368, + 1692, + 1404, + 1692, + 1404, + 1950, + 368, + 1950 + ], + "score": 0.886 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1398, + 1400, + 1398, + 1400, + 1428, + 1366, + 1428 + ], + "score": 0.878 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1570, + 1400, + 1570, + 1400, + 1599, + 1366, + 1599 + ], + "score": 0.822 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2112, + 841, + 2112 + ], + "score": 0.747 + }, + { + "category_id": 2, + "poly": [ + 291, + 229, + 1362, + 229, + 1362, + 262, + 291, + 262 + ], + "score": 0.592 + }, + { + "category_id": 13, + "poly": [ + 399, + 1108, + 590, + 1108, + 590, + 1140, + 399, + 1140 + ], + "score": 0.93, + "latex": "\\mathbf { h } ( \\mathbf { x } ) = \\mathcal { \\Gamma } ( \\mathbf { A x } )" + }, + { + "category_id": 13, + "poly": [ + 767, + 1046, + 915, + 1046, + 915, + 1080, + 767, + 1080 + ], + "score": 0.93, + "latex": "\\mathbf { z } ~ \\in ~ \\{ 0 , 1 \\} ^ { L }" + }, + { + "category_id": 14, + "poly": [ + 322, + 1536, + 1347, + 1536, + 1347, + 1631, + 322, + 1631 + ], + "score": 0.92, + "latex": "E _ { { \\cal Q } } ( { \\bf h } , { \\bf f } , { \\bf Z } ; \\mu ) = \\sum _ { n = 1 } ^ { N } \\left\\| { \\bf x } _ { n } - { \\bf f } ( { \\bf z } _ { n } ) \\right\\| ^ { 2 } + \\mu \\left\\| { \\bf z } _ { n } - { \\bf h } ( { \\bf x } _ { n } ) \\right\\| ^ { 2 } \\mathrm { s . t . } { \\bf z } _ { n } \\in \\{ 0 , 1 \\} ^ { L } , n = 1 , \\ldots , N ." + }, + { + "category_id": 13, + "poly": [ + 895, + 1639, + 1031, + 1639, + 1031, + 1672, + 895, + 1672 + ], + "score": 0.92, + "latex": "\\mathbf { W } = ( \\mathbf { h } , \\mathbf { f } )" + }, + { + "category_id": 13, + "poly": [ + 1234, + 1015, + 1340, + 1015, + 1340, + 1045, + 1234, + 1045 + ], + "score": 0.92, + "latex": "\\textbf { x } \\in \\mathbb { R } ^ { D }" + }, + { + "category_id": 13, + "poly": [ + 296, + 1172, + 409, + 1172, + 409, + 1205, + 296, + 1205 + ], + "score": 0.92, + "latex": "\\boldsymbol { \\mathrm { { J } } } ( t ) = 0" + }, + { + "category_id": 13, + "poly": [ + 361, + 1230, + 807, + 1230, + 807, + 1269, + 361, + 1269 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { E _ { \\mathrm { B A } } ( \\mathbf { h } , \\mathbf { f } ) = \\sum _ { n = 1 } ^ { N } \\| \\mathbf { x } _ { n } - \\mathbf { f } ( \\mathbf { h } ( \\mathbf { x } _ { n } ) ) \\| ^ { 2 } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 461, + 1824, + 606, + 1824, + 606, + 1859, + 461, + 1859 + ], + "score": 0.92, + "latex": "\\mathbf { W } = \\left( \\mathbf { h } , \\mathbf { f } \\right)" + }, + { + "category_id": 13, + "poly": [ + 1168, + 1110, + 1262, + 1110, + 1262, + 1139, + 1168, + 1139 + ], + "score": 0.91, + "latex": "x _ { 0 } = 1" + }, + { + "category_id": 14, + "poly": [ + 423, + 1363, + 1279, + 1363, + 1279, + 1460, + 423, + 1460 + ], + "score": 0.91, + "latex": "\\operatorname* { m i n } _ { \\mathbf { h } , \\mathbf { f } , \\mathbf { Z } } \\sum _ { n = 1 } ^ { N } \\left\\| \\mathbf { x } _ { n } - \\mathbf { f } ( \\mathbf { z } _ { n } ) \\right\\| ^ { 2 } \\quad \\mathrm { s . t . } \\quad \\mathbf { z } _ { n } = \\mathbf { h } ( \\mathbf { x } _ { n } ) , \\mathbf { z } _ { n } \\in \\{ 0 , 1 \\} ^ { L } , n = 1 , \\ldots , N ." + }, + { + "category_id": 13, + "poly": [ + 603, + 1142, + 660, + 1142, + 660, + 1175, + 603, + 1175 + ], + "score": 0.91, + "latex": "\\boldsymbol { \\mathscr { I } } ( t )" + }, + { + "category_id": 13, + "poly": [ + 1023, + 1174, + 1240, + 1174, + 1240, + 1206, + 1023, + 1206 + ], + "score": 0.91, + "latex": "\\mathbf { X } = \\left( \\mathbf { x } _ { 1 } , \\ldots , \\mathbf { x } _ { N } \\right)" + }, + { + "category_id": 13, + "poly": [ + 589, + 1694, + 654, + 1694, + 654, + 1727, + 589, + 1727 + ], + "score": 0.91, + "latex": "( \\mathbf { h } , \\mathbf { f } )" + }, + { + "category_id": 13, + "poly": [ + 874, + 1826, + 956, + 1826, + 956, + 1855, + 874, + 1855 + ], + "score": 0.9, + "latex": "L + D" + }, + { + "category_id": 13, + "poly": [ + 605, + 1048, + 702, + 1048, + 702, + 1077, + 605, + 1077 + ], + "score": 0.9, + "latex": "L \\ < \\ D" + }, + { + "category_id": 13, + "poly": [ + 359, + 325, + 1012, + 325, + 1012, + 359, + 359, + 359 + ], + "score": 0.9, + "latex": "\\mathbf { F } ( \\mathbf { x } ; \\mathbf { W } ) = \\bar { \\mathbf { F } } _ { K + 1 } ( . . . \\mathbf { F } _ { 2 } ( \\mathbf { F } _ { 1 } ( \\mathbf { x } ; \\mathbf { W } _ { 1 } ) ; \\mathbf { W } _ { 2 } ) . . . ; \\mathbf { W } _ { K + 1 } )" + }, + { + "category_id": 13, + "poly": [ + 1151, + 1142, + 1260, + 1142, + 1260, + 1175, + 1151, + 1175 + ], + "score": 0.9, + "latex": "\\boldsymbol { \\mathrm { \\Sigma } } ( t ) = 1" + }, + { + "category_id": 13, + "poly": [ + 390, + 1076, + 433, + 1076, + 433, + 1105, + 390, + 1105 + ], + "score": 0.9, + "latex": "\\mathbb { R } ^ { D }" + }, + { + "category_id": 13, + "poly": [ + 1288, + 1143, + 1354, + 1143, + 1354, + 1173, + 1288, + 1173 + ], + "score": 0.9, + "latex": "t \\geq 0" + }, + { + "category_id": 13, + "poly": [ + 373, + 1140, + 551, + 1140, + 551, + 1171, + 373, + 1171 + ], + "score": 0.89, + "latex": "\\mathbf { A } \\in \\mathbb { R } ^ { L \\times ( D + 1 ) }" + }, + { + "category_id": 13, + "poly": [ + 781, + 1203, + 935, + 1203, + 935, + 1237, + 781, + 1237 + ], + "score": 0.89, + "latex": "\\mathbf { y } _ { \\mathrm { { o } } } = \\mathbf { f } ( \\mathbf { h } ( \\mathbf { x } ) )" + }, + { + "category_id": 13, + "poly": [ + 1258, + 1754, + 1393, + 1754, + 1393, + 1789, + 1258, + 1789 + ], + "score": 0.88, + "latex": "\\mathbf { z } \\in \\{ 0 , 1 \\} ^ { L }" + }, + { + "category_id": 13, + "poly": [ + 1213, + 1974, + 1405, + 1974, + 1405, + 2005, + 1213, + 2005 + ], + "score": 0.88, + "latex": "0 < \\mu _ { 1 } < \\cdots <" + }, + { + "category_id": 13, + "poly": [ + 894, + 1017, + 953, + 1017, + 953, + 1049, + 894, + 1049 + ], + "score": 0.88, + "latex": "\\mathbf { h } ( \\mathbf { x } )" + }, + { + "category_id": 13, + "poly": [ + 844, + 1889, + 871, + 1889, + 871, + 1914, + 844, + 1914 + ], + "score": 0.84, + "latex": "D" + }, + { + "category_id": 13, + "poly": [ + 465, + 1326, + 493, + 1326, + 493, + 1352, + 465, + 1352 + ], + "score": 0.84, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 751, + 1174, + 777, + 1174, + 777, + 1200, + 751, + 1200 + ], + "score": 0.81, + "latex": "D" + }, + { + "category_id": 13, + "poly": [ + 297, + 2005, + 346, + 2005, + 346, + 2035, + 297, + 2035 + ], + "score": 0.81, + "latex": "\\mu _ { \\infty } )" + }, + { + "category_id": 13, + "poly": [ + 961, + 1978, + 982, + 1978, + 982, + 2005, + 961, + 2005 + ], + "score": 0.8, + "latex": "\\mu" + }, + { + "category_id": 13, + "poly": [ + 848, + 1502, + 867, + 1502, + 867, + 1529, + 848, + 1529 + ], + "score": 0.8, + "latex": "\\mu" + }, + { + "category_id": 13, + "poly": [ + 876, + 1726, + 897, + 1726, + 897, + 1752, + 876, + 1752 + ], + "score": 0.79, + "latex": "L" + }, + { + "category_id": 13, + "poly": [ + 397, + 1726, + 425, + 1726, + 425, + 1752, + 397, + 1752 + ], + "score": 0.79, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 1017, + 1696, + 1064, + 1696, + 1064, + 1722, + 1017, + 1722 + ], + "score": 0.77, + "latex": "N L" + }, + { + "category_id": 13, + "poly": [ + 1176, + 1047, + 1227, + 1047, + 1227, + 1080, + 1176, + 1080 + ], + "score": 0.77, + "latex": "\\mathbf f ( \\mathbf z )" + }, + { + "category_id": 13, + "poly": [ + 817, + 1751, + 1228, + 1751, + 1228, + 1789, + 817, + 1789 + ], + "score": 0.75, + "latex": "\\mathrm { m i n } _ { \\mathbf { z } } \\left\\| \\mathbf { x } - \\mathbf { f } ( \\mathbf { z } ) \\right\\| ^ { 2 } + \\mu \\| \\mathbf { z } - \\mathbf { h } ( \\mathbf { x } ) \\| ^ { 2 } \\boldsymbol { \\mathfrak { s } }" + }, + { + "category_id": 13, + "poly": [ + 397, + 1858, + 420, + 1858, + 420, + 1884, + 397, + 1884 + ], + "score": 0.72, + "latex": "L" + }, + { + "category_id": 13, + "poly": [ + 822, + 1641, + 845, + 1641, + 845, + 1667, + 822, + 1667 + ], + "score": 0.7, + "latex": "\\mathbf { Z }" + }, + { + "category_id": 13, + "poly": [ + 777, + 1761, + 796, + 1761, + 796, + 1783, + 777, + 1783 + ], + "score": 0.67, + "latex": "n" + }, + { + "category_id": 13, + "poly": [ + 953, + 1858, + 976, + 1858, + 976, + 1884, + 953, + 1884 + ], + "score": 0.67, + "latex": "\\mathbf { Z }" + }, + { + "category_id": 13, + "poly": [ + 1235, + 1266, + 1257, + 1266, + 1257, + 1293, + 1235, + 1293 + ], + "score": 0.62, + "latex": "\\mathbf { h }" + }, + { + "category_id": 13, + "poly": [ + 718, + 1826, + 741, + 1826, + 741, + 1853, + 718, + 1853 + ], + "score": 0.57, + "latex": "\\mathbf { Z }" + }, + { + "category_id": 13, + "poly": [ + 997, + 691, + 1038, + 691, + 1038, + 721, + 997, + 721 + ], + "score": 0.53, + "latex": "\\mathbf { \\rho } ( \\mathbf { Z } )" + }, + { + "category_id": 13, + "poly": [ + 1214, + 1296, + 1235, + 1296, + 1235, + 1323, + 1214, + 1323 + ], + "score": 0.52, + "latex": "\\mathbf { h }" + }, + { + "category_id": 13, + "poly": [ + 741, + 1083, + 762, + 1083, + 762, + 1105, + 741, + 1105 + ], + "score": 0.5, + "latex": "\\mathbf { x }" + }, + { + "category_id": 13, + "poly": [ + 1160, + 1858, + 1187, + 1858, + 1187, + 1885, + 1160, + 1885 + ], + "score": 0.5, + "latex": "\\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 459, + 1695, + 482, + 1695, + 482, + 1722, + 459, + 1722 + ], + "score": 0.5, + "latex": "\\mathbf { Z }" + }, + { + "category_id": 13, + "poly": [ + 1054, + 988, + 1109, + 988, + 1109, + 1018, + 1054, + 1018 + ], + "score": 0.46, + "latex": "( B A )" + }, + { + "category_id": 13, + "poly": [ + 1201, + 1730, + 1218, + 1730, + 1218, + 1752, + 1201, + 1752 + ], + "score": 0.46, + "latex": "\\mathrm { ^ a }" + }, + { + "category_id": 13, + "poly": [ + 571, + 1919, + 593, + 1919, + 593, + 1946, + 571, + 1946 + ], + "score": 0.44, + "latex": "\\mathbf { Z }" + }, + { + "category_id": 13, + "poly": [ + 410, + 478, + 488, + 478, + 488, + 509, + 410, + 509 + ], + "score": 0.42, + "latex": "( M A C )" + }, + { + "category_id": 13, + "poly": [ + 1370, + 1113, + 1392, + 1113, + 1392, + 1136, + 1370, + 1136 + ], + "score": 0.42, + "latex": "\\mathbf { x }" + }, + { + "category_id": 13, + "poly": [ + 1374, + 1887, + 1402, + 1887, + 1402, + 1914, + 1374, + 1914 + ], + "score": 0.41, + "latex": "\\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 1382, + 1053, + 1402, + 1053, + 1402, + 1076, + 1382, + 1076 + ], + "score": 0.4, + "latex": "\\mathbf { z }" + }, + { + "category_id": 13, + "poly": [ + 430, + 630, + 454, + 630, + 454, + 658, + 430, + 658 + ], + "score": 0.36, + "latex": "\\mathbf { Z }" + }, + { + "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, + 861.0, + 2085.0, + 861.0, + 2118.0, + 838.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 222.0, + 1363.0, + 222.0, + 1363.0, + 269.0, + 291.0, + 269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 293.0, + 1406.0, + 293.0, + 1406.0, + 331.0, + 294.0, + 331.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 322.0, + 358.0, + 322.0, + 358.0, + 364.0, + 292.0, + 364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1013.0, + 322.0, + 1406.0, + 322.0, + 1406.0, + 364.0, + 1013.0, + 364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 353.0, + 1406.0, + 353.0, + 1406.0, + 395.0, + 291.0, + 395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 387.0, + 1405.0, + 387.0, + 1405.0, + 422.0, + 295.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 416.0, + 1406.0, + 416.0, + 1406.0, + 452.0, + 295.0, + 452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 448.0, + 1405.0, + 448.0, + 1405.0, + 484.0, + 294.0, + 484.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 476.0, + 409.0, + 476.0, + 409.0, + 512.0, + 295.0, + 512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 489.0, + 476.0, + 1405.0, + 476.0, + 1405.0, + 512.0, + 489.0, + 512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 508.0, + 1405.0, + 508.0, + 1405.0, + 542.0, + 294.0, + 542.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 539.0, + 1403.0, + 539.0, + 1403.0, + 574.0, + 295.0, + 574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 572.0, + 1403.0, + 572.0, + 1403.0, + 604.0, + 295.0, + 604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 600.0, + 1405.0, + 600.0, + 1405.0, + 633.0, + 294.0, + 633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 629.0, + 429.0, + 629.0, + 429.0, + 665.0, + 295.0, + 665.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 455.0, + 629.0, + 1406.0, + 629.0, + 1406.0, + 665.0, + 455.0, + 665.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 661.0, + 1406.0, + 661.0, + 1406.0, + 696.0, + 295.0, + 696.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 691.0, + 996.0, + 691.0, + 996.0, + 727.0, + 295.0, + 727.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1039.0, + 691.0, + 1405.0, + 691.0, + 1405.0, + 727.0, + 1039.0, + 727.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 721.0, + 1403.0, + 721.0, + 1403.0, + 756.0, + 294.0, + 756.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 751.0, + 1405.0, + 751.0, + 1405.0, + 787.0, + 295.0, + 787.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 780.0, + 1405.0, + 780.0, + 1405.0, + 817.0, + 294.0, + 817.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 808.0, + 1405.0, + 808.0, + 1405.0, + 849.0, + 292.0, + 849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 839.0, + 1405.0, + 839.0, + 1405.0, + 880.0, + 294.0, + 880.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 873.0, + 1405.0, + 873.0, + 1405.0, + 909.0, + 295.0, + 909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 904.0, + 1405.0, + 904.0, + 1405.0, + 940.0, + 295.0, + 940.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 935.0, + 674.0, + 935.0, + 674.0, + 970.0, + 295.0, + 970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 983.0, + 1053.0, + 983.0, + 1053.0, + 1022.0, + 291.0, + 1022.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1110.0, + 983.0, + 1407.0, + 983.0, + 1407.0, + 1022.0, + 1110.0, + 1022.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1015.0, + 893.0, + 1015.0, + 893.0, + 1050.0, + 293.0, + 1050.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 954.0, + 1015.0, + 1233.0, + 1015.0, + 1233.0, + 1050.0, + 954.0, + 1050.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1341.0, + 1015.0, + 1407.0, + 1015.0, + 1407.0, + 1050.0, + 1341.0, + 1050.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1040.0, + 604.0, + 1040.0, + 604.0, + 1086.0, + 290.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 703.0, + 1040.0, + 766.0, + 1040.0, + 766.0, + 1086.0, + 703.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 916.0, + 1040.0, + 1175.0, + 1040.0, + 1175.0, + 1086.0, + 916.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1228.0, + 1040.0, + 1381.0, + 1040.0, + 1381.0, + 1086.0, + 1228.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 1040.0, + 1408.0, + 1040.0, + 1408.0, + 1086.0, + 1403.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1074.0, + 389.0, + 1074.0, + 389.0, + 1113.0, + 293.0, + 1113.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 434.0, + 1074.0, + 740.0, + 1074.0, + 740.0, + 1113.0, + 434.0, + 1113.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 763.0, + 1074.0, + 1406.0, + 1074.0, + 1406.0, + 1113.0, + 763.0, + 1113.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1105.0, + 398.0, + 1105.0, + 398.0, + 1145.0, + 291.0, + 1145.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 1105.0, + 1167.0, + 1105.0, + 1167.0, + 1145.0, + 591.0, + 1145.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1263.0, + 1105.0, + 1369.0, + 1105.0, + 1369.0, + 1145.0, + 1263.0, + 1145.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1393.0, + 1105.0, + 1406.0, + 1105.0, + 1406.0, + 1145.0, + 1393.0, + 1145.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1132.0, + 372.0, + 1132.0, + 372.0, + 1182.0, + 290.0, + 1182.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 552.0, + 1132.0, + 602.0, + 1132.0, + 602.0, + 1182.0, + 552.0, + 1182.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 661.0, + 1132.0, + 1150.0, + 1132.0, + 1150.0, + 1182.0, + 661.0, + 1182.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1261.0, + 1132.0, + 1287.0, + 1132.0, + 1287.0, + 1182.0, + 1261.0, + 1182.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1355.0, + 1132.0, + 1408.0, + 1132.0, + 1408.0, + 1182.0, + 1355.0, + 1182.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 410.0, + 1172.0, + 750.0, + 1172.0, + 750.0, + 1210.0, + 410.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 778.0, + 1172.0, + 1022.0, + 1172.0, + 1022.0, + 1210.0, + 778.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1241.0, + 1172.0, + 1406.0, + 1172.0, + 1406.0, + 1210.0, + 1241.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1201.0, + 780.0, + 1201.0, + 780.0, + 1238.0, + 293.0, + 1238.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 936.0, + 1201.0, + 1405.0, + 1201.0, + 1405.0, + 1238.0, + 936.0, + 1238.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1229.0, + 360.0, + 1229.0, + 360.0, + 1275.0, + 290.0, + 1275.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 808.0, + 1229.0, + 1408.0, + 1229.0, + 1408.0, + 1275.0, + 808.0, + 1275.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1261.0, + 1234.0, + 1261.0, + 1234.0, + 1301.0, + 291.0, + 1301.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1258.0, + 1261.0, + 1405.0, + 1261.0, + 1405.0, + 1301.0, + 1258.0, + 1301.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1292.0, + 1213.0, + 1292.0, + 1213.0, + 1330.0, + 293.0, + 1330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1236.0, + 1292.0, + 1405.0, + 1292.0, + 1405.0, + 1330.0, + 1236.0, + 1330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1325.0, + 464.0, + 1325.0, + 464.0, + 1359.0, + 294.0, + 1359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 494.0, + 1325.0, + 1281.0, + 1325.0, + 1281.0, + 1359.0, + 494.0, + 1359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1460.0, + 1407.0, + 1460.0, + 1407.0, + 1504.0, + 293.0, + 1504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1495.0, + 847.0, + 1495.0, + 847.0, + 1531.0, + 295.0, + 1531.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 1495.0, + 1343.0, + 1495.0, + 1343.0, + 1531.0, + 868.0, + 1531.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1970.0, + 960.0, + 1970.0, + 960.0, + 2009.0, + 294.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 983.0, + 1970.0, + 1212.0, + 1970.0, + 1212.0, + 2009.0, + 983.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 2000.0, + 296.0, + 2000.0, + 296.0, + 2042.0, + 291.0, + 2042.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 347.0, + 2000.0, + 1405.0, + 2000.0, + 1405.0, + 2042.0, + 347.0, + 2042.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1632.0, + 821.0, + 1632.0, + 821.0, + 1679.0, + 293.0, + 1679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 846.0, + 1632.0, + 894.0, + 1632.0, + 894.0, + 1679.0, + 846.0, + 1679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1032.0, + 1632.0, + 1389.0, + 1632.0, + 1389.0, + 1679.0, + 1032.0, + 1679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 385.0, + 1692.0, + 458.0, + 1692.0, + 458.0, + 1730.0, + 385.0, + 1730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 483.0, + 1692.0, + 588.0, + 1692.0, + 588.0, + 1730.0, + 483.0, + 1730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 655.0, + 1692.0, + 1016.0, + 1692.0, + 1016.0, + 1730.0, + 655.0, + 1730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1065.0, + 1692.0, + 1407.0, + 1692.0, + 1407.0, + 1730.0, + 1065.0, + 1730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 426.0, + 1723.0, + 875.0, + 1723.0, + 875.0, + 1761.0, + 426.0, + 1761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 898.0, + 1723.0, + 1200.0, + 1723.0, + 1200.0, + 1761.0, + 898.0, + 1761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1219.0, + 1723.0, + 1407.0, + 1723.0, + 1407.0, + 1761.0, + 1219.0, + 1761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 1753.0, + 776.0, + 1753.0, + 776.0, + 1791.0, + 392.0, + 1791.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 797.0, + 1753.0, + 816.0, + 1753.0, + 816.0, + 1791.0, + 797.0, + 1791.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1229.0, + 1753.0, + 1257.0, + 1753.0, + 1257.0, + 1791.0, + 1229.0, + 1791.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1394.0, + 1753.0, + 1404.0, + 1753.0, + 1404.0, + 1791.0, + 1394.0, + 1791.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 1784.0, + 1192.0, + 1784.0, + 1192.0, + 1821.0, + 395.0, + 1821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 390.0, + 1825.0, + 460.0, + 1825.0, + 460.0, + 1860.0, + 390.0, + 1860.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 607.0, + 1825.0, + 717.0, + 1825.0, + 717.0, + 1860.0, + 607.0, + 1860.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 742.0, + 1825.0, + 873.0, + 1825.0, + 873.0, + 1860.0, + 742.0, + 1860.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 957.0, + 1825.0, + 1405.0, + 1825.0, + 1405.0, + 1860.0, + 957.0, + 1860.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 421.0, + 1853.0, + 952.0, + 1853.0, + 952.0, + 1892.0, + 421.0, + 1892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 977.0, + 1853.0, + 1159.0, + 1853.0, + 1159.0, + 1892.0, + 977.0, + 1892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1188.0, + 1853.0, + 1404.0, + 1853.0, + 1404.0, + 1892.0, + 1188.0, + 1892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 396.0, + 1888.0, + 843.0, + 1888.0, + 843.0, + 1919.0, + 396.0, + 1919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.0, + 1888.0, + 1373.0, + 1888.0, + 1373.0, + 1919.0, + 872.0, + 1919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 1917.0, + 570.0, + 1917.0, + 570.0, + 1955.0, + 395.0, + 1955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 594.0, + 1917.0, + 1016.0, + 1917.0, + 1016.0, + 1955.0, + 594.0, + 1955.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 2, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1468, + 1405, + 1468, + 1405, + 1925, + 298, + 1925 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 874, + 1404, + 874, + 1404, + 1271, + 298, + 1271 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 299, + 736, + 1403, + 736, + 1403, + 858, + 299, + 858 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 298, + 1308, + 1403, + 1308, + 1403, + 1432, + 298, + 1432 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 301, + 1942, + 1402, + 1942, + 1402, + 2034, + 301, + 2034 + ], + "score": 0.97 + }, + { + "category_id": 3, + "poly": [ + 295, + 223, + 1415, + 223, + 1415, + 591, + 295, + 591 + ], + "score": 0.901 + }, + { + "category_id": 4, + "poly": [ + 294, + 614, + 1400, + 614, + 1400, + 677, + 294, + 677 + ], + "score": 0.894 + }, + { + "category_id": 2, + "poly": [ + 297, + 76, + 857, + 76, + 857, + 104, + 297, + 104 + ], + "score": 0.89 + }, + { + "category_id": 2, + "poly": [ + 841, + 2089, + 858, + 2089, + 858, + 2111, + 841, + 2111 + ], + "score": 0.76 + }, + { + "category_id": 13, + "poly": [ + 737, + 1026, + 850, + 1026, + 850, + 1056, + 737, + 1056 + ], + "score": 0.92, + "latex": "N = 1 0 ^ { 9 }" + }, + { + "category_id": 13, + "poly": [ + 364, + 1058, + 452, + 1058, + 452, + 1086, + 364, + 1086 + ], + "score": 0.9, + "latex": "L = 6 4" + }, + { + "category_id": 13, + "poly": [ + 571, + 520, + 692, + 520, + 692, + 551, + 571, + 551 + ], + "score": 0.9, + "latex": "\\mathbf { Z } = \\mathbf { h } ( \\mathbf { X } )" + }, + { + "category_id": 13, + "poly": [ + 1033, + 1836, + 1105, + 1836, + 1105, + 1863, + 1033, + 1863 + ], + "score": 0.89, + "latex": "e = 1" + }, + { + "category_id": 13, + "poly": [ + 989, + 1028, + 1103, + 1028, + 1103, + 1056, + 989, + 1056 + ], + "score": 0.89, + "latex": "D = 5 0 0" + }, + { + "category_id": 13, + "poly": [ + 409, + 454, + 566, + 454, + 566, + 484, + 409, + 484 + ], + "score": 0.86, + "latex": "n = 1 , \\ldots , N" + }, + { + "category_id": 13, + "poly": [ + 346, + 358, + 440, + 358, + 440, + 392, + 346, + 392 + ], + "score": 0.85, + "latex": "\\overline { { h _ { l } ( \\cdot ) } } " + }, + { + "category_id": 13, + "poly": [ + 347, + 420, + 443, + 420, + 443, + 455, + 347, + 455 + ], + "score": 0.84, + "latex": "\\overline { { f _ { d } ( \\cdot ) } } " + }, + { + "category_id": 13, + "poly": [ + 420, + 549, + 541, + 549, + 541, + 582, + 420, + 582 + ], + "score": 0.83, + "latex": "{ \\bf Z } = { \\bf h } ( { \\bf X } )" + }, + { + "category_id": 13, + "poly": [ + 409, + 266, + 805, + 266, + 805, + 299, + 409, + 299 + ], + "score": 0.81, + "latex": "{ \\bf Z } _ { L \\times N } = ( { \\bf z } _ { 1 } , \\ldots , { \\bf z } _ { N } ) \\in \\{ 0 , 1 \\} ^ { L N }" + }, + { + "category_id": 13, + "poly": [ + 829, + 1310, + 858, + 1310, + 858, + 1336, + 829, + 1336 + ], + "score": 0.8, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 569, + 359, + 662, + 359, + 662, + 392, + 569, + 392 + ], + "score": 0.78, + "latex": "( { \\bf X } , { \\bf Z } _ { l } . )" + }, + { + "category_id": 13, + "poly": [ + 518, + 771, + 537, + 771, + 537, + 798, + 518, + 798 + ], + "score": 0.78, + "latex": "\\mu" + }, + { + "category_id": 13, + "poly": [ + 654, + 421, + 751, + 421, + 751, + 456, + 654, + 456 + ], + "score": 0.77, + "latex": "( \\mathbf { Z } , \\mathbf { X } _ { d } . )" + }, + { + "category_id": 13, + "poly": [ + 656, + 1744, + 683, + 1744, + 683, + 1771, + 656, + 1771 + ], + "score": 0.76, + "latex": "D" + }, + { + "category_id": 13, + "poly": [ + 517, + 1683, + 550, + 1683, + 550, + 1710, + 517, + 1710 + ], + "score": 0.75, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 508, + 998, + 531, + 998, + 531, + 1024, + 508, + 1024 + ], + "score": 0.74, + "latex": "L" + }, + { + "category_id": 13, + "poly": [ + 346, + 298, + 629, + 298, + 629, + 328, + 346, + 328 + ], + "score": 0.74, + "latex": "\\mu = 0 < \\mu _ { 1 } < \\cdot \\cdot \\cdot < \\mu _ { \\infty }" + }, + { + "category_id": 13, + "poly": [ + 1378, + 1714, + 1402, + 1714, + 1402, + 1740, + 1378, + 1740 + ], + "score": 0.72, + "latex": "L" + }, + { + "category_id": 13, + "poly": [ + 375, + 232, + 737, + 232, + 737, + 265, + 375, + 265 + ], + "score": 0.71, + "latex": "\\mathbf { X } _ { D \\times N } = ( \\mathbf { x } _ { 1 } , \\ldots , \\mathbf { x } _ { N } ) , L \\in \\mathbb { N }" + }, + { + "category_id": 13, + "poly": [ + 409, + 391, + 564, + 391, + 564, + 421, + 409, + 421 + ], + "score": 0.7, + "latex": "d = 1 , \\ldots , D" + }, + { + "category_id": 13, + "poly": [ + 854, + 1683, + 888, + 1683, + 888, + 1709, + 854, + 1709 + ], + "score": 0.7, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 758, + 646, + 780, + 646, + 780, + 672, + 758, + 672 + ], + "score": 0.49, + "latex": "\\mathbf { h }" + }, + { + "category_id": 13, + "poly": [ + 498, + 520, + 521, + 520, + 521, + 546, + 498, + 546 + ], + "score": 0.49, + "latex": "\\mathbf { Z }" + }, + { + "category_id": 13, + "poly": [ + 408, + 329, + 553, + 329, + 553, + 358, + 408, + 358 + ], + "score": 0.48, + "latex": "l = 1 , \\ldots , L" + }, + { + "category_id": 13, + "poly": [ + 1319, + 768, + 1343, + 768, + 1343, + 795, + 1319, + 795 + ], + "score": 0.48, + "latex": "\\mathbf { Z }" + }, + { + "category_id": 13, + "poly": [ + 1318, + 1866, + 1342, + 1866, + 1342, + 1892, + 1318, + 1892 + ], + "score": 0.47, + "latex": "\\mathbf { Z }" + }, + { + "category_id": 13, + "poly": [ + 343, + 480, + 1021, + 480, + 1021, + 521, + 343, + 521 + ], + "score": 0.47, + "latex": "\\overline { { \\mathbf { z } _ { n } \\gets } } \\operatorname { a r g m i n } _ { \\mathbf { z } _ { n } \\in \\{ 0 , 1 \\} ^ { L } } \\left\\| \\mathbf { x } _ { n } - \\mathbf { f } ( \\mathbf { z } _ { n } ) \\right\\| ^ { 2 } + \\mu \\left\\| \\mathbf { z } _ { n } - \\mathbf { h } ( \\mathbf { x } _ { n } ) \\right\\| ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 1138, + 1592, + 1163, + 1592, + 1163, + 1619, + 1138, + 1619 + ], + "score": 0.46, + "latex": "\\mathbf { Z }" + }, + { + "category_id": 14, + "poly": [ + 1118, + 351, + 1333, + 351, + 1333, + 422, + 1118, + 422 + ], + "score": 0.45, + "latex": "\\begin{array} { l } { \\mathbf { h } \\colon \\mathbb { R } ^ { D } \\to \\{ 0 , 1 \\} ^ { L } , } \\\\ { \\mathbf { h } = ( h _ { 1 } , \\dots , h _ { L } ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1161, + 1028, + 1223, + 1028, + 1223, + 1057, + 1161, + 1057 + ], + "score": 0.3, + "latex": "^ { 2 } \\mathrm { T B }" + }, + { + "category_id": 13, + "poly": [ + 818, + 767, + 841, + 767, + 841, + 795, + 818, + 795 + ], + "score": 0.29, + "latex": "\\mathbf { Z }" + }, + { + "category_id": 15, + "poly": [ + 302.0, + 228.0, + 374.0, + 228.0, + 374.0, + 264.0, + 302.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1118.0, + 242.0, + 1347.0, + 242.0, + 1347.0, + 278.0, + 1118.0, + 278.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 257.0, + 408.0, + 257.0, + 408.0, + 302.0, + 298.0, + 302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 806.0, + 257.0, + 809.0, + 257.0, + 809.0, + 302.0, + 806.0, + 302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 301.0, + 291.0, + 345.0, + 291.0, + 345.0, + 335.0, + 301.0, + 335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 630.0, + 291.0, + 634.0, + 291.0, + 634.0, + 335.0, + 630.0, + 335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1117.0, + 295.0, + 1421.0, + 295.0, + 1421.0, + 334.0, + 1117.0, + 334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 325.0, + 407.0, + 325.0, + 407.0, + 359.0, + 320.0, + 359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 554.0, + 325.0, + 559.0, + 325.0, + 559.0, + 359.0, + 554.0, + 359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 977.0, + 327.0, + 1088.0, + 327.0, + 1088.0, + 362.0, + 977.0, + 362.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 341.0, + 353.0, + 345.0, + 353.0, + 345.0, + 395.0, + 341.0, + 395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 441.0, + 353.0, + 568.0, + 353.0, + 568.0, + 395.0, + 441.0, + 395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1334.0, + 349.0, + 1340.0, + 349.0, + 1340.0, + 391.0, + 1334.0, + 391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 389.0, + 408.0, + 389.0, + 408.0, + 422.0, + 322.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 565.0, + 389.0, + 568.0, + 389.0, + 568.0, + 422.0, + 565.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 982.0, + 390.0, + 1085.0, + 390.0, + 1085.0, + 423.0, + 982.0, + 423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 340.0, + 419.0, + 346.0, + 419.0, + 346.0, + 457.0, + 340.0, + 457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 444.0, + 419.0, + 653.0, + 419.0, + 653.0, + 457.0, + 444.0, + 457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 752.0, + 419.0, + 756.0, + 419.0, + 756.0, + 457.0, + 752.0, + 457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1175.0, + 416.0, + 1411.0, + 416.0, + 1411.0, + 450.0, + 1175.0, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 452.0, + 408.0, + 452.0, + 408.0, + 485.0, + 322.0, + 485.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1013.0, + 450.0, + 1086.0, + 450.0, + 1086.0, + 490.0, + 1013.0, + 490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1115.0, + 468.0, + 1288.0, + 468.0, + 1288.0, + 504.0, + 1115.0, + 504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 512.0, + 497.0, + 512.0, + 497.0, + 555.0, + 319.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 522.0, + 512.0, + 570.0, + 512.0, + 570.0, + 555.0, + 522.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 693.0, + 512.0, + 812.0, + 512.0, + 812.0, + 555.0, + 693.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1115.0, + 499.0, + 1323.0, + 499.0, + 1323.0, + 542.0, + 1115.0, + 542.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 303.0, + 547.0, + 419.0, + 547.0, + 419.0, + 583.0, + 303.0, + 583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1175.0, + 534.0, + 1288.0, + 534.0, + 1288.0, + 569.0, + 1175.0, + 569.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 331.75, + 474.0, + 1034.75, + 474.0, + 1034.75, + 531.5, + 331.75, + 531.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 614.0, + 1404.0, + 614.0, + 1404.0, + 649.0, + 296.0, + 649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 644.0, + 757.0, + 644.0, + 757.0, + 677.0, + 294.0, + 677.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 781.0, + 644.0, + 1182.0, + 644.0, + 1182.0, + 677.0, + 781.0, + 677.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 857.0, + 73.0, + 857.0, + 108.0, + 297.0, + 108.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": [ + 293.0, + 1466.0, + 1406.0, + 1466.0, + 1406.0, + 1505.0, + 293.0, + 1505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1496.0, + 1406.0, + 1496.0, + 1406.0, + 1537.0, + 292.0, + 1537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1530.0, + 1405.0, + 1530.0, + 1405.0, + 1565.0, + 296.0, + 1565.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1561.0, + 1405.0, + 1561.0, + 1405.0, + 1596.0, + 295.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1587.0, + 1137.0, + 1587.0, + 1137.0, + 1626.0, + 293.0, + 1626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1164.0, + 1587.0, + 1405.0, + 1587.0, + 1405.0, + 1626.0, + 1164.0, + 1626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1618.0, + 1405.0, + 1618.0, + 1405.0, + 1657.0, + 293.0, + 1657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1652.0, + 1403.0, + 1652.0, + 1403.0, + 1685.0, + 292.0, + 1685.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1682.0, + 516.0, + 1682.0, + 516.0, + 1716.0, + 293.0, + 1716.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 551.0, + 1682.0, + 853.0, + 1682.0, + 853.0, + 1716.0, + 551.0, + 1716.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 889.0, + 1682.0, + 1406.0, + 1682.0, + 1406.0, + 1716.0, + 889.0, + 1716.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1710.0, + 1377.0, + 1710.0, + 1377.0, + 1746.0, + 293.0, + 1746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 1710.0, + 1406.0, + 1710.0, + 1406.0, + 1746.0, + 1403.0, + 1746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1741.0, + 655.0, + 1741.0, + 655.0, + 1777.0, + 293.0, + 1777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 684.0, + 1741.0, + 1407.0, + 1741.0, + 1407.0, + 1777.0, + 684.0, + 1777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1772.0, + 1406.0, + 1772.0, + 1406.0, + 1811.0, + 293.0, + 1811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1802.0, + 1406.0, + 1802.0, + 1406.0, + 1842.0, + 292.0, + 1842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1835.0, + 1032.0, + 1835.0, + 1032.0, + 1869.0, + 295.0, + 1869.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1106.0, + 1835.0, + 1405.0, + 1835.0, + 1405.0, + 1869.0, + 1106.0, + 1869.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1862.0, + 1317.0, + 1862.0, + 1317.0, + 1903.0, + 293.0, + 1903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1343.0, + 1862.0, + 1406.0, + 1862.0, + 1406.0, + 1903.0, + 1343.0, + 1903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1895.0, + 838.0, + 1895.0, + 838.0, + 1929.0, + 293.0, + 1929.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 872.0, + 1406.0, + 872.0, + 1406.0, + 909.0, + 295.0, + 909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 902.0, + 1405.0, + 902.0, + 1405.0, + 944.0, + 292.0, + 944.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 934.0, + 1408.0, + 934.0, + 1408.0, + 972.0, + 293.0, + 972.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 965.0, + 1408.0, + 965.0, + 1408.0, + 1003.0, + 293.0, + 1003.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 995.0, + 507.0, + 995.0, + 507.0, + 1032.0, + 293.0, + 1032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 532.0, + 995.0, + 1404.0, + 995.0, + 1404.0, + 1032.0, + 532.0, + 1032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1027.0, + 736.0, + 1027.0, + 736.0, + 1063.0, + 294.0, + 1063.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 851.0, + 1027.0, + 988.0, + 1027.0, + 988.0, + 1063.0, + 851.0, + 1063.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1104.0, + 1027.0, + 1160.0, + 1027.0, + 1160.0, + 1063.0, + 1104.0, + 1063.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1224.0, + 1027.0, + 1405.0, + 1027.0, + 1405.0, + 1063.0, + 1224.0, + 1063.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1057.0, + 363.0, + 1057.0, + 363.0, + 1093.0, + 294.0, + 1093.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 453.0, + 1057.0, + 1406.0, + 1057.0, + 1406.0, + 1093.0, + 453.0, + 1093.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1087.0, + 1405.0, + 1087.0, + 1405.0, + 1123.0, + 294.0, + 1123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1120.0, + 1405.0, + 1120.0, + 1405.0, + 1153.0, + 296.0, + 1153.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1149.0, + 1404.0, + 1149.0, + 1404.0, + 1185.0, + 294.0, + 1185.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1180.0, + 1405.0, + 1180.0, + 1405.0, + 1212.0, + 297.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1208.0, + 1405.0, + 1208.0, + 1405.0, + 1246.0, + 293.0, + 1246.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1242.0, + 897.0, + 1242.0, + 897.0, + 1274.0, + 297.0, + 1274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 733.0, + 1405.0, + 733.0, + 1405.0, + 772.0, + 293.0, + 772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 766.0, + 517.0, + 766.0, + 517.0, + 800.0, + 294.0, + 800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 538.0, + 766.0, + 817.0, + 766.0, + 817.0, + 800.0, + 538.0, + 800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 842.0, + 766.0, + 1318.0, + 766.0, + 1318.0, + 800.0, + 842.0, + 800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1344.0, + 766.0, + 1403.0, + 766.0, + 1403.0, + 800.0, + 1344.0, + 800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 796.0, + 1408.0, + 796.0, + 1408.0, + 835.0, + 294.0, + 835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 827.0, + 1405.0, + 827.0, + 1405.0, + 863.0, + 294.0, + 863.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1307.0, + 828.0, + 1307.0, + 828.0, + 1342.0, + 293.0, + 1342.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 859.0, + 1307.0, + 1407.0, + 1307.0, + 1407.0, + 1342.0, + 859.0, + 1342.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1337.0, + 1405.0, + 1337.0, + 1405.0, + 1375.0, + 293.0, + 1375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1368.0, + 1407.0, + 1368.0, + 1407.0, + 1405.0, + 293.0, + 1405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1400.0, + 1356.0, + 1400.0, + 1356.0, + 1435.0, + 293.0, + 1435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1941.0, + 1406.0, + 1941.0, + 1406.0, + 1978.0, + 294.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1972.0, + 1404.0, + 1972.0, + 1404.0, + 2005.0, + 295.0, + 2005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 2004.0, + 848.0, + 2004.0, + 848.0, + 2037.0, + 297.0, + 2037.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 3, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1668, + 1404, + 1668, + 1404, + 2034, + 298, + 2034 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 1346, + 1404, + 1346, + 1404, + 1653, + 298, + 1653 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 1055, + 1405, + 1055, + 1405, + 1331, + 298, + 1331 + ], + "score": 0.98 + }, + { + "category_id": 3, + "poly": [ + 305, + 230, + 1390, + 230, + 1390, + 798, + 305, + 798 + ], + "score": 0.972 + }, + { + "category_id": 4, + "poly": [ + 298, + 817, + 1406, + 817, + 1406, + 912, + 298, + 912 + ], + "score": 0.961 + }, + { + "category_id": 0, + "poly": [ + 296, + 980, + 1369, + 980, + 1369, + 1014, + 296, + 1014 + ], + "score": 0.892 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2112, + 841, + 2112 + ], + "score": 0.735 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 855, + 76, + 855, + 104, + 299, + 104 + ], + "score": 0.676 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 857, + 76, + 857, + 104, + 298, + 104 + ], + "score": 0.466 + }, + { + "category_id": 13, + "poly": [ + 1175, + 818, + 1269, + 818, + 1269, + 846, + 1175, + 846 + ], + "score": 0.93, + "latex": "N = 4 0" + }, + { + "category_id": 13, + "poly": [ + 1177, + 1789, + 1237, + 1789, + 1237, + 1823, + 1177, + 1823 + ], + "score": 0.92, + "latex": "\\left\\{ { \\bf z } _ { n } \\right\\}" + }, + { + "category_id": 13, + "poly": [ + 721, + 1729, + 860, + 1729, + 860, + 1762, + 721, + 1762 + ], + "score": 0.92, + "latex": "\\left( \\mathbf { x } _ { n } , \\mathbf { y } _ { n } , \\mathbf { z } _ { n } \\right)" + }, + { + "category_id": 13, + "poly": [ + 701, + 849, + 800, + 849, + 800, + 877, + 701, + 877 + ], + "score": 0.92, + "latex": "h + 3 M" + }, + { + "category_id": 13, + "poly": [ + 640, + 818, + 716, + 818, + 716, + 846, + 640, + 846 + ], + "score": 0.91, + "latex": "P = 4" + }, + { + "category_id": 13, + "poly": [ + 836, + 818, + 935, + 818, + 935, + 846, + 836, + 846 + ], + "score": 0.9, + "latex": "M = 1 2" + }, + { + "category_id": 13, + "poly": [ + 735, + 1151, + 862, + 1151, + 862, + 1179, + 735, + 1179 + ], + "score": 0.89, + "latex": "\\mathbf { z } _ { 1 } , \\ldots , \\mathbf { z } _ { N }" + }, + { + "category_id": 13, + "poly": [ + 397, + 1438, + 480, + 1438, + 480, + 1471, + 397, + 1471 + ], + "score": 0.89, + "latex": "( \\mathbf { X } , \\mathbf { Y } )" + }, + { + "category_id": 13, + "poly": [ + 552, + 849, + 651, + 849, + 651, + 878, + 552, + 878 + ], + "score": 0.88, + "latex": "h + 2 M" + }, + { + "category_id": 13, + "poly": [ + 699, + 1499, + 813, + 1499, + 813, + 1532, + 699, + 1532 + ], + "score": 0.87, + "latex": "( \\mathbf { X } , \\mathbf { Y } , \\mathbf { Z } )" + }, + { + "category_id": 13, + "poly": [ + 744, + 1595, + 785, + 1595, + 785, + 1621, + 744, + 1621 + ], + "score": 0.87, + "latex": "{ \\bf w } _ { h }" + }, + { + "category_id": 13, + "poly": [ + 1367, + 1152, + 1400, + 1152, + 1400, + 1178, + 1367, + 1178 + ], + "score": 0.84, + "latex": "\\mathbf { z } _ { n }" + }, + { + "category_id": 13, + "poly": [ + 492, + 1670, + 518, + 1670, + 518, + 1696, + 492, + 1696 + ], + "score": 0.8, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 1015, + 1592, + 1035, + 1592, + 1035, + 1618, + 1015, + 1618 + ], + "score": 0.8, + "latex": "h" + }, + { + "category_id": 13, + "poly": [ + 457, + 849, + 542, + 849, + 542, + 878, + 457, + 878 + ], + "score": 0.79, + "latex": "h + M" + }, + { + "category_id": 13, + "poly": [ + 1068, + 850, + 1087, + 850, + 1087, + 877, + 1068, + 877 + ], + "score": 0.79, + "latex": "h" + }, + { + "category_id": 13, + "poly": [ + 1200, + 1210, + 1233, + 1210, + 1233, + 1237, + 1200, + 1237 + ], + "score": 0.67, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 697, + 1210, + 731, + 1210, + 731, + 1237, + 697, + 1237 + ], + "score": 0.64, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 298, + 1209, + 331, + 1209, + 331, + 1237, + 298, + 1237 + ], + "score": 0.62, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 509, + 1149, + 537, + 1149, + 537, + 1176, + 509, + 1176 + ], + "score": 0.55, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 623, + 1760, + 647, + 1760, + 647, + 1788, + 623, + 1788 + ], + "score": 0.55, + "latex": "\\mathbf { Z }" + }, + { + "category_id": 13, + "poly": [ + 1075, + 820, + 1114, + 820, + 1114, + 848, + 1075, + 848 + ], + "score": 0.52, + "latex": "{ \\bf w } _ { h }" + }, + { + "category_id": 13, + "poly": [ + 427, + 850, + 447, + 850, + 447, + 877, + 427, + 877 + ], + "score": 0.51, + "latex": "h" + }, + { + "category_id": 13, + "poly": [ + 551, + 1791, + 575, + 1791, + 575, + 1818, + 551, + 1818 + ], + "score": 0.45, + "latex": "\\mathbf { Z }" + }, + { + "category_id": 13, + "poly": [ + 373, + 1148, + 398, + 1148, + 398, + 1176, + 373, + 1176 + ], + "score": 0.41, + "latex": "\\mathbf { Z }" + }, + { + "category_id": 13, + "poly": [ + 777, + 1439, + 800, + 1439, + 800, + 1466, + 777, + 1466 + ], + "score": 0.4, + "latex": "\\mathbf { Z }" + }, + { + "category_id": 13, + "poly": [ + 526, + 1300, + 629, + 1300, + 629, + 1328, + 526, + 1328 + ], + "score": 0.3, + "latex": "P a r M A C" + }, + { + "category_id": 15, + "poly": [ + 365.0, + 268.0, + 412.0, + 268.0, + 412.0, + 509.0, + 365.0, + 509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 638.0, + 268.0, + 685.0, + 268.0, + 685.0, + 509.0, + 638.0, + 509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 913.0, + 270.0, + 957.0, + 270.0, + 957.0, + 401.0, + 913.0, + 401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1188.0, + 270.0, + 1230.0, + 270.0, + 1230.0, + 362.0, + 1188.0, + 362.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 309.0, + 346.0, + 352.0, + 346.0, + 352.0, + 437.0, + 309.0, + 437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1193.0, + 346.0, + 1224.0, + 346.0, + 1224.0, + 375.0, + 1193.0, + 375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1194.0, + 365.0, + 1225.0, + 365.0, + 1225.0, + 395.0, + 1194.0, + 395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 919.0, + 384.0, + 950.0, + 384.0, + 950.0, + 415.0, + 919.0, + 415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1196.0, + 385.0, + 1224.0, + 385.0, + 1224.0, + 411.0, + 1196.0, + 411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 922.0, + 403.0, + 950.0, + 403.0, + 950.0, + 429.0, + 922.0, + 429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1196.0, + 405.0, + 1224.0, + 405.0, + 1224.0, + 429.0, + 1196.0, + 429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 919.0, + 419.0, + 951.0, + 419.0, + 951.0, + 450.0, + 919.0, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1194.0, + 419.0, + 1225.0, + 419.0, + 1225.0, + 449.0, + 1194.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 433.0, + 957.0, + 433.0, + 957.0, + 508.0, + 914.0, + 508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1194.0, + 439.0, + 1226.0, + 439.0, + 1226.0, + 469.0, + 1194.0, + 469.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1193.0, + 458.0, + 1225.0, + 458.0, + 1225.0, + 487.0, + 1193.0, + 487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1194.0, + 476.0, + 1224.0, + 476.0, + 1224.0, + 500.0, + 1194.0, + 500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 433.0, + 530.0, + 474.0, + 530.0, + 474.0, + 553.0, + 433.0, + 553.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 710.0, + 529.0, + 751.0, + 529.0, + 751.0, + 555.0, + 710.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 985.0, + 531.0, + 1023.0, + 531.0, + 1023.0, + 553.0, + 985.0, + 553.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1259.0, + 529.0, + 1298.0, + 529.0, + 1298.0, + 556.0, + 1259.0, + 556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 365.0, + 555.0, + 380.0, + 555.0, + 380.0, + 574.0, + 365.0, + 574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 621.0, + 544.0, + 659.0, + 544.0, + 659.0, + 632.0, + 621.0, + 632.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 895.0, + 547.0, + 933.0, + 547.0, + 933.0, + 633.0, + 895.0, + 633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1168.0, + 545.0, + 1210.0, + 545.0, + 1210.0, + 633.0, + 1168.0, + 633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 361.0, + 566.0, + 386.0, + 566.0, + 386.0, + 631.0, + 361.0, + 631.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 599.0, + 353.0, + 599.0, + 353.0, + 667.0, + 319.0, + 667.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 411.0, + 649.0, + 420.0, + 649.0, + 420.0, + 660.0, + 411.0, + 660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 683.0, + 649.0, + 696.0, + 649.0, + 696.0, + 660.0, + 683.0, + 660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 959.0, + 649.0, + 970.0, + 649.0, + 970.0, + 661.0, + 959.0, + 661.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1231.0, + 648.0, + 1246.0, + 648.0, + 1246.0, + 663.0, + 1231.0, + 663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 408.0, + 665.0, + 423.0, + 665.0, + 423.0, + 680.0, + 408.0, + 680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 682.0, + 665.0, + 697.0, + 665.0, + 697.0, + 680.0, + 682.0, + 680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 959.0, + 666.0, + 970.0, + 666.0, + 970.0, + 679.0, + 959.0, + 679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1230.0, + 664.0, + 1246.0, + 664.0, + 1246.0, + 680.0, + 1230.0, + 680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 411.0, + 685.0, + 420.0, + 685.0, + 420.0, + 697.0, + 411.0, + 697.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 685.0, + 685.0, + 696.0, + 685.0, + 696.0, + 697.0, + 685.0, + 697.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 959.0, + 685.0, + 970.0, + 685.0, + 970.0, + 697.0, + 959.0, + 697.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1231.0, + 683.0, + 1246.0, + 683.0, + 1246.0, + 698.0, + 1231.0, + 698.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 715.0, + 383.0, + 715.0, + 383.0, + 739.0, + 354.0, + 739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 628.0, + 715.0, + 657.0, + 715.0, + 657.0, + 737.0, + 628.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 901.0, + 715.0, + 931.0, + 715.0, + 931.0, + 739.0, + 901.0, + 739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1176.0, + 715.0, + 1207.0, + 715.0, + 1207.0, + 739.0, + 1176.0, + 739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 386.0, + 764.0, + 515.0, + 764.0, + 515.0, + 800.0, + 386.0, + 800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 659.0, + 759.0, + 793.0, + 759.0, + 793.0, + 803.0, + 659.0, + 803.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 933.0, + 761.0, + 1068.0, + 761.0, + 1068.0, + 804.0, + 933.0, + 804.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1208.0, + 762.0, + 1341.0, + 762.0, + 1341.0, + 801.0, + 1208.0, + 801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 431.25, + 253.5, + 470.25, + 253.5, + 470.25, + 279.5, + 431.25, + 279.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 706.25, + 253.5, + 744.25, + 253.5, + 744.25, + 279.5, + 706.25, + 279.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 981.0, + 253.5, + 1018.0, + 253.5, + 1018.0, + 279.5, + 981.0, + 279.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1255.0, + 252.5, + 1292.0, + 252.5, + 1292.0, + 279.5, + 1255.0, + 279.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 397.0, + 529.0, + 432.0, + 529.0, + 432.0, + 551.5, + 397.0, + 551.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 476.0, + 530.0, + 506.0, + 530.0, + 506.0, + 552.0, + 476.0, + 552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 671.75, + 529.5, + 705.75, + 529.5, + 705.75, + 552.0, + 671.75, + 552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 750.0, + 530.0, + 781.0, + 530.0, + 781.0, + 552.0, + 750.0, + 552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 946.0, + 530.0, + 980.0, + 530.0, + 980.0, + 552.0, + 946.0, + 552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1023.75, + 529.0, + 1054.75, + 529.0, + 1054.75, + 552.0, + 1023.75, + 552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1220.0, + 529.5, + 1256.0, + 529.5, + 1256.0, + 552.5, + 1220.0, + 552.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1298.0, + 530.0, + 1329.0, + 530.0, + 1329.0, + 552.0, + 1298.0, + 552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 817.0, + 639.0, + 817.0, + 639.0, + 851.0, + 296.0, + 851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 717.0, + 817.0, + 835.0, + 817.0, + 835.0, + 851.0, + 717.0, + 851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 936.0, + 817.0, + 1074.0, + 817.0, + 1074.0, + 851.0, + 936.0, + 851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1115.0, + 817.0, + 1174.0, + 817.0, + 1174.0, + 851.0, + 1115.0, + 851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1270.0, + 817.0, + 1403.0, + 817.0, + 1403.0, + 851.0, + 1270.0, + 851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 846.0, + 426.0, + 846.0, + 426.0, + 882.0, + 295.0, + 882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 448.0, + 846.0, + 456.0, + 846.0, + 456.0, + 882.0, + 448.0, + 882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 543.0, + 846.0, + 551.0, + 846.0, + 551.0, + 882.0, + 543.0, + 882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 652.0, + 846.0, + 700.0, + 846.0, + 700.0, + 882.0, + 652.0, + 882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 801.0, + 846.0, + 1067.0, + 846.0, + 1067.0, + 882.0, + 801.0, + 882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1088.0, + 846.0, + 1404.0, + 846.0, + 1404.0, + 882.0, + 1088.0, + 882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 879.0, + 1115.0, + 879.0, + 1115.0, + 913.0, + 296.0, + 913.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 972.0, + 1376.0, + 972.0, + 1376.0, + 1019.0, + 291.0, + 1019.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": [ + 297.0, + 73.0, + 858.0, + 73.0, + 858.0, + 108.0, + 297.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, + 1665.0, + 491.0, + 1665.0, + 491.0, + 1704.0, + 295.0, + 1704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 519.0, + 1665.0, + 1406.0, + 1665.0, + 1406.0, + 1704.0, + 519.0, + 1704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1699.0, + 1406.0, + 1699.0, + 1406.0, + 1733.0, + 294.0, + 1733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1727.0, + 720.0, + 1727.0, + 720.0, + 1765.0, + 293.0, + 1765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 861.0, + 1727.0, + 1406.0, + 1727.0, + 1406.0, + 1765.0, + 861.0, + 1765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1761.0, + 622.0, + 1761.0, + 622.0, + 1792.0, + 294.0, + 1792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 648.0, + 1761.0, + 1402.0, + 1761.0, + 1402.0, + 1792.0, + 648.0, + 1792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1787.0, + 550.0, + 1787.0, + 550.0, + 1827.0, + 292.0, + 1827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 576.0, + 1787.0, + 1176.0, + 1787.0, + 1176.0, + 1827.0, + 576.0, + 1827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1238.0, + 1787.0, + 1405.0, + 1787.0, + 1405.0, + 1827.0, + 1238.0, + 1827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1817.0, + 1408.0, + 1817.0, + 1408.0, + 1858.0, + 292.0, + 1858.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1850.0, + 1406.0, + 1850.0, + 1406.0, + 1886.0, + 293.0, + 1886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1880.0, + 1407.0, + 1880.0, + 1407.0, + 1917.0, + 293.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1912.0, + 1402.0, + 1912.0, + 1402.0, + 1946.0, + 294.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1938.0, + 1405.0, + 1938.0, + 1405.0, + 1980.0, + 292.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1974.0, + 1406.0, + 1974.0, + 1406.0, + 2008.0, + 293.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2003.0, + 1406.0, + 2003.0, + 1406.0, + 2037.0, + 294.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1346.0, + 1405.0, + 1346.0, + 1405.0, + 1380.0, + 295.0, + 1380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1379.0, + 1405.0, + 1379.0, + 1405.0, + 1410.0, + 294.0, + 1410.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1404.0, + 1404.0, + 1404.0, + 1404.0, + 1444.0, + 293.0, + 1444.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1440.0, + 396.0, + 1440.0, + 396.0, + 1472.0, + 296.0, + 1472.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 481.0, + 1440.0, + 776.0, + 1440.0, + 776.0, + 1472.0, + 481.0, + 1472.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 801.0, + 1440.0, + 1404.0, + 1440.0, + 1404.0, + 1472.0, + 801.0, + 1472.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1469.0, + 1406.0, + 1469.0, + 1406.0, + 1505.0, + 294.0, + 1505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1498.0, + 698.0, + 1498.0, + 698.0, + 1534.0, + 292.0, + 1534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 814.0, + 1498.0, + 1406.0, + 1498.0, + 1406.0, + 1534.0, + 814.0, + 1534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1530.0, + 1404.0, + 1530.0, + 1404.0, + 1564.0, + 291.0, + 1564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1562.0, + 1402.0, + 1562.0, + 1402.0, + 1592.0, + 294.0, + 1592.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1589.0, + 743.0, + 1589.0, + 743.0, + 1625.0, + 293.0, + 1625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 786.0, + 1589.0, + 1014.0, + 1589.0, + 1014.0, + 1625.0, + 786.0, + 1625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1036.0, + 1589.0, + 1405.0, + 1589.0, + 1405.0, + 1625.0, + 1036.0, + 1625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1618.0, + 543.0, + 1618.0, + 543.0, + 1657.0, + 293.0, + 1657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1055.0, + 1405.0, + 1055.0, + 1405.0, + 1092.0, + 293.0, + 1092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1083.0, + 1405.0, + 1083.0, + 1405.0, + 1124.0, + 292.0, + 1124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1116.0, + 1405.0, + 1116.0, + 1405.0, + 1154.0, + 292.0, + 1154.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1143.0, + 372.0, + 1143.0, + 372.0, + 1187.0, + 291.0, + 1187.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 399.0, + 1143.0, + 508.0, + 1143.0, + 508.0, + 1187.0, + 399.0, + 1187.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 538.0, + 1143.0, + 734.0, + 1143.0, + 734.0, + 1187.0, + 538.0, + 1187.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 863.0, + 1143.0, + 1366.0, + 1143.0, + 1366.0, + 1187.0, + 863.0, + 1187.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 1143.0, + 1406.0, + 1143.0, + 1406.0, + 1187.0, + 1401.0, + 1187.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1180.0, + 1405.0, + 1180.0, + 1405.0, + 1213.0, + 295.0, + 1213.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1206.0, + 297.0, + 1206.0, + 297.0, + 1244.0, + 293.0, + 1244.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 332.0, + 1206.0, + 696.0, + 1206.0, + 696.0, + 1244.0, + 332.0, + 1244.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 732.0, + 1206.0, + 1199.0, + 1206.0, + 1199.0, + 1244.0, + 732.0, + 1244.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1234.0, + 1206.0, + 1406.0, + 1206.0, + 1406.0, + 1244.0, + 1234.0, + 1244.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1240.0, + 1405.0, + 1240.0, + 1405.0, + 1273.0, + 296.0, + 1273.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1270.0, + 1403.0, + 1270.0, + 1403.0, + 1303.0, + 296.0, + 1303.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1300.0, + 525.0, + 1300.0, + 525.0, + 1333.0, + 295.0, + 1333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 630.0, + 1300.0, + 751.0, + 1300.0, + 751.0, + 1333.0, + 630.0, + 1333.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 4, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 916, + 1404, + 916, + 1404, + 1254, + 298, + 1254 + ], + "score": 0.985 + }, + { + "category_id": 1, + "poly": [ + 296, + 1755, + 1405, + 1755, + 1405, + 2035, + 296, + 2035 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 297, + 228, + 1404, + 228, + 1404, + 474, + 297, + 474 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 489, + 1404, + 489, + 1404, + 705, + 297, + 705 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 719, + 1403, + 719, + 1403, + 873, + 298, + 873 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 297, + 1296, + 1405, + 1296, + 1405, + 1544, + 297, + 1544 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 299, + 1681, + 1404, + 1681, + 1404, + 1745, + 299, + 1745 + ], + "score": 0.948 + }, + { + "category_id": 8, + "poly": [ + 300, + 1567, + 1353, + 1567, + 1353, + 1659, + 300, + 1659 + ], + "score": 0.92 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 857, + 76, + 857, + 104, + 298, + 104 + ], + "score": 0.88 + }, + { + "category_id": 2, + "poly": [ + 840, + 2089, + 858, + 2089, + 858, + 2112, + 840, + 2112 + ], + "score": 0.803 + }, + { + "category_id": 9, + "poly": [ + 1367, + 1598, + 1400, + 1598, + 1400, + 1627, + 1367, + 1627 + ], + "score": 0.757 + }, + { + "category_id": 13, + "poly": [ + 1289, + 1449, + 1405, + 1449, + 1405, + 1485, + 1289, + 1485 + ], + "score": 0.93, + "latex": "T ^ { \\mathbf { Z } } ( P ) =" + }, + { + "category_id": 14, + "poly": [ + 293, + 1564, + 1358, + 1564, + 1358, + 1659, + 293, + 1659 + ], + "score": 0.93, + "latex": "S ( P ) = { \\frac { T ( 1 ) } { T ( P ) } } = { \\frac { \\rho { \\frac { 1 } { [ M / P ] } } M P } { { \\frac { 1 } { N } } P ^ { 2 } + \\rho _ { 2 } P + \\rho _ { 1 } { \\frac { 1 } { [ M / P ] } } M } } \\rho _ { 1 } = t _ { r } ^ { \\mathbf { Z } } / ( e + 1 ) t _ { c } ^ { \\mathbf { W } } , \\rho _ { 2 } = e t _ { r } ^ { \\mathbf { W } } / ( e + 1 ) t _ { c } ^ { \\mathbf { W } }" + }, + { + "category_id": 13, + "poly": [ + 355, + 1850, + 489, + 1850, + 489, + 1883, + 355, + 1883 + ], + "score": 0.92, + "latex": "S ( P ) \\approx \\bar { P }" + }, + { + "category_id": 13, + "poly": [ + 352, + 1070, + 616, + 1070, + 616, + 1105, + 352, + 1105 + ], + "score": 0.92, + "latex": "N \\alpha _ { p } / ( \\alpha _ { 1 } + \\cdot \\cdot \\cdot + \\bar { \\alpha _ { P } } )" + }, + { + "category_id": 13, + "poly": [ + 522, + 1851, + 624, + 1851, + 624, + 1881, + 522, + 1881 + ], + "score": 0.92, + "latex": "P \\leq M" + }, + { + "category_id": 13, + "poly": [ + 1206, + 1881, + 1403, + 1881, + 1403, + 1915, + 1206, + 1915 + ], + "score": 0.91, + "latex": "S _ { 1 } ^ { * } = \\rho M / ( \\rho _ { 2 } +" + }, + { + "category_id": 13, + "poly": [ + 554, + 1911, + 859, + 1911, + 859, + 1944, + 554, + 1944 + ], + "score": 0.91, + "latex": "P = P _ { 1 } ^ { * } = \\sqrt { \\rho _ { 1 } M N } > M" + }, + { + "category_id": 13, + "poly": [ + 1158, + 1042, + 1255, + 1042, + 1255, + 1074, + 1158, + 1074 + ], + "score": 0.91, + "latex": "\\alpha _ { p } \\ > \\ 0" + }, + { + "category_id": 13, + "poly": [ + 1274, + 1821, + 1393, + 1821, + 1393, + 1853, + 1274, + 1853 + ], + "score": 0.91, + "latex": "P \\ll \\rho _ { 2 } N" + }, + { + "category_id": 13, + "poly": [ + 1200, + 1360, + 1262, + 1360, + 1262, + 1393, + 1200, + 1393 + ], + "score": 0.91, + "latex": "N / P" + }, + { + "category_id": 13, + "poly": [ + 298, + 1479, + 382, + 1479, + 382, + 1516, + 298, + 1516 + ], + "score": 0.91, + "latex": "\\textstyle M { \\frac { N } { P } } t _ { r } ^ { \\mathbf { Z } }" + }, + { + "category_id": 13, + "poly": [ + 916, + 1755, + 1173, + 1755, + 1173, + 1793, + 916, + 1793 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { S ( P ) = P / ( 1 + \\frac { P } { o N } ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1256, + 1759, + 1359, + 1759, + 1359, + 1788, + 1256, + 1788 + ], + "score": 0.9, + "latex": "P > M" + }, + { + "category_id": 13, + "poly": [ + 857, + 262, + 923, + 262, + 923, + 294, + 857, + 294 + ], + "score": 0.9, + "latex": "M / P" + }, + { + "category_id": 13, + "poly": [ + 1025, + 1851, + 1126, + 1851, + 1126, + 1879, + 1025, + 1879 + ], + "score": 0.9, + "latex": "P > M" + }, + { + "category_id": 13, + "poly": [ + 297, + 1388, + 338, + 1388, + 338, + 1424, + 297, + 1424 + ], + "score": 0.9, + "latex": "t _ { r } ^ { \\mathbf { W } }" + }, + { + "category_id": 13, + "poly": [ + 363, + 752, + 429, + 752, + 429, + 780, + 363, + 780 + ], + "score": 0.9, + "latex": "e + 1" + }, + { + "category_id": 13, + "poly": [ + 298, + 1910, + 512, + 1910, + 512, + 1946, + 298, + 1946 + ], + "score": 0.9, + "latex": "2 \\sqrt { \\rho _ { 1 } M / N } ) \\stackrel { \\cdot } { > } M" + }, + { + "category_id": 13, + "poly": [ + 356, + 1788, + 703, + 1788, + 703, + 1825, + 356, + 1825 + ], + "score": 0.89, + "latex": "\\begin{array} { r } { S ( P ) = \\rho M / ( \\rho _ { 2 } + \\rho _ { 1 } \\frac { M } { P } + \\frac { P } { N } ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 780, + 414, + 847, + 414, + 847, + 443, + 780, + 443 + ], + "score": 0.89, + "latex": "e + 1" + }, + { + "category_id": 13, + "poly": [ + 656, + 1449, + 1238, + 1449, + 1238, + 1486, + 656, + 1486 + ], + "score": 0.89, + "latex": "\\begin{array} { r } { \\tilde { T } ^ { \\mathbf { W } } ( P ) = \\lceil M / P \\rceil ( t _ { r } ^ { \\mathbf { W } } \\frac { N } { P } + \\dot { t } _ { c } ^ { \\mathbf { W } } ) P e + \\lceil M / P \\rceil t _ { c } ^ { \\mathbf { W } } P } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 681, + 1850, + 990, + 1850, + 990, + 1887, + 681, + 1887 + ], + "score": 0.88, + "latex": "\\begin{array} { r } { S ( P ) \\approx \\rho M / ( \\rho _ { 2 } + \\rho _ { 1 } \\frac { M } { P } ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 875, + 1822, + 987, + 1822, + 987, + 1850, + 875, + 1850 + ], + "score": 0.88, + "latex": "\\rho _ { 2 } N \\gg 1" + }, + { + "category_id": 13, + "poly": [ + 1339, + 582, + 1401, + 582, + 1401, + 615, + 1339, + 615 + ], + "score": 0.88, + "latex": "N / P" + }, + { + "category_id": 13, + "poly": [ + 1124, + 1388, + 1154, + 1388, + 1154, + 1423, + 1124, + 1423 + ], + "score": 0.88, + "latex": "t _ { r } ^ { \\mathbf { Z } }" + }, + { + "category_id": 13, + "poly": [ + 412, + 1759, + 515, + 1759, + 515, + 1789, + 412, + 1789 + ], + "score": 0.88, + "latex": "P \\leq M" + }, + { + "category_id": 13, + "poly": [ + 656, + 1418, + 696, + 1418, + 696, + 1452, + 656, + 1452 + ], + "score": 0.86, + "latex": "t _ { c } ^ { \\mathbf { w } }" + }, + { + "category_id": 13, + "poly": [ + 409, + 2004, + 434, + 2004, + 434, + 2030, + 409, + 2030 + ], + "score": 0.84, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 1045, + 1793, + 1119, + 1793, + 1119, + 1821, + 1045, + 1821 + ], + "score": 0.83, + "latex": "\\rho \\ll 1" + }, + { + "category_id": 13, + "poly": [ + 494, + 1687, + 524, + 1687, + 524, + 1713, + 494, + 1713 + ], + "score": 0.83, + "latex": "\\rho _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 830, + 1361, + 856, + 1361, + 856, + 1387, + 830, + 1387 + ], + "score": 0.81, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 572, + 1761, + 605, + 1761, + 605, + 1787, + 572, + 1787 + ], + "score": 0.8, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 439, + 1360, + 468, + 1360, + 468, + 1388, + 439, + 1388 + ], + "score": 0.8, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 781, + 1761, + 806, + 1761, + 806, + 1787, + 781, + 1787 + ], + "score": 0.79, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 412, + 353, + 437, + 353, + 437, + 381, + 412, + 381 + ], + "score": 0.79, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 927, + 1045, + 947, + 1045, + 947, + 1073, + 927, + 1073 + ], + "score": 0.79, + "latex": "p" + }, + { + "category_id": 13, + "poly": [ + 375, + 1042, + 404, + 1042, + 404, + 1068, + 375, + 1068 + ], + "score": 0.77, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 569, + 1714, + 591, + 1714, + 591, + 1740, + 569, + 1740 + ], + "score": 0.75, + "latex": "\\mathbf { Z }" + }, + { + "category_id": 13, + "poly": [ + 513, + 1331, + 546, + 1331, + 546, + 1358, + 513, + 1358 + ], + "score": 0.74, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 1240, + 1336, + 1256, + 1336, + 1256, + 1357, + 1240, + 1357 + ], + "score": 0.73, + "latex": "e" + }, + { + "category_id": 13, + "poly": [ + 375, + 1687, + 437, + 1687, + 437, + 1714, + 375, + 1714 + ], + "score": 0.71, + "latex": "\\rho , \\rho _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 1316, + 1300, + 1339, + 1300, + 1339, + 1327, + 1316, + 1327 + ], + "score": 0.69, + "latex": "\\mathbf { Z }" + }, + { + "category_id": 13, + "poly": [ + 462, + 388, + 480, + 388, + 480, + 410, + 462, + 410 + ], + "score": 0.6, + "latex": "e" + }, + { + "category_id": 13, + "poly": [ + 544, + 1452, + 567, + 1452, + 567, + 1480, + 544, + 1480 + ], + "score": 0.57, + "latex": "\\mathbf { Z }" + }, + { + "category_id": 13, + "poly": [ + 524, + 1422, + 548, + 1422, + 548, + 1448, + 524, + 1448 + ], + "score": 0.52, + "latex": "\\mathbf { Z }" + }, + { + "category_id": 13, + "poly": [ + 1300, + 757, + 1317, + 757, + 1317, + 778, + 1300, + 778 + ], + "score": 0.51, + "latex": "e" + }, + { + "category_id": 13, + "poly": [ + 882, + 1011, + 906, + 1011, + 906, + 1038, + 882, + 1038 + ], + "score": 0.45, + "latex": "\\mathbf { Z }" + }, + { + "category_id": 13, + "poly": [ + 1378, + 383, + 1402, + 383, + 1402, + 411, + 1378, + 411 + ], + "score": 0.36, + "latex": "\\mathbf { Z }" + }, + { + "category_id": 13, + "poly": [ + 1228, + 1299, + 1264, + 1299, + 1264, + 1327, + 1228, + 1327 + ], + "score": 0.33, + "latex": "\\mathbf { W }" + }, + { + "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": [ + 840.0, + 2087.0, + 861.0, + 2087.0, + 861.0, + 2118.0, + 840.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 918.0, + 1405.0, + 918.0, + 1405.0, + 953.0, + 294.0, + 953.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 947.0, + 1405.0, + 947.0, + 1405.0, + 985.0, + 293.0, + 985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 979.0, + 1404.0, + 979.0, + 1404.0, + 1014.0, + 294.0, + 1014.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1009.0, + 881.0, + 1009.0, + 881.0, + 1044.0, + 293.0, + 1044.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 907.0, + 1009.0, + 1406.0, + 1009.0, + 1406.0, + 1044.0, + 907.0, + 1044.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1038.0, + 374.0, + 1038.0, + 374.0, + 1078.0, + 291.0, + 1078.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 405.0, + 1038.0, + 926.0, + 1038.0, + 926.0, + 1078.0, + 405.0, + 1078.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 948.0, + 1038.0, + 1157.0, + 1038.0, + 1157.0, + 1078.0, + 948.0, + 1078.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1256.0, + 1038.0, + 1407.0, + 1038.0, + 1407.0, + 1078.0, + 1256.0, + 1078.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1070.0, + 351.0, + 1070.0, + 351.0, + 1109.0, + 293.0, + 1109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 617.0, + 1070.0, + 1408.0, + 1070.0, + 1408.0, + 1109.0, + 617.0, + 1109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1097.0, + 1405.0, + 1097.0, + 1405.0, + 1139.0, + 292.0, + 1139.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1132.0, + 1405.0, + 1132.0, + 1405.0, + 1167.0, + 294.0, + 1167.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1158.0, + 1407.0, + 1158.0, + 1407.0, + 1199.0, + 289.0, + 1199.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1194.0, + 1405.0, + 1194.0, + 1405.0, + 1226.0, + 296.0, + 1226.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1223.0, + 743.0, + 1223.0, + 743.0, + 1258.0, + 296.0, + 1258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1753.0, + 411.0, + 1753.0, + 411.0, + 1797.0, + 291.0, + 1797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 516.0, + 1753.0, + 571.0, + 1753.0, + 571.0, + 1797.0, + 516.0, + 1797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 606.0, + 1753.0, + 780.0, + 1753.0, + 780.0, + 1797.0, + 606.0, + 1797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 807.0, + 1753.0, + 915.0, + 1753.0, + 915.0, + 1797.0, + 807.0, + 1797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1174.0, + 1753.0, + 1255.0, + 1753.0, + 1255.0, + 1797.0, + 1174.0, + 1797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1360.0, + 1753.0, + 1408.0, + 1753.0, + 1408.0, + 1797.0, + 1360.0, + 1797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 1774.0, + 355.0, + 1774.0, + 355.0, + 1836.0, + 286.0, + 1836.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 704.0, + 1774.0, + 1044.0, + 1774.0, + 1044.0, + 1836.0, + 704.0, + 1836.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1120.0, + 1774.0, + 1413.0, + 1774.0, + 1413.0, + 1836.0, + 1120.0, + 1836.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1818.0, + 874.0, + 1818.0, + 874.0, + 1855.0, + 295.0, + 1855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 988.0, + 1818.0, + 1273.0, + 1818.0, + 1273.0, + 1855.0, + 988.0, + 1855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1394.0, + 1818.0, + 1405.0, + 1818.0, + 1405.0, + 1855.0, + 1394.0, + 1855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1842.0, + 354.0, + 1842.0, + 354.0, + 1891.0, + 291.0, + 1891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 490.0, + 1842.0, + 521.0, + 1842.0, + 521.0, + 1891.0, + 490.0, + 1891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 625.0, + 1842.0, + 680.0, + 1842.0, + 680.0, + 1891.0, + 625.0, + 1891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 991.0, + 1842.0, + 1024.0, + 1842.0, + 1024.0, + 1891.0, + 991.0, + 1891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1127.0, + 1842.0, + 1410.0, + 1842.0, + 1410.0, + 1891.0, + 1127.0, + 1891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1880.0, + 1205.0, + 1880.0, + 1205.0, + 1917.0, + 294.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 513.0, + 1911.0, + 553.0, + 1911.0, + 553.0, + 1948.0, + 513.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 860.0, + 1911.0, + 1405.0, + 1911.0, + 1405.0, + 1948.0, + 860.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1940.0, + 1408.0, + 1940.0, + 1408.0, + 1978.0, + 291.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1973.0, + 1406.0, + 1973.0, + 1406.0, + 2004.0, + 294.0, + 2004.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2003.0, + 408.0, + 2003.0, + 408.0, + 2036.0, + 295.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 435.0, + 2003.0, + 1303.0, + 2003.0, + 1303.0, + 2036.0, + 435.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 231.0, + 1402.0, + 231.0, + 1402.0, + 264.0, + 296.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 262.0, + 856.0, + 262.0, + 856.0, + 295.0, + 293.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 924.0, + 262.0, + 1406.0, + 262.0, + 1406.0, + 295.0, + 924.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 293.0, + 1405.0, + 293.0, + 1405.0, + 325.0, + 293.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 322.0, + 1405.0, + 322.0, + 1405.0, + 356.0, + 294.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 351.0, + 411.0, + 351.0, + 411.0, + 386.0, + 292.0, + 386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 438.0, + 351.0, + 1404.0, + 351.0, + 1404.0, + 386.0, + 438.0, + 386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 382.0, + 461.0, + 382.0, + 461.0, + 417.0, + 291.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 481.0, + 382.0, + 1377.0, + 382.0, + 1377.0, + 417.0, + 481.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 382.0, + 1406.0, + 382.0, + 1406.0, + 417.0, + 1403.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 415.0, + 779.0, + 415.0, + 779.0, + 448.0, + 294.0, + 448.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 848.0, + 415.0, + 1402.0, + 415.0, + 1402.0, + 448.0, + 848.0, + 448.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 443.0, + 662.0, + 443.0, + 662.0, + 476.0, + 294.0, + 476.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 488.0, + 1406.0, + 488.0, + 1406.0, + 525.0, + 294.0, + 525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 520.0, + 1407.0, + 520.0, + 1407.0, + 559.0, + 294.0, + 559.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 551.0, + 1406.0, + 551.0, + 1406.0, + 587.0, + 292.0, + 587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 582.0, + 1338.0, + 582.0, + 1338.0, + 617.0, + 294.0, + 617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 613.0, + 1404.0, + 613.0, + 1404.0, + 648.0, + 295.0, + 648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 643.0, + 1406.0, + 643.0, + 1406.0, + 677.0, + 294.0, + 677.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 675.0, + 1248.0, + 675.0, + 1248.0, + 707.0, + 293.0, + 707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 718.0, + 1405.0, + 718.0, + 1405.0, + 756.0, + 293.0, + 756.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 751.0, + 362.0, + 751.0, + 362.0, + 784.0, + 294.0, + 784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 430.0, + 751.0, + 1299.0, + 751.0, + 1299.0, + 784.0, + 430.0, + 784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1318.0, + 751.0, + 1405.0, + 751.0, + 1405.0, + 784.0, + 1318.0, + 784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 779.0, + 1404.0, + 779.0, + 1404.0, + 817.0, + 294.0, + 817.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 811.0, + 1407.0, + 811.0, + 1407.0, + 848.0, + 294.0, + 848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 841.0, + 710.0, + 841.0, + 710.0, + 878.0, + 294.0, + 878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1294.0, + 1227.0, + 1294.0, + 1227.0, + 1334.0, + 292.0, + 1334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1265.0, + 1294.0, + 1315.0, + 1294.0, + 1315.0, + 1334.0, + 1265.0, + 1334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1340.0, + 1294.0, + 1406.0, + 1294.0, + 1406.0, + 1334.0, + 1340.0, + 1334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1329.0, + 512.0, + 1329.0, + 512.0, + 1363.0, + 295.0, + 1363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 547.0, + 1329.0, + 1239.0, + 1329.0, + 1239.0, + 1363.0, + 547.0, + 1363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1257.0, + 1329.0, + 1407.0, + 1329.0, + 1407.0, + 1363.0, + 1257.0, + 1363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1358.0, + 438.0, + 1358.0, + 438.0, + 1396.0, + 294.0, + 1396.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 469.0, + 1358.0, + 829.0, + 1358.0, + 829.0, + 1396.0, + 469.0, + 1396.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 857.0, + 1358.0, + 1199.0, + 1358.0, + 1199.0, + 1396.0, + 857.0, + 1396.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1263.0, + 1358.0, + 1405.0, + 1358.0, + 1405.0, + 1396.0, + 1263.0, + 1396.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 285.0, + 1375.0, + 296.0, + 1375.0, + 296.0, + 1439.0, + 285.0, + 1439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 339.0, + 1375.0, + 1123.0, + 1375.0, + 1123.0, + 1439.0, + 339.0, + 1439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1155.0, + 1375.0, + 1415.0, + 1375.0, + 1415.0, + 1439.0, + 1155.0, + 1439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.0, + 1413.0, + 523.0, + 1413.0, + 523.0, + 1460.0, + 288.0, + 1460.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 549.0, + 1413.0, + 655.0, + 1413.0, + 655.0, + 1460.0, + 549.0, + 1460.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 697.0, + 1413.0, + 1410.0, + 1413.0, + 1410.0, + 1460.0, + 697.0, + 1460.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 283.0, + 1443.0, + 543.0, + 1443.0, + 543.0, + 1496.0, + 283.0, + 1496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 568.0, + 1443.0, + 655.0, + 1443.0, + 655.0, + 1496.0, + 568.0, + 1496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1239.0, + 1443.0, + 1288.0, + 1443.0, + 1288.0, + 1496.0, + 1239.0, + 1496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 284.0, + 1466.0, + 297.0, + 1466.0, + 297.0, + 1547.0, + 284.0, + 1547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 383.0, + 1466.0, + 1412.0, + 1466.0, + 1412.0, + 1547.0, + 383.0, + 1547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1681.0, + 374.0, + 1681.0, + 374.0, + 1717.0, + 297.0, + 1717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 438.0, + 1681.0, + 493.0, + 1681.0, + 493.0, + 1717.0, + 438.0, + 1717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 525.0, + 1681.0, + 1404.0, + 1681.0, + 1404.0, + 1717.0, + 525.0, + 1717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1709.0, + 568.0, + 1709.0, + 568.0, + 1750.0, + 293.0, + 1750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 1709.0, + 1389.0, + 1709.0, + 1389.0, + 1750.0, + 592.0, + 1750.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 5, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 498, + 1404, + 498, + 1404, + 895, + 297, + 895 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 1420, + 1404, + 1420, + 1404, + 1726, + 298, + 1726 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 297, + 934, + 1404, + 934, + 1404, + 1300, + 297, + 1300 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 1741, + 1403, + 1741, + 1403, + 1925, + 298, + 1925 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 299, + 338, + 1403, + 338, + 1403, + 460, + 299, + 460 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 301, + 1942, + 1402, + 1942, + 1402, + 2034, + 301, + 2034 + ], + "score": 0.97 + }, + { + "category_id": 1, + "poly": [ + 298, + 230, + 1399, + 230, + 1399, + 324, + 298, + 324 + ], + "score": 0.96 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 857, + 76, + 857, + 104, + 298, + 104 + ], + "score": 0.885 + }, + { + "category_id": 0, + "poly": [ + 300, + 1350, + 555, + 1350, + 555, + 1384, + 300, + 1384 + ], + "score": 0.879 + }, + { + "category_id": 2, + "poly": [ + 842, + 2088, + 858, + 2088, + 858, + 2111, + 842, + 2111 + ], + "score": 0.624 + }, + { + "category_id": 2, + "poly": [ + 842, + 2088, + 858, + 2088, + 858, + 2111, + 842, + 2111 + ], + "score": 0.262 + }, + { + "category_id": 13, + "poly": [ + 610, + 289, + 701, + 289, + 701, + 325, + 610, + 325 + ], + "score": 0.94, + "latex": "t _ { r } ^ { \\mathbf { W } } / t _ { c } ^ { \\mathbf { W } }" + }, + { + "category_id": 13, + "poly": [ + 752, + 289, + 832, + 289, + 832, + 326, + 752, + 326 + ], + "score": 0.92, + "latex": "t _ { r } ^ { \\mathbf { Z } } / t _ { c } ^ { \\mathbf { W } }" + }, + { + "category_id": 13, + "poly": [ + 1119, + 259, + 1174, + 259, + 1174, + 294, + 1119, + 294 + ], + "score": 0.92, + "latex": "N t _ { r } ^ { \\mathbf { Z } }" + }, + { + "category_id": 13, + "poly": [ + 1062, + 368, + 1122, + 368, + 1122, + 401, + 1062, + 401 + ], + "score": 0.92, + "latex": "D / L" + }, + { + "category_id": 13, + "poly": [ + 999, + 259, + 1064, + 259, + 1064, + 294, + 999, + 294 + ], + "score": 0.91, + "latex": "\\dot { N } t _ { r } ^ { \\mathbf { W } }" + }, + { + "category_id": 13, + "poly": [ + 895, + 2002, + 1007, + 2002, + 1007, + 2031, + 895, + 2031 + ], + "score": 0.91, + "latex": "N = 1 0 ^ { 6 }" + }, + { + "category_id": 13, + "poly": [ + 543, + 429, + 657, + 429, + 657, + 463, + 543, + 463 + ], + "score": 0.91, + "latex": "L / D < 1 \\rangle" + }, + { + "category_id": 13, + "poly": [ + 298, + 289, + 374, + 289, + 374, + 325, + 298, + 325 + ], + "score": 0.91, + "latex": "\\mathbf { \\Pi } _ { N / t _ { c } ^ { \\mathbf { W } } } ^ { \\star }" + }, + { + "category_id": 13, + "poly": [ + 326, + 399, + 432, + 399, + 432, + 428, + 326, + 428 + ], + "score": 0.9, + "latex": "M = 2 L" + }, + { + "category_id": 13, + "poly": [ + 1305, + 339, + 1393, + 339, + 1393, + 367, + 1305, + 367 + ], + "score": 0.89, + "latex": "L < D" + }, + { + "category_id": 13, + "poly": [ + 1189, + 1835, + 1310, + 1835, + 1310, + 1864, + 1189, + 1864 + ], + "score": 0.89, + "latex": "P \\ = \\ 1 2 8" + }, + { + "category_id": 13, + "poly": [ + 1228, + 1973, + 1334, + 1973, + 1334, + 2001, + 1228, + 2001 + ], + "score": 0.89, + "latex": "D = 3 2 0" + }, + { + "category_id": 13, + "poly": [ + 941, + 1422, + 1021, + 1422, + 1021, + 1451, + 941, + 1451 + ], + "score": 0.88, + "latex": "\\mathrm { C } / \\mathrm { C } { + + }" + }, + { + "category_id": 13, + "poly": [ + 1156, + 2001, + 1200, + 2001, + 1200, + 2031, + 1156, + 2031 + ], + "score": 0.88, + "latex": "1 0 ^ { 4 }" + }, + { + "category_id": 13, + "poly": [ + 639, + 1973, + 781, + 1973, + 781, + 2002, + 639, + 2002 + ], + "score": 0.86, + "latex": "N = 5 0 0 0 0" + }, + { + "category_id": 13, + "poly": [ + 808, + 1119, + 833, + 1119, + 833, + 1145, + 808, + 1145 + ], + "score": 0.81, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 918, + 370, + 942, + 370, + 942, + 396, + 918, + 396 + ], + "score": 0.79, + "latex": "L" + }, + { + "category_id": 13, + "poly": [ + 1036, + 340, + 1063, + 340, + 1063, + 366, + 1036, + 366 + ], + "score": 0.78, + "latex": "D" + }, + { + "category_id": 13, + "poly": [ + 727, + 370, + 755, + 370, + 755, + 397, + 727, + 397 + ], + "score": 0.75, + "latex": "D" + }, + { + "category_id": 13, + "poly": [ + 466, + 1973, + 546, + 1973, + 546, + 2002, + 466, + 2002 + ], + "score": 0.31, + "latex": "6 0 0 0 0" + }, + { + "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, + 1347.0, + 559.0, + 1347.0, + 559.0, + 1390.0, + 292.0, + 1390.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, + 2086.0, + 860.0, + 2086.0, + 860.0, + 2119.0, + 840.0, + 2119.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 498.0, + 1404.0, + 498.0, + 1404.0, + 535.0, + 296.0, + 535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 528.0, + 1404.0, + 528.0, + 1404.0, + 563.0, + 292.0, + 563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 558.0, + 1406.0, + 558.0, + 1406.0, + 598.0, + 292.0, + 598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 592.0, + 1402.0, + 592.0, + 1402.0, + 624.0, + 295.0, + 624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 618.0, + 1405.0, + 618.0, + 1405.0, + 660.0, + 291.0, + 660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 651.0, + 1405.0, + 651.0, + 1405.0, + 687.0, + 294.0, + 687.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 684.0, + 1404.0, + 684.0, + 1404.0, + 716.0, + 295.0, + 716.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 709.0, + 1406.0, + 709.0, + 1406.0, + 751.0, + 291.0, + 751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 742.0, + 1405.0, + 742.0, + 1405.0, + 781.0, + 294.0, + 781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 775.0, + 1404.0, + 775.0, + 1404.0, + 808.0, + 295.0, + 808.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 800.0, + 1405.0, + 800.0, + 1405.0, + 843.0, + 292.0, + 843.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 832.0, + 1405.0, + 832.0, + 1405.0, + 874.0, + 291.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 862.0, + 422.0, + 862.0, + 422.0, + 904.0, + 293.0, + 904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1421.0, + 940.0, + 1421.0, + 940.0, + 1456.0, + 294.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1022.0, + 1421.0, + 1405.0, + 1421.0, + 1405.0, + 1456.0, + 1022.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1452.0, + 1404.0, + 1452.0, + 1404.0, + 1488.0, + 294.0, + 1488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1482.0, + 1405.0, + 1482.0, + 1405.0, + 1521.0, + 292.0, + 1521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1513.0, + 1404.0, + 1513.0, + 1404.0, + 1549.0, + 293.0, + 1549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1540.0, + 1408.0, + 1540.0, + 1408.0, + 1582.0, + 292.0, + 1582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1570.0, + 1408.0, + 1570.0, + 1408.0, + 1612.0, + 292.0, + 1612.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1606.0, + 1404.0, + 1606.0, + 1404.0, + 1638.0, + 296.0, + 1638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1633.0, + 1405.0, + 1633.0, + 1405.0, + 1671.0, + 293.0, + 1671.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1662.0, + 1405.0, + 1662.0, + 1405.0, + 1704.0, + 291.0, + 1704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1697.0, + 1325.0, + 1697.0, + 1325.0, + 1729.0, + 297.0, + 1729.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 931.0, + 1408.0, + 931.0, + 1408.0, + 971.0, + 294.0, + 971.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 965.0, + 1406.0, + 965.0, + 1406.0, + 997.0, + 292.0, + 997.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 994.0, + 1406.0, + 994.0, + 1406.0, + 1030.0, + 291.0, + 1030.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1026.0, + 1404.0, + 1026.0, + 1404.0, + 1060.0, + 294.0, + 1060.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1056.0, + 1405.0, + 1056.0, + 1405.0, + 1090.0, + 292.0, + 1090.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1085.0, + 1404.0, + 1085.0, + 1404.0, + 1121.0, + 292.0, + 1121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1117.0, + 807.0, + 1117.0, + 807.0, + 1153.0, + 292.0, + 1153.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 834.0, + 1117.0, + 1405.0, + 1117.0, + 1405.0, + 1153.0, + 834.0, + 1153.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1149.0, + 1404.0, + 1149.0, + 1404.0, + 1179.0, + 295.0, + 1179.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1179.0, + 1401.0, + 1179.0, + 1401.0, + 1213.0, + 295.0, + 1213.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1209.0, + 1404.0, + 1209.0, + 1404.0, + 1243.0, + 295.0, + 1243.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1236.0, + 1405.0, + 1236.0, + 1405.0, + 1276.0, + 291.0, + 1276.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1270.0, + 1370.0, + 1270.0, + 1370.0, + 1304.0, + 295.0, + 1304.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": [ + 294.0, + 1773.0, + 1407.0, + 1773.0, + 1407.0, + 1809.0, + 294.0, + 1809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1803.0, + 1405.0, + 1803.0, + 1405.0, + 1838.0, + 294.0, + 1838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1834.0, + 1188.0, + 1834.0, + 1188.0, + 1870.0, + 294.0, + 1870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1311.0, + 1834.0, + 1405.0, + 1834.0, + 1405.0, + 1870.0, + 1311.0, + 1870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1865.0, + 1405.0, + 1865.0, + 1405.0, + 1900.0, + 294.0, + 1900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1896.0, + 503.0, + 1896.0, + 503.0, + 1929.0, + 296.0, + 1929.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 338.0, + 1035.0, + 338.0, + 1035.0, + 370.0, + 294.0, + 370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1064.0, + 338.0, + 1304.0, + 338.0, + 1304.0, + 370.0, + 1064.0, + 370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1394.0, + 338.0, + 1403.0, + 338.0, + 1403.0, + 370.0, + 1394.0, + 370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 367.0, + 726.0, + 367.0, + 726.0, + 402.0, + 294.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 756.0, + 367.0, + 917.0, + 367.0, + 917.0, + 402.0, + 756.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 943.0, + 367.0, + 1061.0, + 367.0, + 1061.0, + 402.0, + 943.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1123.0, + 367.0, + 1405.0, + 367.0, + 1405.0, + 402.0, + 1123.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 397.0, + 325.0, + 397.0, + 325.0, + 435.0, + 292.0, + 435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 433.0, + 397.0, + 1408.0, + 397.0, + 1408.0, + 435.0, + 433.0, + 435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 427.0, + 542.0, + 427.0, + 542.0, + 464.0, + 294.0, + 464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 658.0, + 427.0, + 673.0, + 427.0, + 673.0, + 464.0, + 658.0, + 464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1939.0, + 1406.0, + 1939.0, + 1406.0, + 1978.0, + 294.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1971.0, + 465.0, + 1971.0, + 465.0, + 2008.0, + 295.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 547.0, + 1971.0, + 638.0, + 1971.0, + 638.0, + 2008.0, + 547.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 782.0, + 1971.0, + 1227.0, + 1971.0, + 1227.0, + 2008.0, + 782.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1335.0, + 1971.0, + 1406.0, + 1971.0, + 1406.0, + 2008.0, + 1335.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2001.0, + 894.0, + 2001.0, + 894.0, + 2038.0, + 294.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1008.0, + 2001.0, + 1155.0, + 2001.0, + 1155.0, + 2038.0, + 1008.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1201.0, + 2001.0, + 1406.0, + 2001.0, + 1406.0, + 2038.0, + 1201.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 227.0, + 1404.0, + 227.0, + 1404.0, + 266.0, + 293.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 253.0, + 998.0, + 253.0, + 998.0, + 300.0, + 289.0, + 300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1065.0, + 253.0, + 1118.0, + 253.0, + 1118.0, + 300.0, + 1065.0, + 300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1175.0, + 253.0, + 1408.0, + 253.0, + 1408.0, + 300.0, + 1175.0, + 300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.0, + 278.0, + 297.0, + 278.0, + 297.0, + 335.0, + 288.0, + 335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 375.0, + 278.0, + 609.0, + 278.0, + 609.0, + 335.0, + 375.0, + 335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 702.0, + 278.0, + 751.0, + 278.0, + 751.0, + 335.0, + 702.0, + 335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 833.0, + 278.0, + 1035.0, + 278.0, + 1035.0, + 335.0, + 833.0, + 335.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 6, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1575, + 1405, + 1575, + 1405, + 2034, + 297, + 2034 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 337, + 1404, + 337, + 1404, + 614, + 298, + 614 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 628, + 1404, + 628, + 1404, + 935, + 298, + 935 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 299, + 1180, + 825, + 1180, + 825, + 1513, + 299, + 1513 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 296, + 996, + 1405, + 996, + 1405, + 1179, + 296, + 1179 + ], + "score": 0.972 + }, + { + "category_id": 3, + "poly": [ + 847, + 1190, + 1400, + 1190, + 1400, + 1467, + 847, + 1467 + ], + "score": 0.968 + }, + { + "category_id": 1, + "poly": [ + 301, + 228, + 1400, + 228, + 1400, + 322, + 301, + 322 + ], + "score": 0.959 + }, + { + "category_id": 4, + "poly": [ + 913, + 1477, + 1335, + 1477, + 1335, + 1509, + 913, + 1509 + ], + "score": 0.906 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 857, + 76, + 857, + 104, + 298, + 104 + ], + "score": 0.875 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 858, + 2088, + 858, + 2112, + 840, + 2112 + ], + "score": 0.789 + }, + { + "category_id": 13, + "poly": [ + 429, + 841, + 555, + 841, + 555, + 874, + 429, + 874 + ], + "score": 0.93, + "latex": "\\mu _ { i } = { \\dot { \\mu } } _ { 0 } a ^ { i }" + }, + { + "category_id": 13, + "poly": [ + 868, + 904, + 994, + 904, + 994, + 936, + 868, + 936 + ], + "score": 0.92, + "latex": "\\mu _ { 0 } = 1 0 ^ { - 4 }" + }, + { + "category_id": 13, + "poly": [ + 735, + 429, + 992, + 429, + 992, + 463, + 735, + 463 + ], + "score": 0.92, + "latex": "( K , k ) = \\bar { ( } 1 0 0 0 , 1 0 0 )" + }, + { + "category_id": 13, + "poly": [ + 1050, + 1760, + 1144, + 1760, + 1144, + 1789, + 1050, + 1789 + ], + "score": 0.92, + "latex": "P \\leq M" + }, + { + "category_id": 13, + "poly": [ + 794, + 260, + 903, + 260, + 903, + 290, + 794, + 290 + ], + "score": 0.92, + "latex": "N = 1 0 ^ { 8 }" + }, + { + "category_id": 13, + "poly": [ + 622, + 690, + 709, + 690, + 709, + 718, + 622, + 718 + ], + "score": 0.91, + "latex": "L = 6 4" + }, + { + "category_id": 13, + "poly": [ + 574, + 1729, + 748, + 1729, + 748, + 1757, + 574, + 1757 + ], + "score": 0.91, + "latex": "M = 2 L = 3 2" + }, + { + "category_id": 13, + "poly": [ + 297, + 1790, + 389, + 1790, + 389, + 1819, + 297, + 1819 + ], + "score": 0.9, + "latex": "P > M" + }, + { + "category_id": 13, + "poly": [ + 930, + 1882, + 1042, + 1882, + 1042, + 1910, + 930, + 1910 + ], + "score": 0.9, + "latex": "M = 2 L" + }, + { + "category_id": 13, + "poly": [ + 1025, + 844, + 1102, + 844, + 1102, + 871, + 1025, + 871 + ], + "score": 0.9, + "latex": "a > 1" + }, + { + "category_id": 13, + "poly": [ + 1081, + 661, + 1169, + 661, + 1169, + 688, + 1081, + 688 + ], + "score": 0.9, + "latex": "L = 1 6" + }, + { + "category_id": 13, + "poly": [ + 1044, + 905, + 1114, + 905, + 1114, + 932, + 1044, + 932 + ], + "score": 0.9, + "latex": "a = 2" + }, + { + "category_id": 13, + "poly": [ + 1109, + 873, + 1200, + 873, + 1200, + 901, + 1109, + 901 + ], + "score": 0.9, + "latex": "a = 1 . 2" + }, + { + "category_id": 13, + "poly": [ + 334, + 1973, + 446, + 1973, + 446, + 2001, + 334, + 2001 + ], + "score": 0.89, + "latex": "P = 1 2 8" + }, + { + "category_id": 13, + "poly": [ + 953, + 1790, + 1056, + 1790, + 1056, + 1819, + 953, + 1819 + ], + "score": 0.89, + "latex": "P = 1 2 8" + }, + { + "category_id": 13, + "poly": [ + 923, + 874, + 1058, + 874, + 1058, + 902, + 923, + 902 + ], + "score": 0.89, + "latex": "\\mu _ { 0 } = 0 . 0 0 5" + }, + { + "category_id": 13, + "poly": [ + 471, + 231, + 585, + 231, + 585, + 260, + 471, + 260 + ], + "score": 0.88, + "latex": "D = 1 2 8" + }, + { + "category_id": 13, + "poly": [ + 302, + 904, + 465, + 904, + 465, + 936, + 302, + 936 + ], + "score": 0.88, + "latex": "( i = 0 , \\ldots , 2 5 )" + }, + { + "category_id": 13, + "poly": [ + 1100, + 1973, + 1166, + 1973, + 1166, + 2003, + 1100, + 2003 + ], + "score": 0.88, + "latex": "1 0 0 \\times" + }, + { + "category_id": 13, + "poly": [ + 659, + 1363, + 776, + 1363, + 776, + 1391, + 659, + 1391 + ], + "score": 0.88, + "latex": "P = 1 2 8 )" + }, + { + "category_id": 13, + "poly": [ + 482, + 1332, + 669, + 1332, + 669, + 1361, + 482, + 1361 + ], + "score": 0.87, + "latex": "M = 2 L = 3 2" + }, + { + "category_id": 13, + "poly": [ + 297, + 290, + 341, + 290, + 341, + 321, + 297, + 321 + ], + "score": 0.86, + "latex": "1 0 ^ { 4 }" + }, + { + "category_id": 13, + "poly": [ + 822, + 846, + 855, + 846, + 855, + 874, + 822, + 874 + ], + "score": 0.85, + "latex": "\\mu _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 561, + 1301, + 661, + 1301, + 661, + 1330, + 561, + 1330 + ], + "score": 0.85, + "latex": "L = 1 6 )" + }, + { + "category_id": 13, + "poly": [ + 1357, + 228, + 1402, + 228, + 1402, + 260, + 1357, + 260 + ], + "score": 0.84, + "latex": "1 0 ^ { 9 }" + }, + { + "category_id": 13, + "poly": [ + 769, + 1913, + 797, + 1913, + 797, + 1939, + 769, + 1939 + ], + "score": 0.83, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 534, + 1670, + 560, + 1670, + 560, + 1696, + 534, + 1696 + ], + "score": 0.83, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 1341, + 1669, + 1405, + 1669, + 1405, + 1698, + 1341, + 1698 + ], + "score": 0.82, + "latex": "N =" + }, + { + "category_id": 13, + "poly": [ + 645, + 1058, + 670, + 1058, + 670, + 1085, + 645, + 1085 + ], + "score": 0.8, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 508, + 370, + 553, + 370, + 553, + 400, + 508, + 400 + ], + "score": 0.79, + "latex": "( \\% )" + }, + { + "category_id": 13, + "poly": [ + 1296, + 401, + 1315, + 401, + 1315, + 427, + 1296, + 427 + ], + "score": 0.79, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 1227, + 1882, + 1257, + 1882, + 1257, + 1909, + 1227, + 1909 + ], + "score": 0.77, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 1047, + 370, + 1077, + 370, + 1077, + 396, + 1047, + 396 + ], + "score": 0.75, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 297, + 847, + 319, + 847, + 319, + 875, + 297, + 875 + ], + "score": 0.75, + "latex": "\\mu" + }, + { + "category_id": 13, + "poly": [ + 1171, + 1192, + 1240, + 1192, + 1240, + 1221, + 1171, + 1221 + ], + "score": 0.74, + "latex": "e = 8 ." + }, + { + "category_id": 13, + "poly": [ + 895, + 1191, + 970, + 1191, + 970, + 1221, + 895, + 1221 + ], + "score": 0.71, + "latex": "P = 1" + }, + { + "category_id": 13, + "poly": [ + 662, + 752, + 689, + 752, + 689, + 779, + 662, + 779 + ], + "score": 0.71, + "latex": "D" + }, + { + "category_id": 13, + "poly": [ + 1213, + 462, + 1257, + 462, + 1257, + 489, + 1213, + 489 + ], + "score": 0.71, + "latex": "_ { \\ @ \\mathrm { R } }" + }, + { + "category_id": 13, + "poly": [ + 1131, + 492, + 1156, + 492, + 1156, + 519, + 1131, + 519 + ], + "score": 0.7, + "latex": "R" + }, + { + "category_id": 13, + "poly": [ + 411, + 523, + 437, + 523, + 437, + 550, + 411, + 550 + ], + "score": 0.68, + "latex": "R" + }, + { + "category_id": 13, + "poly": [ + 402, + 752, + 423, + 752, + 423, + 778, + 402, + 778 + ], + "score": 0.6, + "latex": "L" + }, + { + "category_id": 13, + "poly": [ + 1099, + 1882, + 1123, + 1882, + 1123, + 1910, + 1099, + 1910 + ], + "score": 0.55, + "latex": "\\mathbf { Z }" + }, + { + "category_id": 13, + "poly": [ + 1350, + 1192, + 1376, + 1192, + 1376, + 1219, + 1350, + 1219 + ], + "score": 0.48, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 1182, + 430, + 1358, + 430, + 1358, + 461, + 1182, + 461 + ], + "score": 0.36, + "latex": "( 1 0 0 0 0 , 1 0 0 0 0 )" + }, + { + "category_id": 13, + "poly": [ + 948, + 813, + 1012, + 813, + 1012, + 841, + 948, + 841 + ], + "score": 0.28, + "latex": "1 0 0 0" + }, + { + "category_id": 15, + "poly": [ + 971.0, + 1189.0, + 1103.0, + 1189.0, + 1103.0, + 1224.0, + 971.0, + 1224.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1167.0, + 1192.0, + 1170.0, + 1192.0, + 1170.0, + 1220.0, + 1167.0, + 1220.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1241.0, + 1192.0, + 1349.0, + 1192.0, + 1349.0, + 1220.0, + 1241.0, + 1220.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 1244.0, + 894.0, + 1244.0, + 894.0, + 1268.0, + 866.0, + 1268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 1269.0, + 876.0, + 1269.0, + 876.0, + 1382.0, + 839.0, + 1382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 1285.0, + 894.0, + 1285.0, + 894.0, + 1308.0, + 867.0, + 1308.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 913.0, + 1295.0, + 921.0, + 1295.0, + 921.0, + 1306.0, + 913.0, + 1306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1005.0, + 1306.0, + 1074.0, + 1306.0, + 1074.0, + 1327.0, + 1005.0, + 1327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1225.0, + 1304.0, + 1315.0, + 1304.0, + 1315.0, + 1328.0, + 1225.0, + 1328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 1327.0, + 894.0, + 1327.0, + 894.0, + 1350.0, + 866.0, + 1350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1003.0, + 1320.0, + 1084.0, + 1320.0, + 1084.0, + 1348.0, + 1003.0, + 1348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1230.0, + 1319.0, + 1332.0, + 1319.0, + 1332.0, + 1348.0, + 1230.0, + 1348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1004.0, + 1340.0, + 1084.0, + 1340.0, + 1084.0, + 1366.0, + 1004.0, + 1366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1232.0, + 1341.0, + 1331.0, + 1341.0, + 1331.0, + 1364.0, + 1232.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 1367.0, + 892.0, + 1367.0, + 892.0, + 1388.0, + 869.0, + 1388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1006.0, + 1361.0, + 1133.0, + 1361.0, + 1133.0, + 1381.0, + 1006.0, + 1381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1151.0, + 1370.0, + 1164.0, + 1370.0, + 1164.0, + 1382.0, + 1151.0, + 1382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1233.0, + 1360.0, + 1373.0, + 1360.0, + 1373.0, + 1382.0, + 1233.0, + 1382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1006.0, + 1378.0, + 1141.0, + 1378.0, + 1141.0, + 1403.0, + 1006.0, + 1403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1231.0, + 1376.0, + 1391.0, + 1376.0, + 1391.0, + 1403.0, + 1231.0, + 1403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1007.0, + 1397.0, + 1141.0, + 1397.0, + 1141.0, + 1419.0, + 1007.0, + 1419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1233.0, + 1397.0, + 1390.0, + 1397.0, + 1390.0, + 1419.0, + 1233.0, + 1419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 1410.0, + 895.0, + 1410.0, + 895.0, + 1433.0, + 867.0, + 1433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 938.0, + 1419.0, + 977.0, + 1419.0, + 977.0, + 1443.0, + 938.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1000.0, + 1419.0, + 1046.0, + 1419.0, + 1046.0, + 1443.0, + 1000.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1065.0, + 1419.0, + 1112.0, + 1419.0, + 1112.0, + 1443.0, + 1065.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1141.0, + 1422.0, + 1158.0, + 1422.0, + 1158.0, + 1440.0, + 1141.0, + 1440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1231.0, + 1419.0, + 1260.0, + 1419.0, + 1260.0, + 1442.0, + 1231.0, + 1442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1327.0, + 1419.0, + 1356.0, + 1419.0, + 1356.0, + 1442.0, + 1327.0, + 1442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 967.0, + 1440.0, + 1064.0, + 1440.0, + 1064.0, + 1466.0, + 967.0, + 1466.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1223.0, + 1438.0, + 1326.0, + 1438.0, + 1326.0, + 1467.0, + 1223.0, + 1467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 912.0, + 1475.0, + 1337.0, + 1475.0, + 1337.0, + 1512.0, + 912.0, + 1512.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, + 860.0, + 2085.0, + 860.0, + 2116.0, + 839.0, + 2116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1576.0, + 1405.0, + 1576.0, + 1405.0, + 1611.0, + 295.0, + 1611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1606.0, + 1406.0, + 1606.0, + 1406.0, + 1641.0, + 294.0, + 1641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1636.0, + 1406.0, + 1636.0, + 1406.0, + 1672.0, + 292.0, + 1672.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1668.0, + 533.0, + 1668.0, + 533.0, + 1703.0, + 294.0, + 1703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 561.0, + 1668.0, + 1340.0, + 1668.0, + 1340.0, + 1703.0, + 561.0, + 1703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1696.0, + 1408.0, + 1696.0, + 1408.0, + 1735.0, + 294.0, + 1735.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1728.0, + 573.0, + 1728.0, + 573.0, + 1763.0, + 295.0, + 1763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 749.0, + 1728.0, + 1405.0, + 1728.0, + 1405.0, + 1763.0, + 749.0, + 1763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1760.0, + 1049.0, + 1760.0, + 1049.0, + 1795.0, + 294.0, + 1795.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 1760.0, + 1406.0, + 1760.0, + 1406.0, + 1795.0, + 1145.0, + 1795.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 390.0, + 1787.0, + 952.0, + 1787.0, + 952.0, + 1826.0, + 390.0, + 1826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1057.0, + 1787.0, + 1407.0, + 1787.0, + 1407.0, + 1826.0, + 1057.0, + 1826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1821.0, + 1405.0, + 1821.0, + 1405.0, + 1856.0, + 295.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1849.0, + 1403.0, + 1849.0, + 1403.0, + 1884.0, + 294.0, + 1884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1883.0, + 929.0, + 1883.0, + 929.0, + 1914.0, + 296.0, + 1914.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1043.0, + 1883.0, + 1098.0, + 1883.0, + 1098.0, + 1914.0, + 1043.0, + 1914.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1124.0, + 1883.0, + 1226.0, + 1883.0, + 1226.0, + 1914.0, + 1124.0, + 1914.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1258.0, + 1883.0, + 1406.0, + 1883.0, + 1406.0, + 1914.0, + 1258.0, + 1914.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1911.0, + 768.0, + 1911.0, + 768.0, + 1947.0, + 291.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 798.0, + 1911.0, + 1407.0, + 1911.0, + 1407.0, + 1947.0, + 798.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1944.0, + 1406.0, + 1944.0, + 1406.0, + 1977.0, + 294.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1970.0, + 333.0, + 1970.0, + 333.0, + 2008.0, + 292.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 447.0, + 1970.0, + 1099.0, + 1970.0, + 1099.0, + 2008.0, + 447.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1167.0, + 1970.0, + 1405.0, + 1970.0, + 1405.0, + 2008.0, + 1167.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2003.0, + 1196.0, + 2003.0, + 1196.0, + 2038.0, + 294.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 335.0, + 1405.0, + 335.0, + 1405.0, + 373.0, + 295.0, + 373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 369.0, + 507.0, + 369.0, + 507.0, + 402.0, + 294.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 554.0, + 369.0, + 1046.0, + 369.0, + 1046.0, + 402.0, + 554.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1078.0, + 369.0, + 1405.0, + 369.0, + 1405.0, + 402.0, + 1078.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 401.0, + 1295.0, + 401.0, + 1295.0, + 434.0, + 296.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1316.0, + 401.0, + 1406.0, + 401.0, + 1406.0, + 434.0, + 1316.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 428.0, + 734.0, + 428.0, + 734.0, + 465.0, + 294.0, + 465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 993.0, + 428.0, + 1181.0, + 428.0, + 1181.0, + 465.0, + 993.0, + 465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1359.0, + 428.0, + 1405.0, + 428.0, + 1405.0, + 465.0, + 1359.0, + 465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 456.0, + 1212.0, + 456.0, + 1212.0, + 499.0, + 292.0, + 499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1258.0, + 456.0, + 1408.0, + 456.0, + 1408.0, + 499.0, + 1258.0, + 499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 485.0, + 1130.0, + 485.0, + 1130.0, + 531.0, + 292.0, + 531.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1157.0, + 485.0, + 1406.0, + 485.0, + 1406.0, + 531.0, + 1157.0, + 531.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 519.0, + 410.0, + 519.0, + 410.0, + 557.0, + 295.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 438.0, + 519.0, + 1406.0, + 519.0, + 1406.0, + 557.0, + 438.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 550.0, + 1407.0, + 550.0, + 1407.0, + 587.0, + 292.0, + 587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 584.0, + 602.0, + 584.0, + 602.0, + 617.0, + 296.0, + 617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 626.0, + 1406.0, + 626.0, + 1406.0, + 663.0, + 293.0, + 663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 657.0, + 1080.0, + 657.0, + 1080.0, + 694.0, + 293.0, + 694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1170.0, + 657.0, + 1406.0, + 657.0, + 1406.0, + 694.0, + 1170.0, + 694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 690.0, + 621.0, + 690.0, + 621.0, + 722.0, + 294.0, + 722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 710.0, + 690.0, + 1405.0, + 690.0, + 1405.0, + 722.0, + 710.0, + 722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 718.0, + 1406.0, + 718.0, + 1406.0, + 755.0, + 292.0, + 755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 748.0, + 401.0, + 748.0, + 401.0, + 788.0, + 293.0, + 788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 424.0, + 748.0, + 661.0, + 748.0, + 661.0, + 788.0, + 424.0, + 788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 690.0, + 748.0, + 1408.0, + 748.0, + 1408.0, + 788.0, + 690.0, + 788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 781.0, + 1406.0, + 781.0, + 1406.0, + 817.0, + 294.0, + 817.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 811.0, + 947.0, + 811.0, + 947.0, + 846.0, + 294.0, + 846.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1013.0, + 811.0, + 1406.0, + 811.0, + 1406.0, + 846.0, + 1013.0, + 846.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 841.0, + 296.0, + 841.0, + 296.0, + 877.0, + 291.0, + 877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 841.0, + 428.0, + 841.0, + 428.0, + 877.0, + 320.0, + 877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 556.0, + 841.0, + 821.0, + 841.0, + 821.0, + 877.0, + 556.0, + 877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 856.0, + 841.0, + 1024.0, + 841.0, + 1024.0, + 877.0, + 856.0, + 877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1103.0, + 841.0, + 1407.0, + 841.0, + 1407.0, + 877.0, + 1103.0, + 877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 872.0, + 922.0, + 872.0, + 922.0, + 907.0, + 293.0, + 907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1059.0, + 872.0, + 1108.0, + 872.0, + 1108.0, + 907.0, + 1059.0, + 907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1201.0, + 872.0, + 1405.0, + 872.0, + 1405.0, + 907.0, + 1201.0, + 907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 900.0, + 301.0, + 900.0, + 301.0, + 939.0, + 293.0, + 939.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 466.0, + 900.0, + 867.0, + 900.0, + 867.0, + 939.0, + 466.0, + 939.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 995.0, + 900.0, + 1043.0, + 900.0, + 1043.0, + 939.0, + 995.0, + 939.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1115.0, + 900.0, + 1327.0, + 900.0, + 1327.0, + 939.0, + 1115.0, + 939.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1176.0, + 827.0, + 1176.0, + 827.0, + 1210.0, + 296.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1208.0, + 827.0, + 1208.0, + 827.0, + 1242.0, + 296.0, + 1242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1239.0, + 827.0, + 1239.0, + 827.0, + 1271.0, + 295.0, + 1271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1271.0, + 827.0, + 1271.0, + 827.0, + 1303.0, + 294.0, + 1303.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1300.0, + 560.0, + 1300.0, + 560.0, + 1333.0, + 295.0, + 1333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 662.0, + 1300.0, + 827.0, + 1300.0, + 827.0, + 1333.0, + 662.0, + 1333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1329.0, + 481.0, + 1329.0, + 481.0, + 1364.0, + 293.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 670.0, + 1329.0, + 827.0, + 1329.0, + 827.0, + 1364.0, + 670.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1359.0, + 658.0, + 1359.0, + 658.0, + 1395.0, + 293.0, + 1395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 777.0, + 1359.0, + 827.0, + 1359.0, + 827.0, + 1395.0, + 777.0, + 1395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1390.0, + 827.0, + 1390.0, + 827.0, + 1426.0, + 293.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1420.0, + 827.0, + 1420.0, + 827.0, + 1456.0, + 294.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1451.0, + 827.0, + 1451.0, + 827.0, + 1488.0, + 295.0, + 1488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1485.0, + 557.0, + 1485.0, + 557.0, + 1513.0, + 297.0, + 1513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 995.0, + 1403.0, + 995.0, + 1403.0, + 1031.0, + 294.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1026.0, + 1406.0, + 1026.0, + 1406.0, + 1061.0, + 294.0, + 1061.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1058.0, + 644.0, + 1058.0, + 644.0, + 1090.0, + 295.0, + 1090.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 671.0, + 1058.0, + 1405.0, + 1058.0, + 1405.0, + 1090.0, + 671.0, + 1090.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1086.0, + 1406.0, + 1086.0, + 1406.0, + 1123.0, + 293.0, + 1123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1117.0, + 1405.0, + 1117.0, + 1405.0, + 1154.0, + 294.0, + 1154.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1147.0, + 1405.0, + 1147.0, + 1405.0, + 1184.0, + 293.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 228.0, + 470.0, + 228.0, + 470.0, + 264.0, + 293.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 586.0, + 228.0, + 1356.0, + 228.0, + 1356.0, + 264.0, + 586.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 258.0, + 793.0, + 258.0, + 793.0, + 296.0, + 293.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 904.0, + 258.0, + 1406.0, + 258.0, + 1406.0, + 296.0, + 904.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 342.0, + 287.0, + 510.0, + 287.0, + 510.0, + 330.0, + 342.0, + 330.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 7, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1256, + 1405, + 1256, + 1405, + 1593, + 297, + 1593 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 1607, + 1404, + 1607, + 1404, + 1823, + 298, + 1823 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 974, + 1404, + 974, + 1404, + 1220, + 297, + 1220 + ], + "score": 0.977 + }, + { + "category_id": 3, + "poly": [ + 291, + 222, + 1388, + 222, + 1388, + 797, + 291, + 797 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 300, + 1942, + 1402, + 1942, + 1402, + 2034, + 300, + 2034 + ], + "score": 0.973 + }, + { + "category_id": 4, + "poly": [ + 296, + 820, + 1404, + 820, + 1404, + 914, + 296, + 914 + ], + "score": 0.962 + }, + { + "category_id": 0, + "poly": [ + 299, + 1870, + 527, + 1870, + 527, + 1905, + 299, + 1905 + ], + "score": 0.891 + }, + { + "category_id": 2, + "poly": [ + 299, + 77, + 854, + 77, + 854, + 103, + 299, + 103 + ], + "score": 0.808 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 858, + 2088, + 858, + 2111, + 840, + 2111 + ], + "score": 0.795 + }, + { + "category_id": 13, + "poly": [ + 447, + 1095, + 560, + 1095, + 560, + 1130, + 447, + 1130 + ], + "score": 0.92, + "latex": "t _ { r } ^ { \\mathbf { Z } } = 2 0 0" + }, + { + "category_id": 13, + "poly": [ + 867, + 852, + 956, + 852, + 956, + 886, + 867, + 886 + ], + "score": 0.92, + "latex": "( N , M )" + }, + { + "category_id": 13, + "poly": [ + 772, + 1035, + 870, + 1035, + 870, + 1069, + 772, + 1069 + ], + "score": 0.92, + "latex": "t _ { r } ^ { \\mathbf { W } } = 1" + }, + { + "category_id": 13, + "poly": [ + 1308, + 1349, + 1402, + 1349, + 1402, + 1377, + 1308, + 1377 + ], + "score": 0.92, + "latex": "L = 6 4" + }, + { + "category_id": 13, + "poly": [ + 521, + 821, + 586, + 821, + 586, + 854, + 521, + 854 + ], + "score": 0.91, + "latex": "S ( P )" + }, + { + "category_id": 13, + "poly": [ + 1176, + 1065, + 1301, + 1065, + 1301, + 1099, + 1176, + 1099 + ], + "score": 0.91, + "latex": "t _ { c } ^ { \\mathbf { W } } = 1 0 ^ { 4 }" + }, + { + "category_id": 13, + "poly": [ + 485, + 1502, + 553, + 1502, + 553, + 1529, + 485, + 1529 + ], + "score": 0.9, + "latex": "e = 2" + }, + { + "category_id": 13, + "poly": [ + 1164, + 1006, + 1362, + 1006, + 1362, + 1033, + 1164, + 1033 + ], + "score": 0.9, + "latex": "M = 2 L = 1 2 8" + }, + { + "category_id": 13, + "poly": [ + 640, + 1006, + 822, + 1006, + 822, + 1034, + 640, + 1034 + ], + "score": 0.9, + "latex": "M = 2 L = 3 2" + }, + { + "category_id": 13, + "poly": [ + 425, + 1761, + 557, + 1761, + 557, + 1790, + 425, + 1790 + ], + "score": 0.9, + "latex": "P = 1 0 2 4" + }, + { + "category_id": 13, + "poly": [ + 532, + 1349, + 671, + 1349, + 671, + 1377, + 532, + 1377 + ], + "score": 0.89, + "latex": "N = 1 0 0 \\mathrm { { M } }" + }, + { + "category_id": 13, + "poly": [ + 1259, + 851, + 1361, + 851, + 1361, + 886, + 1259, + 886 + ], + "score": 0.89, + "latex": "( 1 0 ^ { 6 } , 3 2 )" + }, + { + "category_id": 13, + "poly": [ + 1334, + 1034, + 1364, + 1034, + 1364, + 1068, + 1334, + 1068 + ], + "score": 0.88, + "latex": "t _ { r } ^ { \\mathbf { Z } }" + }, + { + "category_id": 13, + "poly": [ + 1180, + 1761, + 1293, + 1761, + 1293, + 1790, + 1180, + 1790 + ], + "score": 0.88, + "latex": "P = 1 2 8" + }, + { + "category_id": 13, + "poly": [ + 1190, + 1639, + 1266, + 1639, + 1266, + 1668, + 1190, + 1668 + ], + "score": 0.88, + "latex": "6 6 . 1 \\%" + }, + { + "category_id": 13, + "poly": [ + 475, + 1379, + 589, + 1379, + 589, + 1407, + 475, + 1407 + ], + "score": 0.88, + "latex": "M = 1 2 8" + }, + { + "category_id": 13, + "poly": [ + 455, + 881, + 571, + 881, + 571, + 916, + 455, + 916 + ], + "score": 0.88, + "latex": "( 1 0 ^ { 8 } , 1 2 8 )" + }, + { + "category_id": 13, + "poly": [ + 632, + 1639, + 735, + 1639, + 735, + 1668, + 632, + 1668 + ], + "score": 0.87, + "latex": "\\scriptstyle { \\mathcal { Q } } \\mathrm { R } = 1 0 0" + }, + { + "category_id": 13, + "poly": [ + 769, + 1639, + 845, + 1639, + 845, + 1668, + 769, + 1668 + ], + "score": 0.86, + "latex": "6 1 . 5 \\%" + }, + { + "category_id": 13, + "poly": [ + 297, + 1441, + 397, + 1441, + 397, + 1469, + 297, + 1469 + ], + "score": 0.86, + "latex": "\\sigma = 1 6 0 ^ { \\circ }" + }, + { + "category_id": 13, + "poly": [ + 1240, + 1035, + 1280, + 1035, + 1280, + 1067, + 1240, + 1067 + ], + "score": 0.86, + "latex": "t _ { c } ^ { \\mathbf { W } }" + }, + { + "category_id": 13, + "poly": [ + 973, + 1319, + 992, + 1319, + 992, + 1345, + 973, + 1345 + ], + "score": 0.82, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 634, + 1792, + 663, + 1792, + 663, + 1819, + 634, + 1819 + ], + "score": 0.8, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 1070, + 823, + 1096, + 823, + 1096, + 849, + 1070, + 849 + ], + "score": 0.79, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 297, + 1006, + 326, + 1006, + 326, + 1033, + 297, + 1033 + ], + "score": 0.78, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 392, + 1792, + 425, + 1792, + 425, + 1819, + 392, + 1819 + ], + "score": 0.78, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 1335, + 983, + 1351, + 983, + 1351, + 1003, + 1335, + 1003 + ], + "score": 0.7, + "latex": "e" + }, + { + "category_id": 13, + "poly": [ + 1365, + 769, + 1390, + 769, + 1390, + 794, + 1365, + 794 + ], + "score": 0.67, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 1058, + 1158, + 1082, + 1158, + 1082, + 1185, + 1058, + 1185 + ], + "score": 0.63, + "latex": "\\mathbf { Z }" + }, + { + "category_id": 13, + "poly": [ + 416, + 1562, + 609, + 1562, + 609, + 1592, + 416, + 1592 + ], + "score": 0.54, + "latex": "\\textcircled { a } \\mathrm { R } { = } 1 0 0 ; 5 5 . 2 \\%" + }, + { + "category_id": 13, + "poly": [ + 1027, + 769, + 1052, + 769, + 1052, + 794, + 1027, + 794 + ], + "score": 0.48, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 530, + 1562, + 607, + 1562, + 607, + 1592, + 530, + 1592 + ], + "score": 0.37, + "latex": "5 5 . 2 \\%" + }, + { + "category_id": 13, + "poly": [ + 634, + 766, + 660, + 766, + 660, + 792, + 634, + 792 + ], + "score": 0.27, + "latex": "P" + }, + { + "category_id": 15, + "poly": [ + 467.0, + 220.0, + 561.0, + 220.0, + 561.0, + 258.0, + 467.0, + 258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 844.0, + 222.0, + 960.0, + 222.0, + 960.0, + 256.0, + 844.0, + 256.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1186.0, + 223.0, + 1292.0, + 223.0, + 1292.0, + 255.0, + 1186.0, + 255.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 284.0, + 243.0, + 333.0, + 243.0, + 333.0, + 505.0, + 284.0, + 505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 740.0, + 249.0, + 787.0, + 249.0, + 787.0, + 280.0, + 740.0, + 280.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 254.0, + 357.0, + 254.0, + 357.0, + 279.0, + 327.0, + 279.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 362.0, + 267.0, + 466.0, + 267.0, + 466.0, + 297.0, + 362.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 798.0, + 267.0, + 881.0, + 267.0, + 881.0, + 293.0, + 798.0, + 293.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 306.0, + 356.0, + 306.0, + 356.0, + 332.0, + 327.0, + 332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 377.0, + 283.0, + 476.0, + 283.0, + 476.0, + 346.0, + 377.0, + 346.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 751.0, + 292.0, + 786.0, + 292.0, + 786.0, + 322.0, + 751.0, + 322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 788.0, + 283.0, + 892.0, + 283.0, + 892.0, + 319.0, + 788.0, + 319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 369.0, + 328.0, + 476.0, + 328.0, + 476.0, + 368.0, + 369.0, + 368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 751.0, + 338.0, + 786.0, + 338.0, + 786.0, + 369.0, + 751.0, + 369.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 359.0, + 358.0, + 359.0, + 358.0, + 388.0, + 326.0, + 388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 367.0, + 353.0, + 476.0, + 353.0, + 476.0, + 391.0, + 367.0, + 391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1151.0, + 362.0, + 1327.0, + 362.0, + 1327.0, + 398.0, + 1151.0, + 398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 751.0, + 379.0, + 787.0, + 379.0, + 787.0, + 414.0, + 751.0, + 414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 414.0, + 359.0, + 414.0, + 359.0, + 442.0, + 326.0, + 442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 751.0, + 426.0, + 786.0, + 426.0, + 786.0, + 457.0, + 751.0, + 457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 340.0, + 474.0, + 363.0, + 474.0, + 363.0, + 500.0, + 340.0, + 500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 423.0, + 478.0, + 463.0, + 478.0, + 463.0, + 513.0, + 423.0, + 513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 510.0, + 478.0, + 550.0, + 478.0, + 550.0, + 513.0, + 510.0, + 513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 596.0, + 480.0, + 638.0, + 480.0, + 638.0, + 513.0, + 596.0, + 513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 681.0, + 480.0, + 729.0, + 480.0, + 729.0, + 512.0, + 681.0, + 512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 762.0, + 472.0, + 791.0, + 472.0, + 791.0, + 507.0, + 762.0, + 507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 482.0, + 872.0, + 482.0, + 872.0, + 516.0, + 831.0, + 516.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 902.0, + 482.0, + 943.0, + 482.0, + 943.0, + 516.0, + 902.0, + 516.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 974.0, + 483.0, + 1012.0, + 483.0, + 1012.0, + 513.0, + 974.0, + 513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1041.0, + 485.0, + 1086.0, + 485.0, + 1086.0, + 512.0, + 1041.0, + 512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 511.0, + 359.0, + 511.0, + 359.0, + 749.0, + 286.0, + 749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 379.0, + 526.0, + 465.0, + 526.0, + 465.0, + 556.0, + 379.0, + 556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 740.0, + 508.0, + 787.0, + 508.0, + 787.0, + 539.0, + 740.0, + 539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 802.0, + 524.0, + 883.0, + 524.0, + 883.0, + 555.0, + 802.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1101.0, + 510.0, + 1156.0, + 510.0, + 1156.0, + 539.0, + 1101.0, + 539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1170.0, + 523.0, + 1253.0, + 523.0, + 1253.0, + 555.0, + 1170.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 563.0, + 358.0, + 563.0, + 358.0, + 594.0, + 326.0, + 594.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 381.0, + 547.0, + 474.0, + 547.0, + 474.0, + 603.0, + 381.0, + 603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 750.0, + 553.0, + 785.0, + 553.0, + 785.0, + 583.0, + 750.0, + 583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 798.0, + 540.0, + 892.0, + 540.0, + 892.0, + 599.0, + 798.0, + 599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1109.0, + 564.0, + 1156.0, + 564.0, + 1156.0, + 595.0, + 1109.0, + 595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1169.0, + 544.0, + 1261.0, + 544.0, + 1261.0, + 599.0, + 1169.0, + 599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 381.0, + 590.0, + 475.0, + 590.0, + 475.0, + 626.0, + 381.0, + 626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 751.0, + 596.0, + 785.0, + 596.0, + 785.0, + 627.0, + 751.0, + 627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 800.0, + 589.0, + 891.0, + 589.0, + 891.0, + 621.0, + 800.0, + 621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1170.0, + 588.0, + 1260.0, + 588.0, + 1260.0, + 620.0, + 1170.0, + 620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 619.0, + 358.0, + 619.0, + 358.0, + 647.0, + 326.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 380.0, + 612.0, + 473.0, + 612.0, + 473.0, + 648.0, + 380.0, + 648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 800.0, + 609.0, + 892.0, + 609.0, + 892.0, + 642.0, + 800.0, + 642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1110.0, + 619.0, + 1156.0, + 619.0, + 1156.0, + 651.0, + 1110.0, + 651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1170.0, + 609.0, + 1261.0, + 609.0, + 1261.0, + 642.0, + 1170.0, + 642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 751.0, + 642.0, + 786.0, + 642.0, + 786.0, + 672.0, + 751.0, + 672.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 672.0, + 359.0, + 672.0, + 359.0, + 702.0, + 326.0, + 702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 751.0, + 684.0, + 785.0, + 684.0, + 785.0, + 715.0, + 751.0, + 715.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1108.0, + 672.0, + 1157.0, + 672.0, + 1157.0, + 708.0, + 1108.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 341.0, + 734.0, + 363.0, + 734.0, + 363.0, + 760.0, + 341.0, + 760.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 423.0, + 738.0, + 462.0, + 738.0, + 462.0, + 771.0, + 423.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 510.0, + 737.0, + 550.0, + 737.0, + 550.0, + 771.0, + 510.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 596.0, + 738.0, + 636.0, + 738.0, + 636.0, + 771.0, + 596.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 681.0, + 739.0, + 727.0, + 739.0, + 727.0, + 770.0, + 681.0, + 770.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 833.0, + 743.0, + 869.0, + 743.0, + 869.0, + 773.0, + 833.0, + 773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 903.0, + 743.0, + 940.0, + 743.0, + 940.0, + 773.0, + 903.0, + 773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 974.0, + 743.0, + 1012.0, + 743.0, + 1012.0, + 773.0, + 974.0, + 773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1041.0, + 744.0, + 1086.0, + 744.0, + 1086.0, + 771.0, + 1041.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1136.0, + 735.0, + 1155.0, + 735.0, + 1155.0, + 763.0, + 1136.0, + 763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1182.0, + 743.0, + 1394.0, + 743.0, + 1394.0, + 773.0, + 1182.0, + 773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 398.0, + 764.0, + 633.0, + 764.0, + 633.0, + 794.0, + 398.0, + 794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 788.0, + 765.0, + 1026.0, + 765.0, + 1026.0, + 797.0, + 788.0, + 797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1053.0, + 765.0, + 1059.0, + 765.0, + 1059.0, + 797.0, + 1053.0, + 797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1126.0, + 764.0, + 1364.0, + 764.0, + 1364.0, + 797.0, + 1126.0, + 797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1391.0, + 764.0, + 1395.0, + 764.0, + 1395.0, + 797.0, + 1391.0, + 797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 483.0, + 298.0, + 580.0, + 298.0, + 580.0, + 314.0, + 483.0, + 314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 535.0, + 537.5, + 573.0, + 537.5, + 573.0, + 546.0, + 535.0, + 546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 409.0, + 653.0, + 478.0, + 653.0, + 478.0, + 674.0, + 409.0, + 674.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 755.75, + 729.5, + 794.75, + 729.5, + 794.75, + 768.0, + 755.75, + 768.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 817.0, + 520.0, + 817.0, + 520.0, + 859.0, + 293.0, + 859.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 587.0, + 817.0, + 1069.0, + 817.0, + 1069.0, + 859.0, + 587.0, + 859.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1097.0, + 817.0, + 1406.0, + 817.0, + 1406.0, + 859.0, + 1097.0, + 859.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 850.0, + 866.0, + 850.0, + 866.0, + 888.0, + 294.0, + 888.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 957.0, + 850.0, + 1258.0, + 850.0, + 1258.0, + 888.0, + 957.0, + 888.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1362.0, + 850.0, + 1405.0, + 850.0, + 1405.0, + 888.0, + 1362.0, + 888.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 882.0, + 454.0, + 882.0, + 454.0, + 915.0, + 296.0, + 915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 572.0, + 882.0, + 723.0, + 882.0, + 723.0, + 915.0, + 572.0, + 915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1864.0, + 533.0, + 1864.0, + 533.0, + 1915.0, + 290.0, + 1915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 70.0, + 859.0, + 70.0, + 859.0, + 109.0, + 295.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2087.0, + 860.0, + 2087.0, + 860.0, + 2118.0, + 839.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1254.0, + 1407.0, + 1254.0, + 1407.0, + 1294.0, + 292.0, + 1294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1287.0, + 1406.0, + 1287.0, + 1406.0, + 1325.0, + 294.0, + 1325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1318.0, + 972.0, + 1318.0, + 972.0, + 1351.0, + 294.0, + 1351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 993.0, + 1318.0, + 1405.0, + 1318.0, + 1405.0, + 1351.0, + 993.0, + 1351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1349.0, + 531.0, + 1349.0, + 531.0, + 1381.0, + 294.0, + 1381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 672.0, + 1349.0, + 1307.0, + 1349.0, + 1307.0, + 1381.0, + 672.0, + 1381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 1349.0, + 1406.0, + 1349.0, + 1406.0, + 1381.0, + 1403.0, + 1381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1377.0, + 474.0, + 1377.0, + 474.0, + 1412.0, + 294.0, + 1412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 590.0, + 1377.0, + 1406.0, + 1377.0, + 1406.0, + 1412.0, + 590.0, + 1412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1410.0, + 1405.0, + 1410.0, + 1405.0, + 1444.0, + 295.0, + 1444.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1438.0, + 296.0, + 1438.0, + 296.0, + 1477.0, + 292.0, + 1477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 398.0, + 1438.0, + 1405.0, + 1438.0, + 1405.0, + 1477.0, + 398.0, + 1477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1470.0, + 1406.0, + 1470.0, + 1406.0, + 1503.0, + 292.0, + 1503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1500.0, + 484.0, + 1500.0, + 484.0, + 1535.0, + 294.0, + 1535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 554.0, + 1500.0, + 1407.0, + 1500.0, + 1407.0, + 1535.0, + 554.0, + 1535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1530.0, + 1406.0, + 1530.0, + 1406.0, + 1566.0, + 294.0, + 1566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1560.0, + 415.0, + 1560.0, + 415.0, + 1596.0, + 296.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 610.0, + 1560.0, + 1405.0, + 1560.0, + 1405.0, + 1596.0, + 610.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1606.0, + 1405.0, + 1606.0, + 1405.0, + 1642.0, + 295.0, + 1642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1637.0, + 631.0, + 1637.0, + 631.0, + 1673.0, + 292.0, + 1673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 736.0, + 1637.0, + 768.0, + 1637.0, + 768.0, + 1673.0, + 736.0, + 1673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 846.0, + 1637.0, + 1189.0, + 1637.0, + 1189.0, + 1673.0, + 846.0, + 1673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1267.0, + 1637.0, + 1406.0, + 1637.0, + 1406.0, + 1673.0, + 1267.0, + 1673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1668.0, + 1405.0, + 1668.0, + 1405.0, + 1705.0, + 293.0, + 1705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1701.0, + 1404.0, + 1701.0, + 1404.0, + 1732.0, + 296.0, + 1732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1730.0, + 1408.0, + 1730.0, + 1408.0, + 1768.0, + 293.0, + 1768.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1759.0, + 424.0, + 1759.0, + 424.0, + 1795.0, + 292.0, + 1795.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 558.0, + 1759.0, + 1179.0, + 1759.0, + 1179.0, + 1795.0, + 558.0, + 1795.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1294.0, + 1759.0, + 1407.0, + 1759.0, + 1407.0, + 1795.0, + 1294.0, + 1795.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1789.0, + 391.0, + 1789.0, + 391.0, + 1830.0, + 292.0, + 1830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 426.0, + 1789.0, + 633.0, + 1789.0, + 633.0, + 1830.0, + 426.0, + 1830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 664.0, + 1789.0, + 1159.0, + 1789.0, + 1159.0, + 1830.0, + 664.0, + 1830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 974.0, + 1334.0, + 974.0, + 1334.0, + 1008.0, + 294.0, + 1008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1352.0, + 974.0, + 1405.0, + 974.0, + 1405.0, + 1008.0, + 1352.0, + 1008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 1004.0, + 639.0, + 1004.0, + 639.0, + 1038.0, + 327.0, + 1038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 823.0, + 1004.0, + 1163.0, + 1004.0, + 1163.0, + 1038.0, + 823.0, + 1038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1363.0, + 1004.0, + 1406.0, + 1004.0, + 1406.0, + 1038.0, + 1363.0, + 1038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 287.0, + 1026.0, + 771.0, + 1026.0, + 771.0, + 1077.0, + 287.0, + 1077.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 871.0, + 1026.0, + 1239.0, + 1026.0, + 1239.0, + 1077.0, + 871.0, + 1077.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1281.0, + 1026.0, + 1333.0, + 1026.0, + 1333.0, + 1077.0, + 1281.0, + 1077.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1365.0, + 1026.0, + 1411.0, + 1026.0, + 1411.0, + 1077.0, + 1365.0, + 1077.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 283.0, + 1056.0, + 1175.0, + 1056.0, + 1175.0, + 1114.0, + 283.0, + 1114.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1302.0, + 1056.0, + 1415.0, + 1056.0, + 1415.0, + 1114.0, + 1302.0, + 1114.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1092.0, + 446.0, + 1092.0, + 446.0, + 1132.0, + 292.0, + 1132.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 561.0, + 1092.0, + 1406.0, + 1092.0, + 1406.0, + 1132.0, + 561.0, + 1132.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1127.0, + 1406.0, + 1127.0, + 1406.0, + 1161.0, + 294.0, + 1161.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1158.0, + 1057.0, + 1158.0, + 1057.0, + 1192.0, + 294.0, + 1192.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1083.0, + 1158.0, + 1404.0, + 1158.0, + 1404.0, + 1192.0, + 1083.0, + 1192.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1185.0, + 907.0, + 1185.0, + 907.0, + 1226.0, + 294.0, + 1226.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1942.0, + 1404.0, + 1942.0, + 1404.0, + 1976.0, + 295.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1972.0, + 1406.0, + 1972.0, + 1406.0, + 2007.0, + 291.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2001.0, + 1406.0, + 2001.0, + 1406.0, + 2037.0, + 293.0, + 2037.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 8, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 847, + 1405, + 847, + 1405, + 1333, + 298, + 1333 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 298, + 429, + 1404, + 429, + 1404, + 735, + 298, + 735 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 299, + 229, + 1403, + 229, + 1403, + 413, + 299, + 413 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 299, + 1421, + 1403, + 1421, + 1403, + 1544, + 299, + 1544 + ], + "score": 0.968 + }, + { + "category_id": 1, + "poly": [ + 296, + 1634, + 1406, + 1634, + 1406, + 2033, + 296, + 2033 + ], + "score": 0.956 + }, + { + "category_id": 0, + "poly": [ + 299, + 1586, + 486, + 1586, + 486, + 1619, + 299, + 1619 + ], + "score": 0.891 + }, + { + "category_id": 0, + "poly": [ + 300, + 778, + 542, + 778, + 542, + 814, + 300, + 814 + ], + "score": 0.881 + }, + { + "category_id": 0, + "poly": [ + 301, + 1370, + 557, + 1370, + 557, + 1397, + 301, + 1397 + ], + "score": 0.855 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 857, + 76, + 857, + 104, + 298, + 104 + ], + "score": 0.846 + }, + { + "category_id": 2, + "poly": [ + 837, + 2088, + 865, + 2088, + 865, + 2112, + 837, + 2112 + ], + "score": 0.839 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 855, + 76, + 855, + 103, + 300, + 103 + ], + "score": 0.164 + }, + { + "category_id": 13, + "poly": [ + 798, + 491, + 865, + 491, + 865, + 521, + 798, + 521 + ], + "score": 0.89, + "latex": "k + 1" + }, + { + "category_id": 13, + "poly": [ + 1142, + 1917, + 1172, + 1917, + 1172, + 1944, + 1142, + 1944 + ], + "score": 0.87, + "latex": "L _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 729, + 492, + 748, + 492, + 748, + 518, + 729, + 518 + ], + "score": 0.8, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 1118, + 462, + 1138, + 462, + 1138, + 488, + 1118, + 488 + ], + "score": 0.79, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 794, + 553, + 818, + 553, + 818, + 580, + 794, + 580 + ], + "score": 0.49, + "latex": "\\mathbf { Z }" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 1588.0, + 487.0, + 1588.0, + 487.0, + 1621.0, + 298.0, + 1621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 771.0, + 547.0, + 771.0, + 547.0, + 823.0, + 291.0, + 823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 299.0, + 1371.0, + 558.0, + 1371.0, + 558.0, + 1399.0, + 299.0, + 1399.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": [ + 832.0, + 2084.0, + 869.0, + 2084.0, + 869.0, + 2124.0, + 832.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 859.0, + 73.0, + 859.0, + 107.0, + 297.0, + 107.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 841.0, + 1407.0, + 841.0, + 1407.0, + 886.0, + 292.0, + 886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 878.0, + 1405.0, + 878.0, + 1405.0, + 912.0, + 293.0, + 912.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 908.0, + 1406.0, + 908.0, + 1406.0, + 942.0, + 295.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 937.0, + 1406.0, + 937.0, + 1406.0, + 974.0, + 292.0, + 974.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 965.0, + 1403.0, + 965.0, + 1403.0, + 1003.0, + 293.0, + 1003.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1000.0, + 1405.0, + 1000.0, + 1405.0, + 1033.0, + 293.0, + 1033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1030.0, + 1405.0, + 1030.0, + 1405.0, + 1064.0, + 295.0, + 1064.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1059.0, + 1405.0, + 1059.0, + 1405.0, + 1094.0, + 295.0, + 1094.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1091.0, + 1405.0, + 1091.0, + 1405.0, + 1125.0, + 295.0, + 1125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1118.0, + 1406.0, + 1118.0, + 1406.0, + 1157.0, + 292.0, + 1157.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1150.0, + 1406.0, + 1150.0, + 1406.0, + 1186.0, + 293.0, + 1186.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1182.0, + 1406.0, + 1182.0, + 1406.0, + 1216.0, + 295.0, + 1216.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1213.0, + 1405.0, + 1213.0, + 1405.0, + 1247.0, + 295.0, + 1247.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1239.0, + 1406.0, + 1239.0, + 1406.0, + 1280.0, + 292.0, + 1280.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1276.0, + 1405.0, + 1276.0, + 1405.0, + 1306.0, + 296.0, + 1306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1302.0, + 1317.0, + 1302.0, + 1317.0, + 1339.0, + 295.0, + 1339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 427.0, + 1404.0, + 427.0, + 1404.0, + 464.0, + 292.0, + 464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 460.0, + 1117.0, + 460.0, + 1117.0, + 496.0, + 293.0, + 496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1139.0, + 460.0, + 1406.0, + 460.0, + 1406.0, + 496.0, + 1139.0, + 496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 489.0, + 728.0, + 489.0, + 728.0, + 524.0, + 293.0, + 524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 749.0, + 489.0, + 797.0, + 489.0, + 797.0, + 524.0, + 749.0, + 524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 489.0, + 1404.0, + 489.0, + 1404.0, + 524.0, + 866.0, + 524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 522.0, + 1406.0, + 522.0, + 1406.0, + 555.0, + 293.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 552.0, + 793.0, + 552.0, + 793.0, + 587.0, + 294.0, + 587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 819.0, + 552.0, + 1406.0, + 552.0, + 1406.0, + 587.0, + 819.0, + 587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 585.0, + 1404.0, + 585.0, + 1404.0, + 616.0, + 296.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 607.0, + 1408.0, + 607.0, + 1408.0, + 652.0, + 292.0, + 652.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 640.0, + 1405.0, + 640.0, + 1405.0, + 678.0, + 292.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 672.0, + 1406.0, + 672.0, + 1406.0, + 711.0, + 292.0, + 711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 704.0, + 1367.0, + 704.0, + 1367.0, + 739.0, + 294.0, + 739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 227.0, + 1404.0, + 227.0, + 1404.0, + 265.0, + 293.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 261.0, + 1405.0, + 261.0, + 1405.0, + 297.0, + 294.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 289.0, + 1407.0, + 289.0, + 1407.0, + 326.0, + 293.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 322.0, + 1404.0, + 322.0, + 1404.0, + 354.0, + 295.0, + 354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 351.0, + 1405.0, + 351.0, + 1405.0, + 386.0, + 294.0, + 386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 384.0, + 672.0, + 384.0, + 672.0, + 416.0, + 295.0, + 416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1419.0, + 1408.0, + 1419.0, + 1408.0, + 1458.0, + 294.0, + 1458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1451.0, + 1407.0, + 1451.0, + 1407.0, + 1487.0, + 293.0, + 1487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1479.0, + 1407.0, + 1479.0, + 1407.0, + 1521.0, + 290.0, + 1521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1513.0, + 963.0, + 1513.0, + 963.0, + 1549.0, + 295.0, + 1549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1633.0, + 1361.0, + 1633.0, + 1361.0, + 1667.0, + 294.0, + 1667.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1667.0, + 1404.0, + 1667.0, + 1404.0, + 1700.0, + 295.0, + 1700.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1694.0, + 1025.0, + 1694.0, + 1025.0, + 1727.0, + 322.0, + 1727.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1724.0, + 1403.0, + 1724.0, + 1403.0, + 1765.0, + 291.0, + 1765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1754.0, + 1356.0, + 1754.0, + 1356.0, + 1791.0, + 320.0, + 1791.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1788.0, + 1240.0, + 1788.0, + 1240.0, + 1823.0, + 291.0, + 1823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1824.0, + 1080.0, + 1824.0, + 1080.0, + 1853.0, + 295.0, + 1853.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1854.0, + 1403.0, + 1854.0, + 1403.0, + 1888.0, + 293.0, + 1888.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1884.0, + 1319.0, + 1884.0, + 1319.0, + 1917.0, + 322.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1918.0, + 1141.0, + 1918.0, + 1141.0, + 1947.0, + 294.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1173.0, + 1918.0, + 1401.0, + 1918.0, + 1401.0, + 1947.0, + 1173.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1947.0, + 561.0, + 1947.0, + 561.0, + 1975.0, + 323.0, + 1975.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1975.0, + 1402.0, + 1975.0, + 1402.0, + 2010.0, + 293.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 2006.0, + 1143.0, + 2006.0, + 1143.0, + 2036.0, + 320.0, + 2036.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 9, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 293, + 280, + 1408, + 280, + 1408, + 2038, + 293, + 2038 + ], + "score": 0.961 + }, + { + "category_id": 2, + "poly": [ + 297, + 75, + 858, + 75, + 858, + 105, + 297, + 105 + ], + "score": 0.899 + }, + { + "category_id": 2, + "poly": [ + 835, + 2087, + 863, + 2087, + 863, + 2114, + 835, + 2114 + ], + "score": 0.657 + }, + { + "category_id": 2, + "poly": [ + 835, + 2087, + 863, + 2087, + 863, + 2114, + 835, + 2114 + ], + "score": 0.37 + }, + { + "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, + 868.0, + 2085.0, + 868.0, + 2125.0, + 831.0, + 2125.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": [ + 294.0, + 269.0, + 1405.0, + 269.0, + 1405.0, + 305.0, + 294.0, + 305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 296.0, + 526.0, + 296.0, + 526.0, + 333.0, + 321.0, + 333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 327.0, + 1403.0, + 327.0, + 1403.0, + 371.0, + 291.0, + 371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 358.0, + 560.0, + 358.0, + 560.0, + 395.0, + 319.0, + 395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 389.0, + 1376.0, + 389.0, + 1376.0, + 431.0, + 292.0, + 431.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 425.0, + 1405.0, + 425.0, + 1405.0, + 462.0, + 296.0, + 462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 455.0, + 1274.0, + 455.0, + 1274.0, + 491.0, + 321.0, + 491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 487.0, + 1403.0, + 487.0, + 1403.0, + 524.0, + 294.0, + 524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 515.0, + 463.0, + 515.0, + 463.0, + 551.0, + 321.0, + 551.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 544.0, + 1405.0, + 544.0, + 1405.0, + 588.0, + 291.0, + 588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 575.0, + 964.0, + 575.0, + 964.0, + 611.0, + 319.0, + 611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 609.0, + 1405.0, + 609.0, + 1405.0, + 646.0, + 294.0, + 646.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 636.0, + 1133.0, + 636.0, + 1133.0, + 673.0, + 321.0, + 673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 663.0, + 1407.0, + 663.0, + 1407.0, + 712.0, + 292.0, + 712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 694.0, + 966.0, + 694.0, + 966.0, + 737.0, + 319.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 729.0, + 1405.0, + 729.0, + 1405.0, + 768.0, + 290.0, + 768.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 756.0, + 1354.0, + 756.0, + 1354.0, + 793.0, + 321.0, + 793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 787.0, + 1407.0, + 787.0, + 1407.0, + 832.0, + 292.0, + 832.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 818.0, + 767.0, + 818.0, + 767.0, + 855.0, + 321.0, + 855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 851.0, + 1403.0, + 851.0, + 1403.0, + 888.0, + 294.0, + 888.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 882.0, + 1405.0, + 882.0, + 1405.0, + 913.0, + 323.0, + 913.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 907.0, + 1152.0, + 907.0, + 1152.0, + 944.0, + 321.0, + 944.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 938.0, + 1401.0, + 938.0, + 1401.0, + 975.0, + 292.0, + 975.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 973.0, + 1405.0, + 973.0, + 1405.0, + 1010.0, + 294.0, + 1010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1002.0, + 577.0, + 1002.0, + 577.0, + 1039.0, + 321.0, + 1039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1037.0, + 1346.0, + 1037.0, + 1346.0, + 1068.0, + 296.0, + 1068.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1064.0, + 1405.0, + 1064.0, + 1405.0, + 1107.0, + 294.0, + 1107.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1095.0, + 864.0, + 1095.0, + 864.0, + 1132.0, + 321.0, + 1132.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1124.0, + 1405.0, + 1124.0, + 1405.0, + 1169.0, + 291.0, + 1169.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1157.0, + 778.0, + 1157.0, + 778.0, + 1192.0, + 321.0, + 1192.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1190.0, + 1405.0, + 1190.0, + 1405.0, + 1227.0, + 296.0, + 1227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1217.0, + 1297.0, + 1217.0, + 1297.0, + 1254.0, + 321.0, + 1254.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1250.0, + 1293.0, + 1250.0, + 1293.0, + 1287.0, + 294.0, + 1287.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1285.0, + 1405.0, + 1285.0, + 1405.0, + 1322.0, + 294.0, + 1322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1314.0, + 544.0, + 1314.0, + 544.0, + 1347.0, + 321.0, + 1347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1345.0, + 1395.0, + 1345.0, + 1395.0, + 1382.0, + 294.0, + 1382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1376.0, + 1405.0, + 1376.0, + 1405.0, + 1422.0, + 289.0, + 1422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1409.0, + 587.0, + 1409.0, + 587.0, + 1445.0, + 321.0, + 1445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1442.0, + 1403.0, + 1442.0, + 1403.0, + 1478.0, + 292.0, + 1478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1473.0, + 560.0, + 1473.0, + 560.0, + 1504.0, + 323.0, + 1504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1498.0, + 1407.0, + 1498.0, + 1407.0, + 1542.0, + 291.0, + 1542.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1531.0, + 890.0, + 1531.0, + 890.0, + 1567.0, + 321.0, + 1567.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1564.0, + 1158.0, + 1564.0, + 1158.0, + 1600.0, + 294.0, + 1600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1594.0, + 1405.0, + 1594.0, + 1405.0, + 1641.0, + 291.0, + 1641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1627.0, + 469.0, + 1627.0, + 469.0, + 1664.0, + 321.0, + 1664.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1654.0, + 1405.0, + 1654.0, + 1405.0, + 1701.0, + 291.0, + 1701.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 1687.0, + 522.0, + 1687.0, + 522.0, + 1724.0, + 317.0, + 1724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1718.0, + 1369.0, + 1718.0, + 1369.0, + 1761.0, + 292.0, + 1761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1755.0, + 1335.0, + 1755.0, + 1335.0, + 1792.0, + 294.0, + 1792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1788.0, + 1133.0, + 1788.0, + 1133.0, + 1825.0, + 294.0, + 1825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1819.0, + 1405.0, + 1819.0, + 1405.0, + 1862.0, + 292.0, + 1862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1850.0, + 1397.0, + 1850.0, + 1397.0, + 1887.0, + 321.0, + 1887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1883.0, + 1401.0, + 1883.0, + 1401.0, + 1920.0, + 292.0, + 1920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1910.0, + 1228.0, + 1910.0, + 1228.0, + 1947.0, + 321.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1941.0, + 1405.0, + 1941.0, + 1405.0, + 1983.0, + 292.0, + 1983.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1970.0, + 467.0, + 1970.0, + 467.0, + 2007.0, + 319.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1999.0, + 1318.0, + 1999.0, + 1318.0, + 2044.0, + 291.0, + 2044.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/r1drp-WCZ/r1drp-WCZ.md b/parse/train/r1drp-WCZ/r1drp-WCZ.md new file mode 100644 index 0000000000000000000000000000000000000000..6cd2adf0246e281af456b830346aa629c20cc791 --- /dev/null +++ b/parse/train/r1drp-WCZ/r1drp-WCZ.md @@ -0,0 +1,366 @@ +# STATE SPACE LSTM MODELS WITH PARTICLE MCMC INFERENCE + +Anonymous authors Paper under double-blind review + +# ABSTRACT + +Long Short-Term Memory (LSTM) is one of the most powerful sequence models. Despite the strong performance, however, it lacks the nice interpretability as in state space models. In this paper, we present a way to combine the best of both worlds by introducing State Space LSTM (SSL) models that generalizes the earlier work Zaheer et al. (2017) of combining topic models with LSTM. However, unlike Zaheer et al. (2017), we do not make any factorization assumptions in our inference algorithm. We present an efficient sampler based on sequential Monte Carlo (SMC) method that draws from the joint posterior directly. Experimental results confirms the superiority and stability of this SMC inference algorithm on a variety of domains. + +# 1 INTRODUCTION + +State space models (SSMs), such as hidden Markov models (HMM) and linear dynamical systems (LDS), have been the workhorse of sequence modeling in the past decades From a graphical model perspective, efficient message passing algorithms (Stratonovich, 1960; Kalman, 1960) are available in compact closed form thanks to their simple linear Markov structure. However, simplicity comes at a cost: real world sequences can have long-range dependencies that cannot be captured by Markov models; and the linearity of transition and emission restricts the flexibility of the model for complex sequences. + +A popular alternative is the recurrent neural networks (RNN), for instance the Long Short-Term Memory (LSTM) (Hochreiter & Schmidhuber, 1997) which has become a standard for sequence modeling nowadays. Instead of associating the observations with stochastic latent variables, RNN directly defines the distribution of each observation conditioned on the past, parameterized by a neural network. The recurrent parameterization not only allows RNN to provide a rich function class, but also permits scalable stochastic optimization such as the backpropagation through time (BPTT) algorithm. However, flexibility does not come for free as well: due to the complex form of the transition function, the hidden states of RNN are often hard to interpret. Moreover, it can require large amount of parameters for seemingly simple sequence models (Zaheer et al., 2017). + +In this paper, we propose a new class of models State Space LSTM (SSL) that combines the best of both worlds. We show that SSLs can handle nonlinear, non-Markovian dynamics like RNNs, while retaining the probabilistic interpretations of SSMs. The intuition, in short, is to separate the state space from the sample space. In particular, instead of directly estimating the dynamics from the observed sequence, we focus on modeling the sequence of latent states, which may represent the true underlying dynamics that generated the noisy observations. Unlike SSMs, where the same goal is pursued under linearity and Markov assumption, we alleviate the restriction by directly modeling the transition function between states parameterized by a neural network. On the other hand, we bridge the state space and the sample space using classical probabilistic relation, which not only brings additional interpretability, but also enables the LSTM to work with more structured representation rather than the noisy observations. + +Indeed, parameter estimation of such models can be nontrivial. Since the LSTM is defined over a sequence of latent variables rather than observations, it is not straightforward to apply the usual BPTT algorithm without making variational approximations. In Zaheer et al. (2017), which is an instance of SSL, an EM-type approach was employed: the algorithm alternates between imputing the latent states and optimizing the LSTM over the imputed sequences. However, as we show below, the inference implicitly assumes the posterior is factorizable through time. This is a restrictive assumption since the benefit of rich state transition brought by the LSTM may be neutralized by breaking down the posterior over time. + +We present a general parameter estimation scheme for the proposed class of models based on sequential Monte Carlo (SMC) (Doucet et al., 2001), in particular the Particle Gibbs (Andrieu et al., 2010). Instead of sampling each time point individually, we directly sample from the joint posterior without making limiting factorization assumptions. Through extensive experiments we verify that sampling from the full posterior leads to significant improvement in the performance. + +Related works Enhancing state space models using neural networks is not a new idea. Traditional approaches can be traced back to nonlinear extensions of linear dynamical systems, such as extended or unscented Kalman filters (Julier & Uhlmann, 1997), where both state transition and emission are generalized to nonlinear functions. The idea of parameterizing them with neural networks can be found in Ghahramani & Roweis (1999), as well as many recent works (Krishnan et al., 2015; Archer et al., 2015; Johnson et al., 2016; Krishnan et al., 2017; Karl et al., 2017) thanks to the development of recognition networks (Kingma & Welling, 2014; Rezende et al., 2014). Enriching the output distribution of RNN has also regain popularity recently. Unlike conventionally used multinomial output or mixture density networks (Bishop, 1994), recent approaches seek for more flexible family of distributions such as restricted Boltzmann machines (RBM) (Boulanger-Lewandowski et al., 2012) or variational auto-encoders (VAE) (Gregor et al., 2015; Chung et al., 2015). + +On the flip side, there have been studies in introducing stochasticity to recurrent neural networks. For instance, Pachitariu & Sahani (2012) and Bayer & Osendorfer (2014) incorporated independent latent variables at each time step; while in Fraccaro et al. (2016) the RNN is attached to both latent states and observations. We note that in our approach the transition and emission are decoupled, not only for interpretability but also for efficient inference without variational assumptions. + +On a related note, sequential Monte Carlo methods have recently received attention in approximating the variational objective (Maddison et al., 2017; Le et al., 2017; Naesseth et al., 2017). Despite the similarity, we emphasize that the context is different: we take a stochastic EM approach, where the full expectation in E-step is replaced by the samples from SMC. In contrast, SMC in above works is aimed at providing a tighter lower bound for the variational objective. + +# 2 BACKGROUND + +In this section, we provide a brief review of some key ingredients of this paper. We first describe the SSMs and the RNNs for sequence modeling, and then outline the SMC methods for sampling from a series of distributions. + +# 2.1 STATE SPACE MODELS + +Consider a sequence of observations $\boldsymbol { x } _ { 1 : T } = ( x _ { 1 } , \dots , x _ { T } )$ and a corresponding sequence of latent states $z _ { 1 : T } = ( z _ { 1 } , \dots , z _ { T } )$ . The SSMs are a class of graphical models that defines probabilistic dependencies between latent states and the observations. A classical example of SSM is the (Gaussian) LDS, where real-valued states evolve linearly over time under the first-order Markov assumption. Let $\boldsymbol { x } _ { t } \in \mathbb { R } ^ { d }$ and $\boldsymbol { z } _ { t } \in \mathbb { R } ^ { k }$ , the LDS can be expressed by two equations: + +$$ +\begin{array} { r l r } { \mathrm { ( T r a n s i t i o n ) } } & { z _ { t } = A z _ { t - 1 } + \eta , \ } & { \eta \sim \mathcal { N } ( 0 , Q ) } \\ { \mathrm { ( E m i s s i o n ) } } & { x _ { t } = C z _ { t } + \epsilon , \ } & { \epsilon \sim \mathcal { N } ( 0 , R ) , } \end{array} +$$ + +where $A \in \mathbb { R } ^ { k \times k }$ , $C \in \mathbb { R } ^ { d \times k }$ , and $Q$ and $R$ are covariance matrices of corresponding sizes. They are widely applied in modeling the dynamics of moving objects, with $z _ { t }$ representing the true state of the system, such as location and velocity of the object, and $x _ { t }$ being the noisy observation under zero-mean Gaussian noise. + +We mention two important inference tasks (Koller & Friedman, 2009) associated with SSMs. The first tasks is filtering: at any time $t$ , compute $p ( \boldsymbol { z } _ { t } | \boldsymbol { x } _ { 1 : t } )$ , i.e. the most up-to-date belief of the state $z _ { t }$ conditioned on all past and current observations $x _ { 1 : t }$ . The other task is smoothing, which computes $p ( \boldsymbol { z } _ { t } | \boldsymbol { x } _ { 1 : T } )$ , i.e. the update to the belief of a latent state by incorporating future observations. One of the beauties of SSMs is that these inference tasks are available in closed form, thanks + +# Algorithm 1 Sequential Monte Carlo + +1. Let $z _ { 0 } ^ { p } = z _ { 0 }$ and weights $\alpha _ { 0 } ^ { p } = 1 / P$ for $p = 1 , \ldots , P$ . + +2. For $t = 1 , \dots , T$ + +(a) Sample ancestors $a _ { t - 1 } ^ { p } \sim \alpha _ { t - 1 }$ for $p = 1 , \ldots , P$ . +(c) Set (d) Co $z _ { t } ^ { p } \sim f ( z _ { t } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } )$ $p = 1 , \ldots , P$ $z _ { 1 : t } ^ { p } = ( z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , z _ { t } ^ { p } )$ $p = 1 , \ldots , P$ $\begin{array} { r } { \alpha _ { t } ^ { p } \propto \frac { \pi _ { t } ( z _ { 1 : t } ^ { p } ) } { \pi _ { t - 1 } ( z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } ) f ( z _ { t } ^ { p } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } ) } } \end{array}$ $p = 1 , \ldots , P$ + +to the simple Markovian dynamics of the latent states. For instance, the forward-backward algorithm (Stratonovich, 1960), the Kalman filter (Kalman, 1960), and RTS smoother (Rauch et al., 1965) are widely appreciated in the literature of HMM and LDS. + +Having obtained the closed form filtering and smoothing equations, one can make use of the EM algorithm to find the maximum likelihood estimate (MLE) of the parameters given observations. In the case of LDS, the E-step can be computed by RTS smoother and the M-step is simple subproblems such as least-squares regression. We refer to Ghahramani & Hinton (1996) for a full exposition on learning the parameters of LDS using EM iterations. + +# 2.2 RECURRENT NEURAL NETWORKS + +RNNs have received remarkable attention in recent years due to their strong benchmark performance as well as successful applications in real-world problems. Unlike SSMs, RNNs aim to directly learn the complex generative distribution of $p \big ( x _ { t } | x _ { 1 : t - 1 } \big )$ using a neural network, with the help of a deterministic internal state $s _ { t }$ : + +$$ +p ( x _ { t } | x _ { 1 : t - 1 } ) = p ( x _ { t } ; g ( s _ { t } ) ) , \quad s _ { t } = \mathsf { R N N } ( s _ { t - 1 } , x _ { t - 1 } ) , +$$ + +where $\mathsf { R N N } ( \cdot , \cdot )$ is the transition function defined by a neural network, and $g ( \cdot )$ is an arbitrary differentiable function that maps the RNN state $s _ { t }$ to the parameter of the distribution of $x _ { t }$ . The flexibility of the transformation function allows the RNN to learn from complex nonlinear nonGaussian sequences. Moreover, since the state $s _ { t }$ is a deterministic function of the past observations $x _ { 1 : t - 1 }$ , RNNs can capture long-range dependencies, for instance matching brackets in programming languages (Karpathy et al., 2015). + +The BPTT algorithm can be used to find the MLE of the parameters of $\mathsf { R N N } ( \cdot , \cdot )$ and $g ( \cdot )$ . However, although RNNs can, in principle, model long-range dependencies, directly applying BPTT can be difficult in practice since the repeated application of a squashing nonlinear activation function, such as tanh or logistic sigmoid, results in an exponential decay in the error signal through time. LSTMs (Hochreiter & Schmidhuber, 1997) are designed to cope with the such vanishing gradient problems, by introducing an extra memory cell that is constructed as a linear combination of the previous state and signal from the input. In this work, we also use LSTMs as building blocks, as in Zaheer et al. (2017). + +# 2.3 SEQUENTIAL MONTE CARLO + +Sequential Monte Carlo (SMC) (Doucet et al., 2001) is an algorithm that samples from a series of potentially unnormalized densities $\pi _ { 1 } ( z _ { 1 } ) , . . . , \pi _ { T } ( z _ { 1 : T } )$ . At each step $t$ , SMC approximates the target density $\pi _ { t }$ with $P$ weighted particles using importance distribution $f { \big ( } z _ { t } | z _ { 1 : t - 1 } { \big ) }$ : + +$$ +\pi _ { t } ( z _ { 1 : t } ) \approx \hat { \pi } _ { t } ( z _ { 1 : t } ) = \sum _ { p } \alpha _ { t } ^ { p } \delta _ { z _ { 1 : t } ^ { p } } ( z _ { 1 : t } ) , +$$ + +where $\alpha _ { t } ^ { p }$ is the importance weight of the $p$ -th particle and $\delta _ { x }$ is the Dirac point mass at $x$ . Repeating this approximation for every $t$ leads to the SMC method, outlined in Algorithm 1. + +The key to this method lies in the resampling, which is implemented by repeatedly drawing the ancestors of particles at each step. Intuitively, it encourages the particles with a higher likelihood to survive longer, since the weight reflects the likelihood of the particle path. The final Monte Carlo estimate (4) consists of only survived particle paths, and sampling from this point masses is equivalent to choosing a particle path according to the last weights $\alpha _ { T }$ . We refer to Doucet et al. (2001); Andrieu et al. (2010) for detailed proof of the method. + +![](images/442f673772ccac3d53e3d3bb5f66cbecf4789460d88a7c98e79285a39e72b1c0.jpg) +Figure 1: Generative process of SSL. + +# 3 STATE SPACE LSTM MODELS + +In this section, we present the class of State Space LSTM (SSL) models that combines interpretability of SSMs and flexibility of LSTMs. + +The key intuition, motivated by SSMs, is to learn dynamics in the state space, rather than in the sample space. However, we do not assume transition in the state space is linear, Gaussian, or Markovian. Existing approaches such as the extended Kalman filter (EKF) attempted to work with a general nonlinear transition function. Unfortunately, additional flexibility also introduced extra difficulty in the parameter estimation: EKF relies heavily on linearizing the nonlinear functions. We propose to use LSTM to model the dynamics in the latent state space, as they can learn from complex sequences without making limiting assumptions. The BPTT algorithm is also well established so that no additional approximation is needed in training the latent dynamics. + +Generative process Let $h ( \cdot )$ be the emission function that maps a latent state to a parameter of the sample distribution. As illustrated in Figure 1 (a), the generative process of SSL for a single sequence is: + +• For $t = 1 , \dots , T$ : 1. Perform LSTM transition: $\boldsymbol { s } _ { t } = \mathsf { L S T M } \left( \boldsymbol { s } _ { t - 1 } , \boldsymbol { z } _ { t - 1 } \right)$ 2. Draw latent state: $z _ { t } \sim p ( z ; g ( s _ { t } ) )$ 3. Draw observation: $x _ { t } \sim p ( x ; h ( z _ { t } ) )$ + +The generative process specifies the following joint likelihood, with a similar factorization as SSMs except for the Markov transition: + +$$ +p ( x _ { 1 : T } , z _ { 1 : T } ) = \prod _ { t = 1 } ^ { T } p _ { \omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \phi } ( x _ { t } | z _ { t } ) , +$$ + +where $p _ { \omega } ( z _ { t } | z _ { 1 : t - 1 } ) = p ( z _ { t } ; g ( s _ { t } ) )$ , $\omega$ is the set of parameters of $\mathsf { L S T M } ( \cdot , \cdot )$ and $g ( \cdot )$ , and $\phi$ is the parameters of $h ( \cdot )$ . The structure of the likelihood function is better illustrated in Figure 1 (b), where each latent state $z _ { t }$ is dependent to all previous states $z _ { 1 : t - 1 }$ after substituting $s _ { t }$ recursively. This allows the SSL to have non-Markovian state transition, with parsimonious parameterization thanks to the recurrent structure of LSTMs. + +Parameter estimation We continue with a single sequence for the ease of notation. A variational lower bound to the marginal data likelihood is given by + +$$ +\log p ( x _ { 1 : T } ) \geq \mathbb { E } _ { q } \left[ \log \frac { p _ { \omega } ( z _ { 1 : T } ) p _ { \phi } ( x _ { 1 : T } | z _ { 1 : T } ) } { q ( z _ { 1 : T } ) } \right] , +$$ + +where $q \big ( z _ { 1 : T } \big )$ is the variational distribution. Following the (stochastic) EM approach, iteratively maximizing the lower bound w.r.t. $q$ and the model parameters $( \omega , \phi )$ leads to the following updates: + +• E-step: The optimal variational distribution is given by the posterior: + +$$ +\begin{array} { r } { q ^ { \star } ( z _ { 1 : T } ) \propto p _ { \omega } ( z _ { 1 : T } ) p _ { \phi } ( x _ { 1 : T } | z _ { 1 : T } ) . } \end{array} +$$ + +In the case of LDS or HMM, efficient smoothing algorithms such as the RTS smoother or the forward-backward algorithm are available for computing the posterior expectations of sufficient statistics. However, without Markovian state transition, although the forward messages can still be computed, the backward recursion can no longer evaluated or efficiently approximated. + +• S-step: Due to the difficulties in taking expectations, we take an alternative approach to collect posterior samples instead: + +$$ +z _ { 1 : T } ^ { \star } \sim q ^ { \star } ( z _ { 1 : T } ) , +$$ + +given only the filtering equations. We discuss the posterior sampling algorithm in detail in the next section. + +• M-step: Given the posterior samples $z _ { 1 : T } ^ { \star }$ , which can be seen as Monte Carlo estimate of the expectations, the subproblem for $\omega$ and $\phi$ are + +$$ +\omega ^ { \star } = \underset { \omega } { \mathrm { a r g m a x } } ~ \log p _ { \omega } ( z _ { 1 : T } ^ { \star } ) , \quad \phi ^ { \star } = \underset { \phi } { \mathrm { a r g m a x } } ~ \sum _ { t } \log p _ { \phi } ( x _ { t } | z _ { t } ^ { \star } ) , +$$ + +which is exactly the MLE of an LSTM, with $z _ { 1 : T } ^ { \star }$ serving as the input sequence, and the MLE of the given emission model. + +Having seen the generative model and the estimation algorithm, we can now discuss some instances of the proposed class of models. In particular, we provide two examples of SSL, for continuous and discrete latent states respectively. + +Example 1 (Gaussian SSL) Suppose $z _ { t }$ and $x _ { t }$ are real-valued vectors. A typical choice of the transition and emission is the Gaussian distribution: + +$$ +\begin{array} { r l } & { p ( z _ { t } ; g ( s _ { t } ) ) = \mathcal { N } ( z _ { t } ; g _ { \mu } ( s _ { t } ) , g _ { \sigma } ( s _ { t } ) ) } \\ & { p ( x _ { t } ; h ( z _ { t } ) ) = \mathcal { N } ( x _ { t } ; h _ { \mu } ( z _ { t } ) , h _ { \sigma } ( z _ { t } ) ) , } \end{array} +$$ + +where $g _ { \mu } ( \cdot )$ and $g _ { \sigma } ( \cdot )$ map to the mean and the covariance of the Gaussian respectively, and similarly $h _ { \mu } ( \cdot )$ and $h _ { \sigma } ( \cdot )$ . For closed form estimates for the emission parameters, one can further assume + +$$ +h _ { \mu } ( z _ { t } ) = C z _ { t } + b , \quad h _ { \sigma } ( z _ { t } ) = R , +$$ + +where $C$ is a matrix that maps from state space to sample space, and $R$ is the covariance matrix with appropriate size. The MLE of $\phi = ( C , b , R )$ is then given by the least squares fit. + +Example 2 (Topical SSL, (Zaheer et al., 2017)) Consider $x _ { 1 : T }$ as the sequence of websites a user has visited. One might be tempted to model the user behavior using an LSTM, however due to the enormous size of the Internet, it is almost impossible to even compute a softmax output to get a discrete distribution over the websites. There are approximation methods for large vocabulary problems in RNN, such as the hierarchical softmax (Morin & Bengio, 2005). However, another interesting approach is to operate on a sequence with a “compressed” vocabulary, while learning how to perform such compression at the same time. + +Let $z _ { t }$ be the indicator of a “topic”, which is a distribution over the vocabulary as in Blei et al. (2003). Accordingly, define + +$$ +\begin{array} { r l } & { p ( z _ { t } ; g ( s _ { t } ) ) = \mathsf { M u l t i n o m i a l } ( z _ { t } ; \mathsf { s o f t m a x } ( W s _ { t } + b ) ) } \\ & { p ( x _ { t } ; h ( z _ { t } ) ) = \mathsf { M u l t i n o m i a l } ( x _ { t } ; \phi _ { z _ { t } } ) , } \end{array} +$$ + +where $W$ is a matrix that maps LSTM states to latent states, $b$ is a bias term, and $\phi _ { z _ { t } }$ is a point in the probability simplex. If $z _ { t }$ lies in a lower dimension than $x _ { t }$ , the LSTM is effectively trained over a sequence $z _ { 1 : T }$ with a reduced vocabulary. On the other hand, the probabilistic mapping between $z _ { t }$ and $x _ { t }$ is interpretable, as it learns to group similar $x _ { t }$ ’s together. The estimation of $\phi$ is typically performed under a Dirichlet prior, which then corresponds to the MAP estimate of the Dirichlet distribution (Zaheer et al., 2017). + +# 4 INFERENCE WITH PARTICLE GIBBS + +In this section, we discuss how to draw samples from the posterior (7), corresponding to the S-step of the stochastic EM algorithm: + +$$ +z _ { 1 : T } ^ { \star } \sim p ( z _ { 1 : T } | x _ { 1 : T } ) = \frac { \prod _ { t } p _ { \omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \phi } ( x _ { t } | z _ { t } ) } { \int \prod _ { t } p _ { \omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \phi } ( x _ { t } | z _ { t } ) \mathrm { d } z _ { 1 : T } } . +$$ + +Assuming the integration and normalization can be performed efficiently, the following quantities can be evaluated in the forward pass without Markov state transition: + +$$ +\begin{array} { r l } & { \alpha _ { t } \equiv p ( x _ { t } | z _ { 1 : t - 1 } ) \propto \displaystyle \int p _ { \omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \phi } ( x _ { t } | z _ { t } ) \mathrm { d } z _ { t } } \\ & { \gamma _ { t } \equiv p ( z _ { t } | z _ { 1 : t - 1 } , x _ { t } ) \propto p _ { \omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \phi } ( x _ { t } | z _ { t } ) . } \end{array} +$$ + +The task is to draw from the joint posterior of $z _ { 1 : T }$ only given access to these forward messages. + +One way to circumvent the tight dependencies in $z _ { 1 : T }$ is to make a factorization assumption, as in Zaheer et al. (2017). More concretely, the joint distribution is decomposed as + +(factorization assumption) + +$$ +p ( z _ { 1 : T } | x _ { 1 : T } ) \propto \prod _ { t } p _ { \omega } ( z _ { t } | z _ { 1 : t - 1 } ^ { \mathrm { p r e v } } ) p _ { \phi } ( x _ { t } | z _ { t } ) , +$$ + +where $z _ { 1 : t - 1 } ^ { \mathrm { p r e v } }$ is the assignments from the previous inference step. However, as we confirm in the experiments, this assumption can be restrictive since the flexibility of LSTM state transitions is offset by considering each time step independently. + +In this work, we propose to use a method based on SMC, which is a principled way of sampling from a sequence of distributions. More importantly, it does not require the model to be Markovian (Frigola et al., 2013; Lindsten et al., 2014). As described earlier, the idea is to approximate the posterior (15) with point masses, i.e., weighted particles. Let $f ( \boldsymbol { z } _ { t } | \boldsymbol { z } _ { 1 : t - 1 } , \boldsymbol { x } _ { t } )$ be the importance density, and $P$ be the number of particles. We then can run Algorithm 1 with $\pi _ { t } ( z _ { 1 : t } ) \stackrel { - } { = } p ( x _ { 1 : t } , z _ { 1 : t } )$ being the unnormalized target distribution at time $t$ , where the weight becomes + +$$ +\alpha _ { t } ^ { p } \propto \frac { p ( z _ { 1 : t } ^ { p } , x _ { 1 : t } ) } { p ( z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , x _ { 1 : t - 1 } ) f ( z _ { t } ^ { p } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , x _ { t } ) } = \frac { p _ { \omega } ( z _ { t } ^ { p } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } ) p _ { \phi } ( x _ { t } | z _ { t } ^ { p } ) } { f ( z _ { t } ^ { p } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , x _ { t } ) } . +$$ + +As for the choice of the proposal distribution $f ( \cdot )$ , one could use the transition density $p _ { \omega } \big ( z _ { t } | z _ { 1 : t - 1 } \big )$ , in which case the algorithm is also referred to as the bootstrap particle filter. An alternative is the predictive distribution, a locally optimal proposal in terms of variance (Andrieu et al., 2010): + +$$ +f ^ { \star } ( z _ { t } | z _ { 1 : t - 1 } , x _ { t } ) = \frac { p _ { \omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \phi } ( x _ { t } | z _ { t } ) } { \int p _ { \omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \phi } ( x _ { t } | z _ { t } ) \mathrm { d } z _ { t } } , +$$ + +which is precisely one of the available forward messages: + +$$ +\gamma _ { t } ^ { p } = f ^ { \star } ( z _ { t } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , x _ { t } ) . +$$ + +Notice the similarity between terms in (19) and (20). Indeed, with the choice of predictive distribution as the proposal density, the importance weight simplifies to + +$$ +\alpha _ { t } ^ { p } \propto \tilde { \alpha } _ { t } ^ { p } = \int p _ { \omega } ( z _ { t } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } ) p _ { \phi } ( x _ { t } | z _ { t } ) \mathrm { d } z _ { t } , , +$$ + +which is not a coincidence that the name collides with the message $\alpha _ { t }$ . Interestingly, this quantity no longer depends on the current particle $z _ { t } ^ { p }$ . Instead, it marginalizes over all possible particle assignments of the current time step. This is beneficial computationally since the intermediate terms from (20) can be reused in (22). Also note that the optimal proposal relies on the fact that the normalization in (20) can be performed efficiently, otherwise the bootstrap proposal should be used. + +After a full pass over the sequence, the algorithm produces Monte Carlo approximation of the posterior and the marginal likelihood: + +$$ +\hat { p } ( z _ { 1 : T } | x _ { 1 : T } ) = \sum _ { p } \alpha _ { T } ^ { p } \delta _ { z _ { 1 : T } ^ { p } } \left( z _ { 1 : T } \right) , \quad \hat { p } ( x _ { 1 : T } ) = \prod _ { t } \frac { 1 } { P } \sum _ { p } \tilde { \alpha } _ { t } ^ { p } . +$$ + +# Algorithm 2 Inference with Particle Gibbs + +1. Let $z _ { 0 } ^ { p } = z _ { 0 }$ and $\alpha _ { 0 } ^ { p } = 1 / P$ for $p = 1 , \ldots , P$ . + +2. For $t = 1 , \dots , T$ + +(a) Fix reference path: set $a _ { t - 1 } ^ { 1 } = 1$ and $z _ { 1 : t } ^ { 1 } = z _ { 1 : t } ^ { \star }$ from previous iteration. +(b) Sample ancestors $a _ { t - 1 } ^ { p } \sim \alpha _ { t - 1 }$ for $p = 2 , \ldots , P$ . +(c) Sample particles $z _ { t } ^ { p } \sim \gamma _ { t } ^ { p }$ and set $z _ { 1 : t } ^ { p } = ( z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , z _ { t } ^ { p } )$ for $p = 2 , \ldots , P$ . +(d) Compute normalized weights $\alpha _ { t } ^ { p }$ for $p = 1 , \ldots , P$ . + +3. Sample $r \sim \alpha _ { T }$ , return the particle path $z _ { 1 : T } ^ { a _ { T } ^ { r } }$ + +The inference is completed by a final draw from the approximate posterior, + +$$ +z _ { 1 : T } ^ { \star } \sim \hat { p } \big ( z _ { 1 : T } | x _ { 1 : T } \big ) , +$$ + +which is essentially sampling a particle path indexed by the last particle. Specifically, the last particle $z _ { T } ^ { p }$ is chosen according to the final weights $\alpha _ { T }$ , and then earlier particles can be obtained by tracing backwards to the beginning of the sequence according to the ancestry indicators $a _ { t } ^ { p }$ at each position. + +Since SMC produces a Monte Carlo estimate, as the number of particles $P \to \infty$ the approximate posterior (23) is guaranteed to converge to the true posterior for a fixed sequence. However, as the length of the sequence $T$ increases, the number of particles needed to provide a good approximation grows exponentially. This is the well-known depletion problem of SMC (Andrieu et al., 2010). + +One elegant way to avoid simulating enormous number of particles is to marry the idea of MCMC with SMC (Andrieu et al., 2010). The idea of such Particle MCMC (PMCMC) methods is to treat the particle estimate $\hat { p } ( \cdot )$ as a proposal, and design a Markov kernel that leaves the target distribution invariant. Since the invariance is ensured by the MCMC, it does not demand SMC to provide an accurate approximation to the true distribution, but only to give samples that are approximately distributed according to the target. As a result, for any fixed $P > 0$ the PMCMC methods ensure the target distribution is invariant. + +We choose the Gibbs kernel that requires minimal modification from the basic SMC. The resulting algorithm is Particle Gibbs (PG), which is a conditional SMC update in a sense that a reference path $z _ { 1 : T } ^ { \mathrm { r e f } }$ with its ancestral lineage is fixed throughout the particle propagation of SMC. It can be shown that this simple modification to SMC produces a transition kernel that is not only invariant, but also ergodic under mild assumptions. In practice, we use the assignments from previous step as the reference path. The final algorithm is summarized in Algorithm 2. Combined with the stochastic EM outer iteration, the final algorithm is an instance of the particle SAEM (Lindsten, 2013; Schon¨ et al., 2015), under non-Markovian state transition. + +We conclude this section by deriving forward messages for the previous examples. + +Example 1 (Gaussian SSL, continued) The integration and normalization preserves normality thanks to the Gaussian identify. The messages are given by + +$$ +\begin{array} { r l } & { \alpha _ { t } = \mathcal { N } \left( x _ { t } ; C g _ { \mu } ( s _ { t } ) + b , R + C [ g _ { \sigma } ( s _ { t } ) ] ^ { - 1 } C ^ { T } \right) } \\ & { \gamma _ { t } = \mathcal { N } \left( z _ { t } ; V \left( C ^ { T } R ^ { - 1 } ( x _ { t } - b ) + [ g _ { \sigma } ( s _ { t } ) ] ^ { - 1 } g _ { \mu } ( s _ { t } ) \right) , V \right) , } \end{array} +$$ + +where $V = \left( [ g _ { \sigma } ( s _ { t } ) ] ^ { - 1 } + C ^ { T } R ^ { - 1 } C \right) ^ { - 1 }$ + +Example 2 (Topical SSL, continued) Let $\theta _ { t } = \mathsf { s o f t m a x } ( W s _ { t } + b )$ . Since the distributions are discrete, we have + +$$ +\begin{array} { r } { \alpha _ { t } \propto \left. \theta _ { t } , \phi _ { x _ { t } } \right. , \quad \gamma _ { t } \propto \theta _ { t } \circ \phi _ { x _ { t } } , } \end{array} +$$ + +where $\circ$ denotes element-wise product. Note that the integration for $\alpha _ { t }$ corresponds to a summation in the state space. It is then normalized across $P$ particles to form a weight distribution. For $\gamma _ { t }$ the normalization is performed in the state space as well, hence the computation of the messages are manageable. + +![](images/c389f9d873dbf3528420ad348381281516867b0bc9855eecef7c4129be37985b.jpg) +Figure 2: Tracking a synthetic trajectory. Top row: true trajectory and noisy observations. Middle row: training/testing performance of LSTM. Bottom row: training/testing performance of SSL. + +# 5 EXPERIMENTS + +We now present empirical studies for our proposed model and inference (denoted as SMC) in order to establish that (1) SSL is flexible in capturing underlying nonlinear dynamics, (2) our inference is accurate yet easily applicable to complicated models, and (3) it opens new avenues for interpretable yet nonlinear and non-Markovian sequence models, previously unthinkable. To illustrate these claims, we evaluate on (1) synthetic sequence tracking of varying difficulties, (2) language modeling, and (3) user modeling utilizing complicated models for capturing the intricate dynamics. For SMC inference, we gradually increase the number of particles $P$ from 1 to $K$ during training. + +Software & hardware All the algorithms are implemented on TensorFlow (Abadi et al., 2016). We run our experiments on a commodity machine with Intel R Xeon R CPU E5-2630 v4 CPU, 256GB RAM, and 4 NVidia R Titan X (Pascal) GPU. + +# 5.1 SYNTHETIC SEQUENCE TRACKING + +To test the flexibility of SSL, we begin with inference using synthetic data. We consider four different dynamics in 2D space: (i) a straight line, (ii) a sine wave, (iii) a circle, and (iv) a swiss role. Note that we do not add additional states such as velocity, keeping the dynamics nonlinear except for the first case. Data points are generated by adding zero mean Gaussian noise to the true underlying dynamics. The true dynamics and the noisy observations are plotted in the top row of Figure 2. The first $60 \%$ of the sequence is used for training and the rest is left for testing. + +The middle and bottom row of Figure 2 show the result of SSL and vanilla LSTM trained for same number of iterations until both are sufficiently converged. The red points refer to the prediction of $z _ { t }$ after observing $x _ { 1 : t }$ , and the green points are blind predictions without observing any data. We can observe that while both methods are capturing the dynamics well in general, the predictions of LSTM tend to be more sensitive to initial predictions. In contrast, even when the initial predictions are not incorrect, SSL can recover in the end by remaining on the latent dynamic. + +# 5.2 LANGUAGE MODELING + +For Topical SSL, we compare our SMC inference method with the factored old algorithm (Zaheer et al., 2017) on the publicly available Wikipedia dataset, where documents with less than 500 words are excluded and the most frequent $2 0 0 \mathrm { k }$ word types are retained. We train on the first $60 \%$ of the documents and test on the rest, using the same settings in Zaheer et al. (2017). Figure 3 shows the test perplexity (lower is better) and number of nonzeros in the learned word topic count matrix (lower is better). In all cases, the SMC inference method consistently outperforms the old factored method. For comparison, we also run LSTM with the same number of parameters, which gives the lowest test perplexity of 1942.26. However, we note that LSTM needs to perform expensive linear transformation for both embedding and softmax at every step, which depends linearly on the vocabulary size $V$ . In contrast, SSL only depends linearly on number of topics $K \ll V$ . + +![](images/0c177253ec0fa3f9b37445f369bed90a7cc1bf22a44e3659e7e2d49ed6e251a6.jpg) +Figure 3: Comparison of the new inference method based on SMC to the older one assuming factored model. The top row represents perplexity on the held out set and the lower row represents the non zero entries in the word-topic count matrix. Lower perplexity indicates a better fit to the data and lower NNZ results in a sparser model and usually having better generalization. + +Ablation study We also want to explore the benefit of the newer inference as dataset size increases. We observe that in case of natural languages which are highly structured the gap between factored approximation and accurate SMC keeps reducing as dataset size increases. But as we will see in case of user modeling when the dataset is less structured, the factored as + +![](images/c781e093801aa6ca163e3cfd923825e549e0a8c317268fc40d76c6def88f5fb6.jpg) +Figure 4: Comparison between SMC and factored algorithm bysumption leads to poorer perforvarying number of topics and documentsmance. Also when the data size is fixed and the number of topics are varying, the SMC algorithm gives better perplexity compared to the old algorithm. Therefore we the SMC inference is consistently better in various settings. + +Visualizing particle paths In Figure 5, we show the particle paths on a snippet of an article about a music album 1. As we can see from the top row, which plots the particle paths at the initial iteration, the model proposed a number of candidate topic sequences since it is uncertain about the latent semantics yet. However, after 100 epochs, as we can see from the bottom row, the model is much more confident about the underlying topical transition. Moreover, by inspecting the learned parameters $\phi$ of the probabilistic emission, we can see that the topics are highly concentrated on topics related to music and time. This confirms our claim about flexible sequence modeling while retaining interpretability. + +![](images/d05a137be6025677c0f4232c7cc46782d72893ccaae0dacc34808e142402d1ff.jpg) +Figure 5: Particle paths of a document about a music album. Top row: at epoch 1. Bottom row: at epoch 100. After epoch 100 the document has converged to a sparse set of relevant topics. + +# 5.3 USER MODELING + +We use an anonymized sample of user search click history to measure the accuracy of different models on predicting users future clicks. An accurate model would enable better user experience by presenting the user with relevant content. The dataset is anonymized by removing all items appearing less than a given threshold, this results in a dataset with 100K vocabulary and we vary the number of users from 500K to 1M. + +We fix the number of topics at 500 for all user experiments. We used the same setup to the one used in the experiments over the Wikipedia dataset for parameters. The dataset is less structured than the language modeling task since users click patterns are less predictable than the sequence of words which follow definite syntactic rules. As shown in table 1, the benefit of new inference method is highlighted as it yields much lower perplexity than the factored model. + +Table 1: Comparison on user data + +
Algorithm#Users
500k1M
Factored24302254
SMC14641447
+ +# 6 DISCUSSIONS & CONCLUSION + +In this paper we revisited the problem of posterior inference in Latent LSTM models as introduced in Zaheer et al. (2017). We generalized their model to accommodate a wide variety of state space models and most importantly we provided a more principled Sequential Monte-Carlo (SMC) algorithm for posterior inference. Although the newly proposed inference method can be slower, we showed over a variety of dataset that the new SMC based algorithm is far superior and more stable. While computation of the new SMC algorithm scales linearly with the number of particles, this can be naively parallelized. In the future we plan to extend our work to incorporate a wider class of dynamically changing structured objects such as time-evolving graphs. + +# REFERENCES + +Mart´ın Abadi, Ashish Agarwal, Paul Barham, Eugene Brevdo, Zhifeng Chen, Craig Citro, Greg S. Corrado, Andy Davis, Jeffrey Dean, Matthieu Devin, and Others. TensorFlow: Large-Scale Machine Learning on Heterogeneous Systems. arXiv preprint arXiv:1603.04467, 2016. + +Christophe Andrieu, Arnaud Doucet, and Roman Holenstein. Particle Markov chain Monte Carlo methods. Journal of the Royal Statistical Society: Series B (Statistical Methodology), 72(3):269– 342, 2010. + +Evan Archer, Il Memming Park, Lars Buesing, John P. Cunningham, and Liam Paninski. Black box variational inference for state space models. arXiv preprint arXiv:1511.07367, 2015. + +Justin Bayer and Christian Osendorfer. Learning Stochastic Recurrent Networks. arXiv preprint arXiv:1411.7610, 2014. + +Christopher M. Bishop. Mixture Density Networks. Technical report, 1994. + +David M. Blei, Andrew Y. $\mathrm { N g }$ , and Michael I. Jordan. Latent Dirichlet Allocation. Journal of Machine Learning Research, 3:993–1022, 2003. ISSN 15324435. + +Nicolas Boulanger-Lewandowski, Yoshua Bengio, and Pascal Vincent. Modeling Temporal Dependencies in High-Dimensional Sequences: Application to Polyphonic Music Generation and Transcription. In ICML, 2012. + +Junyoung Chung, Kyle Kastner, Laurent Dinh, Kratarth Goel, Aaron Courville, and Yoshua Bengio. A Recurrent Latent Variable Model for Sequential Data. In NIPS, 2015. + +Arnaud Doucet, Nando de Freitas, and Neil Gordon. Sequential Monte Carlo Methods in Practice. Springer, 2001. + +Marco Fraccaro, Søren Kaae Sønderby, Ulrich Paquet, and Ole Winther. Sequential Neural Models with Stochastic Layers. In NIPS, 2016. + +Roger Frigola, Fredrik Lindsten, Thomas B. Schon, and Carl E. Rasmussen. Bayesian Inference and ¨ Learning in Gaussian Process State-Space Models with Particle MCMC. In NIPS, 2013. + +Zoubin Ghahramani and Geoffrey E. Hinton. Parameter estimation for linear dynamical systems. Technical report, 1996. + +Zoubin Ghahramani and Sam T. Roweis. Learning Nonlinear Dynamical Systems using an EM Algorithm. In NIPS, 1999. + +Karol Gregor, Ivo Danihelka, Alex Graves, Danilo Jimenez Rezende, and Daan Wierstra. DRAW: A Recurrent Neural Network For Image Generation. In ICML, 2015. + +Sepp Hochreiter and Jurgen Schmidhuber. Long Short-Term Memory. ¨ Neural Computation, 9(8): 1735–1780, 1997. + +Matthew J. Johnson, David Duvenaud, Alexander B. Wiltschko, Sandeep R. Datta, and Ryan P. Adams. Composing graphical models with neural networks for structured representations and fast inference. In NIPS, 2016. + +Simon J. Julier and Jeffrey K. Uhlmann. A new extension of the Kalman filter to nonlinear systems. In Int. symp. aerospace/defense sensing, simul. and controls1, 1997. + +Rudolph Emil Kalman. A New Approach to Linear Filtering and Prediction Problems. Journal of Basic Engineering, 82(1):35–45, 1960. ISSN 00219223. + +Maximilian Karl, Maximilian Soelch, Justin Bayer, and Patrick van der Smagt. Deep variational Bayes filters: Unsupervised learning of state space models from raw data. In ICLR, 2017. + +Andrej Karpathy, Justin Johnson, and Li Fei-Fei. Visualizing and understanding recurrent networks. arXiv preprint arXiv:1506.02078, 2015. + +Diederik P. Kingma and Max Welling. Auto-Encoding Variational Bayes. In ICLR, 2014. + +Daphne Koller and Nir Friedman. Probabilistic Graphical Models: Principles and Techniques. MIT Press, 2009. +Rahul G. Krishnan, Uri Shalit, and David Sontag. Deep Kalman Filters. arXiv preprint arXiv:1511.05121, 2015. +Rahul G. Krishnan, Uri Shalit, and David Sontag. Structured Inference Networks for Nonlinear State Space Models. In AAAI, 2017. +Tuan Anh Le, Maximilian Igl, Tom Jin, Tom Rainforth, and Frank Wood. Auto-Encoding Sequential Monte Carlo. arXiv preprint arXiv:1705.10306, 2017. +Fredrik Lindsten. An efficient stochastic approximation EM algorithm using conditional particle filters. In ICASSP, 2013. +Fredrik Lindsten, Michael I. Jordan, and Thomas B. Schon. Particle Gibbs with Ancestor Sampling. ¨ Journal of Machine Learning Research, 15(1):2145–2184, 2014. ISSN 10495258. +Chris J. Maddison, Dieterich Lawson, George Tucker, Nicolas Heess, Mohammad Norouzi, Andriy Mnih, Arnaud Doucet, and Yee Whye Teh. Filtering Variational Objectives. In NIPS, 2017. +Frederic Morin and Yoshua Bengio. Hierarchical probabilistic neural network language model. In AISTATS, 2005. +Christian A. Naesseth, Scott W. Linderman, Rajesh Ranganath, and David M. Blei. Variational Sequential Monte Carlo. arXiv preprint arXiv:1705.11140, 2017. +Marius Pachitariu and Maneesh Sahani. Learning visual motion in recurrent neural networks. In NIPS, 2012. +Herbert E. Rauch, F. Tung, and Charlotte T. Striebel. Maximum likelihood estimates of linear dynamic systems. AIAA Journal, 3(8):1445–1450, 1965. ISSN 0001-1452. +Danilo Jimenez Rezende, Shakir Mohamed, and Daan Wierstra. Stochastic Backpropagation and Approximate Inference in Deep Generative Models. In ICML, 2014. +Thomas B. Schon, Fredrik Lindsten, Johan Dahlin, Johan W ¨ agberg, Christian A. Naesseth, Andreas ˚ Svensson, and Liang Dai. Sequential Monte Carlo Methods for System Identification. In IFAC Symposium on System Identification (SYSID), 2015. +Ruslan L. Stratonovich. Conditional markov processes. Theory of Probability and Its Applications, 5(2):156–178, 1960. +Manzil Zaheer, Amr Ahmed, and Alexander J. Smola. Latent LSTM Allocation: Joint Clustering and Non-Linear Dynamic Modeling of Sequence Data. In ICML, 2017. \ No newline at end of file diff --git a/parse/train/r1drp-WCZ/r1drp-WCZ_content_list.json b/parse/train/r1drp-WCZ/r1drp-WCZ_content_list.json new file mode 100644 index 0000000000000000000000000000000000000000..25ebcedad02bd99712d7456e93f45049d917fcba --- /dev/null +++ b/parse/train/r1drp-WCZ/r1drp-WCZ_content_list.json @@ -0,0 +1,1760 @@ +[ + { + "type": "text", + "text": "STATE SPACE LSTM MODELS WITH PARTICLE MCMC INFERENCE ", + "text_level": 1, + "bbox": [ + 176, + 99, + 534, + 137 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Anonymous authors Paper under double-blind review ", + "bbox": [ + 183, + 162, + 398, + 189 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "ABSTRACT ", + "text_level": 1, + "bbox": [ + 454, + 227, + 544, + 241 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Long Short-Term Memory (LSTM) is one of the most powerful sequence models. Despite the strong performance, however, it lacks the nice interpretability as in state space models. In this paper, we present a way to combine the best of both worlds by introducing State Space LSTM (SSL) models that generalizes the earlier work Zaheer et al. (2017) of combining topic models with LSTM. However, unlike Zaheer et al. (2017), we do not make any factorization assumptions in our inference algorithm. We present an efficient sampler based on sequential Monte Carlo (SMC) method that draws from the joint posterior directly. Experimental results confirms the superiority and stability of this SMC inference algorithm on a variety of domains. ", + "bbox": [ + 233, + 258, + 764, + 393 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "1 INTRODUCTION ", + "text_level": 1, + "bbox": [ + 176, + 424, + 336, + 440 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "State space models (SSMs), such as hidden Markov models (HMM) and linear dynamical systems (LDS), have been the workhorse of sequence modeling in the past decades From a graphical model perspective, efficient message passing algorithms (Stratonovich, 1960; Kalman, 1960) are available in compact closed form thanks to their simple linear Markov structure. However, simplicity comes at a cost: real world sequences can have long-range dependencies that cannot be captured by Markov models; and the linearity of transition and emission restricts the flexibility of the model for complex sequences. ", + "bbox": [ + 174, + 457, + 823, + 551 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "A popular alternative is the recurrent neural networks (RNN), for instance the Long Short-Term Memory (LSTM) (Hochreiter & Schmidhuber, 1997) which has become a standard for sequence modeling nowadays. Instead of associating the observations with stochastic latent variables, RNN directly defines the distribution of each observation conditioned on the past, parameterized by a neural network. The recurrent parameterization not only allows RNN to provide a rich function class, but also permits scalable stochastic optimization such as the backpropagation through time (BPTT) algorithm. However, flexibility does not come for free as well: due to the complex form of the transition function, the hidden states of RNN are often hard to interpret. Moreover, it can require large amount of parameters for seemingly simple sequence models (Zaheer et al., 2017). ", + "bbox": [ + 174, + 559, + 825, + 680 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "In this paper, we propose a new class of models State Space LSTM (SSL) that combines the best of both worlds. We show that SSLs can handle nonlinear, non-Markovian dynamics like RNNs, while retaining the probabilistic interpretations of SSMs. The intuition, in short, is to separate the state space from the sample space. In particular, instead of directly estimating the dynamics from the observed sequence, we focus on modeling the sequence of latent states, which may represent the true underlying dynamics that generated the noisy observations. Unlike SSMs, where the same goal is pursued under linearity and Markov assumption, we alleviate the restriction by directly modeling the transition function between states parameterized by a neural network. On the other hand, we bridge the state space and the sample space using classical probabilistic relation, which not only brings additional interpretability, but also enables the LSTM to work with more structured representation rather than the noisy observations. ", + "bbox": [ + 174, + 686, + 825, + 834 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Indeed, parameter estimation of such models can be nontrivial. Since the LSTM is defined over a sequence of latent variables rather than observations, it is not straightforward to apply the usual BPTT algorithm without making variational approximations. In Zaheer et al. (2017), which is an instance of SSL, an EM-type approach was employed: the algorithm alternates between imputing the latent states and optimizing the LSTM over the imputed sequences. However, as we show below, the inference implicitly assumes the posterior is factorizable through time. This is a restrictive assumption since the benefit of rich state transition brought by the LSTM may be neutralized by breaking down the posterior over time. ", + "bbox": [ + 174, + 842, + 823, + 897 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 103, + 823, + 157 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "We present a general parameter estimation scheme for the proposed class of models based on sequential Monte Carlo (SMC) (Doucet et al., 2001), in particular the Particle Gibbs (Andrieu et al., 2010). Instead of sampling each time point individually, we directly sample from the joint posterior without making limiting factorization assumptions. Through extensive experiments we verify that sampling from the full posterior leads to significant improvement in the performance. ", + "bbox": [ + 174, + 165, + 823, + 233 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Related works Enhancing state space models using neural networks is not a new idea. Traditional approaches can be traced back to nonlinear extensions of linear dynamical systems, such as extended or unscented Kalman filters (Julier & Uhlmann, 1997), where both state transition and emission are generalized to nonlinear functions. The idea of parameterizing them with neural networks can be found in Ghahramani & Roweis (1999), as well as many recent works (Krishnan et al., 2015; Archer et al., 2015; Johnson et al., 2016; Krishnan et al., 2017; Karl et al., 2017) thanks to the development of recognition networks (Kingma & Welling, 2014; Rezende et al., 2014). Enriching the output distribution of RNN has also regain popularity recently. Unlike conventionally used multinomial output or mixture density networks (Bishop, 1994), recent approaches seek for more flexible family of distributions such as restricted Boltzmann machines (RBM) (Boulanger-Lewandowski et al., 2012) or variational auto-encoders (VAE) (Gregor et al., 2015; Chung et al., 2015). ", + "bbox": [ + 174, + 247, + 825, + 396 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "On the flip side, there have been studies in introducing stochasticity to recurrent neural networks. For instance, Pachitariu & Sahani (2012) and Bayer & Osendorfer (2014) incorporated independent latent variables at each time step; while in Fraccaro et al. (2016) the RNN is attached to both latent states and observations. We note that in our approach the transition and emission are decoupled, not only for interpretability but also for efficient inference without variational assumptions. ", + "bbox": [ + 174, + 402, + 825, + 470 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "On a related note, sequential Monte Carlo methods have recently received attention in approximating the variational objective (Maddison et al., 2017; Le et al., 2017; Naesseth et al., 2017). Despite the similarity, we emphasize that the context is different: we take a stochastic EM approach, where the full expectation in E-step is replaced by the samples from SMC. In contrast, SMC in above works is aimed at providing a tighter lower bound for the variational objective. ", + "bbox": [ + 174, + 477, + 825, + 546 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "2 BACKGROUND ", + "text_level": 1, + "bbox": [ + 176, + 565, + 326, + 580 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "In this section, we provide a brief review of some key ingredients of this paper. We first describe the SSMs and the RNNs for sequence modeling, and then outline the SMC methods for sampling from a series of distributions. ", + "bbox": [ + 174, + 595, + 825, + 637 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "2.1 STATE SPACE MODELS ", + "text_level": 1, + "bbox": [ + 176, + 654, + 367, + 667 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Consider a sequence of observations $\\boldsymbol { x } _ { 1 : T } = ( x _ { 1 } , \\dots , x _ { T } )$ and a corresponding sequence of latent states $z _ { 1 : T } = ( z _ { 1 } , \\dots , z _ { T } )$ . The SSMs are a class of graphical models that defines probabilistic dependencies between latent states and the observations. A classical example of SSM is the (Gaussian) LDS, where real-valued states evolve linearly over time under the first-order Markov assumption. Let $\\boldsymbol { x } _ { t } \\in \\mathbb { R } ^ { d }$ and $\\boldsymbol { z } _ { t } \\in \\mathbb { R } ^ { k }$ , the LDS can be expressed by two equations: ", + "bbox": [ + 173, + 679, + 825, + 747 + ], + "page_idx": 1 + }, + { + "type": "equation", + "img_path": "images/276a70eadd7403d62d01155bb49222a5ca1fdb89112bb6fd8bb38f52e7e9b235.jpg", + "text": "$$\n\\begin{array} { r l r } { \\mathrm { ( T r a n s i t i o n ) } } & { z _ { t } = A z _ { t - 1 } + \\eta , \\ } & { \\eta \\sim \\mathcal { N } ( 0 , Q ) } \\\\ { \\mathrm { ( E m i s s i o n ) } } & { x _ { t } = C z _ { t } + \\epsilon , \\ } & { \\epsilon \\sim \\mathcal { N } ( 0 , R ) , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 339, + 751, + 655, + 789 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "where $A \\in \\mathbb { R } ^ { k \\times k }$ , $C \\in \\mathbb { R } ^ { d \\times k }$ , and $Q$ and $R$ are covariance matrices of corresponding sizes. They are widely applied in modeling the dynamics of moving objects, with $z _ { t }$ representing the true state of the system, such as location and velocity of the object, and $x _ { t }$ being the noisy observation under zero-mean Gaussian noise. ", + "bbox": [ + 174, + 794, + 823, + 848 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "We mention two important inference tasks (Koller & Friedman, 2009) associated with SSMs. The first tasks is filtering: at any time $t$ , compute $p ( \\boldsymbol { z } _ { t } | \\boldsymbol { x } _ { 1 : t } )$ , i.e. the most up-to-date belief of the state $z _ { t }$ conditioned on all past and current observations $x _ { 1 : t }$ . The other task is smoothing, which computes $p ( \\boldsymbol { z } _ { t } | \\boldsymbol { x } _ { 1 : T } )$ , i.e. the update to the belief of a latent state by incorporating future observations. One of the beauties of SSMs is that these inference tasks are available in closed form, thanks ", + "bbox": [ + 174, + 854, + 823, + 924 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Algorithm 1 Sequential Monte Carlo ", + "text_level": 1, + "bbox": [ + 176, + 103, + 421, + 118 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "1. Let $z _ { 0 } ^ { p } = z _ { 0 }$ and weights $\\alpha _ { 0 } ^ { p } = 1 / P$ for $p = 1 , \\ldots , P$ . ", + "bbox": [ + 212, + 122, + 588, + 140 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "2. For $t = 1 , \\dots , T$ ", + "bbox": [ + 212, + 142, + 349, + 156 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "(a) Sample ancestors $a _ { t - 1 } ^ { p } \\sim \\alpha _ { t - 1 }$ for $p = 1 , \\ldots , P$ . \n(c) Set (d) Co $z _ { t } ^ { p } \\sim f ( z _ { t } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } )$ $p = 1 , \\ldots , P$ $z _ { 1 : t } ^ { p } = ( z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , z _ { t } ^ { p } )$ $p = 1 , \\ldots , P$ $\\begin{array} { r } { \\alpha _ { t } ^ { p } \\propto \\frac { \\pi _ { t } ( z _ { 1 : t } ^ { p } ) } { \\pi _ { t - 1 } ( z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } ) f ( z _ { t } ^ { p } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } ) } } \\end{array}$ $p = 1 , \\ldots , P$ ", + "bbox": [ + 236, + 160, + 794, + 257 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "to the simple Markovian dynamics of the latent states. For instance, the forward-backward algorithm (Stratonovich, 1960), the Kalman filter (Kalman, 1960), and RTS smoother (Rauch et al., 1965) are widely appreciated in the literature of HMM and LDS. ", + "bbox": [ + 176, + 290, + 823, + 332 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Having obtained the closed form filtering and smoothing equations, one can make use of the EM algorithm to find the maximum likelihood estimate (MLE) of the parameters given observations. In the case of LDS, the E-step can be computed by RTS smoother and the M-step is simple subproblems such as least-squares regression. We refer to Ghahramani & Hinton (1996) for a full exposition on learning the parameters of LDS using EM iterations. ", + "bbox": [ + 173, + 338, + 825, + 407 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "2.2 RECURRENT NEURAL NETWORKS", + "text_level": 1, + "bbox": [ + 176, + 422, + 446, + 438 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "RNNs have received remarkable attention in recent years due to their strong benchmark performance as well as successful applications in real-world problems. Unlike SSMs, RNNs aim to directly learn the complex generative distribution of $p \\big ( x _ { t } | x _ { 1 : t - 1 } \\big )$ using a neural network, with the help of a deterministic internal state $s _ { t }$ : ", + "bbox": [ + 173, + 449, + 825, + 503 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/29c744f1211baef4e2ce37070b137c8b1fe538fff5227d13467f8ab468bee81a.jpg", + "text": "$$\np ( x _ { t } | x _ { 1 : t - 1 } ) = p ( x _ { t } ; g ( s _ { t } ) ) , \\quad s _ { t } = \\mathsf { R N N } ( s _ { t - 1 } , x _ { t - 1 } ) ,\n$$", + "text_format": "latex", + "bbox": [ + 316, + 510, + 679, + 527 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "where $\\mathsf { R N N } ( \\cdot , \\cdot )$ is the transition function defined by a neural network, and $g ( \\cdot )$ is an arbitrary differentiable function that maps the RNN state $s _ { t }$ to the parameter of the distribution of $x _ { t }$ . The flexibility of the transformation function allows the RNN to learn from complex nonlinear nonGaussian sequences. Moreover, since the state $s _ { t }$ is a deterministic function of the past observations $x _ { 1 : t - 1 }$ , RNNs can capture long-range dependencies, for instance matching brackets in programming languages (Karpathy et al., 2015). ", + "bbox": [ + 173, + 534, + 825, + 616 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "The BPTT algorithm can be used to find the MLE of the parameters of $\\mathsf { R N N } ( \\cdot , \\cdot )$ and $g ( \\cdot )$ . However, although RNNs can, in principle, model long-range dependencies, directly applying BPTT can be difficult in practice since the repeated application of a squashing nonlinear activation function, such as tanh or logistic sigmoid, results in an exponential decay in the error signal through time. LSTMs (Hochreiter & Schmidhuber, 1997) are designed to cope with the such vanishing gradient problems, by introducing an extra memory cell that is constructed as a linear combination of the previous state and signal from the input. In this work, we also use LSTMs as building blocks, as in Zaheer et al. (2017). ", + "bbox": [ + 173, + 621, + 825, + 731 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "2.3 SEQUENTIAL MONTE CARLO ", + "text_level": 1, + "bbox": [ + 176, + 746, + 418, + 761 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Sequential Monte Carlo (SMC) (Doucet et al., 2001) is an algorithm that samples from a series of potentially unnormalized densities $\\pi _ { 1 } ( z _ { 1 } ) , . . . , \\pi _ { T } ( z _ { 1 : T } )$ . At each step $t$ , SMC approximates the target density $\\pi _ { t }$ with $P$ weighted particles using importance distribution $f { \\big ( } z _ { t } | z _ { 1 : t - 1 } { \\big ) }$ : ", + "bbox": [ + 174, + 771, + 825, + 814 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/66adfbe4f1126ad4849ce614e95ff3f6bdc2563461c04279dbd7aedda2bd2a82.jpg", + "text": "$$\n\\pi _ { t } ( z _ { 1 : t } ) \\approx \\hat { \\pi } _ { t } ( z _ { 1 : t } ) = \\sum _ { p } \\alpha _ { t } ^ { p } \\delta _ { z _ { 1 : t } ^ { p } } ( z _ { 1 : t } ) ,\n$$", + "text_format": "latex", + "bbox": [ + 367, + 820, + 629, + 854 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "where $\\alpha _ { t } ^ { p }$ is the importance weight of the $p$ -th particle and $\\delta _ { x }$ is the Dirac point mass at $x$ . Repeating this approximation for every $t$ leads to the SMC method, outlined in Algorithm 1. ", + "bbox": [ + 173, + 861, + 823, + 890 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "The key to this method lies in the resampling, which is implemented by repeatedly drawing the ancestors of particles at each step. Intuitively, it encourages the particles with a higher likelihood to survive longer, since the weight reflects the likelihood of the particle path. The final Monte Carlo estimate (4) consists of only survived particle paths, and sampling from this point masses is equivalent to choosing a particle path according to the last weights $\\alpha _ { T }$ . We refer to Doucet et al. (2001); Andrieu et al. (2010) for detailed proof of the method. ", + "bbox": [ + 173, + 895, + 821, + 924 + ], + "page_idx": 2 + }, + { + "type": "image", + "img_path": "images/442f673772ccac3d53e3d3bb5f66cbecf4789460d88a7c98e79285a39e72b1c0.jpg", + "image_caption": [ + "Figure 1: Generative process of SSL. " + ], + "image_footnote": [], + "bbox": [ + 183, + 97, + 821, + 243 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 301, + 825, + 357 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "3 STATE SPACE LSTM MODELS ", + "text_level": 1, + "bbox": [ + 176, + 376, + 452, + 392 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "In this section, we present the class of State Space LSTM (SSL) models that combines interpretability of SSMs and flexibility of LSTMs. ", + "bbox": [ + 173, + 406, + 821, + 435 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "The key intuition, motivated by SSMs, is to learn dynamics in the state space, rather than in the sample space. However, we do not assume transition in the state space is linear, Gaussian, or Markovian. Existing approaches such as the extended Kalman filter (EKF) attempted to work with a general nonlinear transition function. Unfortunately, additional flexibility also introduced extra difficulty in the parameter estimation: EKF relies heavily on linearizing the nonlinear functions. We propose to use LSTM to model the dynamics in the latent state space, as they can learn from complex sequences without making limiting assumptions. The BPTT algorithm is also well established so that no additional approximation is needed in training the latent dynamics. ", + "bbox": [ + 173, + 441, + 825, + 551 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Generative process Let $h ( \\cdot )$ be the emission function that maps a latent state to a parameter of the sample distribution. As illustrated in Figure 1 (a), the generative process of SSL for a single sequence is: ", + "bbox": [ + 176, + 564, + 823, + 606 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "• For $t = 1 , \\dots , T$ : 1. Perform LSTM transition: $\\boldsymbol { s } _ { t } = \\mathsf { L S T M } \\left( \\boldsymbol { s } _ { t - 1 } , \\boldsymbol { z } _ { t - 1 } \\right)$ 2. Draw latent state: $z _ { t } \\sim p ( z ; g ( s _ { t } ) )$ 3. Draw observation: $x _ { t } \\sim p ( x ; h ( z _ { t } ) )$ ", + "bbox": [ + 215, + 616, + 601, + 681 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "The generative process specifies the following joint likelihood, with a similar factorization as SSMs except for the Markov transition: ", + "bbox": [ + 174, + 690, + 823, + 719 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/92cbcd66796b6ba926f59c99978cb82e9d6b0dadd6e9dc7681805db8865fd9f3.jpg", + "text": "$$\np ( x _ { 1 : T } , z _ { 1 : T } ) = \\prod _ { t = 1 } ^ { T } p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \\phi } ( x _ { t } | z _ { t } ) ,\n$$", + "text_format": "latex", + "bbox": [ + 352, + 723, + 643, + 767 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "where $p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) = p ( z _ { t } ; g ( s _ { t } ) )$ , $\\omega$ is the set of parameters of $\\mathsf { L S T M } ( \\cdot , \\cdot )$ and $g ( \\cdot )$ , and $\\phi$ is the parameters of $h ( \\cdot )$ . The structure of the likelihood function is better illustrated in Figure 1 (b), where each latent state $z _ { t }$ is dependent to all previous states $z _ { 1 : t - 1 }$ after substituting $s _ { t }$ recursively. This allows the SSL to have non-Markovian state transition, with parsimonious parameterization thanks to the recurrent structure of LSTMs. ", + "bbox": [ + 174, + 771, + 825, + 840 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Parameter estimation We continue with a single sequence for the ease of notation. A variational lower bound to the marginal data likelihood is given by ", + "bbox": [ + 173, + 854, + 821, + 883 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/c8e5aa49019bbf76195beb2a5e0d540d39bef3ecb5abc15a9207d8916d2ce69d.jpg", + "text": "$$\n\\log p ( x _ { 1 : T } ) \\geq \\mathbb { E } _ { q } \\left[ \\log \\frac { p _ { \\omega } ( z _ { 1 : T } ) p _ { \\phi } ( x _ { 1 : T } | z _ { 1 : T } ) } { q ( z _ { 1 : T } ) } \\right] ,\n$$", + "text_format": "latex", + "bbox": [ + 336, + 887, + 658, + 922 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "where $q \\big ( z _ { 1 : T } \\big )$ is the variational distribution. Following the (stochastic) EM approach, iteratively maximizing the lower bound w.r.t. $q$ and the model parameters $( \\omega , \\phi )$ leads to the following updates: ", + "bbox": [ + 174, + 103, + 823, + 132 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "• E-step: The optimal variational distribution is given by the posterior: ", + "bbox": [ + 215, + 141, + 681, + 156 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/abfceaf8a281a4416c95a56320984e75d3898a232b53dad5352bb0a9b35a8a8c.jpg", + "text": "$$\n\\begin{array} { r } { q ^ { \\star } ( z _ { 1 : T } ) \\propto p _ { \\omega } ( z _ { 1 : T } ) p _ { \\phi } ( x _ { 1 : T } | z _ { 1 : T } ) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 410, + 160, + 647, + 178 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "In the case of LDS or HMM, efficient smoothing algorithms such as the RTS smoother or the forward-backward algorithm are available for computing the posterior expectations of sufficient statistics. However, without Markovian state transition, although the forward messages can still be computed, the backward recursion can no longer evaluated or efficiently approximated. ", + "bbox": [ + 225, + 180, + 825, + 250 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "• S-step: Due to the difficulties in taking expectations, we take an alternative approach to collect posterior samples instead: ", + "bbox": [ + 212, + 252, + 823, + 280 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/9113faf91405793be60e7526a2b019aa808d9e18a77df4ada6b4239874b34ab1.jpg", + "text": "$$\nz _ { 1 : T } ^ { \\star } \\sim q ^ { \\star } ( z _ { 1 : T } ) ,\n$$", + "text_format": "latex", + "bbox": [ + 470, + 284, + 584, + 301 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "given only the filtering equations. We discuss the posterior sampling algorithm in detail in the next section. ", + "bbox": [ + 220, + 304, + 823, + 332 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "• M-step: Given the posterior samples $z _ { 1 : T } ^ { \\star }$ , which can be seen as Monte Carlo estimate of the expectations, the subproblem for $\\omega$ and $\\phi$ are ", + "bbox": [ + 218, + 335, + 825, + 363 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/14af51b23d48cbcb5aa6a60318f83c38fe6e778be7f507c3d7f860969fd84e12.jpg", + "text": "$$\n\\omega ^ { \\star } = \\underset { \\omega } { \\mathrm { a r g m a x } } ~ \\log p _ { \\omega } ( z _ { 1 : T } ^ { \\star } ) , \\quad \\phi ^ { \\star } = \\underset { \\phi } { \\mathrm { a r g m a x } } ~ \\sum _ { t } \\log p _ { \\phi } ( x _ { t } | z _ { t } ^ { \\star } ) ,\n$$", + "text_format": "latex", + "bbox": [ + 313, + 367, + 740, + 400 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "which is exactly the MLE of an LSTM, with $z _ { 1 : T } ^ { \\star }$ serving as the input sequence, and the MLE of the given emission model. ", + "bbox": [ + 233, + 402, + 821, + 431 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Having seen the generative model and the estimation algorithm, we can now discuss some instances of the proposed class of models. In particular, we provide two examples of SSL, for continuous and discrete latent states respectively. ", + "bbox": [ + 174, + 440, + 823, + 483 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Example 1 (Gaussian SSL) Suppose $z _ { t }$ and $x _ { t }$ are real-valued vectors. A typical choice of the transition and emission is the Gaussian distribution: ", + "bbox": [ + 173, + 493, + 823, + 521 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/7e47a5aa93c9010e5f0d97c4a2b0dc683a0eadd155ccd74b8e103393ae9dcd66.jpg", + "text": "$$\n\\begin{array} { r l } & { p ( z _ { t } ; g ( s _ { t } ) ) = \\mathcal { N } ( z _ { t } ; g _ { \\mu } ( s _ { t } ) , g _ { \\sigma } ( s _ { t } ) ) } \\\\ & { p ( x _ { t } ; h ( z _ { t } ) ) = \\mathcal { N } ( x _ { t } ; h _ { \\mu } ( z _ { t } ) , h _ { \\sigma } ( z _ { t } ) ) , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 370, + 523, + 625, + 564 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "where $g _ { \\mu } ( \\cdot )$ and $g _ { \\sigma } ( \\cdot )$ map to the mean and the covariance of the Gaussian respectively, and similarly $h _ { \\mu } ( \\cdot )$ and $h _ { \\sigma } ( \\cdot )$ . For closed form estimates for the emission parameters, one can further assume ", + "bbox": [ + 174, + 565, + 826, + 607 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/9272873492992c6de24fd97b0bde736e438574d93998e959e647bd774cf6e37b.jpg", + "text": "$$\nh _ { \\mu } ( z _ { t } ) = C z _ { t } + b , \\quad h _ { \\sigma } ( z _ { t } ) = R ,\n$$", + "text_format": "latex", + "bbox": [ + 383, + 611, + 612, + 627 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "where $C$ is a matrix that maps from state space to sample space, and $R$ is the covariance matrix with appropriate size. The MLE of $\\phi = ( C , b , R )$ is then given by the least squares fit. ", + "bbox": [ + 171, + 631, + 823, + 660 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Example 2 (Topical SSL, (Zaheer et al., 2017)) Consider $x _ { 1 : T }$ as the sequence of websites a user has visited. One might be tempted to model the user behavior using an LSTM, however due to the enormous size of the Internet, it is almost impossible to even compute a softmax output to get a discrete distribution over the websites. There are approximation methods for large vocabulary problems in RNN, such as the hierarchical softmax (Morin & Bengio, 2005). However, another interesting approach is to operate on a sequence with a “compressed” vocabulary, while learning how to perform such compression at the same time. ", + "bbox": [ + 173, + 670, + 825, + 766 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Let $z _ { t }$ be the indicator of a “topic”, which is a distribution over the vocabulary as in Blei et al. (2003). Accordingly, define ", + "bbox": [ + 173, + 771, + 821, + 799 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/8542b7b0f24dedf084f33b09749abb34057eee0d1c20f6c06a04981f16e422bb.jpg", + "text": "$$\n\\begin{array} { r l } & { p ( z _ { t } ; g ( s _ { t } ) ) = \\mathsf { M u l t i n o m i a l } ( z _ { t } ; \\mathsf { s o f t m a x } ( W s _ { t } + b ) ) } \\\\ & { p ( x _ { t } ; h ( z _ { t } ) ) = \\mathsf { M u l t i n o m i a l } ( x _ { t } ; \\phi _ { z _ { t } } ) , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 326, + 803, + 669, + 840 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "where $W$ is a matrix that maps LSTM states to latent states, $b$ is a bias term, and $\\phi _ { z _ { t } }$ is a point in the probability simplex. If $z _ { t }$ lies in a lower dimension than $x _ { t }$ , the LSTM is effectively trained over a sequence $z _ { 1 : T }$ with a reduced vocabulary. On the other hand, the probabilistic mapping between $z _ { t }$ and $x _ { t }$ is interpretable, as it learns to group similar $x _ { t }$ ’s together. The estimation of $\\phi$ is typically performed under a Dirichlet prior, which then corresponds to the MAP estimate of the Dirichlet distribution (Zaheer et al., 2017). ", + "bbox": [ + 173, + 842, + 825, + 924 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "4 INFERENCE WITH PARTICLE GIBBS ", + "text_level": 1, + "bbox": [ + 173, + 102, + 498, + 118 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "In this section, we discuss how to draw samples from the posterior (7), corresponding to the S-step of the stochastic EM algorithm: ", + "bbox": [ + 171, + 132, + 825, + 160 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/77f8fc030349c130bc43e7ec98ce88c5a4f2b26d99b6a3edff6d9db663400fe0.jpg", + "text": "$$\nz _ { 1 : T } ^ { \\star } \\sim p ( z _ { 1 : T } | x _ { 1 : T } ) = \\frac { \\prod _ { t } p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \\phi } ( x _ { t } | z _ { t } ) } { \\int \\prod _ { t } p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \\phi } ( x _ { t } | z _ { t } ) \\mathrm { d } z _ { 1 : T } } .\n$$", + "text_format": "latex", + "bbox": [ + 300, + 164, + 696, + 200 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Assuming the integration and normalization can be performed efficiently, the following quantities can be evaluated in the forward pass without Markov state transition: ", + "bbox": [ + 173, + 210, + 823, + 238 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/0d260e9f53befbfdfc5a5c72a4d470dbfecea9a7a5cad0a908bbe3bf8e42563c.jpg", + "text": "$$\n\\begin{array} { r l } & { \\alpha _ { t } \\equiv p ( x _ { t } | z _ { 1 : t - 1 } ) \\propto \\displaystyle \\int p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \\phi } ( x _ { t } | z _ { t } ) \\mathrm { d } z _ { t } } \\\\ & { \\gamma _ { t } \\equiv p ( z _ { t } | z _ { 1 : t - 1 } , x _ { t } ) \\propto p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \\phi } ( x _ { t } | z _ { t } ) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 328, + 242, + 669, + 295 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "The task is to draw from the joint posterior of $z _ { 1 : T }$ only given access to these forward messages. ", + "bbox": [ + 173, + 296, + 800, + 313 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "One way to circumvent the tight dependencies in $z _ { 1 : T }$ is to make a factorization assumption, as in Zaheer et al. (2017). More concretely, the joint distribution is decomposed as ", + "bbox": [ + 173, + 318, + 821, + 345 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "(factorization assumption) ", + "bbox": [ + 183, + 354, + 356, + 369 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/84ca33666937de6e49ca6a3bd2d9e708ea693f5a2988c30eae8c7e99dcca911a.jpg", + "text": "$$\np ( z _ { 1 : T } | x _ { 1 : T } ) \\propto \\prod _ { t } p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ^ { \\mathrm { p r e v } } ) p _ { \\phi } ( x _ { t } | z _ { t } ) ,\n$$", + "text_format": "latex", + "bbox": [ + 387, + 349, + 673, + 382 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "where $z _ { 1 : t - 1 } ^ { \\mathrm { p r e v } }$ is the assignments from the previous inference step. However, as we confirm in the experiments, this assumption can be restrictive since the flexibility of LSTM state transitions is offset by considering each time step independently. ", + "bbox": [ + 174, + 387, + 825, + 429 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "In this work, we propose to use a method based on SMC, which is a principled way of sampling from a sequence of distributions. More importantly, it does not require the model to be Markovian (Frigola et al., 2013; Lindsten et al., 2014). As described earlier, the idea is to approximate the posterior (15) with point masses, i.e., weighted particles. Let $f ( \\boldsymbol { z } _ { t } | \\boldsymbol { z } _ { 1 : t - 1 } , \\boldsymbol { x } _ { t } )$ be the importance density, and $P$ be the number of particles. We then can run Algorithm 1 with $\\pi _ { t } ( z _ { 1 : t } ) \\stackrel { - } { = } p ( x _ { 1 : t } , z _ { 1 : t } )$ being the unnormalized target distribution at time $t$ , where the weight becomes ", + "bbox": [ + 173, + 435, + 826, + 517 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/6bea598060e41c1aa4d575e9184286661ee6b3dd4ba2a4c6509711bcf9871603.jpg", + "text": "$$\n\\alpha _ { t } ^ { p } \\propto \\frac { p ( z _ { 1 : t } ^ { p } , x _ { 1 : t } ) } { p ( z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , x _ { 1 : t - 1 } ) f ( z _ { t } ^ { p } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , x _ { t } ) } = \\frac { p _ { \\omega } ( z _ { t } ^ { p } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } ) p _ { \\phi } ( x _ { t } | z _ { t } ^ { p } ) } { f ( z _ { t } ^ { p } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , x _ { t } ) } .\n$$", + "text_format": "latex", + "bbox": [ + 274, + 521, + 723, + 569 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "As for the choice of the proposal distribution $f ( \\cdot )$ , one could use the transition density $p _ { \\omega } \\big ( z _ { t } | z _ { 1 : t - 1 } \\big )$ , in which case the algorithm is also referred to as the bootstrap particle filter. An alternative is the predictive distribution, a locally optimal proposal in terms of variance (Andrieu et al., 2010): ", + "bbox": [ + 176, + 579, + 825, + 622 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/460d37dcade0c5f40eae9da0542f11090619611a16cdb6cf825489a66d1617a6.jpg", + "text": "$$\nf ^ { \\star } ( z _ { t } | z _ { 1 : t - 1 } , x _ { t } ) = \\frac { p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \\phi } ( x _ { t } | z _ { t } ) } { \\int p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \\phi } ( x _ { t } | z _ { t } ) \\mathrm { d } z _ { t } } ,\n$$", + "text_format": "latex", + "bbox": [ + 331, + 626, + 665, + 660 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "which is precisely one of the available forward messages: ", + "bbox": [ + 176, + 664, + 550, + 679 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/c78e9fe6ddfbaac66ade7130fe9934103548d7c618392a4614cd35f7967ea0c2.jpg", + "text": "$$\n\\gamma _ { t } ^ { p } = f ^ { \\star } ( z _ { t } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , x _ { t } ) .\n$$", + "text_format": "latex", + "bbox": [ + 421, + 683, + 576, + 705 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Notice the similarity between terms in (19) and (20). Indeed, with the choice of predictive distribution as the proposal density, the importance weight simplifies to ", + "bbox": [ + 173, + 709, + 821, + 737 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/dc914b86391055d7af175766dc91586188f52b4113bbd45887e277708f54c6c3.jpg", + "text": "$$\n\\alpha _ { t } ^ { p } \\propto \\tilde { \\alpha } _ { t } ^ { p } = \\int p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } ) p _ { \\phi } ( x _ { t } | z _ { t } ) \\mathrm { d } z _ { t } , ,\n$$", + "text_format": "latex", + "bbox": [ + 354, + 741, + 642, + 773 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "which is not a coincidence that the name collides with the message $\\alpha _ { t }$ . Interestingly, this quantity no longer depends on the current particle $z _ { t } ^ { p }$ . Instead, it marginalizes over all possible particle assignments of the current time step. This is beneficial computationally since the intermediate terms from (20) can be reused in (22). Also note that the optimal proposal relies on the fact that the normalization in (20) can be performed efficiently, otherwise the bootstrap proposal should be used. ", + "bbox": [ + 173, + 776, + 825, + 845 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "After a full pass over the sequence, the algorithm produces Monte Carlo approximation of the posterior and the marginal likelihood: ", + "bbox": [ + 171, + 851, + 821, + 880 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/7f32bb7fd5ce3fc9e150d0c6d02b9d81b978e77b42a9788426bd0164e2ee6ef4.jpg", + "text": "$$\n\\hat { p } ( z _ { 1 : T } | x _ { 1 : T } ) = \\sum _ { p } \\alpha _ { T } ^ { p } \\delta _ { z _ { 1 : T } ^ { p } } \\left( z _ { 1 : T } \\right) , \\quad \\hat { p } ( x _ { 1 : T } ) = \\prod _ { t } \\frac { 1 } { P } \\sum _ { p } \\tilde { \\alpha } _ { t } ^ { p } .\n$$", + "text_format": "latex", + "bbox": [ + 287, + 883, + 710, + 921 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Algorithm 2 Inference with Particle Gibbs ", + "text_level": 1, + "bbox": [ + 176, + 103, + 457, + 117 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "1. Let $z _ { 0 } ^ { p } = z _ { 0 }$ and $\\alpha _ { 0 } ^ { p } = 1 / P$ for $p = 1 , \\ldots , P$ . ", + "bbox": [ + 215, + 122, + 532, + 140 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "2. For $t = 1 , \\dots , T$ ", + "bbox": [ + 212, + 142, + 349, + 156 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "(a) Fix reference path: set $a _ { t - 1 } ^ { 1 } = 1$ and $z _ { 1 : t } ^ { 1 } = z _ { 1 : t } ^ { \\star }$ from previous iteration. \n(b) Sample ancestors $a _ { t - 1 } ^ { p } \\sim \\alpha _ { t - 1 }$ for $p = 2 , \\ldots , P$ . \n(c) Sample particles $z _ { t } ^ { p } \\sim \\gamma _ { t } ^ { p }$ and set $z _ { 1 : t } ^ { p } = ( z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , z _ { t } ^ { p } )$ for $p = 2 , \\ldots , P$ . \n(d) Compute normalized weights $\\alpha _ { t } ^ { p }$ for $p = 1 , \\ldots , P$ . ", + "bbox": [ + 236, + 160, + 735, + 236 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "3. Sample $r \\sim \\alpha _ { T }$ , return the particle path $z _ { 1 : T } ^ { a _ { T } ^ { r } }$ ", + "bbox": [ + 212, + 241, + 531, + 258 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "The inference is completed by a final draw from the approximate posterior, ", + "bbox": [ + 176, + 292, + 665, + 309 + ], + "page_idx": 6 + }, + { + "type": "equation", + "img_path": "images/faeb9461d98a8f189192f72e9a93a32b3fbf2c1a18f70f7e2201d89e72e1097c.jpg", + "text": "$$\nz _ { 1 : T } ^ { \\star } \\sim \\hat { p } \\big ( z _ { 1 : T } | x _ { 1 : T } \\big ) ,\n$$", + "text_format": "latex", + "bbox": [ + 428, + 315, + 568, + 333 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "which is essentially sampling a particle path indexed by the last particle. Specifically, the last particle $z _ { T } ^ { p }$ is chosen according to the final weights $\\alpha _ { T }$ , and then earlier particles can be obtained by tracing backwards to the beginning of the sequence according to the ancestry indicators $a _ { t } ^ { p }$ at each position. ", + "bbox": [ + 176, + 339, + 825, + 382 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Since SMC produces a Monte Carlo estimate, as the number of particles $P \\to \\infty$ the approximate posterior (23) is guaranteed to converge to the true posterior for a fixed sequence. However, as the length of the sequence $T$ increases, the number of particles needed to provide a good approximation grows exponentially. This is the well-known depletion problem of SMC (Andrieu et al., 2010). ", + "bbox": [ + 174, + 388, + 825, + 443 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "One elegant way to avoid simulating enormous number of particles is to marry the idea of MCMC with SMC (Andrieu et al., 2010). The idea of such Particle MCMC (PMCMC) methods is to treat the particle estimate $\\hat { p } ( \\cdot )$ as a proposal, and design a Markov kernel that leaves the target distribution invariant. Since the invariance is ensured by the MCMC, it does not demand SMC to provide an accurate approximation to the true distribution, but only to give samples that are approximately distributed according to the target. As a result, for any fixed $P > 0$ the PMCMC methods ensure the target distribution is invariant. ", + "bbox": [ + 173, + 449, + 825, + 545 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "We choose the Gibbs kernel that requires minimal modification from the basic SMC. The resulting algorithm is Particle Gibbs (PG), which is a conditional SMC update in a sense that a reference path $z _ { 1 : T } ^ { \\mathrm { r e f } }$ with its ancestral lineage is fixed throughout the particle propagation of SMC. It can be shown that this simple modification to SMC produces a transition kernel that is not only invariant, but also ergodic under mild assumptions. In practice, we use the assignments from previous step as the reference path. The final algorithm is summarized in Algorithm 2. Combined with the stochastic EM outer iteration, the final algorithm is an instance of the particle SAEM (Lindsten, 2013; Schon¨ et al., 2015), under non-Markovian state transition. ", + "bbox": [ + 173, + 550, + 825, + 660 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "We conclude this section by deriving forward messages for the previous examples. ", + "bbox": [ + 174, + 666, + 714, + 681 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Example 1 (Gaussian SSL, continued) The integration and normalization preserves normality thanks to the Gaussian identify. The messages are given by ", + "bbox": [ + 173, + 694, + 821, + 722 + ], + "page_idx": 6 + }, + { + "type": "equation", + "img_path": "images/2425c2805018474cc0cc79d4d46a0da3fe5f5d819b18ad1985bfa03c4c01f1a2.jpg", + "text": "$$\n\\begin{array} { r l } & { \\alpha _ { t } = \\mathcal { N } \\left( x _ { t } ; C g _ { \\mu } ( s _ { t } ) + b , R + C [ g _ { \\sigma } ( s _ { t } ) ] ^ { - 1 } C ^ { T } \\right) } \\\\ & { \\gamma _ { t } = \\mathcal { N } \\left( z _ { t } ; V \\left( C ^ { T } R ^ { - 1 } ( x _ { t } - b ) + [ g _ { \\sigma } ( s _ { t } ) ] ^ { - 1 } g _ { \\mu } ( s _ { t } ) \\right) , V \\right) , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 300, + 728, + 696, + 771 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "where $V = \\left( [ g _ { \\sigma } ( s _ { t } ) ] ^ { - 1 } + C ^ { T } R ^ { - 1 } C \\right) ^ { - 1 }$ ", + "bbox": [ + 176, + 777, + 444, + 796 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Example 2 (Topical SSL, continued) Let $\\theta _ { t } = \\mathsf { s o f t m a x } ( W s _ { t } + b )$ . Since the distributions are discrete, we have ", + "bbox": [ + 174, + 809, + 821, + 838 + ], + "page_idx": 6 + }, + { + "type": "equation", + "img_path": "images/3233553145d341c11e0868588f66c902723cc3c6207b181a875f6c7bf4b3b7fb.jpg", + "text": "$$\n\\begin{array} { r } { \\alpha _ { t } \\propto \\left. \\theta _ { t } , \\phi _ { x _ { t } } \\right. , \\quad \\gamma _ { t } \\propto \\theta _ { t } \\circ \\phi _ { x _ { t } } , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 390, + 845, + 606, + 862 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "where $\\circ$ denotes element-wise product. Note that the integration for $\\alpha _ { t }$ corresponds to a summation in the state space. It is then normalized across $P$ particles to form a weight distribution. For $\\gamma _ { t }$ the normalization is performed in the state space as well, hence the computation of the messages are manageable. ", + "bbox": [ + 174, + 869, + 825, + 924 + ], + "page_idx": 6 + }, + { + "type": "image", + "img_path": "images/c389f9d873dbf3528420ad348381281516867b0bc9855eecef7c4129be37985b.jpg", + "image_caption": [ + "Figure 2: Tracking a synthetic trajectory. Top row: true trajectory and noisy observations. Middle row: training/testing performance of LSTM. Bottom row: training/testing performance of SSL. " + ], + "image_footnote": [], + "bbox": [ + 179, + 106, + 816, + 378 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "5 EXPERIMENTS ", + "text_level": 1, + "bbox": [ + 176, + 452, + 326, + 468 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "We now present empirical studies for our proposed model and inference (denoted as SMC) in order to establish that (1) SSL is flexible in capturing underlying nonlinear dynamics, (2) our inference is accurate yet easily applicable to complicated models, and (3) it opens new avenues for interpretable yet nonlinear and non-Markovian sequence models, previously unthinkable. To illustrate these claims, we evaluate on (1) synthetic sequence tracking of varying difficulties, (2) language modeling, and (3) user modeling utilizing complicated models for capturing the intricate dynamics. For SMC inference, we gradually increase the number of particles $P$ from 1 to $K$ during training. ", + "bbox": [ + 174, + 483, + 825, + 578 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Software & hardware All the algorithms are implemented on TensorFlow (Abadi et al., 2016). We run our experiments on a commodity machine with Intel\rR Xeon\rR CPU E5-2630 v4 CPU, 256GB RAM, and 4 NVidia\rR Titan X (Pascal) GPU. ", + "bbox": [ + 176, + 585, + 825, + 626 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "5.1 SYNTHETIC SEQUENCE TRACKING ", + "text_level": 1, + "bbox": [ + 176, + 643, + 455, + 657 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "To test the flexibility of SSL, we begin with inference using synthetic data. We consider four different dynamics in 2D space: (i) a straight line, (ii) a sine wave, (iii) a circle, and (iv) a swiss role. Note that we do not add additional states such as velocity, keeping the dynamics nonlinear except for the first case. Data points are generated by adding zero mean Gaussian noise to the true underlying dynamics. The true dynamics and the noisy observations are plotted in the top row of Figure 2. The first $60 \\%$ of the sequence is used for training and the rest is left for testing. ", + "bbox": [ + 174, + 670, + 825, + 751 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "The middle and bottom row of Figure 2 show the result of SSL and vanilla LSTM trained for same number of iterations until both are sufficiently converged. The red points refer to the prediction of $z _ { t }$ after observing $x _ { 1 : t }$ , and the green points are blind predictions without observing any data. We can observe that while both methods are capturing the dynamics well in general, the predictions of LSTM tend to be more sensitive to initial predictions. In contrast, even when the initial predictions are not incorrect, SSL can recover in the end by remaining on the latent dynamic. ", + "bbox": [ + 174, + 757, + 825, + 839 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "5.2 LANGUAGE MODELING ", + "text_level": 1, + "bbox": [ + 176, + 856, + 377, + 871 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "For Topical SSL, we compare our SMC inference method with the factored old algorithm (Zaheer et al., 2017) on the publicly available Wikipedia dataset, where documents with less than 500 words are excluded and the most frequent $2 0 0 \\mathrm { k }$ word types are retained. We train on the first $60 \\%$ of the documents and test on the rest, using the same settings in Zaheer et al. (2017). Figure 3 shows the test perplexity (lower is better) and number of nonzeros in the learned word topic count matrix (lower is better). In all cases, the SMC inference method consistently outperforms the old factored method. For comparison, we also run LSTM with the same number of parameters, which gives the lowest test perplexity of 1942.26. However, we note that LSTM needs to perform expensive linear transformation for both embedding and softmax at every step, which depends linearly on the vocabulary size $V$ . In contrast, SSL only depends linearly on number of topics $K \\ll V$ . ", + "bbox": [ + 176, + 882, + 823, + 924 + ], + "page_idx": 7 + }, + { + "type": "image", + "img_path": "images/0c177253ec0fa3f9b37445f369bed90a7cc1bf22a44e3659e7e2d49ed6e251a6.jpg", + "image_caption": [ + "Figure 3: Comparison of the new inference method based on SMC to the older one assuming factored model. The top row represents perplexity on the held out set and the lower row represents the non zero entries in the word-topic count matrix. Lower perplexity indicates a better fit to the data and lower NNZ results in a sparser model and usually having better generalization. " + ], + "image_footnote": [], + "bbox": [ + 184, + 108, + 815, + 345 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "", + "bbox": [ + 173, + 452, + 825, + 546 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Ablation study We also want to explore the benefit of the newer inference as dataset size increases. We observe that in case of natural languages which are highly structured the gap between factored approximation and accurate SMC keeps reducing as dataset size increases. But as we will see in case of user modeling when the dataset is less structured, the factored as", + "bbox": [ + 174, + 554, + 387, + 741 + ], + "page_idx": 8 + }, + { + "type": "image", + "img_path": "images/c781e093801aa6ca163e3cfd923825e549e0a8c317268fc40d76c6def88f5fb6.jpg", + "image_caption": [ + "Figure 4: Comparison between SMC and factored algorithm bysumption leads to poorer perforvarying number of topics and documentsmance. Also when the data size is fixed and the number of topics are varying, the SMC algorithm gives better perplexity compared to the old algorithm. Therefore we the SMC inference is consistently better in various settings. " + ], + "image_footnote": [], + "bbox": [ + 401, + 569, + 821, + 704 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Visualizing particle paths In Figure 5, we show the particle paths on a snippet of an article about a music album 1. As we can see from the top row, which plots the particle paths at the initial iteration, the model proposed a number of candidate topic sequences since it is uncertain about the latent semantics yet. However, after 100 epochs, as we can see from the bottom row, the model is much more confident about the underlying topical transition. Moreover, by inspecting the learned parameters $\\phi$ of the probabilistic emission, we can see that the topics are highly concentrated on topics related to music and time. This confirms our claim about flexible sequence modeling while retaining interpretability. ", + "bbox": [ + 174, + 786, + 825, + 895 + ], + "page_idx": 8 + }, + { + "type": "image", + "img_path": "images/d05a137be6025677c0f4232c7cc46782d72893ccaae0dacc34808e142402d1ff.jpg", + "image_caption": [ + "Figure 5: Particle paths of a document about a music album. Top row: at epoch 1. Bottom row: at epoch 100. After epoch 100 the document has converged to a sparse set of relevant topics. " + ], + "image_footnote": [], + "bbox": [ + 183, + 109, + 808, + 344 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "5.3 USER MODELING ", + "text_level": 1, + "bbox": [ + 176, + 421, + 336, + 435 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "We use an anonymized sample of user search click history to measure the accuracy of different models on predicting users future clicks. An accurate model would enable better user experience by presenting the user with relevant content. The dataset is anonymized by removing all items appearing less than a given threshold, this results in a dataset with 100K vocabulary and we vary the number of users from 500K to 1M. ", + "bbox": [ + 174, + 448, + 825, + 515 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "We fix the number of topics at 500 for all user experiments. We used the same setup to the one used in the experiments over the Wikipedia dataset for parameters. The dataset is less structured than the language modeling task since users click patterns are less predictable than the sequence of words which follow definite syntactic rules. As shown in table 1, the benefit of new inference method is highlighted as it yields much lower perplexity than the factored model. ", + "bbox": [ + 174, + 516, + 552, + 636 + ], + "page_idx": 9 + }, + { + "type": "table", + "img_path": "images/5290a6648df06ab7817e3dc38a6c9a6263fd1c53e41722f8cd57266d7faa7619.jpg", + "table_caption": [ + "Table 1: Comparison on user data " + ], + "table_footnote": [], + "table_body": "
Algorithm#Users
500k1M
Factored24302254
SMC14641447
", + "bbox": [ + 593, + 531, + 790, + 589 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "6 DISCUSSIONS & CONCLUSION ", + "text_level": 1, + "bbox": [ + 176, + 656, + 459, + 671 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "In this paper we revisited the problem of posterior inference in Latent LSTM models as introduced in Zaheer et al. (2017). We generalized their model to accommodate a wide variety of state space models and most importantly we provided a more principled Sequential Monte-Carlo (SMC) algorithm for posterior inference. Although the newly proposed inference method can be slower, we showed over a variety of dataset that the new SMC based algorithm is far superior and more stable. While computation of the new SMC algorithm scales linearly with the number of particles, this can be naively parallelized. In the future we plan to extend our work to incorporate a wider class of dynamically changing structured objects such as time-evolving graphs. ", + "bbox": [ + 173, + 686, + 825, + 796 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "REFERENCES ", + "text_level": 1, + "bbox": [ + 174, + 103, + 287, + 117 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Mart´ın Abadi, Ashish Agarwal, Paul Barham, Eugene Brevdo, Zhifeng Chen, Craig Citro, Greg S. Corrado, Andy Davis, Jeffrey Dean, Matthieu Devin, and Others. TensorFlow: Large-Scale Machine Learning on Heterogeneous Systems. arXiv preprint arXiv:1603.04467, 2016. ", + "bbox": [ + 176, + 125, + 823, + 167 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Christophe Andrieu, Arnaud Doucet, and Roman Holenstein. Particle Markov chain Monte Carlo methods. Journal of the Royal Statistical Society: Series B (Statistical Methodology), 72(3):269– 342, 2010. ", + "bbox": [ + 174, + 176, + 823, + 217 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Evan Archer, Il Memming Park, Lars Buesing, John P. Cunningham, and Liam Paninski. Black box variational inference for state space models. arXiv preprint arXiv:1511.07367, 2015. ", + "bbox": [ + 171, + 226, + 823, + 256 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Justin Bayer and Christian Osendorfer. Learning Stochastic Recurrent Networks. arXiv preprint arXiv:1411.7610, 2014. ", + "bbox": [ + 171, + 263, + 823, + 292 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Christopher M. Bishop. Mixture Density Networks. Technical report, 1994. ", + "bbox": [ + 174, + 300, + 673, + 316 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "David M. Blei, Andrew Y. $\\mathrm { N g }$ , and Michael I. Jordan. Latent Dirichlet Allocation. Journal of Machine Learning Research, 3:993–1022, 2003. ISSN 15324435. ", + "bbox": [ + 174, + 324, + 825, + 353 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Nicolas Boulanger-Lewandowski, Yoshua Bengio, and Pascal Vincent. Modeling Temporal Dependencies in High-Dimensional Sequences: Application to Polyphonic Music Generation and Transcription. In ICML, 2012. ", + "bbox": [ + 174, + 362, + 823, + 404 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Junyoung Chung, Kyle Kastner, Laurent Dinh, Kratarth Goel, Aaron Courville, and Yoshua Bengio. A Recurrent Latent Variable Model for Sequential Data. In NIPS, 2015. ", + "bbox": [ + 174, + 411, + 823, + 440 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Arnaud Doucet, Nando de Freitas, and Neil Gordon. Sequential Monte Carlo Methods in Practice. Springer, 2001. ", + "bbox": [ + 174, + 449, + 821, + 478 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Marco Fraccaro, Søren Kaae Sønderby, Ulrich Paquet, and Ole Winther. Sequential Neural Models with Stochastic Layers. In NIPS, 2016. ", + "bbox": [ + 173, + 486, + 823, + 515 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Roger Frigola, Fredrik Lindsten, Thomas B. Schon, and Carl E. Rasmussen. Bayesian Inference and ¨ Learning in Gaussian Process State-Space Models with Particle MCMC. In NIPS, 2013. ", + "bbox": [ + 174, + 523, + 823, + 553 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Zoubin Ghahramani and Geoffrey E. Hinton. Parameter estimation for linear dynamical systems. Technical report, 1996. ", + "bbox": [ + 174, + 560, + 823, + 589 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Zoubin Ghahramani and Sam T. Roweis. Learning Nonlinear Dynamical Systems using an EM Algorithm. In NIPS, 1999. ", + "bbox": [ + 174, + 598, + 823, + 627 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Karol Gregor, Ivo Danihelka, Alex Graves, Danilo Jimenez Rezende, and Daan Wierstra. DRAW: A Recurrent Neural Network For Image Generation. In ICML, 2015. ", + "bbox": [ + 176, + 635, + 823, + 664 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Sepp Hochreiter and Jurgen Schmidhuber. Long Short-Term Memory. ¨ Neural Computation, 9(8): 1735–1780, 1997. ", + "bbox": [ + 174, + 671, + 823, + 700 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Matthew J. Johnson, David Duvenaud, Alexander B. Wiltschko, Sandeep R. Datta, and Ryan P. Adams. Composing graphical models with neural networks for structured representations and fast inference. In NIPS, 2016. ", + "bbox": [ + 174, + 709, + 823, + 751 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Simon J. Julier and Jeffrey K. Uhlmann. A new extension of the Kalman filter to nonlinear systems. In Int. symp. aerospace/defense sensing, simul. and controls1, 1997. ", + "bbox": [ + 171, + 760, + 823, + 789 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Rudolph Emil Kalman. A New Approach to Linear Filtering and Prediction Problems. Journal of Basic Engineering, 82(1):35–45, 1960. ISSN 00219223. ", + "bbox": [ + 173, + 797, + 823, + 827 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Maximilian Karl, Maximilian Soelch, Justin Bayer, and Patrick van der Smagt. Deep variational Bayes filters: Unsupervised learning of state space models from raw data. In ICLR, 2017. ", + "bbox": [ + 173, + 834, + 823, + 863 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Andrej Karpathy, Justin Johnson, and Li Fei-Fei. Visualizing and understanding recurrent networks. arXiv preprint arXiv:1506.02078, 2015. ", + "bbox": [ + 173, + 871, + 825, + 900 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Diederik P. Kingma and Max Welling. Auto-Encoding Variational Bayes. In ICLR, 2014. ", + "bbox": [ + 169, + 909, + 759, + 924 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Daphne Koller and Nir Friedman. Probabilistic Graphical Models: Principles and Techniques. MIT Press, 2009. \nRahul G. Krishnan, Uri Shalit, and David Sontag. Deep Kalman Filters. arXiv preprint arXiv:1511.05121, 2015. \nRahul G. Krishnan, Uri Shalit, and David Sontag. Structured Inference Networks for Nonlinear State Space Models. In AAAI, 2017. \nTuan Anh Le, Maximilian Igl, Tom Jin, Tom Rainforth, and Frank Wood. Auto-Encoding Sequential Monte Carlo. arXiv preprint arXiv:1705.10306, 2017. \nFredrik Lindsten. An efficient stochastic approximation EM algorithm using conditional particle filters. In ICASSP, 2013. \nFredrik Lindsten, Michael I. Jordan, and Thomas B. Schon. Particle Gibbs with Ancestor Sampling. ¨ Journal of Machine Learning Research, 15(1):2145–2184, 2014. ISSN 10495258. \nChris J. Maddison, Dieterich Lawson, George Tucker, Nicolas Heess, Mohammad Norouzi, Andriy Mnih, Arnaud Doucet, and Yee Whye Teh. Filtering Variational Objectives. In NIPS, 2017. \nFrederic Morin and Yoshua Bengio. Hierarchical probabilistic neural network language model. In AISTATS, 2005. \nChristian A. Naesseth, Scott W. Linderman, Rajesh Ranganath, and David M. Blei. Variational Sequential Monte Carlo. arXiv preprint arXiv:1705.11140, 2017. \nMarius Pachitariu and Maneesh Sahani. Learning visual motion in recurrent neural networks. In NIPS, 2012. \nHerbert E. Rauch, F. Tung, and Charlotte T. Striebel. Maximum likelihood estimates of linear dynamic systems. AIAA Journal, 3(8):1445–1450, 1965. ISSN 0001-1452. \nDanilo Jimenez Rezende, Shakir Mohamed, and Daan Wierstra. Stochastic Backpropagation and Approximate Inference in Deep Generative Models. In ICML, 2014. \nThomas B. Schon, Fredrik Lindsten, Johan Dahlin, Johan W ¨ agberg, Christian A. Naesseth, Andreas ˚ Svensson, and Liang Dai. Sequential Monte Carlo Methods for System Identification. In IFAC Symposium on System Identification (SYSID), 2015. \nRuslan L. Stratonovich. Conditional markov processes. Theory of Probability and Its Applications, 5(2):156–178, 1960. \nManzil Zaheer, Amr Ahmed, and Alexander J. Smola. Latent LSTM Allocation: Joint Clustering and Non-Linear Dynamic Modeling of Sequence Data. In ICML, 2017. ", + "bbox": [ + 171, + 84, + 826, + 669 + ], + "page_idx": 11 + } +] \ No newline at end of file diff --git a/parse/train/r1drp-WCZ/r1drp-WCZ_middle.json b/parse/train/r1drp-WCZ/r1drp-WCZ_middle.json new file mode 100644 index 0000000000000000000000000000000000000000..212bde7aec4f3405d6028eea5ad03b33e9434501 --- /dev/null +++ b/parse/train/r1drp-WCZ/r1drp-WCZ_middle.json @@ -0,0 +1,33643 @@ +{ + "pdf_info": [ + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 79, + 327, + 109 + ], + "lines": [ + { + "bbox": [ + 105, + 77, + 330, + 97 + ], + "spans": [ + { + "bbox": [ + 105, + 77, + 330, + 97 + ], + "score": 1.0, + "content": "STATE SPACE LSTM MODELS", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 96, + 294, + 109 + ], + "spans": [ + { + "bbox": [ + 106, + 96, + 294, + 109 + ], + "score": 1.0, + "content": "WITH PARTICLE MCMC INFERENCE", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 112, + 129, + 244, + 150 + ], + "lines": [ + { + "bbox": [ + 113, + 129, + 201, + 141 + ], + "spans": [ + { + "bbox": [ + 113, + 129, + 201, + 141 + ], + "score": 1.0, + "content": "Anonymous authors", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 111, + 139, + 245, + 151 + ], + "spans": [ + { + "bbox": [ + 111, + 139, + 245, + 151 + ], + "score": 1.0, + "content": "Paper under double-blind review", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5 + }, + { + "type": "title", + "bbox": [ + 278, + 180, + 333, + 191 + ], + "lines": [ + { + "bbox": [ + 276, + 179, + 335, + 192 + ], + "spans": [ + { + "bbox": [ + 276, + 179, + 335, + 192 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 143, + 205, + 468, + 312 + ], + "lines": [ + { + "bbox": [ + 141, + 205, + 469, + 218 + ], + "spans": [ + { + "bbox": [ + 141, + 205, + 469, + 218 + ], + "score": 1.0, + "content": "Long Short-Term Memory (LSTM) is one of the most powerful sequence models.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 216, + 469, + 229 + ], + "spans": [ + { + "bbox": [ + 141, + 216, + 469, + 229 + ], + "score": 1.0, + "content": "Despite the strong performance, however, it lacks the nice interpretability as in", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 227, + 469, + 239 + ], + "spans": [ + { + "bbox": [ + 141, + 227, + 469, + 239 + ], + "score": 1.0, + "content": "state space models. In this paper, we present a way to combine the best of both", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 142, + 238, + 469, + 249 + ], + "spans": [ + { + "bbox": [ + 142, + 238, + 469, + 249 + ], + "score": 1.0, + "content": "worlds by introducing State Space LSTM (SSL) models that generalizes the ear-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 248, + 469, + 261 + ], + "spans": [ + { + "bbox": [ + 141, + 248, + 469, + 261 + ], + "score": 1.0, + "content": "lier work Zaheer et al. (2017) of combining topic models with LSTM. However,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 258, + 470, + 272 + ], + "spans": [ + { + "bbox": [ + 141, + 258, + 470, + 272 + ], + "score": 1.0, + "content": "unlike Zaheer et al. (2017), we do not make any factorization assumptions in our", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 141, + 269, + 469, + 281 + ], + "spans": [ + { + "bbox": [ + 141, + 269, + 469, + 281 + ], + "score": 1.0, + "content": "inference algorithm. We present an efficient sampler based on sequential Monte", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 141, + 280, + 469, + 292 + ], + "spans": [ + { + "bbox": [ + 141, + 280, + 469, + 292 + ], + "score": 1.0, + "content": "Carlo (SMC) method that draws from the joint posterior directly. Experimental", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 290, + 470, + 303 + ], + "spans": [ + { + "bbox": [ + 141, + 290, + 470, + 303 + ], + "score": 1.0, + "content": "results confirms the superiority and stability of this SMC inference algorithm on", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 141, + 302, + 228, + 313 + ], + "spans": [ + { + "bbox": [ + 141, + 302, + 228, + 313 + ], + "score": 1.0, + "content": "a variety of domains.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 9.5 + }, + { + "type": "title", + "bbox": [ + 108, + 336, + 206, + 349 + ], + "lines": [ + { + "bbox": [ + 105, + 335, + 208, + 352 + ], + "spans": [ + { + "bbox": [ + 105, + 335, + 208, + 352 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 107, + 362, + 504, + 437 + ], + "lines": [ + { + "bbox": [ + 105, + 363, + 505, + 375 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 505, + 375 + ], + "score": 1.0, + "content": "State space models (SSMs), such as hidden Markov models (HMM) and linear dynamical systems", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 372, + 506, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 372, + 506, + 385 + ], + "score": 1.0, + "content": "(LDS), have been the workhorse of sequence modeling in the past decades From a graphical model", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 384, + 506, + 396 + ], + "spans": [ + { + "bbox": [ + 105, + 384, + 506, + 396 + ], + "score": 1.0, + "content": "perspective, efficient message passing algorithms (Stratonovich, 1960; Kalman, 1960) are available", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 394, + 506, + 408 + ], + "spans": [ + { + "bbox": [ + 105, + 394, + 506, + 408 + ], + "score": 1.0, + "content": "in compact closed form thanks to their simple linear Markov structure. However, simplicity comes", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 406, + 505, + 417 + ], + "spans": [ + { + "bbox": [ + 105, + 406, + 505, + 417 + ], + "score": 1.0, + "content": "at a cost: real world sequences can have long-range dependencies that cannot be captured by Markov", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 416, + 505, + 428 + ], + "spans": [ + { + "bbox": [ + 105, + 416, + 505, + 428 + ], + "score": 1.0, + "content": "models; and the linearity of transition and emission restricts the flexibility of the model for complex", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 427, + 152, + 439 + ], + "spans": [ + { + "bbox": [ + 105, + 427, + 152, + 439 + ], + "score": 1.0, + "content": "sequences.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 107, + 443, + 505, + 539 + ], + "lines": [ + { + "bbox": [ + 105, + 443, + 505, + 455 + ], + "spans": [ + { + "bbox": [ + 105, + 443, + 505, + 455 + ], + "score": 1.0, + "content": "A popular alternative is the recurrent neural networks (RNN), for instance the Long Short-Term", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 453, + 506, + 466 + ], + "spans": [ + { + "bbox": [ + 105, + 453, + 506, + 466 + ], + "score": 1.0, + "content": "Memory (LSTM) (Hochreiter & Schmidhuber, 1997) which has become a standard for sequence", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 464, + 505, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 464, + 505, + 476 + ], + "score": 1.0, + "content": "modeling nowadays. Instead of associating the observations with stochastic latent variables, RNN", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 473, + 506, + 488 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 506, + 488 + ], + "score": 1.0, + "content": "directly defines the distribution of each observation conditioned on the past, parameterized by a", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 486, + 506, + 498 + ], + "spans": [ + { + "bbox": [ + 105, + 486, + 506, + 498 + ], + "score": 1.0, + "content": "neural network. The recurrent parameterization not only allows RNN to provide a rich function", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 496, + 505, + 509 + ], + "spans": [ + { + "bbox": [ + 105, + 496, + 505, + 509 + ], + "score": 1.0, + "content": "class, but also permits scalable stochastic optimization such as the backpropagation through time", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 506, + 506, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 506, + 506, + 519 + ], + "score": 1.0, + "content": "(BPTT) algorithm. However, flexibility does not come for free as well: due to the complex form of", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 517, + 505, + 530 + ], + "spans": [ + { + "bbox": [ + 105, + 517, + 505, + 530 + ], + "score": 1.0, + "content": "the transition function, the hidden states of RNN are often hard to interpret. Moreover, it can require", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 528, + 461, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 461, + 541 + ], + "score": 1.0, + "content": "large amount of parameters for seemingly simple sequence models (Zaheer et al., 2017).", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 107, + 544, + 505, + 661 + ], + "lines": [ + { + "bbox": [ + 105, + 545, + 505, + 557 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 505, + 557 + ], + "score": 1.0, + "content": "In this paper, we propose a new class of models State Space LSTM (SSL) that combines the best", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 554, + 505, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 554, + 505, + 568 + ], + "score": 1.0, + "content": "of both worlds. We show that SSLs can handle nonlinear, non-Markovian dynamics like RNNs,", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 565, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 565, + 505, + 578 + ], + "score": 1.0, + "content": "while retaining the probabilistic interpretations of SSMs. The intuition, in short, is to separate the", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 577, + 505, + 589 + ], + "spans": [ + { + "bbox": [ + 105, + 577, + 505, + 589 + ], + "score": 1.0, + "content": "state space from the sample space. In particular, instead of directly estimating the dynamics from the", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 587, + 505, + 599 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 505, + 599 + ], + "score": 1.0, + "content": "observed sequence, we focus on modeling the sequence of latent states, which may represent the true", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 598, + 505, + 610 + ], + "spans": [ + { + "bbox": [ + 105, + 598, + 505, + 610 + ], + "score": 1.0, + "content": "underlying dynamics that generated the noisy observations. Unlike SSMs, where the same goal is", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 608, + 506, + 621 + ], + "spans": [ + { + "bbox": [ + 105, + 608, + 506, + 621 + ], + "score": 1.0, + "content": "pursued under linearity and Markov assumption, we alleviate the restriction by directly modeling the", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 618, + 506, + 632 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 506, + 632 + ], + "score": 1.0, + "content": "transition function between states parameterized by a neural network. On the other hand, we bridge", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 628, + 505, + 643 + ], + "spans": [ + { + "bbox": [ + 105, + 628, + 505, + 643 + ], + "score": 1.0, + "content": "the state space and the sample space using classical probabilistic relation, which not only brings", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 641, + 505, + 653 + ], + "spans": [ + { + "bbox": [ + 105, + 641, + 505, + 653 + ], + "score": 1.0, + "content": "additional interpretability, but also enables the LSTM to work with more structured representation", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 651, + 246, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 651, + 246, + 663 + ], + "score": 1.0, + "content": "rather than the noisy observations.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 37 + }, + { + "type": "text", + "bbox": [ + 107, + 667, + 504, + 711 + ], + "lines": [ + { + "bbox": [ + 105, + 666, + 506, + 681 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 506, + 681 + ], + "score": 1.0, + "content": "Indeed, parameter estimation of such models can be nontrivial. Since the LSTM is defined over a se-", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 677, + 506, + 691 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 506, + 691 + ], + "score": 1.0, + "content": "quence of latent variables rather than observations, it is not straightforward to apply the usual BPTT", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 686, + 506, + 703 + ], + "spans": [ + { + "bbox": [ + 105, + 686, + 506, + 703 + ], + "score": 1.0, + "content": "algorithm without making variational approximations. In Zaheer et al. (2017), which is an instance", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 699, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 713 + ], + "score": 1.0, + "content": "of SSL, an EM-type approach was employed: the algorithm alternates between imputing the latent", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 44.5 + } + ], + "page_idx": 0, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 124, + 722, + 253, + 731 + ], + "lines": [ + { + "bbox": [ + 122, + 720, + 254, + 733 + ], + "spans": [ + { + "bbox": [ + 122, + 720, + 254, + 733 + ], + "score": 1.0, + "content": "*Work done while intern at Google.", + "type": "text" + } + ] + } + ] + }, + { + "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, + 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, + 79, + 327, + 109 + ], + "lines": [ + { + "bbox": [ + 105, + 77, + 330, + 97 + ], + "spans": [ + { + "bbox": [ + 105, + 77, + 330, + 97 + ], + "score": 1.0, + "content": "STATE SPACE LSTM MODELS", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 96, + 294, + 109 + ], + "spans": [ + { + "bbox": [ + 106, + 96, + 294, + 109 + ], + "score": 1.0, + "content": "WITH PARTICLE MCMC INFERENCE", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 112, + 129, + 244, + 150 + ], + "lines": [ + { + "bbox": [ + 113, + 129, + 201, + 141 + ], + "spans": [ + { + "bbox": [ + 113, + 129, + 201, + 141 + ], + "score": 1.0, + "content": "Anonymous authors", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 111, + 139, + 245, + 151 + ], + "spans": [ + { + "bbox": [ + 111, + 139, + 245, + 151 + ], + "score": 1.0, + "content": "Paper under double-blind review", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5, + "bbox_fs": [ + 111, + 129, + 245, + 151 + ] + }, + { + "type": "title", + "bbox": [ + 278, + 180, + 333, + 191 + ], + "lines": [ + { + "bbox": [ + 276, + 179, + 335, + 192 + ], + "spans": [ + { + "bbox": [ + 276, + 179, + 335, + 192 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 143, + 205, + 468, + 312 + ], + "lines": [ + { + "bbox": [ + 141, + 205, + 469, + 218 + ], + "spans": [ + { + "bbox": [ + 141, + 205, + 469, + 218 + ], + "score": 1.0, + "content": "Long Short-Term Memory (LSTM) is one of the most powerful sequence models.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 216, + 469, + 229 + ], + "spans": [ + { + "bbox": [ + 141, + 216, + 469, + 229 + ], + "score": 1.0, + "content": "Despite the strong performance, however, it lacks the nice interpretability as in", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 227, + 469, + 239 + ], + "spans": [ + { + "bbox": [ + 141, + 227, + 469, + 239 + ], + "score": 1.0, + "content": "state space models. In this paper, we present a way to combine the best of both", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 142, + 238, + 469, + 249 + ], + "spans": [ + { + "bbox": [ + 142, + 238, + 469, + 249 + ], + "score": 1.0, + "content": "worlds by introducing State Space LSTM (SSL) models that generalizes the ear-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 248, + 469, + 261 + ], + "spans": [ + { + "bbox": [ + 141, + 248, + 469, + 261 + ], + "score": 1.0, + "content": "lier work Zaheer et al. (2017) of combining topic models with LSTM. However,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 258, + 470, + 272 + ], + "spans": [ + { + "bbox": [ + 141, + 258, + 470, + 272 + ], + "score": 1.0, + "content": "unlike Zaheer et al. (2017), we do not make any factorization assumptions in our", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 141, + 269, + 469, + 281 + ], + "spans": [ + { + "bbox": [ + 141, + 269, + 469, + 281 + ], + "score": 1.0, + "content": "inference algorithm. We present an efficient sampler based on sequential Monte", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 141, + 280, + 469, + 292 + ], + "spans": [ + { + "bbox": [ + 141, + 280, + 469, + 292 + ], + "score": 1.0, + "content": "Carlo (SMC) method that draws from the joint posterior directly. Experimental", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 290, + 470, + 303 + ], + "spans": [ + { + "bbox": [ + 141, + 290, + 470, + 303 + ], + "score": 1.0, + "content": "results confirms the superiority and stability of this SMC inference algorithm on", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 141, + 302, + 228, + 313 + ], + "spans": [ + { + "bbox": [ + 141, + 302, + 228, + 313 + ], + "score": 1.0, + "content": "a variety of domains.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 9.5, + "bbox_fs": [ + 141, + 205, + 470, + 313 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 336, + 206, + 349 + ], + "lines": [ + { + "bbox": [ + 105, + 335, + 208, + 352 + ], + "spans": [ + { + "bbox": [ + 105, + 335, + 208, + 352 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 107, + 362, + 504, + 437 + ], + "lines": [ + { + "bbox": [ + 105, + 363, + 505, + 375 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 505, + 375 + ], + "score": 1.0, + "content": "State space models (SSMs), such as hidden Markov models (HMM) and linear dynamical systems", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 372, + 506, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 372, + 506, + 385 + ], + "score": 1.0, + "content": "(LDS), have been the workhorse of sequence modeling in the past decades From a graphical model", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 384, + 506, + 396 + ], + "spans": [ + { + "bbox": [ + 105, + 384, + 506, + 396 + ], + "score": 1.0, + "content": "perspective, efficient message passing algorithms (Stratonovich, 1960; Kalman, 1960) are available", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 394, + 506, + 408 + ], + "spans": [ + { + "bbox": [ + 105, + 394, + 506, + 408 + ], + "score": 1.0, + "content": "in compact closed form thanks to their simple linear Markov structure. However, simplicity comes", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 406, + 505, + 417 + ], + "spans": [ + { + "bbox": [ + 105, + 406, + 505, + 417 + ], + "score": 1.0, + "content": "at a cost: real world sequences can have long-range dependencies that cannot be captured by Markov", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 416, + 505, + 428 + ], + "spans": [ + { + "bbox": [ + 105, + 416, + 505, + 428 + ], + "score": 1.0, + "content": "models; and the linearity of transition and emission restricts the flexibility of the model for complex", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 427, + 152, + 439 + ], + "spans": [ + { + "bbox": [ + 105, + 427, + 152, + 439 + ], + "score": 1.0, + "content": "sequences.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 19, + "bbox_fs": [ + 105, + 363, + 506, + 439 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 443, + 505, + 539 + ], + "lines": [ + { + "bbox": [ + 105, + 443, + 505, + 455 + ], + "spans": [ + { + "bbox": [ + 105, + 443, + 505, + 455 + ], + "score": 1.0, + "content": "A popular alternative is the recurrent neural networks (RNN), for instance the Long Short-Term", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 453, + 506, + 466 + ], + "spans": [ + { + "bbox": [ + 105, + 453, + 506, + 466 + ], + "score": 1.0, + "content": "Memory (LSTM) (Hochreiter & Schmidhuber, 1997) which has become a standard for sequence", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 464, + 505, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 464, + 505, + 476 + ], + "score": 1.0, + "content": "modeling nowadays. Instead of associating the observations with stochastic latent variables, RNN", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 473, + 506, + 488 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 506, + 488 + ], + "score": 1.0, + "content": "directly defines the distribution of each observation conditioned on the past, parameterized by a", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 486, + 506, + 498 + ], + "spans": [ + { + "bbox": [ + 105, + 486, + 506, + 498 + ], + "score": 1.0, + "content": "neural network. The recurrent parameterization not only allows RNN to provide a rich function", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 496, + 505, + 509 + ], + "spans": [ + { + "bbox": [ + 105, + 496, + 505, + 509 + ], + "score": 1.0, + "content": "class, but also permits scalable stochastic optimization such as the backpropagation through time", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 506, + 506, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 506, + 506, + 519 + ], + "score": 1.0, + "content": "(BPTT) algorithm. However, flexibility does not come for free as well: due to the complex form of", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 517, + 505, + 530 + ], + "spans": [ + { + "bbox": [ + 105, + 517, + 505, + 530 + ], + "score": 1.0, + "content": "the transition function, the hidden states of RNN are often hard to interpret. Moreover, it can require", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 528, + 461, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 461, + 541 + ], + "score": 1.0, + "content": "large amount of parameters for seemingly simple sequence models (Zaheer et al., 2017).", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 27, + "bbox_fs": [ + 105, + 443, + 506, + 541 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 544, + 505, + 661 + ], + "lines": [ + { + "bbox": [ + 105, + 545, + 505, + 557 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 505, + 557 + ], + "score": 1.0, + "content": "In this paper, we propose a new class of models State Space LSTM (SSL) that combines the best", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 554, + 505, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 554, + 505, + 568 + ], + "score": 1.0, + "content": "of both worlds. We show that SSLs can handle nonlinear, non-Markovian dynamics like RNNs,", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 565, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 565, + 505, + 578 + ], + "score": 1.0, + "content": "while retaining the probabilistic interpretations of SSMs. The intuition, in short, is to separate the", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 577, + 505, + 589 + ], + "spans": [ + { + "bbox": [ + 105, + 577, + 505, + 589 + ], + "score": 1.0, + "content": "state space from the sample space. In particular, instead of directly estimating the dynamics from the", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 587, + 505, + 599 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 505, + 599 + ], + "score": 1.0, + "content": "observed sequence, we focus on modeling the sequence of latent states, which may represent the true", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 598, + 505, + 610 + ], + "spans": [ + { + "bbox": [ + 105, + 598, + 505, + 610 + ], + "score": 1.0, + "content": "underlying dynamics that generated the noisy observations. Unlike SSMs, where the same goal is", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 608, + 506, + 621 + ], + "spans": [ + { + "bbox": [ + 105, + 608, + 506, + 621 + ], + "score": 1.0, + "content": "pursued under linearity and Markov assumption, we alleviate the restriction by directly modeling the", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 618, + 506, + 632 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 506, + 632 + ], + "score": 1.0, + "content": "transition function between states parameterized by a neural network. On the other hand, we bridge", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 628, + 505, + 643 + ], + "spans": [ + { + "bbox": [ + 105, + 628, + 505, + 643 + ], + "score": 1.0, + "content": "the state space and the sample space using classical probabilistic relation, which not only brings", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 641, + 505, + 653 + ], + "spans": [ + { + "bbox": [ + 105, + 641, + 505, + 653 + ], + "score": 1.0, + "content": "additional interpretability, but also enables the LSTM to work with more structured representation", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 651, + 246, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 651, + 246, + 663 + ], + "score": 1.0, + "content": "rather than the noisy observations.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 37, + "bbox_fs": [ + 105, + 545, + 506, + 663 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 667, + 504, + 711 + ], + "lines": [ + { + "bbox": [ + 105, + 666, + 506, + 681 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 506, + 681 + ], + "score": 1.0, + "content": "Indeed, parameter estimation of such models can be nontrivial. Since the LSTM is defined over a se-", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 677, + 506, + 691 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 506, + 691 + ], + "score": 1.0, + "content": "quence of latent variables rather than observations, it is not straightforward to apply the usual BPTT", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 686, + 506, + 703 + ], + "spans": [ + { + "bbox": [ + 105, + 686, + 506, + 703 + ], + "score": 1.0, + "content": "algorithm without making variational approximations. In Zaheer et al. (2017), which is an instance", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 699, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 713 + ], + "score": 1.0, + "content": "of SSL, an EM-type approach was employed: the algorithm alternates between imputing the latent", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 82, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 96 + ], + "score": 1.0, + "content": "states and optimizing the LSTM over the imputed sequences. However, as we show below, the infer-", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 504, + 105 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 504, + 105 + ], + "score": 1.0, + "content": "ence implicitly assumes the posterior is factorizable through time. This is a restrictive assumption", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 102, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 102, + 505, + 117 + ], + "score": 1.0, + "content": "since the benefit of rich state transition brought by the LSTM may be neutralized by breaking down", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 114, + 202, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 114, + 202, + 127 + ], + "score": 1.0, + "content": "the posterior over time.", + "type": "text", + "cross_page": true + } + ], + "index": 3 + } + ], + "index": 44.5, + "bbox_fs": [ + 105, + 666, + 506, + 713 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 504, + 125 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 96 + ], + "score": 1.0, + "content": "states and optimizing the LSTM over the imputed sequences. However, as we show below, the infer-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 504, + 105 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 504, + 105 + ], + "score": 1.0, + "content": "ence implicitly assumes the posterior is factorizable through time. This is a restrictive assumption", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 102, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 102, + 505, + 117 + ], + "score": 1.0, + "content": "since the benefit of rich state transition brought by the LSTM may be neutralized by breaking down", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 114, + 202, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 114, + 202, + 127 + ], + "score": 1.0, + "content": "the posterior over time.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5 + }, + { + "type": "text", + "bbox": [ + 107, + 131, + 504, + 185 + ], + "lines": [ + { + "bbox": [ + 106, + 131, + 505, + 143 + ], + "spans": [ + { + "bbox": [ + 106, + 131, + 505, + 143 + ], + "score": 1.0, + "content": "We present a general parameter estimation scheme for the proposed class of models based on se-", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 141, + 505, + 154 + ], + "spans": [ + { + "bbox": [ + 105, + 141, + 505, + 154 + ], + "score": 1.0, + "content": "quential Monte Carlo (SMC) (Doucet et al., 2001), in particular the Particle Gibbs (Andrieu et al.,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 151, + 506, + 165 + ], + "spans": [ + { + "bbox": [ + 105, + 151, + 506, + 165 + ], + "score": 1.0, + "content": "2010). Instead of sampling each time point individually, we directly sample from the joint posterior", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 161, + 506, + 176 + ], + "spans": [ + { + "bbox": [ + 105, + 161, + 506, + 176 + ], + "score": 1.0, + "content": "without making limiting factorization assumptions. Through extensive experiments we verify that", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 172, + 449, + 187 + ], + "spans": [ + { + "bbox": [ + 105, + 172, + 449, + 187 + ], + "score": 1.0, + "content": "sampling from the full posterior leads to significant improvement in the performance.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 107, + 196, + 505, + 314 + ], + "lines": [ + { + "bbox": [ + 105, + 196, + 505, + 210 + ], + "spans": [ + { + "bbox": [ + 105, + 196, + 505, + 210 + ], + "score": 1.0, + "content": "Related works Enhancing state space models using neural networks is not a new idea. Traditional", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 207, + 505, + 219 + ], + "spans": [ + { + "bbox": [ + 105, + 207, + 505, + 219 + ], + "score": 1.0, + "content": "approaches can be traced back to nonlinear extensions of linear dynamical systems, such as extended", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 217, + 506, + 230 + ], + "spans": [ + { + "bbox": [ + 105, + 217, + 506, + 230 + ], + "score": 1.0, + "content": "or unscented Kalman filters (Julier & Uhlmann, 1997), where both state transition and emission are", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 104, + 228, + 506, + 241 + ], + "spans": [ + { + "bbox": [ + 104, + 228, + 506, + 241 + ], + "score": 1.0, + "content": "generalized to nonlinear functions. The idea of parameterizing them with neural networks can be", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 239, + 506, + 251 + ], + "spans": [ + { + "bbox": [ + 105, + 239, + 506, + 251 + ], + "score": 1.0, + "content": "found in Ghahramani & Roweis (1999), as well as many recent works (Krishnan et al., 2015; Archer", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 249, + 506, + 262 + ], + "spans": [ + { + "bbox": [ + 105, + 249, + 506, + 262 + ], + "score": 1.0, + "content": "et al., 2015; Johnson et al., 2016; Krishnan et al., 2017; Karl et al., 2017) thanks to the development", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 261, + 505, + 273 + ], + "spans": [ + { + "bbox": [ + 105, + 261, + 505, + 273 + ], + "score": 1.0, + "content": "of recognition networks (Kingma & Welling, 2014; Rezende et al., 2014). Enriching the output dis-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 271, + 506, + 284 + ], + "spans": [ + { + "bbox": [ + 105, + 271, + 506, + 284 + ], + "score": 1.0, + "content": "tribution of RNN has also regain popularity recently. Unlike conventionally used multinomial output", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 282, + 505, + 294 + ], + "spans": [ + { + "bbox": [ + 105, + 282, + 505, + 294 + ], + "score": 1.0, + "content": "or mixture density networks (Bishop, 1994), recent approaches seek for more flexible family of dis-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 291, + 505, + 305 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 505, + 305 + ], + "score": 1.0, + "content": "tributions such as restricted Boltzmann machines (RBM) (Boulanger-Lewandowski et al., 2012) or", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 303, + 403, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 403, + 315 + ], + "score": 1.0, + "content": "variational auto-encoders (VAE) (Gregor et al., 2015; Chung et al., 2015).", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 107, + 319, + 505, + 373 + ], + "lines": [ + { + "bbox": [ + 106, + 320, + 504, + 331 + ], + "spans": [ + { + "bbox": [ + 106, + 320, + 504, + 331 + ], + "score": 1.0, + "content": "On the flip side, there have been studies in introducing stochasticity to recurrent neural networks.", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 330, + 505, + 342 + ], + "spans": [ + { + "bbox": [ + 105, + 330, + 505, + 342 + ], + "score": 1.0, + "content": "For instance, Pachitariu & Sahani (2012) and Bayer & Osendorfer (2014) incorporated independent", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 341, + 505, + 352 + ], + "spans": [ + { + "bbox": [ + 105, + 341, + 505, + 352 + ], + "score": 1.0, + "content": "latent variables at each time step; while in Fraccaro et al. (2016) the RNN is attached to both latent", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 351, + 506, + 364 + ], + "spans": [ + { + "bbox": [ + 105, + 351, + 506, + 364 + ], + "score": 1.0, + "content": "states and observations. We note that in our approach the transition and emission are decoupled, not", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 362, + 456, + 375 + ], + "spans": [ + { + "bbox": [ + 105, + 362, + 456, + 375 + ], + "score": 1.0, + "content": "only for interpretability but also for efficient inference without variational assumptions.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 107, + 378, + 505, + 433 + ], + "lines": [ + { + "bbox": [ + 105, + 377, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 105, + 377, + 505, + 392 + ], + "score": 1.0, + "content": "On a related note, sequential Monte Carlo methods have recently received attention in approximating", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 388, + 505, + 402 + ], + "spans": [ + { + "bbox": [ + 105, + 388, + 505, + 402 + ], + "score": 1.0, + "content": "the variational objective (Maddison et al., 2017; Le et al., 2017; Naesseth et al., 2017). Despite the", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 400, + 505, + 412 + ], + "spans": [ + { + "bbox": [ + 105, + 400, + 505, + 412 + ], + "score": 1.0, + "content": "similarity, we emphasize that the context is different: we take a stochastic EM approach, where the", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 410, + 506, + 423 + ], + "spans": [ + { + "bbox": [ + 105, + 410, + 506, + 423 + ], + "score": 1.0, + "content": "full expectation in E-step is replaced by the samples from SMC. In contrast, SMC in above works is", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 422, + 386, + 434 + ], + "spans": [ + { + "bbox": [ + 106, + 422, + 386, + 434 + ], + "score": 1.0, + "content": "aimed at providing a tighter lower bound for the variational objective.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 27 + }, + { + "type": "title", + "bbox": [ + 108, + 448, + 200, + 460 + ], + "lines": [ + { + "bbox": [ + 104, + 446, + 202, + 464 + ], + "spans": [ + { + "bbox": [ + 104, + 446, + 202, + 464 + ], + "score": 1.0, + "content": "2 BACKGROUND", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 107, + 472, + 505, + 505 + ], + "lines": [ + { + "bbox": [ + 105, + 472, + 504, + 484 + ], + "spans": [ + { + "bbox": [ + 105, + 472, + 504, + 484 + ], + "score": 1.0, + "content": "In this section, we provide a brief review of some key ingredients of this paper. We first describe the", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 483, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 505, + 496 + ], + "score": 1.0, + "content": "SSMs and the RNNs for sequence modeling, and then outline the SMC methods for sampling from", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 493, + 204, + 505 + ], + "spans": [ + { + "bbox": [ + 105, + 493, + 204, + 505 + ], + "score": 1.0, + "content": "a series of distributions.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32 + }, + { + "type": "title", + "bbox": [ + 108, + 518, + 225, + 529 + ], + "lines": [ + { + "bbox": [ + 105, + 517, + 227, + 531 + ], + "spans": [ + { + "bbox": [ + 105, + 517, + 227, + 531 + ], + "score": 1.0, + "content": "2.1 STATE SPACE MODELS", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 106, + 538, + 505, + 592 + ], + "lines": [ + { + "bbox": [ + 106, + 537, + 506, + 551 + ], + "spans": [ + { + "bbox": [ + 106, + 537, + 257, + 551 + ], + "score": 1.0, + "content": "Consider a sequence of observations", + "type": "text" + }, + { + "bbox": [ + 257, + 538, + 343, + 550 + ], + "score": 0.91, + "content": "\\boldsymbol { x } _ { 1 : T } = ( x _ { 1 } , \\dots , x _ { T } )", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 537, + 506, + 551 + ], + "score": 1.0, + "content": "and a corresponding sequence of latent", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 549, + 505, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 549, + 131, + 561 + ], + "score": 1.0, + "content": "states", + "type": "text" + }, + { + "bbox": [ + 131, + 549, + 213, + 561 + ], + "score": 0.92, + "content": "z _ { 1 : T } = ( z _ { 1 } , \\dots , z _ { T } )", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 549, + 505, + 561 + ], + "score": 1.0, + "content": ". The SSMs are a class of graphical models that defines probabilistic de-", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 559, + 505, + 572 + ], + "spans": [ + { + "bbox": [ + 105, + 559, + 505, + 572 + ], + "score": 1.0, + "content": "pendencies between latent states and the observations. A classical example of SSM is the (Gaussian)", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 569, + 505, + 583 + ], + "spans": [ + { + "bbox": [ + 105, + 569, + 505, + 583 + ], + "score": 1.0, + "content": "LDS, where real-valued states evolve linearly over time under the first-order Markov assumption.", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 579, + 392, + 594 + ], + "spans": [ + { + "bbox": [ + 105, + 579, + 122, + 594 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 122, + 580, + 157, + 592 + ], + "score": 0.92, + "content": "\\boldsymbol { x } _ { t } \\in \\mathbb { R } ^ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 579, + 174, + 594 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 175, + 580, + 208, + 592 + ], + "score": 0.92, + "content": "\\boldsymbol { z } _ { t } \\in \\mathbb { R } ^ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 579, + 392, + 594 + ], + "score": 1.0, + "content": ", the LDS can be expressed by two equations:", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 37 + }, + { + "type": "interline_equation", + "bbox": [ + 208, + 595, + 401, + 625 + ], + "lines": [ + { + "bbox": [ + 208, + 595, + 401, + 625 + ], + "spans": [ + { + "bbox": [ + 208, + 595, + 401, + 625 + ], + "score": 0.91, + "content": "\\begin{array} { r l r } { \\mathrm { ( T r a n s i t i o n ) } } & { z _ { t } = A z _ { t - 1 } + \\eta , \\ } & { \\eta \\sim \\mathcal { N } ( 0 , Q ) } \\\\ { \\mathrm { ( E m i s s i o n ) } } & { x _ { t } = C z _ { t } + \\epsilon , \\ } & { \\epsilon \\sim \\mathcal { N } ( 0 , R ) , } \\end{array}", + "type": "interline_equation", + "image_path": "276a70eadd7403d62d01155bb49222a5ca1fdb89112bb6fd8bb38f52e7e9b235.jpg" + } + ] + } + ], + "index": 40.5, + "virtual_lines": [ + { + "bbox": [ + 208, + 595, + 401, + 610.0 + ], + "spans": [], + "index": 40 + }, + { + "bbox": [ + 208, + 610.0, + 401, + 625.0 + ], + "spans": [], + "index": 41 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 629, + 504, + 672 + ], + "lines": [ + { + "bbox": [ + 105, + 627, + 505, + 643 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 133, + 643 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 628, + 179, + 640 + ], + "score": 0.9, + "content": "A \\in \\mathbb { R } ^ { k \\times k }", + "type": "inline_equation" + }, + { + "bbox": [ + 179, + 627, + 183, + 643 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 183, + 628, + 228, + 640 + ], + "score": 0.9, + "content": "C \\in \\mathbb { R } ^ { d \\times k }", + "type": "inline_equation" + }, + { + "bbox": [ + 228, + 627, + 250, + 643 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 250, + 630, + 259, + 641 + ], + "score": 0.86, + "content": "Q", + "type": "inline_equation" + }, + { + "bbox": [ + 260, + 627, + 278, + 643 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 278, + 630, + 287, + 640 + ], + "score": 0.83, + "content": "R", + "type": "inline_equation" + }, + { + "bbox": [ + 288, + 627, + 505, + 643 + ], + "score": 1.0, + "content": "are covariance matrices of corresponding sizes. They", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 640, + 506, + 652 + ], + "spans": [ + { + "bbox": [ + 105, + 640, + 388, + 652 + ], + "score": 1.0, + "content": "are widely applied in modeling the dynamics of moving objects, with", + "type": "text" + }, + { + "bbox": [ + 388, + 642, + 398, + 651 + ], + "score": 0.86, + "content": "z _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 640, + 506, + 652 + ], + "score": 1.0, + "content": "representing the true state", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 650, + 506, + 664 + ], + "spans": [ + { + "bbox": [ + 105, + 650, + 355, + 664 + ], + "score": 1.0, + "content": "of the system, such as location and velocity of the object, and", + "type": "text" + }, + { + "bbox": [ + 355, + 652, + 366, + 662 + ], + "score": 0.86, + "content": "x _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 650, + 506, + 664 + ], + "score": 1.0, + "content": "being the noisy observation under", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 662, + 216, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 662, + 216, + 673 + ], + "score": 1.0, + "content": "zero-mean Gaussian noise.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 43.5 + }, + { + "type": "text", + "bbox": [ + 107, + 677, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 107, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 107, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "We mention two important inference tasks (Koller & Friedman, 2009) associated with SSMs. The", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 689, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 106, + 689, + 243, + 702 + ], + "score": 1.0, + "content": "first tasks is filtering: at any time", + "type": "text" + }, + { + "bbox": [ + 244, + 690, + 248, + 699 + ], + "score": 0.74, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 689, + 290, + 702 + ], + "score": 1.0, + "content": ", compute", + "type": "text" + }, + { + "bbox": [ + 290, + 690, + 330, + 701 + ], + "score": 0.9, + "content": "p ( \\boldsymbol { z } _ { t } | \\boldsymbol { x } _ { 1 : t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 689, + 506, + 702 + ], + "score": 1.0, + "content": ", i.e. the most up-to-date belief of the state", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 699, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 106, + 701, + 116, + 710 + ], + "score": 0.83, + "content": "z _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 116, + 699, + 315, + 713 + ], + "score": 1.0, + "content": "conditioned on all past and current observations", + "type": "text" + }, + { + "bbox": [ + 316, + 702, + 332, + 711 + ], + "score": 0.83, + "content": "x _ { 1 : t }", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 699, + 506, + 713 + ], + "score": 1.0, + "content": ". The other task is smoothing, which com-", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 130, + 722 + ], + "score": 1.0, + "content": "putes", + "type": "text" + }, + { + "bbox": [ + 131, + 710, + 173, + 722 + ], + "score": 0.92, + "content": "p ( \\boldsymbol { z } _ { t } | \\boldsymbol { x } _ { 1 : T } )", + "type": "inline_equation" + }, + { + "bbox": [ + 174, + 710, + 505, + 722 + ], + "score": 1.0, + "content": ", i.e. the update to the belief of a latent state by incorporating future observations.", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 720, + 505, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 505, + 732 + ], + "score": 1.0, + "content": "One of the beauties of SSMs is that these inference tasks are available in closed form, thanks", + "type": "text" + } + ], + "index": 50 + } + ], + "index": 48 + } + ], + "page_idx": 1, + "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, + 763 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 310, + 763 + ], + "score": 1.0, + "content": "2", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 504, + 125 + ], + "lines": [], + "index": 1.5, + "bbox_fs": [ + 105, + 82, + 505, + 127 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 131, + 504, + 185 + ], + "lines": [ + { + "bbox": [ + 106, + 131, + 505, + 143 + ], + "spans": [ + { + "bbox": [ + 106, + 131, + 505, + 143 + ], + "score": 1.0, + "content": "We present a general parameter estimation scheme for the proposed class of models based on se-", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 141, + 505, + 154 + ], + "spans": [ + { + "bbox": [ + 105, + 141, + 505, + 154 + ], + "score": 1.0, + "content": "quential Monte Carlo (SMC) (Doucet et al., 2001), in particular the Particle Gibbs (Andrieu et al.,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 151, + 506, + 165 + ], + "spans": [ + { + "bbox": [ + 105, + 151, + 506, + 165 + ], + "score": 1.0, + "content": "2010). Instead of sampling each time point individually, we directly sample from the joint posterior", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 161, + 506, + 176 + ], + "spans": [ + { + "bbox": [ + 105, + 161, + 506, + 176 + ], + "score": 1.0, + "content": "without making limiting factorization assumptions. Through extensive experiments we verify that", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 172, + 449, + 187 + ], + "spans": [ + { + "bbox": [ + 105, + 172, + 449, + 187 + ], + "score": 1.0, + "content": "sampling from the full posterior leads to significant improvement in the performance.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6, + "bbox_fs": [ + 105, + 131, + 506, + 187 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 196, + 505, + 314 + ], + "lines": [ + { + "bbox": [ + 105, + 196, + 505, + 210 + ], + "spans": [ + { + "bbox": [ + 105, + 196, + 505, + 210 + ], + "score": 1.0, + "content": "Related works Enhancing state space models using neural networks is not a new idea. Traditional", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 207, + 505, + 219 + ], + "spans": [ + { + "bbox": [ + 105, + 207, + 505, + 219 + ], + "score": 1.0, + "content": "approaches can be traced back to nonlinear extensions of linear dynamical systems, such as extended", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 217, + 506, + 230 + ], + "spans": [ + { + "bbox": [ + 105, + 217, + 506, + 230 + ], + "score": 1.0, + "content": "or unscented Kalman filters (Julier & Uhlmann, 1997), where both state transition and emission are", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 104, + 228, + 506, + 241 + ], + "spans": [ + { + "bbox": [ + 104, + 228, + 506, + 241 + ], + "score": 1.0, + "content": "generalized to nonlinear functions. The idea of parameterizing them with neural networks can be", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 239, + 506, + 251 + ], + "spans": [ + { + "bbox": [ + 105, + 239, + 506, + 251 + ], + "score": 1.0, + "content": "found in Ghahramani & Roweis (1999), as well as many recent works (Krishnan et al., 2015; Archer", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 249, + 506, + 262 + ], + "spans": [ + { + "bbox": [ + 105, + 249, + 506, + 262 + ], + "score": 1.0, + "content": "et al., 2015; Johnson et al., 2016; Krishnan et al., 2017; Karl et al., 2017) thanks to the development", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 261, + 505, + 273 + ], + "spans": [ + { + "bbox": [ + 105, + 261, + 505, + 273 + ], + "score": 1.0, + "content": "of recognition networks (Kingma & Welling, 2014; Rezende et al., 2014). Enriching the output dis-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 271, + 506, + 284 + ], + "spans": [ + { + "bbox": [ + 105, + 271, + 506, + 284 + ], + "score": 1.0, + "content": "tribution of RNN has also regain popularity recently. Unlike conventionally used multinomial output", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 282, + 505, + 294 + ], + "spans": [ + { + "bbox": [ + 105, + 282, + 505, + 294 + ], + "score": 1.0, + "content": "or mixture density networks (Bishop, 1994), recent approaches seek for more flexible family of dis-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 291, + 505, + 305 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 505, + 305 + ], + "score": 1.0, + "content": "tributions such as restricted Boltzmann machines (RBM) (Boulanger-Lewandowski et al., 2012) or", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 303, + 403, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 403, + 315 + ], + "score": 1.0, + "content": "variational auto-encoders (VAE) (Gregor et al., 2015; Chung et al., 2015).", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 14, + "bbox_fs": [ + 104, + 196, + 506, + 315 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 319, + 505, + 373 + ], + "lines": [ + { + "bbox": [ + 106, + 320, + 504, + 331 + ], + "spans": [ + { + "bbox": [ + 106, + 320, + 504, + 331 + ], + "score": 1.0, + "content": "On the flip side, there have been studies in introducing stochasticity to recurrent neural networks.", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 330, + 505, + 342 + ], + "spans": [ + { + "bbox": [ + 105, + 330, + 505, + 342 + ], + "score": 1.0, + "content": "For instance, Pachitariu & Sahani (2012) and Bayer & Osendorfer (2014) incorporated independent", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 341, + 505, + 352 + ], + "spans": [ + { + "bbox": [ + 105, + 341, + 505, + 352 + ], + "score": 1.0, + "content": "latent variables at each time step; while in Fraccaro et al. (2016) the RNN is attached to both latent", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 351, + 506, + 364 + ], + "spans": [ + { + "bbox": [ + 105, + 351, + 506, + 364 + ], + "score": 1.0, + "content": "states and observations. We note that in our approach the transition and emission are decoupled, not", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 362, + 456, + 375 + ], + "spans": [ + { + "bbox": [ + 105, + 362, + 456, + 375 + ], + "score": 1.0, + "content": "only for interpretability but also for efficient inference without variational assumptions.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 22, + "bbox_fs": [ + 105, + 320, + 506, + 375 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 378, + 505, + 433 + ], + "lines": [ + { + "bbox": [ + 105, + 377, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 105, + 377, + 505, + 392 + ], + "score": 1.0, + "content": "On a related note, sequential Monte Carlo methods have recently received attention in approximating", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 388, + 505, + 402 + ], + "spans": [ + { + "bbox": [ + 105, + 388, + 505, + 402 + ], + "score": 1.0, + "content": "the variational objective (Maddison et al., 2017; Le et al., 2017; Naesseth et al., 2017). Despite the", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 400, + 505, + 412 + ], + "spans": [ + { + "bbox": [ + 105, + 400, + 505, + 412 + ], + "score": 1.0, + "content": "similarity, we emphasize that the context is different: we take a stochastic EM approach, where the", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 410, + 506, + 423 + ], + "spans": [ + { + "bbox": [ + 105, + 410, + 506, + 423 + ], + "score": 1.0, + "content": "full expectation in E-step is replaced by the samples from SMC. In contrast, SMC in above works is", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 422, + 386, + 434 + ], + "spans": [ + { + "bbox": [ + 106, + 422, + 386, + 434 + ], + "score": 1.0, + "content": "aimed at providing a tighter lower bound for the variational objective.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 27, + "bbox_fs": [ + 105, + 377, + 506, + 434 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 448, + 200, + 460 + ], + "lines": [ + { + "bbox": [ + 104, + 446, + 202, + 464 + ], + "spans": [ + { + "bbox": [ + 104, + 446, + 202, + 464 + ], + "score": 1.0, + "content": "2 BACKGROUND", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 107, + 472, + 505, + 505 + ], + "lines": [ + { + "bbox": [ + 105, + 472, + 504, + 484 + ], + "spans": [ + { + "bbox": [ + 105, + 472, + 504, + 484 + ], + "score": 1.0, + "content": "In this section, we provide a brief review of some key ingredients of this paper. We first describe the", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 483, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 505, + 496 + ], + "score": 1.0, + "content": "SSMs and the RNNs for sequence modeling, and then outline the SMC methods for sampling from", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 493, + 204, + 505 + ], + "spans": [ + { + "bbox": [ + 105, + 493, + 204, + 505 + ], + "score": 1.0, + "content": "a series of distributions.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32, + "bbox_fs": [ + 105, + 472, + 505, + 505 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 518, + 225, + 529 + ], + "lines": [ + { + "bbox": [ + 105, + 517, + 227, + 531 + ], + "spans": [ + { + "bbox": [ + 105, + 517, + 227, + 531 + ], + "score": 1.0, + "content": "2.1 STATE SPACE MODELS", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 106, + 538, + 505, + 592 + ], + "lines": [ + { + "bbox": [ + 106, + 537, + 506, + 551 + ], + "spans": [ + { + "bbox": [ + 106, + 537, + 257, + 551 + ], + "score": 1.0, + "content": "Consider a sequence of observations", + "type": "text" + }, + { + "bbox": [ + 257, + 538, + 343, + 550 + ], + "score": 0.91, + "content": "\\boldsymbol { x } _ { 1 : T } = ( x _ { 1 } , \\dots , x _ { T } )", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 537, + 506, + 551 + ], + "score": 1.0, + "content": "and a corresponding sequence of latent", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 549, + 505, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 549, + 131, + 561 + ], + "score": 1.0, + "content": "states", + "type": "text" + }, + { + "bbox": [ + 131, + 549, + 213, + 561 + ], + "score": 0.92, + "content": "z _ { 1 : T } = ( z _ { 1 } , \\dots , z _ { T } )", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 549, + 505, + 561 + ], + "score": 1.0, + "content": ". The SSMs are a class of graphical models that defines probabilistic de-", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 559, + 505, + 572 + ], + "spans": [ + { + "bbox": [ + 105, + 559, + 505, + 572 + ], + "score": 1.0, + "content": "pendencies between latent states and the observations. A classical example of SSM is the (Gaussian)", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 569, + 505, + 583 + ], + "spans": [ + { + "bbox": [ + 105, + 569, + 505, + 583 + ], + "score": 1.0, + "content": "LDS, where real-valued states evolve linearly over time under the first-order Markov assumption.", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 579, + 392, + 594 + ], + "spans": [ + { + "bbox": [ + 105, + 579, + 122, + 594 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 122, + 580, + 157, + 592 + ], + "score": 0.92, + "content": "\\boldsymbol { x } _ { t } \\in \\mathbb { R } ^ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 579, + 174, + 594 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 175, + 580, + 208, + 592 + ], + "score": 0.92, + "content": "\\boldsymbol { z } _ { t } \\in \\mathbb { R } ^ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 579, + 392, + 594 + ], + "score": 1.0, + "content": ", the LDS can be expressed by two equations:", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 37, + "bbox_fs": [ + 105, + 537, + 506, + 594 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 208, + 595, + 401, + 625 + ], + "lines": [ + { + "bbox": [ + 208, + 595, + 401, + 625 + ], + "spans": [ + { + "bbox": [ + 208, + 595, + 401, + 625 + ], + "score": 0.91, + "content": "\\begin{array} { r l r } { \\mathrm { ( T r a n s i t i o n ) } } & { z _ { t } = A z _ { t - 1 } + \\eta , \\ } & { \\eta \\sim \\mathcal { N } ( 0 , Q ) } \\\\ { \\mathrm { ( E m i s s i o n ) } } & { x _ { t } = C z _ { t } + \\epsilon , \\ } & { \\epsilon \\sim \\mathcal { N } ( 0 , R ) , } \\end{array}", + "type": "interline_equation", + "image_path": "276a70eadd7403d62d01155bb49222a5ca1fdb89112bb6fd8bb38f52e7e9b235.jpg" + } + ] + } + ], + "index": 40.5, + "virtual_lines": [ + { + "bbox": [ + 208, + 595, + 401, + 610.0 + ], + "spans": [], + "index": 40 + }, + { + "bbox": [ + 208, + 610.0, + 401, + 625.0 + ], + "spans": [], + "index": 41 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 629, + 504, + 672 + ], + "lines": [ + { + "bbox": [ + 105, + 627, + 505, + 643 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 133, + 643 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 628, + 179, + 640 + ], + "score": 0.9, + "content": "A \\in \\mathbb { R } ^ { k \\times k }", + "type": "inline_equation" + }, + { + "bbox": [ + 179, + 627, + 183, + 643 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 183, + 628, + 228, + 640 + ], + "score": 0.9, + "content": "C \\in \\mathbb { R } ^ { d \\times k }", + "type": "inline_equation" + }, + { + "bbox": [ + 228, + 627, + 250, + 643 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 250, + 630, + 259, + 641 + ], + "score": 0.86, + "content": "Q", + "type": "inline_equation" + }, + { + "bbox": [ + 260, + 627, + 278, + 643 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 278, + 630, + 287, + 640 + ], + "score": 0.83, + "content": "R", + "type": "inline_equation" + }, + { + "bbox": [ + 288, + 627, + 505, + 643 + ], + "score": 1.0, + "content": "are covariance matrices of corresponding sizes. They", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 640, + 506, + 652 + ], + "spans": [ + { + "bbox": [ + 105, + 640, + 388, + 652 + ], + "score": 1.0, + "content": "are widely applied in modeling the dynamics of moving objects, with", + "type": "text" + }, + { + "bbox": [ + 388, + 642, + 398, + 651 + ], + "score": 0.86, + "content": "z _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 640, + 506, + 652 + ], + "score": 1.0, + "content": "representing the true state", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 650, + 506, + 664 + ], + "spans": [ + { + "bbox": [ + 105, + 650, + 355, + 664 + ], + "score": 1.0, + "content": "of the system, such as location and velocity of the object, and", + "type": "text" + }, + { + "bbox": [ + 355, + 652, + 366, + 662 + ], + "score": 0.86, + "content": "x _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 650, + 506, + 664 + ], + "score": 1.0, + "content": "being the noisy observation under", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 662, + 216, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 662, + 216, + 673 + ], + "score": 1.0, + "content": "zero-mean Gaussian noise.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 43.5, + "bbox_fs": [ + 105, + 627, + 506, + 673 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 677, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 107, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 107, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "We mention two important inference tasks (Koller & Friedman, 2009) associated with SSMs. The", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 689, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 106, + 689, + 243, + 702 + ], + "score": 1.0, + "content": "first tasks is filtering: at any time", + "type": "text" + }, + { + "bbox": [ + 244, + 690, + 248, + 699 + ], + "score": 0.74, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 689, + 290, + 702 + ], + "score": 1.0, + "content": ", compute", + "type": "text" + }, + { + "bbox": [ + 290, + 690, + 330, + 701 + ], + "score": 0.9, + "content": "p ( \\boldsymbol { z } _ { t } | \\boldsymbol { x } _ { 1 : t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 689, + 506, + 702 + ], + "score": 1.0, + "content": ", i.e. the most up-to-date belief of the state", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 699, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 106, + 701, + 116, + 710 + ], + "score": 0.83, + "content": "z _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 116, + 699, + 315, + 713 + ], + "score": 1.0, + "content": "conditioned on all past and current observations", + "type": "text" + }, + { + "bbox": [ + 316, + 702, + 332, + 711 + ], + "score": 0.83, + "content": "x _ { 1 : t }", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 699, + 506, + 713 + ], + "score": 1.0, + "content": ". The other task is smoothing, which com-", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 130, + 722 + ], + "score": 1.0, + "content": "putes", + "type": "text" + }, + { + "bbox": [ + 131, + 710, + 173, + 722 + ], + "score": 0.92, + "content": "p ( \\boldsymbol { z } _ { t } | \\boldsymbol { x } _ { 1 : T } )", + "type": "inline_equation" + }, + { + "bbox": [ + 174, + 710, + 505, + 722 + ], + "score": 1.0, + "content": ", i.e. the update to the belief of a latent state by incorporating future observations.", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 720, + 505, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 505, + 732 + ], + "score": 1.0, + "content": "One of the beauties of SSMs is that these inference tasks are available in closed form, thanks", + "type": "text" + } + ], + "index": 50 + } + ], + "index": 48, + "bbox_fs": [ + 105, + 677, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 82, + 258, + 94 + ], + "lines": [ + { + "bbox": [ + 106, + 80, + 259, + 96 + ], + "spans": [ + { + "bbox": [ + 106, + 80, + 259, + 96 + ], + "score": 1.0, + "content": "Algorithm 1 Sequential Monte Carlo", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 130, + 97, + 360, + 111 + ], + "lines": [ + { + "bbox": [ + 129, + 96, + 361, + 113 + ], + "spans": [ + { + "bbox": [ + 129, + 96, + 158, + 113 + ], + "score": 1.0, + "content": "1. Let", + "type": "text" + }, + { + "bbox": [ + 158, + 98, + 191, + 111 + ], + "score": 0.92, + "content": "z _ { 0 } ^ { p } = z _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 96, + 243, + 113 + ], + "score": 1.0, + "content": "and weights", + "type": "text" + }, + { + "bbox": [ + 243, + 98, + 286, + 111 + ], + "score": 0.92, + "content": "\\alpha _ { 0 } ^ { p } = 1 / P", + "type": "inline_equation" + }, + { + "bbox": [ + 287, + 96, + 302, + 113 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 302, + 100, + 356, + 110 + ], + "score": 0.89, + "content": "p = 1 , \\ldots , P", + "type": "inline_equation" + }, + { + "bbox": [ + 356, + 96, + 361, + 113 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 130, + 113, + 214, + 124 + ], + "lines": [ + { + "bbox": [ + 129, + 112, + 211, + 126 + ], + "spans": [ + { + "bbox": [ + 129, + 112, + 158, + 126 + ], + "score": 1.0, + "content": "2. For", + "type": "text" + }, + { + "bbox": [ + 159, + 113, + 211, + 124 + ], + "score": 0.9, + "content": "t = 1 , \\dots , T", + "type": "inline_equation" + } + ], + "index": 2 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 145, + 127, + 486, + 204 + ], + "lines": [ + { + "bbox": [ + 145, + 126, + 361, + 141 + ], + "spans": [ + { + "bbox": [ + 145, + 126, + 234, + 141 + ], + "score": 1.0, + "content": "(a) Sample ancestors", + "type": "text" + }, + { + "bbox": [ + 234, + 127, + 288, + 141 + ], + "score": 0.91, + "content": "a _ { t - 1 } ^ { p } \\sim \\alpha _ { t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 288, + 126, + 303, + 141 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 303, + 128, + 357, + 140 + ], + "score": 0.9, + "content": "p = 1 , \\ldots , P", + "type": "inline_equation" + }, + { + "bbox": [ + 358, + 126, + 361, + 141 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 139, + 142, + 374, + 210 + ], + "spans": [ + { + "bbox": [ + 139, + 144, + 177, + 210 + ], + "score": 1.0, + "content": "(c) Set (d) Co", + "type": "text" + }, + { + "bbox": [ + 231, + 142, + 304, + 159 + ], + "score": 0.92, + "content": "z _ { t } ^ { p } \\sim f ( z _ { t } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 146, + 374, + 158 + ], + "score": 0.9, + "content": "p = 1 , \\ldots , P", + "type": "inline_equation" + } + ], + "index": 5 + }, + { + "bbox": [ + 177, + 160, + 322, + 178 + ], + "spans": [ + { + "bbox": [ + 177, + 160, + 253, + 178 + ], + "score": 0.9, + "content": "z _ { 1 : t } ^ { p } = ( z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , z _ { t } ^ { p } )", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 165, + 322, + 177 + ], + "score": 0.9, + "content": "p = 1 , \\ldots , P", + "type": "inline_equation" + } + ], + "index": 4 + }, + { + "bbox": [ + 297, + 179, + 482, + 204 + ], + "spans": [ + { + "bbox": [ + 297, + 179, + 412, + 204 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\alpha _ { t } ^ { p } \\propto \\frac { \\pi _ { t } ( z _ { 1 : t } ^ { p } ) } { \\pi _ { t - 1 } ( z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } ) f ( z _ { t } ^ { p } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } ) } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 182, + 482, + 194 + ], + "score": 0.6, + "content": "p = 1 , \\ldots , P", + "type": "inline_equation" + } + ], + "index": 6 + } + ], + "index": 4.5 + }, + { + "type": "text", + "bbox": [ + 108, + 230, + 504, + 263 + ], + "lines": [ + { + "bbox": [ + 105, + 229, + 505, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 229, + 505, + 244 + ], + "score": 1.0, + "content": "to the simple Markovian dynamics of the latent states. For instance, the forward-backward algo-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 241, + 505, + 253 + ], + "spans": [ + { + "bbox": [ + 105, + 241, + 505, + 253 + ], + "score": 1.0, + "content": "rithm (Stratonovich, 1960), the Kalman filter (Kalman, 1960), and RTS smoother (Rauch et al.,", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 251, + 367, + 264 + ], + "spans": [ + { + "bbox": [ + 105, + 251, + 367, + 264 + ], + "score": 1.0, + "content": "1965) are widely appreciated in the literature of HMM and LDS.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 106, + 268, + 505, + 323 + ], + "lines": [ + { + "bbox": [ + 106, + 268, + 506, + 281 + ], + "spans": [ + { + "bbox": [ + 106, + 268, + 506, + 281 + ], + "score": 1.0, + "content": "Having obtained the closed form filtering and smoothing equations, one can make use of the EM", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 279, + 505, + 292 + ], + "spans": [ + { + "bbox": [ + 106, + 279, + 505, + 292 + ], + "score": 1.0, + "content": "algorithm to find the maximum likelihood estimate (MLE) of the parameters given observations. In", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 289, + 505, + 303 + ], + "spans": [ + { + "bbox": [ + 105, + 289, + 505, + 303 + ], + "score": 1.0, + "content": "the case of LDS, the E-step can be computed by RTS smoother and the M-step is simple subproblems", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 300, + 506, + 314 + ], + "spans": [ + { + "bbox": [ + 105, + 300, + 506, + 314 + ], + "score": 1.0, + "content": "such as least-squares regression. We refer to Ghahramani & Hinton (1996) for a full exposition on", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 311, + 318, + 324 + ], + "spans": [ + { + "bbox": [ + 105, + 311, + 318, + 324 + ], + "score": 1.0, + "content": "learning the parameters of LDS using EM iterations.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 12 + }, + { + "type": "title", + "bbox": [ + 108, + 335, + 273, + 347 + ], + "lines": [ + { + "bbox": [ + 106, + 335, + 275, + 348 + ], + "spans": [ + { + "bbox": [ + 106, + 335, + 275, + 348 + ], + "score": 1.0, + "content": "2.2 RECURRENT NEURAL NETWORKS", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 106, + 356, + 505, + 399 + ], + "lines": [ + { + "bbox": [ + 106, + 356, + 505, + 369 + ], + "spans": [ + { + "bbox": [ + 106, + 356, + 505, + 369 + ], + "score": 1.0, + "content": "RNNs have received remarkable attention in recent years due to their strong benchmark performance", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 366, + 504, + 378 + ], + "spans": [ + { + "bbox": [ + 106, + 366, + 504, + 378 + ], + "score": 1.0, + "content": "as well as successful applications in real-world problems. Unlike SSMs, RNNs aim to directly learn", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 377, + 505, + 391 + ], + "spans": [ + { + "bbox": [ + 106, + 377, + 260, + 391 + ], + "score": 1.0, + "content": "the complex generative distribution of", + "type": "text" + }, + { + "bbox": [ + 260, + 378, + 311, + 389 + ], + "score": 0.92, + "content": "p \\big ( x _ { t } | x _ { 1 : t - 1 } \\big )", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 377, + 505, + 391 + ], + "score": 1.0, + "content": "using a neural network, with the help of a deter-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 387, + 209, + 401 + ], + "spans": [ + { + "bbox": [ + 105, + 387, + 195, + 401 + ], + "score": 1.0, + "content": "ministic internal state", + "type": "text" + }, + { + "bbox": [ + 195, + 390, + 204, + 399 + ], + "score": 0.85, + "content": "s _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 387, + 209, + 401 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 17.5 + }, + { + "type": "interline_equation", + "bbox": [ + 194, + 404, + 416, + 418 + ], + "lines": [ + { + "bbox": [ + 194, + 404, + 416, + 418 + ], + "spans": [ + { + "bbox": [ + 194, + 404, + 416, + 418 + ], + "score": 0.88, + "content": "p ( x _ { t } | x _ { 1 : t - 1 } ) = p ( x _ { t } ; g ( s _ { t } ) ) , \\quad s _ { t } = \\mathsf { R N N } ( s _ { t - 1 } , x _ { t - 1 } ) ,", + "type": "interline_equation", + "image_path": "29c744f1211baef4e2ce37070b137c8b1fe538fff5227d13467f8ab468bee81a.jpg" + } + ] + } + ], + "index": 20, + "virtual_lines": [ + { + "bbox": [ + 194, + 404, + 416, + 418 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 423, + 505, + 488 + ], + "lines": [ + { + "bbox": [ + 105, + 422, + 505, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 422, + 135, + 436 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 135, + 423, + 174, + 435 + ], + "score": 0.81, + "content": "\\mathsf { R N N } ( \\cdot , \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 175, + 422, + 424, + 436 + ], + "score": 1.0, + "content": "is the transition function defined by a neural network, and", + "type": "text" + }, + { + "bbox": [ + 425, + 423, + 441, + 435 + ], + "score": 0.9, + "content": "g ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 422, + 505, + 436 + ], + "score": 1.0, + "content": "is an arbitrary", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 433, + 505, + 446 + ], + "spans": [ + { + "bbox": [ + 105, + 433, + 303, + 446 + ], + "score": 1.0, + "content": "differentiable function that maps the RNN state", + "type": "text" + }, + { + "bbox": [ + 303, + 435, + 313, + 445 + ], + "score": 0.86, + "content": "s _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 433, + 471, + 446 + ], + "score": 1.0, + "content": "to the parameter of the distribution of", + "type": "text" + }, + { + "bbox": [ + 472, + 435, + 482, + 445 + ], + "score": 0.85, + "content": "x _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 483, + 433, + 505, + 446 + ], + "score": 1.0, + "content": ". The", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 443, + 505, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 443, + 505, + 457 + ], + "score": 1.0, + "content": "flexibility of the transformation function allows the RNN to learn from complex nonlinear non-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 455, + 505, + 466 + ], + "spans": [ + { + "bbox": [ + 106, + 455, + 292, + 466 + ], + "score": 1.0, + "content": "Gaussian sequences. Moreover, since the state", + "type": "text" + }, + { + "bbox": [ + 292, + 456, + 302, + 466 + ], + "score": 0.86, + "content": "s _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 455, + 505, + 466 + ], + "score": 1.0, + "content": "is a deterministic function of the past observations", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 465, + 505, + 479 + ], + "spans": [ + { + "bbox": [ + 106, + 466, + 133, + 477 + ], + "score": 0.88, + "content": "x _ { 1 : t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 133, + 465, + 505, + 479 + ], + "score": 1.0, + "content": ", RNNs can capture long-range dependencies, for instance matching brackets in programming", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 477, + 245, + 489 + ], + "spans": [ + { + "bbox": [ + 105, + 477, + 245, + 489 + ], + "score": 1.0, + "content": "languages (Karpathy et al., 2015).", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 106, + 492, + 505, + 579 + ], + "lines": [ + { + "bbox": [ + 106, + 492, + 504, + 505 + ], + "spans": [ + { + "bbox": [ + 106, + 492, + 400, + 505 + ], + "score": 1.0, + "content": "The BPTT algorithm can be used to find the MLE of the parameters of", + "type": "text" + }, + { + "bbox": [ + 400, + 493, + 439, + 505 + ], + "score": 0.88, + "content": "\\mathsf { R N N } ( \\cdot , \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 439, + 492, + 459, + 505 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 459, + 493, + 475, + 505 + ], + "score": 0.89, + "content": "g ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 476, + 492, + 504, + 505 + ], + "score": 1.0, + "content": ". How-", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 504, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 106, + 504, + 505, + 516 + ], + "score": 1.0, + "content": "ever, although RNNs can, in principle, model long-range dependencies, directly applying BPTT can", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 514, + 505, + 527 + ], + "spans": [ + { + "bbox": [ + 105, + 514, + 505, + 527 + ], + "score": 1.0, + "content": "be difficult in practice since the repeated application of a squashing nonlinear activation function,", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 525, + 505, + 537 + ], + "spans": [ + { + "bbox": [ + 105, + 525, + 505, + 537 + ], + "score": 1.0, + "content": "such as tanh or logistic sigmoid, results in an exponential decay in the error signal through time.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 104, + 534, + 506, + 548 + ], + "spans": [ + { + "bbox": [ + 104, + 534, + 506, + 548 + ], + "score": 1.0, + "content": "LSTMs (Hochreiter & Schmidhuber, 1997) are designed to cope with the such vanishing gradient", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 545, + 506, + 559 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 506, + 559 + ], + "score": 1.0, + "content": "problems, by introducing an extra memory cell that is constructed as a linear combination of the", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 555, + 506, + 570 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 506, + 570 + ], + "score": 1.0, + "content": "previous state and signal from the input. In this work, we also use LSTMs as building blocks, as in", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 567, + 190, + 579 + ], + "spans": [ + { + "bbox": [ + 106, + 567, + 190, + 579 + ], + "score": 1.0, + "content": "Zaheer et al. (2017).", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 30.5 + }, + { + "type": "title", + "bbox": [ + 108, + 591, + 256, + 603 + ], + "lines": [ + { + "bbox": [ + 105, + 591, + 257, + 605 + ], + "spans": [ + { + "bbox": [ + 105, + 591, + 257, + 605 + ], + "score": 1.0, + "content": "2.3 SEQUENTIAL MONTE CARLO", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 107, + 611, + 505, + 645 + ], + "lines": [ + { + "bbox": [ + 105, + 611, + 505, + 624 + ], + "spans": [ + { + "bbox": [ + 105, + 611, + 505, + 624 + ], + "score": 1.0, + "content": "Sequential Monte Carlo (SMC) (Doucet et al., 2001) is an algorithm that samples from a series", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 622, + 505, + 636 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 258, + 636 + ], + "score": 1.0, + "content": "of potentially unnormalized densities", + "type": "text" + }, + { + "bbox": [ + 258, + 623, + 345, + 635 + ], + "score": 0.91, + "content": "\\pi _ { 1 } ( z _ { 1 } ) , . . . , \\pi _ { T } ( z _ { 1 : T } )", + "type": "inline_equation" + }, + { + "bbox": [ + 346, + 622, + 401, + 636 + ], + "score": 1.0, + "content": ". At each step", + "type": "text" + }, + { + "bbox": [ + 401, + 624, + 406, + 632 + ], + "score": 0.67, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 407, + 622, + 505, + 636 + ], + "score": 1.0, + "content": ", SMC approximates the", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 633, + 455, + 646 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 163, + 646 + ], + "score": 1.0, + "content": "target density", + "type": "text" + }, + { + "bbox": [ + 163, + 635, + 173, + 644 + ], + "score": 0.83, + "content": "\\pi _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 633, + 194, + 646 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 195, + 634, + 204, + 643 + ], + "score": 0.83, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 633, + 400, + 646 + ], + "score": 1.0, + "content": "weighted particles using importance distribution", + "type": "text" + }, + { + "bbox": [ + 401, + 633, + 450, + 645 + ], + "score": 0.92, + "content": "f { \\big ( } z _ { t } | z _ { 1 : t - 1 } { \\big ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 633, + 455, + 646 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37 + }, + { + "type": "interline_equation", + "bbox": [ + 225, + 650, + 385, + 677 + ], + "lines": [ + { + "bbox": [ + 225, + 650, + 385, + 677 + ], + "spans": [ + { + "bbox": [ + 225, + 650, + 385, + 677 + ], + "score": 0.95, + "content": "\\pi _ { t } ( z _ { 1 : t } ) \\approx \\hat { \\pi } _ { t } ( z _ { 1 : t } ) = \\sum _ { p } \\alpha _ { t } ^ { p } \\delta _ { z _ { 1 : t } ^ { p } } ( z _ { 1 : t } ) ,", + "type": "interline_equation", + "image_path": "66adfbe4f1126ad4849ce614e95ff3f6bdc2563461c04279dbd7aedda2bd2a82.jpg" + } + ] + } + ], + "index": 39, + "virtual_lines": [ + { + "bbox": [ + 225, + 650, + 385, + 677 + ], + "spans": [], + "index": 39 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 682, + 504, + 705 + ], + "lines": [ + { + "bbox": [ + 106, + 681, + 506, + 696 + ], + "spans": [ + { + "bbox": [ + 106, + 681, + 133, + 696 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 682, + 145, + 695 + ], + "score": 0.89, + "content": "\\alpha _ { t } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 681, + 271, + 696 + ], + "score": 1.0, + "content": "is the importance weight of the", + "type": "text" + }, + { + "bbox": [ + 271, + 687, + 277, + 694 + ], + "score": 0.83, + "content": "p", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 681, + 338, + 696 + ], + "score": 1.0, + "content": "-th particle and", + "type": "text" + }, + { + "bbox": [ + 339, + 684, + 348, + 694 + ], + "score": 0.88, + "content": "\\delta _ { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 681, + 452, + 696 + ], + "score": 1.0, + "content": "is the Dirac point mass at", + "type": "text" + }, + { + "bbox": [ + 452, + 685, + 459, + 692 + ], + "score": 0.74, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 459, + 681, + 506, + 696 + ], + "score": 1.0, + "content": ". Repeating", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 693, + 435, + 706 + ], + "spans": [ + { + "bbox": [ + 106, + 693, + 222, + 706 + ], + "score": 1.0, + "content": "this approximation for every", + "type": "text" + }, + { + "bbox": [ + 223, + 695, + 227, + 703 + ], + "score": 0.75, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 693, + 435, + 706 + ], + "score": 1.0, + "content": "leads to the SMC method, outlined in Algorithm 1.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5 + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 503, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 709, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 505, + 723 + ], + "score": 1.0, + "content": "The key to this method lies in the resampling, which is implemented by repeatedly drawing the an-", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 720, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 505, + 733 + ], + "score": 1.0, + "content": "cestors of particles at each step. Intuitively, it encourages the particles with a higher likelihood to", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42.5 + } + ], + "page_idx": 2, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 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 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": "title", + "bbox": [ + 108, + 82, + 258, + 94 + ], + "lines": [ + { + "bbox": [ + 106, + 80, + 259, + 96 + ], + "spans": [ + { + "bbox": [ + 106, + 80, + 259, + 96 + ], + "score": 1.0, + "content": "Algorithm 1 Sequential Monte Carlo", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 130, + 97, + 360, + 111 + ], + "lines": [ + { + "bbox": [ + 129, + 96, + 361, + 113 + ], + "spans": [ + { + "bbox": [ + 129, + 96, + 158, + 113 + ], + "score": 1.0, + "content": "1. Let", + "type": "text" + }, + { + "bbox": [ + 158, + 98, + 191, + 111 + ], + "score": 0.92, + "content": "z _ { 0 } ^ { p } = z _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 96, + 243, + 113 + ], + "score": 1.0, + "content": "and weights", + "type": "text" + }, + { + "bbox": [ + 243, + 98, + 286, + 111 + ], + "score": 0.92, + "content": "\\alpha _ { 0 } ^ { p } = 1 / P", + "type": "inline_equation" + }, + { + "bbox": [ + 287, + 96, + 302, + 113 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 302, + 100, + 356, + 110 + ], + "score": 0.89, + "content": "p = 1 , \\ldots , P", + "type": "inline_equation" + }, + { + "bbox": [ + 356, + 96, + 361, + 113 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1, + "bbox_fs": [ + 129, + 96, + 361, + 113 + ] + }, + { + "type": "text", + "bbox": [ + 130, + 113, + 214, + 124 + ], + "lines": [ + { + "bbox": [ + 129, + 112, + 211, + 126 + ], + "spans": [ + { + "bbox": [ + 129, + 112, + 158, + 126 + ], + "score": 1.0, + "content": "2. For", + "type": "text" + }, + { + "bbox": [ + 159, + 113, + 211, + 124 + ], + "score": 0.9, + "content": "t = 1 , \\dots , T", + "type": "inline_equation" + } + ], + "index": 2 + } + ], + "index": 2, + "bbox_fs": [ + 129, + 112, + 211, + 126 + ] + }, + { + "type": "list", + "bbox": [ + 145, + 127, + 486, + 204 + ], + "lines": [ + { + "bbox": [ + 145, + 126, + 361, + 141 + ], + "spans": [ + { + "bbox": [ + 145, + 126, + 234, + 141 + ], + "score": 1.0, + "content": "(a) Sample ancestors", + "type": "text" + }, + { + "bbox": [ + 234, + 127, + 288, + 141 + ], + "score": 0.91, + "content": "a _ { t - 1 } ^ { p } \\sim \\alpha _ { t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 288, + 126, + 303, + 141 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 303, + 128, + 357, + 140 + ], + "score": 0.9, + "content": "p = 1 , \\ldots , P", + "type": "inline_equation" + }, + { + "bbox": [ + 358, + 126, + 361, + 141 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 3, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 139, + 142, + 374, + 210 + ], + "spans": [ + { + "bbox": [ + 139, + 144, + 177, + 210 + ], + "score": 1.0, + "content": "(c) Set (d) Co", + "type": "text" + }, + { + "bbox": [ + 231, + 142, + 304, + 159 + ], + "score": 0.92, + "content": "z _ { t } ^ { p } \\sim f ( z _ { t } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 146, + 374, + 158 + ], + "score": 0.9, + "content": "p = 1 , \\ldots , P", + "type": "inline_equation" + } + ], + "index": 5, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 177, + 160, + 322, + 178 + ], + "spans": [ + { + "bbox": [ + 177, + 160, + 253, + 178 + ], + "score": 0.9, + "content": "z _ { 1 : t } ^ { p } = ( z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , z _ { t } ^ { p } )", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 165, + 322, + 177 + ], + "score": 0.9, + "content": "p = 1 , \\ldots , P", + "type": "inline_equation" + } + ], + "index": 4, + "is_list_end_line": true + }, + { + "bbox": [ + 297, + 179, + 482, + 204 + ], + "spans": [ + { + "bbox": [ + 297, + 179, + 412, + 204 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\alpha _ { t } ^ { p } \\propto \\frac { \\pi _ { t } ( z _ { 1 : t } ^ { p } ) } { \\pi _ { t - 1 } ( z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } ) f ( z _ { t } ^ { p } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } ) } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 182, + 482, + 194 + ], + "score": 0.6, + "content": "p = 1 , \\ldots , P", + "type": "inline_equation" + } + ], + "index": 6 + } + ], + "index": 4.5, + "bbox_fs": [ + 139, + 126, + 482, + 210 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 230, + 504, + 263 + ], + "lines": [ + { + "bbox": [ + 105, + 229, + 505, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 229, + 505, + 244 + ], + "score": 1.0, + "content": "to the simple Markovian dynamics of the latent states. For instance, the forward-backward algo-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 241, + 505, + 253 + ], + "spans": [ + { + "bbox": [ + 105, + 241, + 505, + 253 + ], + "score": 1.0, + "content": "rithm (Stratonovich, 1960), the Kalman filter (Kalman, 1960), and RTS smoother (Rauch et al.,", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 251, + 367, + 264 + ], + "spans": [ + { + "bbox": [ + 105, + 251, + 367, + 264 + ], + "score": 1.0, + "content": "1965) are widely appreciated in the literature of HMM and LDS.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8, + "bbox_fs": [ + 105, + 229, + 505, + 264 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 268, + 505, + 323 + ], + "lines": [ + { + "bbox": [ + 106, + 268, + 506, + 281 + ], + "spans": [ + { + "bbox": [ + 106, + 268, + 506, + 281 + ], + "score": 1.0, + "content": "Having obtained the closed form filtering and smoothing equations, one can make use of the EM", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 279, + 505, + 292 + ], + "spans": [ + { + "bbox": [ + 106, + 279, + 505, + 292 + ], + "score": 1.0, + "content": "algorithm to find the maximum likelihood estimate (MLE) of the parameters given observations. In", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 289, + 505, + 303 + ], + "spans": [ + { + "bbox": [ + 105, + 289, + 505, + 303 + ], + "score": 1.0, + "content": "the case of LDS, the E-step can be computed by RTS smoother and the M-step is simple subproblems", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 300, + 506, + 314 + ], + "spans": [ + { + "bbox": [ + 105, + 300, + 506, + 314 + ], + "score": 1.0, + "content": "such as least-squares regression. We refer to Ghahramani & Hinton (1996) for a full exposition on", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 311, + 318, + 324 + ], + "spans": [ + { + "bbox": [ + 105, + 311, + 318, + 324 + ], + "score": 1.0, + "content": "learning the parameters of LDS using EM iterations.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 12, + "bbox_fs": [ + 105, + 268, + 506, + 324 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 335, + 273, + 347 + ], + "lines": [ + { + "bbox": [ + 106, + 335, + 275, + 348 + ], + "spans": [ + { + "bbox": [ + 106, + 335, + 275, + 348 + ], + "score": 1.0, + "content": "2.2 RECURRENT NEURAL NETWORKS", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 106, + 356, + 505, + 399 + ], + "lines": [ + { + "bbox": [ + 106, + 356, + 505, + 369 + ], + "spans": [ + { + "bbox": [ + 106, + 356, + 505, + 369 + ], + "score": 1.0, + "content": "RNNs have received remarkable attention in recent years due to their strong benchmark performance", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 366, + 504, + 378 + ], + "spans": [ + { + "bbox": [ + 106, + 366, + 504, + 378 + ], + "score": 1.0, + "content": "as well as successful applications in real-world problems. Unlike SSMs, RNNs aim to directly learn", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 377, + 505, + 391 + ], + "spans": [ + { + "bbox": [ + 106, + 377, + 260, + 391 + ], + "score": 1.0, + "content": "the complex generative distribution of", + "type": "text" + }, + { + "bbox": [ + 260, + 378, + 311, + 389 + ], + "score": 0.92, + "content": "p \\big ( x _ { t } | x _ { 1 : t - 1 } \\big )", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 377, + 505, + 391 + ], + "score": 1.0, + "content": "using a neural network, with the help of a deter-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 387, + 209, + 401 + ], + "spans": [ + { + "bbox": [ + 105, + 387, + 195, + 401 + ], + "score": 1.0, + "content": "ministic internal state", + "type": "text" + }, + { + "bbox": [ + 195, + 390, + 204, + 399 + ], + "score": 0.85, + "content": "s _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 387, + 209, + 401 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 17.5, + "bbox_fs": [ + 105, + 356, + 505, + 401 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 194, + 404, + 416, + 418 + ], + "lines": [ + { + "bbox": [ + 194, + 404, + 416, + 418 + ], + "spans": [ + { + "bbox": [ + 194, + 404, + 416, + 418 + ], + "score": 0.88, + "content": "p ( x _ { t } | x _ { 1 : t - 1 } ) = p ( x _ { t } ; g ( s _ { t } ) ) , \\quad s _ { t } = \\mathsf { R N N } ( s _ { t - 1 } , x _ { t - 1 } ) ,", + "type": "interline_equation", + "image_path": "29c744f1211baef4e2ce37070b137c8b1fe538fff5227d13467f8ab468bee81a.jpg" + } + ] + } + ], + "index": 20, + "virtual_lines": [ + { + "bbox": [ + 194, + 404, + 416, + 418 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 423, + 505, + 488 + ], + "lines": [ + { + "bbox": [ + 105, + 422, + 505, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 422, + 135, + 436 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 135, + 423, + 174, + 435 + ], + "score": 0.81, + "content": "\\mathsf { R N N } ( \\cdot , \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 175, + 422, + 424, + 436 + ], + "score": 1.0, + "content": "is the transition function defined by a neural network, and", + "type": "text" + }, + { + "bbox": [ + 425, + 423, + 441, + 435 + ], + "score": 0.9, + "content": "g ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 422, + 505, + 436 + ], + "score": 1.0, + "content": "is an arbitrary", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 433, + 505, + 446 + ], + "spans": [ + { + "bbox": [ + 105, + 433, + 303, + 446 + ], + "score": 1.0, + "content": "differentiable function that maps the RNN state", + "type": "text" + }, + { + "bbox": [ + 303, + 435, + 313, + 445 + ], + "score": 0.86, + "content": "s _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 433, + 471, + 446 + ], + "score": 1.0, + "content": "to the parameter of the distribution of", + "type": "text" + }, + { + "bbox": [ + 472, + 435, + 482, + 445 + ], + "score": 0.85, + "content": "x _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 483, + 433, + 505, + 446 + ], + "score": 1.0, + "content": ". The", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 443, + 505, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 443, + 505, + 457 + ], + "score": 1.0, + "content": "flexibility of the transformation function allows the RNN to learn from complex nonlinear non-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 455, + 505, + 466 + ], + "spans": [ + { + "bbox": [ + 106, + 455, + 292, + 466 + ], + "score": 1.0, + "content": "Gaussian sequences. Moreover, since the state", + "type": "text" + }, + { + "bbox": [ + 292, + 456, + 302, + 466 + ], + "score": 0.86, + "content": "s _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 455, + 505, + 466 + ], + "score": 1.0, + "content": "is a deterministic function of the past observations", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 465, + 505, + 479 + ], + "spans": [ + { + "bbox": [ + 106, + 466, + 133, + 477 + ], + "score": 0.88, + "content": "x _ { 1 : t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 133, + 465, + 505, + 479 + ], + "score": 1.0, + "content": ", RNNs can capture long-range dependencies, for instance matching brackets in programming", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 477, + 245, + 489 + ], + "spans": [ + { + "bbox": [ + 105, + 477, + 245, + 489 + ], + "score": 1.0, + "content": "languages (Karpathy et al., 2015).", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 23.5, + "bbox_fs": [ + 105, + 422, + 505, + 489 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 492, + 505, + 579 + ], + "lines": [ + { + "bbox": [ + 106, + 492, + 504, + 505 + ], + "spans": [ + { + "bbox": [ + 106, + 492, + 400, + 505 + ], + "score": 1.0, + "content": "The BPTT algorithm can be used to find the MLE of the parameters of", + "type": "text" + }, + { + "bbox": [ + 400, + 493, + 439, + 505 + ], + "score": 0.88, + "content": "\\mathsf { R N N } ( \\cdot , \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 439, + 492, + 459, + 505 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 459, + 493, + 475, + 505 + ], + "score": 0.89, + "content": "g ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 476, + 492, + 504, + 505 + ], + "score": 1.0, + "content": ". How-", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 504, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 106, + 504, + 505, + 516 + ], + "score": 1.0, + "content": "ever, although RNNs can, in principle, model long-range dependencies, directly applying BPTT can", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 514, + 505, + 527 + ], + "spans": [ + { + "bbox": [ + 105, + 514, + 505, + 527 + ], + "score": 1.0, + "content": "be difficult in practice since the repeated application of a squashing nonlinear activation function,", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 525, + 505, + 537 + ], + "spans": [ + { + "bbox": [ + 105, + 525, + 505, + 537 + ], + "score": 1.0, + "content": "such as tanh or logistic sigmoid, results in an exponential decay in the error signal through time.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 104, + 534, + 506, + 548 + ], + "spans": [ + { + "bbox": [ + 104, + 534, + 506, + 548 + ], + "score": 1.0, + "content": "LSTMs (Hochreiter & Schmidhuber, 1997) are designed to cope with the such vanishing gradient", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 545, + 506, + 559 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 506, + 559 + ], + "score": 1.0, + "content": "problems, by introducing an extra memory cell that is constructed as a linear combination of the", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 555, + 506, + 570 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 506, + 570 + ], + "score": 1.0, + "content": "previous state and signal from the input. In this work, we also use LSTMs as building blocks, as in", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 567, + 190, + 579 + ], + "spans": [ + { + "bbox": [ + 106, + 567, + 190, + 579 + ], + "score": 1.0, + "content": "Zaheer et al. (2017).", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 30.5, + "bbox_fs": [ + 104, + 492, + 506, + 579 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 591, + 256, + 603 + ], + "lines": [ + { + "bbox": [ + 105, + 591, + 257, + 605 + ], + "spans": [ + { + "bbox": [ + 105, + 591, + 257, + 605 + ], + "score": 1.0, + "content": "2.3 SEQUENTIAL MONTE CARLO", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 107, + 611, + 505, + 645 + ], + "lines": [ + { + "bbox": [ + 105, + 611, + 505, + 624 + ], + "spans": [ + { + "bbox": [ + 105, + 611, + 505, + 624 + ], + "score": 1.0, + "content": "Sequential Monte Carlo (SMC) (Doucet et al., 2001) is an algorithm that samples from a series", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 622, + 505, + 636 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 258, + 636 + ], + "score": 1.0, + "content": "of potentially unnormalized densities", + "type": "text" + }, + { + "bbox": [ + 258, + 623, + 345, + 635 + ], + "score": 0.91, + "content": "\\pi _ { 1 } ( z _ { 1 } ) , . . . , \\pi _ { T } ( z _ { 1 : T } )", + "type": "inline_equation" + }, + { + "bbox": [ + 346, + 622, + 401, + 636 + ], + "score": 1.0, + "content": ". At each step", + "type": "text" + }, + { + "bbox": [ + 401, + 624, + 406, + 632 + ], + "score": 0.67, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 407, + 622, + 505, + 636 + ], + "score": 1.0, + "content": ", SMC approximates the", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 633, + 455, + 646 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 163, + 646 + ], + "score": 1.0, + "content": "target density", + "type": "text" + }, + { + "bbox": [ + 163, + 635, + 173, + 644 + ], + "score": 0.83, + "content": "\\pi _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 633, + 194, + 646 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 195, + 634, + 204, + 643 + ], + "score": 0.83, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 633, + 400, + 646 + ], + "score": 1.0, + "content": "weighted particles using importance distribution", + "type": "text" + }, + { + "bbox": [ + 401, + 633, + 450, + 645 + ], + "score": 0.92, + "content": "f { \\big ( } z _ { t } | z _ { 1 : t - 1 } { \\big ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 633, + 455, + 646 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37, + "bbox_fs": [ + 105, + 611, + 505, + 646 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 225, + 650, + 385, + 677 + ], + "lines": [ + { + "bbox": [ + 225, + 650, + 385, + 677 + ], + "spans": [ + { + "bbox": [ + 225, + 650, + 385, + 677 + ], + "score": 0.95, + "content": "\\pi _ { t } ( z _ { 1 : t } ) \\approx \\hat { \\pi } _ { t } ( z _ { 1 : t } ) = \\sum _ { p } \\alpha _ { t } ^ { p } \\delta _ { z _ { 1 : t } ^ { p } } ( z _ { 1 : t } ) ,", + "type": "interline_equation", + "image_path": "66adfbe4f1126ad4849ce614e95ff3f6bdc2563461c04279dbd7aedda2bd2a82.jpg" + } + ] + } + ], + "index": 39, + "virtual_lines": [ + { + "bbox": [ + 225, + 650, + 385, + 677 + ], + "spans": [], + "index": 39 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 682, + 504, + 705 + ], + "lines": [ + { + "bbox": [ + 106, + 681, + 506, + 696 + ], + "spans": [ + { + "bbox": [ + 106, + 681, + 133, + 696 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 682, + 145, + 695 + ], + "score": 0.89, + "content": "\\alpha _ { t } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 681, + 271, + 696 + ], + "score": 1.0, + "content": "is the importance weight of the", + "type": "text" + }, + { + "bbox": [ + 271, + 687, + 277, + 694 + ], + "score": 0.83, + "content": "p", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 681, + 338, + 696 + ], + "score": 1.0, + "content": "-th particle and", + "type": "text" + }, + { + "bbox": [ + 339, + 684, + 348, + 694 + ], + "score": 0.88, + "content": "\\delta _ { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 681, + 452, + 696 + ], + "score": 1.0, + "content": "is the Dirac point mass at", + "type": "text" + }, + { + "bbox": [ + 452, + 685, + 459, + 692 + ], + "score": 0.74, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 459, + 681, + 506, + 696 + ], + "score": 1.0, + "content": ". Repeating", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 693, + 435, + 706 + ], + "spans": [ + { + "bbox": [ + 106, + 693, + 222, + 706 + ], + "score": 1.0, + "content": "this approximation for every", + "type": "text" + }, + { + "bbox": [ + 223, + 695, + 227, + 703 + ], + "score": 0.75, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 693, + 435, + 706 + ], + "score": 1.0, + "content": "leads to the SMC method, outlined in Algorithm 1.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5, + "bbox_fs": [ + 106, + 681, + 506, + 706 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 503, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 709, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 505, + 723 + ], + "score": 1.0, + "content": "The key to this method lies in the resampling, which is implemented by repeatedly drawing the an-", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 720, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 505, + 733 + ], + "score": 1.0, + "content": "cestors of particles at each step. Intuitively, it encourages the particles with a higher likelihood to", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 239, + 506, + 252 + ], + "spans": [ + { + "bbox": [ + 105, + 239, + 506, + 252 + ], + "score": 1.0, + "content": "survive longer, since the weight reflects the likelihood of the particle path. The final Monte Carlo", + "type": "text", + "cross_page": true + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 251, + 505, + 262 + ], + "spans": [ + { + "bbox": [ + 105, + 251, + 505, + 262 + ], + "score": 1.0, + "content": "estimate (4) consists of only survived particle paths, and sampling from this point masses is equiv-", + "type": "text", + "cross_page": true + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 261, + 505, + 273 + ], + "spans": [ + { + "bbox": [ + 105, + 261, + 354, + 273 + ], + "score": 1.0, + "content": "alent to choosing a particle path according to the last weights", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 354, + 263, + 368, + 272 + ], + "score": 0.85, + "content": "\\alpha _ { T }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 368, + 261, + 505, + 273 + ], + "score": 1.0, + "content": ". We refer to Doucet et al. (2001);", + "type": "text", + "cross_page": true + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 272, + 325, + 284 + ], + "spans": [ + { + "bbox": [ + 106, + 272, + 325, + 284 + ], + "score": 1.0, + "content": "Andrieu et al. (2010) for detailed proof of the method.", + "type": "text", + "cross_page": true + } + ], + "index": 7 + } + ], + "index": 42.5, + "bbox_fs": [ + 106, + 709, + 505, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 112, + 77, + 503, + 193 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 112, + 77, + 503, + 193 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 112, + 77, + 503, + 193 + ], + "spans": [ + { + "bbox": [ + 112, + 77, + 503, + 193 + ], + "score": 0.963, + "type": "image", + "image_path": "442f673772ccac3d53e3d3bb5f66cbecf4789460d88a7c98e79285a39e72b1c0.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 112, + 77, + 503, + 115.66666666666666 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 112, + 115.66666666666666, + 503, + 154.33333333333331 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 112, + 154.33333333333331, + 503, + 192.99999999999997 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 231, + 209, + 379, + 221 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 230, + 208, + 380, + 223 + ], + "spans": [ + { + "bbox": [ + 230, + 208, + 380, + 223 + ], + "score": 1.0, + "content": "Figure 1: Generative process of SSL.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + }, + { + "type": "text", + "bbox": [ + 107, + 239, + 505, + 283 + ], + "lines": [ + { + "bbox": [ + 105, + 239, + 506, + 252 + ], + "spans": [ + { + "bbox": [ + 105, + 239, + 506, + 252 + ], + "score": 1.0, + "content": "survive longer, since the weight reflects the likelihood of the particle path. The final Monte Carlo", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 251, + 505, + 262 + ], + "spans": [ + { + "bbox": [ + 105, + 251, + 505, + 262 + ], + "score": 1.0, + "content": "estimate (4) consists of only survived particle paths, and sampling from this point masses is equiv-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 261, + 505, + 273 + ], + "spans": [ + { + "bbox": [ + 105, + 261, + 354, + 273 + ], + "score": 1.0, + "content": "alent to choosing a particle path according to the last weights", + "type": "text" + }, + { + "bbox": [ + 354, + 263, + 368, + 272 + ], + "score": 0.85, + "content": "\\alpha _ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 368, + 261, + 505, + 273 + ], + "score": 1.0, + "content": ". We refer to Doucet et al. (2001);", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 272, + 325, + 284 + ], + "spans": [ + { + "bbox": [ + 106, + 272, + 325, + 284 + ], + "score": 1.0, + "content": "Andrieu et al. (2010) for detailed proof of the method.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5.5 + }, + { + "type": "title", + "bbox": [ + 108, + 298, + 277, + 311 + ], + "lines": [ + { + "bbox": [ + 105, + 297, + 279, + 313 + ], + "spans": [ + { + "bbox": [ + 105, + 297, + 279, + 313 + ], + "score": 1.0, + "content": "3 STATE SPACE LSTM MODELS", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 106, + 322, + 503, + 345 + ], + "lines": [ + { + "bbox": [ + 105, + 322, + 504, + 335 + ], + "spans": [ + { + "bbox": [ + 105, + 322, + 504, + 335 + ], + "score": 1.0, + "content": "In this section, we present the class of State Space LSTM (SSL) models that combines interpretabil-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 333, + 261, + 346 + ], + "spans": [ + { + "bbox": [ + 105, + 333, + 261, + 346 + ], + "score": 1.0, + "content": "ity of SSMs and flexibility of LSTMs.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 106, + 350, + 505, + 437 + ], + "lines": [ + { + "bbox": [ + 106, + 349, + 505, + 363 + ], + "spans": [ + { + "bbox": [ + 106, + 349, + 505, + 363 + ], + "score": 1.0, + "content": "The key intuition, motivated by SSMs, is to learn dynamics in the state space, rather than in the sam-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 361, + 504, + 372 + ], + "spans": [ + { + "bbox": [ + 106, + 361, + 504, + 372 + ], + "score": 1.0, + "content": "ple space. However, we do not assume transition in the state space is linear, Gaussian, or Markovian.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 371, + 506, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 371, + 506, + 385 + ], + "score": 1.0, + "content": "Existing approaches such as the extended Kalman filter (EKF) attempted to work with a general non-", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 382, + 505, + 394 + ], + "spans": [ + { + "bbox": [ + 106, + 382, + 505, + 394 + ], + "score": 1.0, + "content": "linear transition function. Unfortunately, additional flexibility also introduced extra difficulty in the", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 393, + 506, + 406 + ], + "spans": [ + { + "bbox": [ + 105, + 393, + 506, + 406 + ], + "score": 1.0, + "content": "parameter estimation: EKF relies heavily on linearizing the nonlinear functions. We propose to use", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 402, + 506, + 417 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 506, + 417 + ], + "score": 1.0, + "content": "LSTM to model the dynamics in the latent state space, as they can learn from complex sequences", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 413, + 505, + 427 + ], + "spans": [ + { + "bbox": [ + 106, + 413, + 505, + 427 + ], + "score": 1.0, + "content": "without making limiting assumptions. The BPTT algorithm is also well established so that no addi-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 425, + 357, + 437 + ], + "spans": [ + { + "bbox": [ + 106, + 425, + 357, + 437 + ], + "score": 1.0, + "content": "tional approximation is needed in training the latent dynamics.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 14.5 + }, + { + "type": "text", + "bbox": [ + 108, + 447, + 504, + 480 + ], + "lines": [ + { + "bbox": [ + 106, + 447, + 506, + 460 + ], + "spans": [ + { + "bbox": [ + 106, + 447, + 214, + 460 + ], + "score": 1.0, + "content": "Generative process Let", + "type": "text" + }, + { + "bbox": [ + 214, + 448, + 231, + 460 + ], + "score": 0.9, + "content": "h ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 447, + 506, + 460 + ], + "score": 1.0, + "content": "be the emission function that maps a latent state to a parameter of", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 458, + 505, + 470 + ], + "spans": [ + { + "bbox": [ + 106, + 458, + 505, + 470 + ], + "score": 1.0, + "content": "the sample distribution. As illustrated in Figure 1 (a), the generative process of SSL for a single", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 470, + 158, + 482 + ], + "spans": [ + { + "bbox": [ + 105, + 470, + 158, + 482 + ], + "score": 1.0, + "content": "sequence is:", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 132, + 488, + 368, + 540 + ], + "lines": [ + { + "bbox": [ + 132, + 488, + 215, + 500 + ], + "spans": [ + { + "bbox": [ + 132, + 488, + 158, + 500 + ], + "score": 1.0, + "content": "• For", + "type": "text" + }, + { + "bbox": [ + 159, + 489, + 211, + 500 + ], + "score": 0.78, + "content": "t = 1 , \\dots , T", + "type": "inline_equation" + }, + { + "bbox": [ + 211, + 488, + 215, + 500 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 148, + 501, + 367, + 516 + ], + "spans": [ + { + "bbox": [ + 148, + 501, + 270, + 516 + ], + "score": 1.0, + "content": "1. Perform LSTM transition:", + "type": "text" + }, + { + "bbox": [ + 270, + 503, + 367, + 515 + ], + "score": 0.87, + "content": "\\boldsymbol { s } _ { t } = \\mathsf { L S T M } \\left( \\boldsymbol { s } _ { t - 1 } , \\boldsymbol { z } _ { t - 1 } \\right)", + "type": "inline_equation" + } + ], + "index": 23 + }, + { + "bbox": [ + 148, + 514, + 301, + 528 + ], + "spans": [ + { + "bbox": [ + 148, + 514, + 235, + 528 + ], + "score": 1.0, + "content": "2. Draw latent state:", + "type": "text" + }, + { + "bbox": [ + 235, + 515, + 301, + 528 + ], + "score": 0.87, + "content": "z _ { t } \\sim p ( z ; g ( s _ { t } ) )", + "type": "inline_equation" + } + ], + "index": 24 + }, + { + "bbox": [ + 148, + 527, + 305, + 541 + ], + "spans": [ + { + "bbox": [ + 148, + 527, + 237, + 541 + ], + "score": 1.0, + "content": "3. Draw observation:", + "type": "text" + }, + { + "bbox": [ + 238, + 528, + 305, + 540 + ], + "score": 0.88, + "content": "x _ { t } \\sim p ( x ; h ( z _ { t } ) )", + "type": "inline_equation" + } + ], + "index": 25 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 107, + 547, + 504, + 570 + ], + "lines": [ + { + "bbox": [ + 106, + 547, + 505, + 560 + ], + "spans": [ + { + "bbox": [ + 106, + 547, + 505, + 560 + ], + "score": 1.0, + "content": "The generative process specifies the following joint likelihood, with a similar factorization as SSMs", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 558, + 240, + 571 + ], + "spans": [ + { + "bbox": [ + 105, + 558, + 240, + 571 + ], + "score": 1.0, + "content": "except for the Markov transition:", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5 + }, + { + "type": "interline_equation", + "bbox": [ + 216, + 573, + 394, + 608 + ], + "lines": [ + { + "bbox": [ + 216, + 573, + 394, + 608 + ], + "spans": [ + { + "bbox": [ + 216, + 573, + 394, + 608 + ], + "score": 0.95, + "content": "p ( x _ { 1 : T } , z _ { 1 : T } ) = \\prod _ { t = 1 } ^ { T } p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \\phi } ( x _ { t } | z _ { t } ) ,", + "type": "interline_equation", + "image_path": "92cbcd66796b6ba926f59c99978cb82e9d6b0dadd6e9dc7681805db8865fd9f3.jpg" + } + ] + } + ], + "index": 28.5, + "virtual_lines": [ + { + "bbox": [ + 216, + 573, + 394, + 590.5 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 216, + 590.5, + 394, + 608.0 + ], + "spans": [], + "index": 29 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 611, + 505, + 666 + ], + "lines": [ + { + "bbox": [ + 105, + 611, + 506, + 625 + ], + "spans": [ + { + "bbox": [ + 105, + 611, + 133, + 625 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 612, + 249, + 624 + ], + "score": 0.89, + "content": "p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) = p ( z _ { t } ; g ( s _ { t } ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 611, + 253, + 625 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 254, + 613, + 262, + 622 + ], + "score": 0.71, + "content": "\\omega", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 611, + 370, + 625 + ], + "score": 1.0, + "content": "is the set of parameters of", + "type": "text" + }, + { + "bbox": [ + 370, + 612, + 415, + 624 + ], + "score": 0.88, + "content": "\\mathsf { L S T M } ( \\cdot , \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 416, + 611, + 434, + 625 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 434, + 612, + 451, + 624 + ], + "score": 0.9, + "content": "g ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 451, + 611, + 472, + 625 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 472, + 612, + 480, + 623 + ], + "score": 0.85, + "content": "\\phi", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 611, + 506, + 625 + ], + "score": 1.0, + "content": "is the", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 622, + 506, + 636 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 163, + 636 + ], + "score": 1.0, + "content": "parameters of", + "type": "text" + }, + { + "bbox": [ + 163, + 623, + 180, + 634 + ], + "score": 0.88, + "content": "h ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 622, + 506, + 636 + ], + "score": 1.0, + "content": ". The structure of the likelihood function is better illustrated in Figure 1 (b), where", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 633, + 505, + 646 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 174, + 646 + ], + "score": 1.0, + "content": "each latent state", + "type": "text" + }, + { + "bbox": [ + 174, + 635, + 184, + 644 + ], + "score": 0.85, + "content": "z _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 184, + 633, + 326, + 646 + ], + "score": 1.0, + "content": "is dependent to all previous states", + "type": "text" + }, + { + "bbox": [ + 326, + 635, + 352, + 645 + ], + "score": 0.89, + "content": "z _ { 1 : t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 633, + 424, + 646 + ], + "score": 1.0, + "content": "after substituting", + "type": "text" + }, + { + "bbox": [ + 425, + 635, + 434, + 644 + ], + "score": 0.85, + "content": "s _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 633, + 505, + 646 + ], + "score": 1.0, + "content": "recursively. This", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 644, + 505, + 655 + ], + "spans": [ + { + "bbox": [ + 106, + 644, + 505, + 655 + ], + "score": 1.0, + "content": "allows the SSL to have non-Markovian state transition, with parsimonious parameterization thanks", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 655, + 252, + 666 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 252, + 666 + ], + "score": 1.0, + "content": "to the recurrent structure of LSTMs.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 106, + 677, + 503, + 700 + ], + "lines": [ + { + "bbox": [ + 106, + 677, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 505, + 690 + ], + "score": 1.0, + "content": "Parameter estimation We continue with a single sequence for the ease of notation. A variational", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 687, + 329, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 329, + 701 + ], + "score": 1.0, + "content": "lower bound to the marginal data likelihood is given by", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5 + }, + { + "type": "interline_equation", + "bbox": [ + 206, + 703, + 403, + 731 + ], + "lines": [ + { + "bbox": [ + 206, + 703, + 403, + 731 + ], + "spans": [ + { + "bbox": [ + 206, + 703, + 403, + 731 + ], + "score": 0.95, + "content": "\\log p ( x _ { 1 : T } ) \\geq \\mathbb { E } _ { q } \\left[ \\log \\frac { p _ { \\omega } ( z _ { 1 : T } ) p _ { \\phi } ( x _ { 1 : T } | z _ { 1 : T } ) } { q ( z _ { 1 : T } ) } \\right] ,", + "type": "interline_equation", + "image_path": "c8e5aa49019bbf76195beb2a5e0d540d39bef3ecb5abc15a9207d8916d2ce69d.jpg" + } + ] + } + ], + "index": 37.5, + "virtual_lines": [ + { + "bbox": [ + 206, + 703, + 403, + 717.0 + ], + "spans": [], + "index": 37 + }, + { + "bbox": [ + 206, + 717.0, + 403, + 731.0 + ], + "spans": [], + "index": 38 + } + ] + } + ], + "page_idx": 3, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 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, + 308, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 310, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 310, + 762 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 12, + "width": 8 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 112, + 77, + 503, + 193 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 112, + 77, + 503, + 193 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 112, + 77, + 503, + 193 + ], + "spans": [ + { + "bbox": [ + 112, + 77, + 503, + 193 + ], + "score": 0.963, + "type": "image", + "image_path": "442f673772ccac3d53e3d3bb5f66cbecf4789460d88a7c98e79285a39e72b1c0.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 112, + 77, + 503, + 115.66666666666666 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 112, + 115.66666666666666, + 503, + 154.33333333333331 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 112, + 154.33333333333331, + 503, + 192.99999999999997 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 231, + 209, + 379, + 221 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 230, + 208, + 380, + 223 + ], + "spans": [ + { + "bbox": [ + 230, + 208, + 380, + 223 + ], + "score": 1.0, + "content": "Figure 1: Generative process of SSL.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + }, + { + "type": "text", + "bbox": [ + 107, + 239, + 505, + 283 + ], + "lines": [], + "index": 5.5, + "bbox_fs": [ + 105, + 239, + 506, + 284 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 108, + 298, + 277, + 311 + ], + "lines": [ + { + "bbox": [ + 105, + 297, + 279, + 313 + ], + "spans": [ + { + "bbox": [ + 105, + 297, + 279, + 313 + ], + "score": 1.0, + "content": "3 STATE SPACE LSTM MODELS", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 106, + 322, + 503, + 345 + ], + "lines": [ + { + "bbox": [ + 105, + 322, + 504, + 335 + ], + "spans": [ + { + "bbox": [ + 105, + 322, + 504, + 335 + ], + "score": 1.0, + "content": "In this section, we present the class of State Space LSTM (SSL) models that combines interpretabil-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 333, + 261, + 346 + ], + "spans": [ + { + "bbox": [ + 105, + 333, + 261, + 346 + ], + "score": 1.0, + "content": "ity of SSMs and flexibility of LSTMs.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5, + "bbox_fs": [ + 105, + 322, + 504, + 346 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 350, + 505, + 437 + ], + "lines": [ + { + "bbox": [ + 106, + 349, + 505, + 363 + ], + "spans": [ + { + "bbox": [ + 106, + 349, + 505, + 363 + ], + "score": 1.0, + "content": "The key intuition, motivated by SSMs, is to learn dynamics in the state space, rather than in the sam-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 361, + 504, + 372 + ], + "spans": [ + { + "bbox": [ + 106, + 361, + 504, + 372 + ], + "score": 1.0, + "content": "ple space. However, we do not assume transition in the state space is linear, Gaussian, or Markovian.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 371, + 506, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 371, + 506, + 385 + ], + "score": 1.0, + "content": "Existing approaches such as the extended Kalman filter (EKF) attempted to work with a general non-", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 382, + 505, + 394 + ], + "spans": [ + { + "bbox": [ + 106, + 382, + 505, + 394 + ], + "score": 1.0, + "content": "linear transition function. Unfortunately, additional flexibility also introduced extra difficulty in the", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 393, + 506, + 406 + ], + "spans": [ + { + "bbox": [ + 105, + 393, + 506, + 406 + ], + "score": 1.0, + "content": "parameter estimation: EKF relies heavily on linearizing the nonlinear functions. We propose to use", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 402, + 506, + 417 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 506, + 417 + ], + "score": 1.0, + "content": "LSTM to model the dynamics in the latent state space, as they can learn from complex sequences", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 413, + 505, + 427 + ], + "spans": [ + { + "bbox": [ + 106, + 413, + 505, + 427 + ], + "score": 1.0, + "content": "without making limiting assumptions. The BPTT algorithm is also well established so that no addi-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 425, + 357, + 437 + ], + "spans": [ + { + "bbox": [ + 106, + 425, + 357, + 437 + ], + "score": 1.0, + "content": "tional approximation is needed in training the latent dynamics.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 14.5, + "bbox_fs": [ + 105, + 349, + 506, + 437 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 447, + 504, + 480 + ], + "lines": [ + { + "bbox": [ + 106, + 447, + 506, + 460 + ], + "spans": [ + { + "bbox": [ + 106, + 447, + 214, + 460 + ], + "score": 1.0, + "content": "Generative process Let", + "type": "text" + }, + { + "bbox": [ + 214, + 448, + 231, + 460 + ], + "score": 0.9, + "content": "h ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 447, + 506, + 460 + ], + "score": 1.0, + "content": "be the emission function that maps a latent state to a parameter of", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 458, + 505, + 470 + ], + "spans": [ + { + "bbox": [ + 106, + 458, + 505, + 470 + ], + "score": 1.0, + "content": "the sample distribution. As illustrated in Figure 1 (a), the generative process of SSL for a single", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 470, + 158, + 482 + ], + "spans": [ + { + "bbox": [ + 105, + 470, + 158, + 482 + ], + "score": 1.0, + "content": "sequence is:", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20, + "bbox_fs": [ + 105, + 447, + 506, + 482 + ] + }, + { + "type": "text", + "bbox": [ + 132, + 488, + 368, + 540 + ], + "lines": [ + { + "bbox": [ + 132, + 488, + 215, + 500 + ], + "spans": [ + { + "bbox": [ + 132, + 488, + 158, + 500 + ], + "score": 1.0, + "content": "• For", + "type": "text" + }, + { + "bbox": [ + 159, + 489, + 211, + 500 + ], + "score": 0.78, + "content": "t = 1 , \\dots , T", + "type": "inline_equation" + }, + { + "bbox": [ + 211, + 488, + 215, + 500 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 148, + 501, + 367, + 516 + ], + "spans": [ + { + "bbox": [ + 148, + 501, + 270, + 516 + ], + "score": 1.0, + "content": "1. Perform LSTM transition:", + "type": "text" + }, + { + "bbox": [ + 270, + 503, + 367, + 515 + ], + "score": 0.87, + "content": "\\boldsymbol { s } _ { t } = \\mathsf { L S T M } \\left( \\boldsymbol { s } _ { t - 1 } , \\boldsymbol { z } _ { t - 1 } \\right)", + "type": "inline_equation" + } + ], + "index": 23 + }, + { + "bbox": [ + 148, + 514, + 301, + 528 + ], + "spans": [ + { + "bbox": [ + 148, + 514, + 235, + 528 + ], + "score": 1.0, + "content": "2. Draw latent state:", + "type": "text" + }, + { + "bbox": [ + 235, + 515, + 301, + 528 + ], + "score": 0.87, + "content": "z _ { t } \\sim p ( z ; g ( s _ { t } ) )", + "type": "inline_equation" + } + ], + "index": 24 + }, + { + "bbox": [ + 148, + 527, + 305, + 541 + ], + "spans": [ + { + "bbox": [ + 148, + 527, + 237, + 541 + ], + "score": 1.0, + "content": "3. Draw observation:", + "type": "text" + }, + { + "bbox": [ + 238, + 528, + 305, + 540 + ], + "score": 0.88, + "content": "x _ { t } \\sim p ( x ; h ( z _ { t } ) )", + "type": "inline_equation" + } + ], + "index": 25 + } + ], + "index": 23.5, + "bbox_fs": [ + 132, + 488, + 367, + 541 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 547, + 504, + 570 + ], + "lines": [ + { + "bbox": [ + 106, + 547, + 505, + 560 + ], + "spans": [ + { + "bbox": [ + 106, + 547, + 505, + 560 + ], + "score": 1.0, + "content": "The generative process specifies the following joint likelihood, with a similar factorization as SSMs", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 558, + 240, + 571 + ], + "spans": [ + { + "bbox": [ + 105, + 558, + 240, + 571 + ], + "score": 1.0, + "content": "except for the Markov transition:", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5, + "bbox_fs": [ + 105, + 547, + 505, + 571 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 216, + 573, + 394, + 608 + ], + "lines": [ + { + "bbox": [ + 216, + 573, + 394, + 608 + ], + "spans": [ + { + "bbox": [ + 216, + 573, + 394, + 608 + ], + "score": 0.95, + "content": "p ( x _ { 1 : T } , z _ { 1 : T } ) = \\prod _ { t = 1 } ^ { T } p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \\phi } ( x _ { t } | z _ { t } ) ,", + "type": "interline_equation", + "image_path": "92cbcd66796b6ba926f59c99978cb82e9d6b0dadd6e9dc7681805db8865fd9f3.jpg" + } + ] + } + ], + "index": 28.5, + "virtual_lines": [ + { + "bbox": [ + 216, + 573, + 394, + 590.5 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 216, + 590.5, + 394, + 608.0 + ], + "spans": [], + "index": 29 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 611, + 505, + 666 + ], + "lines": [ + { + "bbox": [ + 105, + 611, + 506, + 625 + ], + "spans": [ + { + "bbox": [ + 105, + 611, + 133, + 625 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 612, + 249, + 624 + ], + "score": 0.89, + "content": "p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) = p ( z _ { t } ; g ( s _ { t } ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 611, + 253, + 625 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 254, + 613, + 262, + 622 + ], + "score": 0.71, + "content": "\\omega", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 611, + 370, + 625 + ], + "score": 1.0, + "content": "is the set of parameters of", + "type": "text" + }, + { + "bbox": [ + 370, + 612, + 415, + 624 + ], + "score": 0.88, + "content": "\\mathsf { L S T M } ( \\cdot , \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 416, + 611, + 434, + 625 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 434, + 612, + 451, + 624 + ], + "score": 0.9, + "content": "g ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 451, + 611, + 472, + 625 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 472, + 612, + 480, + 623 + ], + "score": 0.85, + "content": "\\phi", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 611, + 506, + 625 + ], + "score": 1.0, + "content": "is the", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 622, + 506, + 636 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 163, + 636 + ], + "score": 1.0, + "content": "parameters of", + "type": "text" + }, + { + "bbox": [ + 163, + 623, + 180, + 634 + ], + "score": 0.88, + "content": "h ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 622, + 506, + 636 + ], + "score": 1.0, + "content": ". The structure of the likelihood function is better illustrated in Figure 1 (b), where", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 633, + 505, + 646 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 174, + 646 + ], + "score": 1.0, + "content": "each latent state", + "type": "text" + }, + { + "bbox": [ + 174, + 635, + 184, + 644 + ], + "score": 0.85, + "content": "z _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 184, + 633, + 326, + 646 + ], + "score": 1.0, + "content": "is dependent to all previous states", + "type": "text" + }, + { + "bbox": [ + 326, + 635, + 352, + 645 + ], + "score": 0.89, + "content": "z _ { 1 : t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 633, + 424, + 646 + ], + "score": 1.0, + "content": "after substituting", + "type": "text" + }, + { + "bbox": [ + 425, + 635, + 434, + 644 + ], + "score": 0.85, + "content": "s _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 633, + 505, + 646 + ], + "score": 1.0, + "content": "recursively. This", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 644, + 505, + 655 + ], + "spans": [ + { + "bbox": [ + 106, + 644, + 505, + 655 + ], + "score": 1.0, + "content": "allows the SSL to have non-Markovian state transition, with parsimonious parameterization thanks", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 655, + 252, + 666 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 252, + 666 + ], + "score": 1.0, + "content": "to the recurrent structure of LSTMs.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 32, + "bbox_fs": [ + 105, + 611, + 506, + 666 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 677, + 503, + 700 + ], + "lines": [ + { + "bbox": [ + 106, + 677, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 505, + 690 + ], + "score": 1.0, + "content": "Parameter estimation We continue with a single sequence for the ease of notation. A variational", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 687, + 329, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 329, + 701 + ], + "score": 1.0, + "content": "lower bound to the marginal data likelihood is given by", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5, + "bbox_fs": [ + 105, + 677, + 505, + 701 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 206, + 703, + 403, + 731 + ], + "lines": [ + { + "bbox": [ + 206, + 703, + 403, + 731 + ], + "spans": [ + { + "bbox": [ + 206, + 703, + 403, + 731 + ], + "score": 0.95, + "content": "\\log p ( x _ { 1 : T } ) \\geq \\mathbb { E } _ { q } \\left[ \\log \\frac { p _ { \\omega } ( z _ { 1 : T } ) p _ { \\phi } ( x _ { 1 : T } | z _ { 1 : T } ) } { q ( z _ { 1 : T } ) } \\right] ,", + "type": "interline_equation", + "image_path": "c8e5aa49019bbf76195beb2a5e0d540d39bef3ecb5abc15a9207d8916d2ce69d.jpg" + } + ] + } + ], + "index": 37.5, + "virtual_lines": [ + { + "bbox": [ + 206, + 703, + 403, + 717.0 + ], + "spans": [], + "index": 37 + }, + { + "bbox": [ + 206, + 717.0, + 403, + 731.0 + ], + "spans": [], + "index": 38 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 504, + 105 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 134, + 95 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 135, + 82, + 165, + 95 + ], + "score": 0.92, + "content": "q \\big ( z _ { 1 : T } \\big )", + "type": "inline_equation" + }, + { + "bbox": [ + 165, + 81, + 505, + 95 + ], + "score": 1.0, + "content": "is the variational distribution. Following the (stochastic) EM approach, iteratively", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 244, + 106 + ], + "score": 1.0, + "content": "maximizing the lower bound w.r.t.", + "type": "text" + }, + { + "bbox": [ + 244, + 95, + 250, + 105 + ], + "score": 0.82, + "content": "q", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 93, + 355, + 106 + ], + "score": 1.0, + "content": "and the model parameters", + "type": "text" + }, + { + "bbox": [ + 356, + 93, + 380, + 105 + ], + "score": 0.92, + "content": "( \\omega , \\phi )", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "leads to the following updates:", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 132, + 112, + 417, + 124 + ], + "lines": [ + { + "bbox": [ + 132, + 111, + 418, + 126 + ], + "spans": [ + { + "bbox": [ + 132, + 111, + 418, + 126 + ], + "score": 1.0, + "content": "• E-step: The optimal variational distribution is given by the posterior:", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 2 + }, + { + "type": "interline_equation", + "bbox": [ + 251, + 127, + 396, + 141 + ], + "lines": [ + { + "bbox": [ + 251, + 127, + 396, + 141 + ], + "spans": [ + { + "bbox": [ + 251, + 127, + 396, + 141 + ], + "score": 0.92, + "content": "\\begin{array} { r } { q ^ { \\star } ( z _ { 1 : T } ) \\propto p _ { \\omega } ( z _ { 1 : T } ) p _ { \\phi } ( x _ { 1 : T } | z _ { 1 : T } ) . } \\end{array}", + "type": "interline_equation", + "image_path": "abfceaf8a281a4416c95a56320984e75d3898a232b53dad5352bb0a9b35a8a8c.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 251, + 127, + 396, + 141 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 138, + 143, + 505, + 198 + ], + "lines": [ + { + "bbox": [ + 141, + 143, + 506, + 155 + ], + "spans": [ + { + "bbox": [ + 141, + 143, + 506, + 155 + ], + "score": 1.0, + "content": "In the case of LDS or HMM, efficient smoothing algorithms such as the RTS smoother", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 141, + 153, + 506, + 166 + ], + "spans": [ + { + "bbox": [ + 141, + 153, + 506, + 166 + ], + "score": 1.0, + "content": "or the forward-backward algorithm are available for computing the posterior expectations", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 164, + 506, + 177 + ], + "spans": [ + { + "bbox": [ + 141, + 164, + 506, + 177 + ], + "score": 1.0, + "content": "of sufficient statistics. However, without Markovian state transition, although the forward", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 176, + 505, + 187 + ], + "spans": [ + { + "bbox": [ + 141, + 176, + 505, + 187 + ], + "score": 1.0, + "content": "messages can still be computed, the backward recursion can no longer evaluated or effi-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 142, + 186, + 231, + 198 + ], + "spans": [ + { + "bbox": [ + 142, + 186, + 231, + 198 + ], + "score": 1.0, + "content": "ciently approximated.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 130, + 200, + 504, + 222 + ], + "lines": [ + { + "bbox": [ + 132, + 199, + 505, + 213 + ], + "spans": [ + { + "bbox": [ + 132, + 199, + 505, + 213 + ], + "score": 1.0, + "content": "• S-step: Due to the difficulties in taking expectations, we take an alternative approach to", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 210, + 277, + 222 + ], + "spans": [ + { + "bbox": [ + 141, + 210, + 277, + 222 + ], + "score": 1.0, + "content": "collect posterior samples instead:", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + }, + { + "type": "interline_equation", + "bbox": [ + 288, + 225, + 358, + 239 + ], + "lines": [ + { + "bbox": [ + 288, + 225, + 358, + 239 + ], + "spans": [ + { + "bbox": [ + 288, + 225, + 358, + 239 + ], + "score": 0.92, + "content": "z _ { 1 : T } ^ { \\star } \\sim q ^ { \\star } ( z _ { 1 : T } ) ,", + "type": "interline_equation", + "image_path": "9113faf91405793be60e7526a2b019aa808d9e18a77df4ada6b4239874b34ab1.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 288, + 225, + 358, + 239 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 135, + 241, + 504, + 263 + ], + "lines": [ + { + "bbox": [ + 141, + 240, + 505, + 254 + ], + "spans": [ + { + "bbox": [ + 141, + 240, + 505, + 254 + ], + "score": 1.0, + "content": "given only the filtering equations. We discuss the posterior sampling algorithm in detail in", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 251, + 209, + 264 + ], + "spans": [ + { + "bbox": [ + 141, + 251, + 209, + 264 + ], + "score": 1.0, + "content": "the next section.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5 + }, + { + "type": "text", + "bbox": [ + 134, + 266, + 505, + 288 + ], + "lines": [ + { + "bbox": [ + 131, + 263, + 507, + 281 + ], + "spans": [ + { + "bbox": [ + 131, + 263, + 292, + 281 + ], + "score": 1.0, + "content": "• M-step: Given the posterior samples", + "type": "text" + }, + { + "bbox": [ + 292, + 266, + 311, + 278 + ], + "score": 0.91, + "content": "z _ { 1 : T } ^ { \\star }", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 263, + 507, + 281 + ], + "score": 1.0, + "content": ", which can be seen as Monte Carlo estimate of", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 276, + 339, + 289 + ], + "spans": [ + { + "bbox": [ + 141, + 276, + 290, + 289 + ], + "score": 1.0, + "content": "the expectations, the subproblem for", + "type": "text" + }, + { + "bbox": [ + 290, + 279, + 298, + 286 + ], + "score": 0.81, + "content": "\\omega", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 276, + 316, + 289 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 316, + 277, + 323, + 288 + ], + "score": 0.86, + "content": "\\phi", + "type": "inline_equation" + }, + { + "bbox": [ + 324, + 276, + 339, + 289 + ], + "score": 1.0, + "content": "are", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5 + }, + { + "type": "interline_equation", + "bbox": [ + 192, + 291, + 453, + 317 + ], + "lines": [ + { + "bbox": [ + 192, + 291, + 453, + 317 + ], + "spans": [ + { + "bbox": [ + 192, + 291, + 453, + 317 + ], + "score": 0.92, + "content": "\\omega ^ { \\star } = \\underset { \\omega } { \\mathrm { a r g m a x } } ~ \\log p _ { \\omega } ( z _ { 1 : T } ^ { \\star } ) , \\quad \\phi ^ { \\star } = \\underset { \\phi } { \\mathrm { a r g m a x } } ~ \\sum _ { t } \\log p _ { \\phi } ( x _ { t } | z _ { t } ^ { \\star } ) ,", + "type": "interline_equation", + "image_path": "14af51b23d48cbcb5aa6a60318f83c38fe6e778be7f507c3d7f860969fd84e12.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 192, + 291, + 453, + 317 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 143, + 319, + 503, + 342 + ], + "lines": [ + { + "bbox": [ + 141, + 318, + 505, + 333 + ], + "spans": [ + { + "bbox": [ + 141, + 318, + 327, + 333 + ], + "score": 1.0, + "content": "which is exactly the MLE of an LSTM, with", + "type": "text" + }, + { + "bbox": [ + 328, + 320, + 346, + 332 + ], + "score": 0.91, + "content": "z _ { 1 : T } ^ { \\star }", + "type": "inline_equation" + }, + { + "bbox": [ + 347, + 318, + 505, + 333 + ], + "score": 1.0, + "content": "serving as the input sequence, and the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 142, + 330, + 283, + 342 + ], + "spans": [ + { + "bbox": [ + 142, + 330, + 283, + 342 + ], + "score": 1.0, + "content": "MLE of the given emission model.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5 + }, + { + "type": "text", + "bbox": [ + 107, + 349, + 504, + 383 + ], + "lines": [ + { + "bbox": [ + 105, + 349, + 505, + 362 + ], + "spans": [ + { + "bbox": [ + 105, + 349, + 505, + 362 + ], + "score": 1.0, + "content": "Having seen the generative model and the estimation algorithm, we can now discuss some instances", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 361, + 505, + 373 + ], + "spans": [ + { + "bbox": [ + 106, + 361, + 505, + 373 + ], + "score": 1.0, + "content": "of the proposed class of models. In particular, we provide two examples of SSL, for continuous and", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 370, + 241, + 384 + ], + "spans": [ + { + "bbox": [ + 105, + 370, + 241, + 384 + ], + "score": 1.0, + "content": "discrete latent states respectively.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 106, + 391, + 504, + 413 + ], + "lines": [ + { + "bbox": [ + 106, + 391, + 505, + 404 + ], + "spans": [ + { + "bbox": [ + 106, + 391, + 262, + 404 + ], + "score": 1.0, + "content": "Example 1 (Gaussian SSL) Suppose", + "type": "text" + }, + { + "bbox": [ + 262, + 394, + 272, + 403 + ], + "score": 0.83, + "content": "z _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 391, + 293, + 404 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 293, + 394, + 304, + 403 + ], + "score": 0.86, + "content": "x _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 391, + 505, + 404 + ], + "score": 1.0, + "content": "are real-valued vectors. A typical choice of the", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 403, + 318, + 414 + ], + "spans": [ + { + "bbox": [ + 106, + 403, + 318, + 414 + ], + "score": 1.0, + "content": "transition and emission is the Gaussian distribution:", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5 + }, + { + "type": "interline_equation", + "bbox": [ + 227, + 415, + 383, + 447 + ], + "lines": [ + { + "bbox": [ + 227, + 415, + 383, + 447 + ], + "spans": [ + { + "bbox": [ + 227, + 415, + 383, + 447 + ], + "score": 0.91, + "content": "\\begin{array} { r l } & { p ( z _ { t } ; g ( s _ { t } ) ) = \\mathcal { N } ( z _ { t } ; g _ { \\mu } ( s _ { t } ) , g _ { \\sigma } ( s _ { t } ) ) } \\\\ & { p ( x _ { t } ; h ( z _ { t } ) ) = \\mathcal { N } ( x _ { t } ; h _ { \\mu } ( z _ { t } ) , h _ { \\sigma } ( z _ { t } ) ) , } \\end{array}", + "type": "interline_equation", + "image_path": "7e47a5aa93c9010e5f0d97c4a2b0dc683a0eadd155ccd74b8e103393ae9dcd66.jpg" + } + ] + } + ], + "index": 24.5, + "virtual_lines": [ + { + "bbox": [ + 227, + 415, + 383, + 431.0 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 227, + 431.0, + 383, + 447.0 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 448, + 506, + 481 + ], + "lines": [ + { + "bbox": [ + 105, + 447, + 505, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 447, + 133, + 462 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 448, + 155, + 460 + ], + "score": 0.88, + "content": "g _ { \\mu } ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 447, + 174, + 462 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 175, + 448, + 196, + 460 + ], + "score": 0.9, + "content": "g _ { \\sigma } ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 197, + 447, + 505, + 462 + ], + "score": 1.0, + "content": "map to the mean and the covariance of the Gaussian respectively, and sim-", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 104, + 457, + 506, + 473 + ], + "spans": [ + { + "bbox": [ + 104, + 457, + 132, + 473 + ], + "score": 1.0, + "content": "ilarly", + "type": "text" + }, + { + "bbox": [ + 132, + 460, + 155, + 471 + ], + "score": 0.89, + "content": "h _ { \\mu } ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 457, + 176, + 473 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 177, + 460, + 199, + 471 + ], + "score": 0.9, + "content": "h _ { \\sigma } ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 457, + 506, + 473 + ], + "score": 1.0, + "content": ". For closed form estimates for the emission parameters, one can further", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 470, + 139, + 482 + ], + "spans": [ + { + "bbox": [ + 105, + 470, + 139, + 482 + ], + "score": 1.0, + "content": "assume", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27 + }, + { + "type": "interline_equation", + "bbox": [ + 235, + 484, + 375, + 497 + ], + "lines": [ + { + "bbox": [ + 235, + 484, + 375, + 497 + ], + "spans": [ + { + "bbox": [ + 235, + 484, + 375, + 497 + ], + "score": 0.92, + "content": "h _ { \\mu } ( z _ { t } ) = C z _ { t } + b , \\quad h _ { \\sigma } ( z _ { t } ) = R ,", + "type": "interline_equation", + "image_path": "9272873492992c6de24fd97b0bde736e438574d93998e959e647bd774cf6e37b.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 235, + 484, + 375, + 497 + ], + "spans": [], + "index": 29 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 500, + 504, + 523 + ], + "lines": [ + { + "bbox": [ + 105, + 499, + 505, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 499, + 133, + 513 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 501, + 143, + 510 + ], + "score": 0.8, + "content": "C", + "type": "inline_equation" + }, + { + "bbox": [ + 143, + 499, + 393, + 513 + ], + "score": 1.0, + "content": "is a matrix that maps from state space to sample space, and", + "type": "text" + }, + { + "bbox": [ + 393, + 501, + 402, + 510 + ], + "score": 0.75, + "content": "R", + "type": "inline_equation" + }, + { + "bbox": [ + 402, + 499, + 505, + 513 + ], + "score": 1.0, + "content": "is the covariance matrix", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 510, + 449, + 523 + ], + "spans": [ + { + "bbox": [ + 106, + 510, + 246, + 523 + ], + "score": 1.0, + "content": "with appropriate size. The MLE of", + "type": "text" + }, + { + "bbox": [ + 246, + 512, + 302, + 523 + ], + "score": 0.93, + "content": "\\phi = ( C , b , R )", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 510, + 449, + 523 + ], + "score": 1.0, + "content": "is then given by the least squares fit.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30.5 + }, + { + "type": "text", + "bbox": [ + 106, + 531, + 505, + 607 + ], + "lines": [ + { + "bbox": [ + 106, + 531, + 506, + 544 + ], + "spans": [ + { + "bbox": [ + 106, + 531, + 346, + 544 + ], + "score": 1.0, + "content": "Example 2 (Topical SSL, (Zaheer et al., 2017)) Consider", + "type": "text" + }, + { + "bbox": [ + 346, + 533, + 365, + 543 + ], + "score": 0.81, + "content": "x _ { 1 : T }", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 531, + 506, + 544 + ], + "score": 1.0, + "content": "as the sequence of websites a user", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 541, + 506, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 541, + 506, + 554 + ], + "score": 1.0, + "content": "has visited. One might be tempted to model the user behavior using an LSTM, however due to", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 552, + 506, + 566 + ], + "spans": [ + { + "bbox": [ + 105, + 552, + 506, + 566 + ], + "score": 1.0, + "content": "the enormous size of the Internet, it is almost impossible to even compute a softmax output to get", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 104, + 563, + 505, + 576 + ], + "spans": [ + { + "bbox": [ + 104, + 563, + 505, + 576 + ], + "score": 1.0, + "content": "a discrete distribution over the websites. There are approximation methods for large vocabulary", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 574, + 505, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 574, + 505, + 586 + ], + "score": 1.0, + "content": "problems in RNN, such as the hierarchical softmax (Morin & Bengio, 2005). However, another", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 104, + 583, + 505, + 598 + ], + "spans": [ + { + "bbox": [ + 104, + 583, + 505, + 598 + ], + "score": 1.0, + "content": "interesting approach is to operate on a sequence with a “compressed” vocabulary, while learning", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 595, + 313, + 608 + ], + "spans": [ + { + "bbox": [ + 106, + 595, + 313, + 608 + ], + "score": 1.0, + "content": "how to perform such compression at the same time.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 106, + 611, + 503, + 633 + ], + "lines": [ + { + "bbox": [ + 104, + 610, + 505, + 625 + ], + "spans": [ + { + "bbox": [ + 104, + 610, + 122, + 625 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 123, + 614, + 132, + 623 + ], + "score": 0.76, + "content": "z _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 132, + 610, + 505, + 625 + ], + "score": 1.0, + "content": "be the indicator of a “topic”, which is a distribution over the vocabulary as in Blei et al.", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 621, + 217, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 621, + 217, + 635 + ], + "score": 1.0, + "content": "(2003). Accordingly, define", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39.5 + }, + { + "type": "interline_equation", + "bbox": [ + 200, + 636, + 410, + 666 + ], + "lines": [ + { + "bbox": [ + 200, + 636, + 410, + 666 + ], + "spans": [ + { + "bbox": [ + 200, + 636, + 410, + 666 + ], + "score": 0.91, + "content": "\\begin{array} { r l } & { p ( z _ { t } ; g ( s _ { t } ) ) = \\mathsf { M u l t i n o m i a l } ( z _ { t } ; \\mathsf { s o f t m a x } ( W s _ { t } + b ) ) } \\\\ & { p ( x _ { t } ; h ( z _ { t } ) ) = \\mathsf { M u l t i n o m i a l } ( x _ { t } ; \\phi _ { z _ { t } } ) , } \\end{array}", + "type": "interline_equation", + "image_path": "8542b7b0f24dedf084f33b09749abb34057eee0d1c20f6c06a04981f16e422bb.jpg" + } + ] + } + ], + "index": 41.5, + "virtual_lines": [ + { + "bbox": [ + 200, + 636, + 410, + 651.0 + ], + "spans": [], + "index": 41 + }, + { + "bbox": [ + 200, + 651.0, + 410, + 666.0 + ], + "spans": [], + "index": 42 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 667, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 667, + 506, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 667, + 133, + 680 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 668, + 145, + 677 + ], + "score": 0.59, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 667, + 352, + 680 + ], + "score": 1.0, + "content": "is a matrix that maps LSTM states to latent states,", + "type": "text" + }, + { + "bbox": [ + 352, + 668, + 358, + 677 + ], + "score": 0.69, + "content": "b", + "type": "inline_equation" + }, + { + "bbox": [ + 358, + 667, + 438, + 680 + ], + "score": 1.0, + "content": "is a bias term, and", + "type": "text" + }, + { + "bbox": [ + 438, + 668, + 452, + 679 + ], + "score": 0.89, + "content": "\\phi _ { z _ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 667, + 506, + 680 + ], + "score": 1.0, + "content": "is a point in", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 677, + 506, + 691 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 211, + 691 + ], + "score": 1.0, + "content": "the probability simplex. If", + "type": "text" + }, + { + "bbox": [ + 212, + 679, + 221, + 689 + ], + "score": 0.8, + "content": "z _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 221, + 677, + 345, + 691 + ], + "score": 1.0, + "content": "lies in a lower dimension than", + "type": "text" + }, + { + "bbox": [ + 346, + 680, + 356, + 689 + ], + "score": 0.8, + "content": "x _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 356, + 677, + 506, + 691 + ], + "score": 1.0, + "content": ", the LSTM is effectively trained over", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 104, + 688, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 104, + 688, + 153, + 702 + ], + "score": 1.0, + "content": "a sequence", + "type": "text" + }, + { + "bbox": [ + 154, + 690, + 172, + 700 + ], + "score": 0.87, + "content": "z _ { 1 : T }", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 688, + 506, + 702 + ], + "score": 1.0, + "content": "with a reduced vocabulary. On the other hand, the probabilistic mapping between", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 699, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 106, + 701, + 115, + 710 + ], + "score": 0.79, + "content": "z _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 116, + 699, + 134, + 712 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 135, + 700, + 145, + 710 + ], + "score": 0.83, + "content": "x _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 699, + 324, + 712 + ], + "score": 1.0, + "content": "is interpretable, as it learns to group similar", + "type": "text" + }, + { + "bbox": [ + 325, + 701, + 334, + 710 + ], + "score": 0.77, + "content": "x _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 699, + 451, + 712 + ], + "score": 1.0, + "content": "’s together. The estimation of", + "type": "text" + }, + { + "bbox": [ + 451, + 701, + 458, + 711 + ], + "score": 0.82, + "content": "\\phi", + "type": "inline_equation" + }, + { + "bbox": [ + 458, + 699, + 506, + 712 + ], + "score": 1.0, + "content": "is typically", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 104, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 104, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "performed under a Dirichlet prior, which then corresponds to the MAP estimate of the Dirichlet", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 721, + 242, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 242, + 732 + ], + "score": 1.0, + "content": "distribution (Zaheer et al., 2017).", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 45.5 + } + ], + "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, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 763 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 763 + ], + "score": 1.0, + "content": "5", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 504, + 105 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 134, + 95 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 135, + 82, + 165, + 95 + ], + "score": 0.92, + "content": "q \\big ( z _ { 1 : T } \\big )", + "type": "inline_equation" + }, + { + "bbox": [ + 165, + 81, + 505, + 95 + ], + "score": 1.0, + "content": "is the variational distribution. Following the (stochastic) EM approach, iteratively", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 244, + 106 + ], + "score": 1.0, + "content": "maximizing the lower bound w.r.t.", + "type": "text" + }, + { + "bbox": [ + 244, + 95, + 250, + 105 + ], + "score": 0.82, + "content": "q", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 93, + 355, + 106 + ], + "score": 1.0, + "content": "and the model parameters", + "type": "text" + }, + { + "bbox": [ + 356, + 93, + 380, + 105 + ], + "score": 0.92, + "content": "( \\omega , \\phi )", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "leads to the following updates:", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 105, + 81, + 505, + 106 + ] + }, + { + "type": "text", + "bbox": [ + 132, + 112, + 417, + 124 + ], + "lines": [ + { + "bbox": [ + 132, + 111, + 418, + 126 + ], + "spans": [ + { + "bbox": [ + 132, + 111, + 418, + 126 + ], + "score": 1.0, + "content": "• E-step: The optimal variational distribution is given by the posterior:", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 2, + "bbox_fs": [ + 132, + 111, + 418, + 126 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 251, + 127, + 396, + 141 + ], + "lines": [ + { + "bbox": [ + 251, + 127, + 396, + 141 + ], + "spans": [ + { + "bbox": [ + 251, + 127, + 396, + 141 + ], + "score": 0.92, + "content": "\\begin{array} { r } { q ^ { \\star } ( z _ { 1 : T } ) \\propto p _ { \\omega } ( z _ { 1 : T } ) p _ { \\phi } ( x _ { 1 : T } | z _ { 1 : T } ) . } \\end{array}", + "type": "interline_equation", + "image_path": "abfceaf8a281a4416c95a56320984e75d3898a232b53dad5352bb0a9b35a8a8c.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 251, + 127, + 396, + 141 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 138, + 143, + 505, + 198 + ], + "lines": [ + { + "bbox": [ + 141, + 143, + 506, + 155 + ], + "spans": [ + { + "bbox": [ + 141, + 143, + 506, + 155 + ], + "score": 1.0, + "content": "In the case of LDS or HMM, efficient smoothing algorithms such as the RTS smoother", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 141, + 153, + 506, + 166 + ], + "spans": [ + { + "bbox": [ + 141, + 153, + 506, + 166 + ], + "score": 1.0, + "content": "or the forward-backward algorithm are available for computing the posterior expectations", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 164, + 506, + 177 + ], + "spans": [ + { + "bbox": [ + 141, + 164, + 506, + 177 + ], + "score": 1.0, + "content": "of sufficient statistics. However, without Markovian state transition, although the forward", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 176, + 505, + 187 + ], + "spans": [ + { + "bbox": [ + 141, + 176, + 505, + 187 + ], + "score": 1.0, + "content": "messages can still be computed, the backward recursion can no longer evaluated or effi-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 142, + 186, + 231, + 198 + ], + "spans": [ + { + "bbox": [ + 142, + 186, + 231, + 198 + ], + "score": 1.0, + "content": "ciently approximated.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6, + "bbox_fs": [ + 141, + 143, + 506, + 198 + ] + }, + { + "type": "text", + "bbox": [ + 130, + 200, + 504, + 222 + ], + "lines": [ + { + "bbox": [ + 132, + 199, + 505, + 213 + ], + "spans": [ + { + "bbox": [ + 132, + 199, + 505, + 213 + ], + "score": 1.0, + "content": "• S-step: Due to the difficulties in taking expectations, we take an alternative approach to", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 210, + 277, + 222 + ], + "spans": [ + { + "bbox": [ + 141, + 210, + 277, + 222 + ], + "score": 1.0, + "content": "collect posterior samples instead:", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5, + "bbox_fs": [ + 132, + 199, + 505, + 222 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 288, + 225, + 358, + 239 + ], + "lines": [ + { + "bbox": [ + 288, + 225, + 358, + 239 + ], + "spans": [ + { + "bbox": [ + 288, + 225, + 358, + 239 + ], + "score": 0.92, + "content": "z _ { 1 : T } ^ { \\star } \\sim q ^ { \\star } ( z _ { 1 : T } ) ,", + "type": "interline_equation", + "image_path": "9113faf91405793be60e7526a2b019aa808d9e18a77df4ada6b4239874b34ab1.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 288, + 225, + 358, + 239 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 135, + 241, + 504, + 263 + ], + "lines": [ + { + "bbox": [ + 141, + 240, + 505, + 254 + ], + "spans": [ + { + "bbox": [ + 141, + 240, + 505, + 254 + ], + "score": 1.0, + "content": "given only the filtering equations. We discuss the posterior sampling algorithm in detail in", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 251, + 209, + 264 + ], + "spans": [ + { + "bbox": [ + 141, + 251, + 209, + 264 + ], + "score": 1.0, + "content": "the next section.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5, + "bbox_fs": [ + 141, + 240, + 505, + 264 + ] + }, + { + "type": "text", + "bbox": [ + 134, + 266, + 505, + 288 + ], + "lines": [ + { + "bbox": [ + 131, + 263, + 507, + 281 + ], + "spans": [ + { + "bbox": [ + 131, + 263, + 292, + 281 + ], + "score": 1.0, + "content": "• M-step: Given the posterior samples", + "type": "text" + }, + { + "bbox": [ + 292, + 266, + 311, + 278 + ], + "score": 0.91, + "content": "z _ { 1 : T } ^ { \\star }", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 263, + 507, + 281 + ], + "score": 1.0, + "content": ", which can be seen as Monte Carlo estimate of", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 276, + 339, + 289 + ], + "spans": [ + { + "bbox": [ + 141, + 276, + 290, + 289 + ], + "score": 1.0, + "content": "the expectations, the subproblem for", + "type": "text" + }, + { + "bbox": [ + 290, + 279, + 298, + 286 + ], + "score": 0.81, + "content": "\\omega", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 276, + 316, + 289 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 316, + 277, + 323, + 288 + ], + "score": 0.86, + "content": "\\phi", + "type": "inline_equation" + }, + { + "bbox": [ + 324, + 276, + 339, + 289 + ], + "score": 1.0, + "content": "are", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5, + "bbox_fs": [ + 131, + 263, + 507, + 289 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 192, + 291, + 453, + 317 + ], + "lines": [ + { + "bbox": [ + 192, + 291, + 453, + 317 + ], + "spans": [ + { + "bbox": [ + 192, + 291, + 453, + 317 + ], + "score": 0.92, + "content": "\\omega ^ { \\star } = \\underset { \\omega } { \\mathrm { a r g m a x } } ~ \\log p _ { \\omega } ( z _ { 1 : T } ^ { \\star } ) , \\quad \\phi ^ { \\star } = \\underset { \\phi } { \\mathrm { a r g m a x } } ~ \\sum _ { t } \\log p _ { \\phi } ( x _ { t } | z _ { t } ^ { \\star } ) ,", + "type": "interline_equation", + "image_path": "14af51b23d48cbcb5aa6a60318f83c38fe6e778be7f507c3d7f860969fd84e12.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 192, + 291, + 453, + 317 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 143, + 319, + 503, + 342 + ], + "lines": [ + { + "bbox": [ + 141, + 318, + 505, + 333 + ], + "spans": [ + { + "bbox": [ + 141, + 318, + 327, + 333 + ], + "score": 1.0, + "content": "which is exactly the MLE of an LSTM, with", + "type": "text" + }, + { + "bbox": [ + 328, + 320, + 346, + 332 + ], + "score": 0.91, + "content": "z _ { 1 : T } ^ { \\star }", + "type": "inline_equation" + }, + { + "bbox": [ + 347, + 318, + 505, + 333 + ], + "score": 1.0, + "content": "serving as the input sequence, and the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 142, + 330, + 283, + 342 + ], + "spans": [ + { + "bbox": [ + 142, + 330, + 283, + 342 + ], + "score": 1.0, + "content": "MLE of the given emission model.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5, + "bbox_fs": [ + 141, + 318, + 505, + 342 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 349, + 504, + 383 + ], + "lines": [ + { + "bbox": [ + 105, + 349, + 505, + 362 + ], + "spans": [ + { + "bbox": [ + 105, + 349, + 505, + 362 + ], + "score": 1.0, + "content": "Having seen the generative model and the estimation algorithm, we can now discuss some instances", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 361, + 505, + 373 + ], + "spans": [ + { + "bbox": [ + 106, + 361, + 505, + 373 + ], + "score": 1.0, + "content": "of the proposed class of models. In particular, we provide two examples of SSL, for continuous and", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 370, + 241, + 384 + ], + "spans": [ + { + "bbox": [ + 105, + 370, + 241, + 384 + ], + "score": 1.0, + "content": "discrete latent states respectively.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20, + "bbox_fs": [ + 105, + 349, + 505, + 384 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 391, + 504, + 413 + ], + "lines": [ + { + "bbox": [ + 106, + 391, + 505, + 404 + ], + "spans": [ + { + "bbox": [ + 106, + 391, + 262, + 404 + ], + "score": 1.0, + "content": "Example 1 (Gaussian SSL) Suppose", + "type": "text" + }, + { + "bbox": [ + 262, + 394, + 272, + 403 + ], + "score": 0.83, + "content": "z _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 391, + 293, + 404 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 293, + 394, + 304, + 403 + ], + "score": 0.86, + "content": "x _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 391, + 505, + 404 + ], + "score": 1.0, + "content": "are real-valued vectors. A typical choice of the", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 403, + 318, + 414 + ], + "spans": [ + { + "bbox": [ + 106, + 403, + 318, + 414 + ], + "score": 1.0, + "content": "transition and emission is the Gaussian distribution:", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5, + "bbox_fs": [ + 106, + 391, + 505, + 414 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 227, + 415, + 383, + 447 + ], + "lines": [ + { + "bbox": [ + 227, + 415, + 383, + 447 + ], + "spans": [ + { + "bbox": [ + 227, + 415, + 383, + 447 + ], + "score": 0.91, + "content": "\\begin{array} { r l } & { p ( z _ { t } ; g ( s _ { t } ) ) = \\mathcal { N } ( z _ { t } ; g _ { \\mu } ( s _ { t } ) , g _ { \\sigma } ( s _ { t } ) ) } \\\\ & { p ( x _ { t } ; h ( z _ { t } ) ) = \\mathcal { N } ( x _ { t } ; h _ { \\mu } ( z _ { t } ) , h _ { \\sigma } ( z _ { t } ) ) , } \\end{array}", + "type": "interline_equation", + "image_path": "7e47a5aa93c9010e5f0d97c4a2b0dc683a0eadd155ccd74b8e103393ae9dcd66.jpg" + } + ] + } + ], + "index": 24.5, + "virtual_lines": [ + { + "bbox": [ + 227, + 415, + 383, + 431.0 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 227, + 431.0, + 383, + 447.0 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 448, + 506, + 481 + ], + "lines": [ + { + "bbox": [ + 105, + 447, + 505, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 447, + 133, + 462 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 448, + 155, + 460 + ], + "score": 0.88, + "content": "g _ { \\mu } ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 447, + 174, + 462 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 175, + 448, + 196, + 460 + ], + "score": 0.9, + "content": "g _ { \\sigma } ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 197, + 447, + 505, + 462 + ], + "score": 1.0, + "content": "map to the mean and the covariance of the Gaussian respectively, and sim-", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 104, + 457, + 506, + 473 + ], + "spans": [ + { + "bbox": [ + 104, + 457, + 132, + 473 + ], + "score": 1.0, + "content": "ilarly", + "type": "text" + }, + { + "bbox": [ + 132, + 460, + 155, + 471 + ], + "score": 0.89, + "content": "h _ { \\mu } ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 457, + 176, + 473 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 177, + 460, + 199, + 471 + ], + "score": 0.9, + "content": "h _ { \\sigma } ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 457, + 506, + 473 + ], + "score": 1.0, + "content": ". For closed form estimates for the emission parameters, one can further", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 470, + 139, + 482 + ], + "spans": [ + { + "bbox": [ + 105, + 470, + 139, + 482 + ], + "score": 1.0, + "content": "assume", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27, + "bbox_fs": [ + 104, + 447, + 506, + 482 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 235, + 484, + 375, + 497 + ], + "lines": [ + { + "bbox": [ + 235, + 484, + 375, + 497 + ], + "spans": [ + { + "bbox": [ + 235, + 484, + 375, + 497 + ], + "score": 0.92, + "content": "h _ { \\mu } ( z _ { t } ) = C z _ { t } + b , \\quad h _ { \\sigma } ( z _ { t } ) = R ,", + "type": "interline_equation", + "image_path": "9272873492992c6de24fd97b0bde736e438574d93998e959e647bd774cf6e37b.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 235, + 484, + 375, + 497 + ], + "spans": [], + "index": 29 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 500, + 504, + 523 + ], + "lines": [ + { + "bbox": [ + 105, + 499, + 505, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 499, + 133, + 513 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 501, + 143, + 510 + ], + "score": 0.8, + "content": "C", + "type": "inline_equation" + }, + { + "bbox": [ + 143, + 499, + 393, + 513 + ], + "score": 1.0, + "content": "is a matrix that maps from state space to sample space, and", + "type": "text" + }, + { + "bbox": [ + 393, + 501, + 402, + 510 + ], + "score": 0.75, + "content": "R", + "type": "inline_equation" + }, + { + "bbox": [ + 402, + 499, + 505, + 513 + ], + "score": 1.0, + "content": "is the covariance matrix", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 510, + 449, + 523 + ], + "spans": [ + { + "bbox": [ + 106, + 510, + 246, + 523 + ], + "score": 1.0, + "content": "with appropriate size. The MLE of", + "type": "text" + }, + { + "bbox": [ + 246, + 512, + 302, + 523 + ], + "score": 0.93, + "content": "\\phi = ( C , b , R )", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 510, + 449, + 523 + ], + "score": 1.0, + "content": "is then given by the least squares fit.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30.5, + "bbox_fs": [ + 105, + 499, + 505, + 523 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 531, + 505, + 607 + ], + "lines": [ + { + "bbox": [ + 106, + 531, + 506, + 544 + ], + "spans": [ + { + "bbox": [ + 106, + 531, + 346, + 544 + ], + "score": 1.0, + "content": "Example 2 (Topical SSL, (Zaheer et al., 2017)) Consider", + "type": "text" + }, + { + "bbox": [ + 346, + 533, + 365, + 543 + ], + "score": 0.81, + "content": "x _ { 1 : T }", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 531, + 506, + 544 + ], + "score": 1.0, + "content": "as the sequence of websites a user", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 541, + 506, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 541, + 506, + 554 + ], + "score": 1.0, + "content": "has visited. One might be tempted to model the user behavior using an LSTM, however due to", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 552, + 506, + 566 + ], + "spans": [ + { + "bbox": [ + 105, + 552, + 506, + 566 + ], + "score": 1.0, + "content": "the enormous size of the Internet, it is almost impossible to even compute a softmax output to get", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 104, + 563, + 505, + 576 + ], + "spans": [ + { + "bbox": [ + 104, + 563, + 505, + 576 + ], + "score": 1.0, + "content": "a discrete distribution over the websites. There are approximation methods for large vocabulary", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 574, + 505, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 574, + 505, + 586 + ], + "score": 1.0, + "content": "problems in RNN, such as the hierarchical softmax (Morin & Bengio, 2005). However, another", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 104, + 583, + 505, + 598 + ], + "spans": [ + { + "bbox": [ + 104, + 583, + 505, + 598 + ], + "score": 1.0, + "content": "interesting approach is to operate on a sequence with a “compressed” vocabulary, while learning", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 595, + 313, + 608 + ], + "spans": [ + { + "bbox": [ + 106, + 595, + 313, + 608 + ], + "score": 1.0, + "content": "how to perform such compression at the same time.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 35, + "bbox_fs": [ + 104, + 531, + 506, + 608 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 611, + 503, + 633 + ], + "lines": [ + { + "bbox": [ + 104, + 610, + 505, + 625 + ], + "spans": [ + { + "bbox": [ + 104, + 610, + 122, + 625 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 123, + 614, + 132, + 623 + ], + "score": 0.76, + "content": "z _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 132, + 610, + 505, + 625 + ], + "score": 1.0, + "content": "be the indicator of a “topic”, which is a distribution over the vocabulary as in Blei et al.", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 621, + 217, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 621, + 217, + 635 + ], + "score": 1.0, + "content": "(2003). Accordingly, define", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39.5, + "bbox_fs": [ + 104, + 610, + 505, + 635 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 200, + 636, + 410, + 666 + ], + "lines": [ + { + "bbox": [ + 200, + 636, + 410, + 666 + ], + "spans": [ + { + "bbox": [ + 200, + 636, + 410, + 666 + ], + "score": 0.91, + "content": "\\begin{array} { r l } & { p ( z _ { t } ; g ( s _ { t } ) ) = \\mathsf { M u l t i n o m i a l } ( z _ { t } ; \\mathsf { s o f t m a x } ( W s _ { t } + b ) ) } \\\\ & { p ( x _ { t } ; h ( z _ { t } ) ) = \\mathsf { M u l t i n o m i a l } ( x _ { t } ; \\phi _ { z _ { t } } ) , } \\end{array}", + "type": "interline_equation", + "image_path": "8542b7b0f24dedf084f33b09749abb34057eee0d1c20f6c06a04981f16e422bb.jpg" + } + ] + } + ], + "index": 41.5, + "virtual_lines": [ + { + "bbox": [ + 200, + 636, + 410, + 651.0 + ], + "spans": [], + "index": 41 + }, + { + "bbox": [ + 200, + 651.0, + 410, + 666.0 + ], + "spans": [], + "index": 42 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 667, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 667, + 506, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 667, + 133, + 680 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 668, + 145, + 677 + ], + "score": 0.59, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 667, + 352, + 680 + ], + "score": 1.0, + "content": "is a matrix that maps LSTM states to latent states,", + "type": "text" + }, + { + "bbox": [ + 352, + 668, + 358, + 677 + ], + "score": 0.69, + "content": "b", + "type": "inline_equation" + }, + { + "bbox": [ + 358, + 667, + 438, + 680 + ], + "score": 1.0, + "content": "is a bias term, and", + "type": "text" + }, + { + "bbox": [ + 438, + 668, + 452, + 679 + ], + "score": 0.89, + "content": "\\phi _ { z _ { t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 667, + 506, + 680 + ], + "score": 1.0, + "content": "is a point in", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 677, + 506, + 691 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 211, + 691 + ], + "score": 1.0, + "content": "the probability simplex. If", + "type": "text" + }, + { + "bbox": [ + 212, + 679, + 221, + 689 + ], + "score": 0.8, + "content": "z _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 221, + 677, + 345, + 691 + ], + "score": 1.0, + "content": "lies in a lower dimension than", + "type": "text" + }, + { + "bbox": [ + 346, + 680, + 356, + 689 + ], + "score": 0.8, + "content": "x _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 356, + 677, + 506, + 691 + ], + "score": 1.0, + "content": ", the LSTM is effectively trained over", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 104, + 688, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 104, + 688, + 153, + 702 + ], + "score": 1.0, + "content": "a sequence", + "type": "text" + }, + { + "bbox": [ + 154, + 690, + 172, + 700 + ], + "score": 0.87, + "content": "z _ { 1 : T }", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 688, + 506, + 702 + ], + "score": 1.0, + "content": "with a reduced vocabulary. On the other hand, the probabilistic mapping between", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 699, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 106, + 701, + 115, + 710 + ], + "score": 0.79, + "content": "z _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 116, + 699, + 134, + 712 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 135, + 700, + 145, + 710 + ], + "score": 0.83, + "content": "x _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 699, + 324, + 712 + ], + "score": 1.0, + "content": "is interpretable, as it learns to group similar", + "type": "text" + }, + { + "bbox": [ + 325, + 701, + 334, + 710 + ], + "score": 0.77, + "content": "x _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 699, + 451, + 712 + ], + "score": 1.0, + "content": "’s together. The estimation of", + "type": "text" + }, + { + "bbox": [ + 451, + 701, + 458, + 711 + ], + "score": 0.82, + "content": "\\phi", + "type": "inline_equation" + }, + { + "bbox": [ + 458, + 699, + 506, + 712 + ], + "score": 1.0, + "content": "is typically", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 104, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 104, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "performed under a Dirichlet prior, which then corresponds to the MAP estimate of the Dirichlet", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 721, + 242, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 242, + 732 + ], + "score": 1.0, + "content": "distribution (Zaheer et al., 2017).", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 45.5, + "bbox_fs": [ + 104, + 667, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 106, + 81, + 305, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 305, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 305, + 95 + ], + "score": 1.0, + "content": "4 INFERENCE WITH PARTICLE GIBBS", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 105, + 105, + 505, + 127 + ], + "lines": [ + { + "bbox": [ + 105, + 103, + 505, + 120 + ], + "spans": [ + { + "bbox": [ + 105, + 103, + 505, + 120 + ], + "score": 1.0, + "content": "In this section, we discuss how to draw samples from the posterior (7), corresponding to the S-step", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 117, + 235, + 128 + ], + "spans": [ + { + "bbox": [ + 106, + 117, + 235, + 128 + ], + "score": 1.0, + "content": "of the stochastic EM algorithm:", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1.5 + }, + { + "type": "interline_equation", + "bbox": [ + 184, + 130, + 426, + 159 + ], + "lines": [ + { + "bbox": [ + 184, + 130, + 426, + 159 + ], + "spans": [ + { + "bbox": [ + 184, + 130, + 426, + 159 + ], + "score": 0.93, + "content": "z _ { 1 : T } ^ { \\star } \\sim p ( z _ { 1 : T } | x _ { 1 : T } ) = \\frac { \\prod _ { t } p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \\phi } ( x _ { t } | z _ { t } ) } { \\int \\prod _ { t } p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \\phi } ( x _ { t } | z _ { t } ) \\mathrm { d } z _ { 1 : T } } .", + "type": "interline_equation", + "image_path": "77f8fc030349c130bc43e7ec98ce88c5a4f2b26d99b6a3edff6d9db663400fe0.jpg" + } + ] + } + ], + "index": 3.5, + "virtual_lines": [ + { + "bbox": [ + 184, + 130, + 426, + 144.5 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 184, + 144.5, + 426, + 159.0 + ], + "spans": [], + "index": 4 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 167, + 504, + 189 + ], + "lines": [ + { + "bbox": [ + 106, + 166, + 505, + 181 + ], + "spans": [ + { + "bbox": [ + 106, + 166, + 505, + 181 + ], + "score": 1.0, + "content": "Assuming the integration and normalization can be performed efficiently, the following quantities", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 178, + 384, + 190 + ], + "spans": [ + { + "bbox": [ + 105, + 178, + 384, + 190 + ], + "score": 1.0, + "content": "can be evaluated in the forward pass without Markov state transition:", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5 + }, + { + "type": "interline_equation", + "bbox": [ + 201, + 192, + 410, + 234 + ], + "lines": [ + { + "bbox": [ + 201, + 192, + 410, + 234 + ], + "spans": [ + { + "bbox": [ + 201, + 192, + 410, + 234 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { \\alpha _ { t } \\equiv p ( x _ { t } | z _ { 1 : t - 1 } ) \\propto \\displaystyle \\int p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \\phi } ( x _ { t } | z _ { t } ) \\mathrm { d } z _ { t } } \\\\ & { \\gamma _ { t } \\equiv p ( z _ { t } | z _ { 1 : t - 1 } , x _ { t } ) \\propto p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \\phi } ( x _ { t } | z _ { t } ) . } \\end{array}", + "type": "interline_equation", + "image_path": "0d260e9f53befbfdfc5a5c72a4d470dbfecea9a7a5cad0a908bbe3bf8e42563c.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 201, + 192, + 410, + 206.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 201, + 206.0, + 410, + 220.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 201, + 220.0, + 410, + 234.0 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 235, + 490, + 248 + ], + "lines": [ + { + "bbox": [ + 105, + 233, + 492, + 250 + ], + "spans": [ + { + "bbox": [ + 105, + 233, + 290, + 250 + ], + "score": 1.0, + "content": "The task is to draw from the joint posterior of", + "type": "text" + }, + { + "bbox": [ + 291, + 237, + 309, + 247 + ], + "score": 0.88, + "content": "z _ { 1 : T }", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 233, + 492, + 250 + ], + "score": 1.0, + "content": "only given access to these forward messages.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 106, + 252, + 503, + 274 + ], + "lines": [ + { + "bbox": [ + 106, + 252, + 505, + 265 + ], + "spans": [ + { + "bbox": [ + 106, + 252, + 307, + 265 + ], + "score": 1.0, + "content": "One way to circumvent the tight dependencies in", + "type": "text" + }, + { + "bbox": [ + 307, + 254, + 326, + 263 + ], + "score": 0.88, + "content": "z _ { 1 : T }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 252, + 505, + 265 + ], + "score": 1.0, + "content": "is to make a factorization assumption, as in", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 262, + 415, + 274 + ], + "spans": [ + { + "bbox": [ + 106, + 262, + 415, + 274 + ], + "score": 1.0, + "content": "Zaheer et al. (2017). More concretely, the joint distribution is decomposed as", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5 + }, + { + "type": "text", + "bbox": [ + 112, + 281, + 218, + 293 + ], + "lines": [ + { + "bbox": [ + 112, + 279, + 220, + 295 + ], + "spans": [ + { + "bbox": [ + 112, + 279, + 220, + 295 + ], + "score": 1.0, + "content": "(factorization assumption)", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "interline_equation", + "bbox": [ + 237, + 277, + 412, + 303 + ], + "lines": [ + { + "bbox": [ + 237, + 277, + 412, + 303 + ], + "spans": [ + { + "bbox": [ + 237, + 277, + 412, + 303 + ], + "score": 0.94, + "content": "p ( z _ { 1 : T } | x _ { 1 : T } ) \\propto \\prod _ { t } p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ^ { \\mathrm { p r e v } } ) p _ { \\phi } ( x _ { t } | z _ { t } ) ,", + "type": "interline_equation", + "image_path": "84ca33666937de6e49ca6a3bd2d9e708ea693f5a2988c30eae8c7e99dcca911a.jpg" + } + ] + } + ], + "index": 14, + "virtual_lines": [ + { + "bbox": [ + 237, + 277, + 412, + 303 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 307, + 505, + 340 + ], + "lines": [ + { + "bbox": [ + 103, + 305, + 507, + 324 + ], + "spans": [ + { + "bbox": [ + 103, + 305, + 134, + 324 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 307, + 160, + 320 + ], + "score": 0.91, + "content": "z _ { 1 : t - 1 } ^ { \\mathrm { p r e v } }", + "type": "inline_equation" + }, + { + "bbox": [ + 160, + 305, + 507, + 324 + ], + "score": 1.0, + "content": "is the assignments from the previous inference step. However, as we confirm in the", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 318, + 505, + 330 + ], + "spans": [ + { + "bbox": [ + 105, + 318, + 505, + 330 + ], + "score": 1.0, + "content": "experiments, this assumption can be restrictive since the flexibility of LSTM state transitions is", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 328, + 313, + 342 + ], + "spans": [ + { + "bbox": [ + 105, + 328, + 313, + 342 + ], + "score": 1.0, + "content": "offset by considering each time step independently.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 106, + 345, + 506, + 410 + ], + "lines": [ + { + "bbox": [ + 105, + 345, + 505, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 505, + 358 + ], + "score": 1.0, + "content": "In this work, we propose to use a method based on SMC, which is a principled way of sampling from", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 104, + 355, + 506, + 369 + ], + "spans": [ + { + "bbox": [ + 104, + 355, + 506, + 369 + ], + "score": 1.0, + "content": "a sequence of distributions. More importantly, it does not require the model to be Markovian (Frigola", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 366, + 506, + 379 + ], + "spans": [ + { + "bbox": [ + 105, + 366, + 506, + 379 + ], + "score": 1.0, + "content": "et al., 2013; Lindsten et al., 2014). As described earlier, the idea is to approximate the posterior (15)", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 104, + 376, + 504, + 390 + ], + "spans": [ + { + "bbox": [ + 104, + 376, + 300, + 390 + ], + "score": 1.0, + "content": "with point masses, i.e., weighted particles. Let", + "type": "text" + }, + { + "bbox": [ + 300, + 377, + 364, + 389 + ], + "score": 0.91, + "content": "f ( \\boldsymbol { z } _ { t } | \\boldsymbol { z } _ { 1 : t - 1 } , \\boldsymbol { x } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 364, + 376, + 495, + 390 + ], + "score": 1.0, + "content": "be the importance density, and", + "type": "text" + }, + { + "bbox": [ + 495, + 378, + 504, + 387 + ], + "score": 0.84, + "content": "P", + "type": "inline_equation" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 387, + 506, + 402 + ], + "spans": [ + { + "bbox": [ + 104, + 387, + 366, + 402 + ], + "score": 1.0, + "content": "be the number of particles. We then can run Algorithm 1 with", + "type": "text" + }, + { + "bbox": [ + 366, + 388, + 462, + 400 + ], + "score": 0.92, + "content": "\\pi _ { t } ( z _ { 1 : t } ) \\stackrel { - } { = } p ( x _ { 1 : t } , z _ { 1 : t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 463, + 387, + 506, + 402 + ], + "score": 1.0, + "content": "being the", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 399, + 384, + 411 + ], + "spans": [ + { + "bbox": [ + 106, + 399, + 267, + 411 + ], + "score": 1.0, + "content": "unnormalized target distribution at time", + "type": "text" + }, + { + "bbox": [ + 267, + 400, + 272, + 409 + ], + "score": 0.74, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 399, + 384, + 411 + ], + "score": 1.0, + "content": ", where the weight becomes", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 20.5 + }, + { + "type": "interline_equation", + "bbox": [ + 168, + 413, + 443, + 451 + ], + "lines": [ + { + "bbox": [ + 168, + 413, + 443, + 451 + ], + "spans": [ + { + "bbox": [ + 168, + 413, + 443, + 451 + ], + "score": 0.94, + "content": "\\alpha _ { t } ^ { p } \\propto \\frac { p ( z _ { 1 : t } ^ { p } , x _ { 1 : t } ) } { p ( z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , x _ { 1 : t - 1 } ) f ( z _ { t } ^ { p } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , x _ { t } ) } = \\frac { p _ { \\omega } ( z _ { t } ^ { p } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } ) p _ { \\phi } ( x _ { t } | z _ { t } ^ { p } ) } { f ( z _ { t } ^ { p } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , x _ { t } ) } .", + "type": "interline_equation", + "image_path": "6bea598060e41c1aa4d575e9184286661ee6b3dd4ba2a4c6509711bcf9871603.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 168, + 413, + 443, + 425.6666666666667 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 168, + 425.6666666666667, + 443, + 438.33333333333337 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 168, + 438.33333333333337, + 443, + 451.00000000000006 + ], + "spans": [], + "index": 26 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 459, + 505, + 493 + ], + "lines": [ + { + "bbox": [ + 105, + 459, + 505, + 473 + ], + "spans": [ + { + "bbox": [ + 105, + 459, + 285, + 473 + ], + "score": 1.0, + "content": "As for the choice of the proposal distribution", + "type": "text" + }, + { + "bbox": [ + 285, + 460, + 302, + 472 + ], + "score": 0.9, + "content": "f ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 459, + 446, + 473 + ], + "score": 1.0, + "content": ", one could use the transition density", + "type": "text" + }, + { + "bbox": [ + 447, + 460, + 501, + 472 + ], + "score": 0.91, + "content": "p _ { \\omega } \\big ( z _ { t } | z _ { 1 : t - 1 } \\big )", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 459, + 505, + 473 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 471, + 505, + 483 + ], + "spans": [ + { + "bbox": [ + 105, + 471, + 505, + 483 + ], + "score": 1.0, + "content": "in which case the algorithm is also referred to as the bootstrap particle filter. An alternative is the", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 481, + 479, + 493 + ], + "spans": [ + { + "bbox": [ + 105, + 481, + 479, + 493 + ], + "score": 1.0, + "content": "predictive distribution, a locally optimal proposal in terms of variance (Andrieu et al., 2010):", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28 + }, + { + "type": "interline_equation", + "bbox": [ + 203, + 496, + 407, + 523 + ], + "lines": [ + { + "bbox": [ + 203, + 496, + 407, + 523 + ], + "spans": [ + { + "bbox": [ + 203, + 496, + 407, + 523 + ], + "score": 0.92, + "content": "f ^ { \\star } ( z _ { t } | z _ { 1 : t - 1 } , x _ { t } ) = \\frac { p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \\phi } ( x _ { t } | z _ { t } ) } { \\int p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \\phi } ( x _ { t } | z _ { t } ) \\mathrm { d } z _ { t } } ,", + "type": "interline_equation", + "image_path": "460d37dcade0c5f40eae9da0542f11090619611a16cdb6cf825489a66d1617a6.jpg" + } + ] + } + ], + "index": 30.5, + "virtual_lines": [ + { + "bbox": [ + 203, + 496, + 407, + 509.5 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 203, + 509.5, + 407, + 523.0 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 526, + 337, + 538 + ], + "lines": [ + { + "bbox": [ + 105, + 524, + 339, + 540 + ], + "spans": [ + { + "bbox": [ + 105, + 524, + 339, + 540 + ], + "score": 1.0, + "content": "which is precisely one of the available forward messages:", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32 + }, + { + "type": "interline_equation", + "bbox": [ + 258, + 541, + 353, + 559 + ], + "lines": [ + { + "bbox": [ + 258, + 541, + 353, + 559 + ], + "spans": [ + { + "bbox": [ + 258, + 541, + 353, + 559 + ], + "score": 0.95, + "content": "\\gamma _ { t } ^ { p } = f ^ { \\star } ( z _ { t } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , x _ { t } ) .", + "type": "interline_equation", + "image_path": "c78e9fe6ddfbaac66ade7130fe9934103548d7c618392a4614cd35f7967ea0c2.jpg" + } + ] + } + ], + "index": 33, + "virtual_lines": [ + { + "bbox": [ + 258, + 541, + 353, + 559 + ], + "spans": [], + "index": 33 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 562, + 503, + 584 + ], + "lines": [ + { + "bbox": [ + 106, + 561, + 504, + 574 + ], + "spans": [ + { + "bbox": [ + 106, + 561, + 504, + 574 + ], + "score": 1.0, + "content": "Notice the similarity between terms in (19) and (20). Indeed, with the choice of predictive distribu-", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 573, + 363, + 585 + ], + "spans": [ + { + "bbox": [ + 106, + 573, + 363, + 585 + ], + "score": 1.0, + "content": "tion as the proposal density, the importance weight simplifies to", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34.5 + }, + { + "type": "interline_equation", + "bbox": [ + 217, + 587, + 393, + 613 + ], + "lines": [ + { + "bbox": [ + 217, + 587, + 393, + 613 + ], + "spans": [ + { + "bbox": [ + 217, + 587, + 393, + 613 + ], + "score": 0.95, + "content": "\\alpha _ { t } ^ { p } \\propto \\tilde { \\alpha } _ { t } ^ { p } = \\int p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } ) p _ { \\phi } ( x _ { t } | z _ { t } ) \\mathrm { d } z _ { t } , ,", + "type": "interline_equation", + "image_path": "dc914b86391055d7af175766dc91586188f52b4113bbd45887e277708f54c6c3.jpg" + } + ] + } + ], + "index": 36, + "virtual_lines": [ + { + "bbox": [ + 217, + 587, + 393, + 613 + ], + "spans": [], + "index": 36 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 615, + 505, + 670 + ], + "lines": [ + { + "bbox": [ + 105, + 615, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 372, + 628 + ], + "score": 1.0, + "content": "which is not a coincidence that the name collides with the message", + "type": "text" + }, + { + "bbox": [ + 372, + 617, + 383, + 627 + ], + "score": 0.83, + "content": "\\alpha _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 615, + 505, + 628 + ], + "score": 1.0, + "content": ". Interestingly, this quantity no", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 626, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 262, + 640 + ], + "score": 1.0, + "content": "longer depends on the current particle", + "type": "text" + }, + { + "bbox": [ + 262, + 627, + 273, + 638 + ], + "score": 0.88, + "content": "z _ { t } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 626, + 505, + 640 + ], + "score": 1.0, + "content": ". Instead, it marginalizes over all possible particle assign-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 637, + 505, + 649 + ], + "spans": [ + { + "bbox": [ + 106, + 637, + 505, + 649 + ], + "score": 1.0, + "content": "ments of the current time step. This is beneficial computationally since the intermediate terms from", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 647, + 505, + 660 + ], + "spans": [ + { + "bbox": [ + 105, + 647, + 505, + 660 + ], + "score": 1.0, + "content": "(20) can be reused in (22). Also note that the optimal proposal relies on the fact that the normaliza-", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 659, + 466, + 670 + ], + "spans": [ + { + "bbox": [ + 106, + 659, + 466, + 670 + ], + "score": 1.0, + "content": "tion in (20) can be performed efficiently, otherwise the bootstrap proposal should be used.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 39 + }, + { + "type": "text", + "bbox": [ + 105, + 674, + 503, + 697 + ], + "lines": [ + { + "bbox": [ + 105, + 673, + 505, + 688 + ], + "spans": [ + { + "bbox": [ + 105, + 673, + 505, + 688 + ], + "score": 1.0, + "content": "After a full pass over the sequence, the algorithm produces Monte Carlo approximation of the pos-", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 686, + 245, + 697 + ], + "spans": [ + { + "bbox": [ + 105, + 686, + 245, + 697 + ], + "score": 1.0, + "content": "terior and the marginal likelihood:", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42.5 + }, + { + "type": "interline_equation", + "bbox": [ + 176, + 700, + 435, + 730 + ], + "lines": [ + { + "bbox": [ + 176, + 700, + 435, + 730 + ], + "spans": [ + { + "bbox": [ + 176, + 700, + 435, + 730 + ], + "score": 0.93, + "content": "\\hat { p } ( z _ { 1 : T } | x _ { 1 : T } ) = \\sum _ { p } \\alpha _ { T } ^ { p } \\delta _ { z _ { 1 : T } ^ { p } } \\left( z _ { 1 : T } \\right) , \\quad \\hat { p } ( x _ { 1 : T } ) = \\prod _ { t } \\frac { 1 } { P } \\sum _ { p } \\tilde { \\alpha } _ { t } ^ { p } .", + "type": "interline_equation", + "image_path": "7f32bb7fd5ce3fc9e150d0c6d02b9d81b978e77b42a9788426bd0164e2ee6ef4.jpg" + } + ] + } + ], + "index": 45, + "virtual_lines": [ + { + "bbox": [ + 176, + 700, + 435, + 710.0 + ], + "spans": [], + "index": 44 + }, + { + "bbox": [ + 176, + 710.0, + 435, + 720.0 + ], + "spans": [], + "index": 45 + }, + { + "bbox": [ + 176, + 720.0, + 435, + 730.0 + ], + "spans": [], + "index": 46 + } + ] + } + ], + "page_idx": 5, + "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": [ + 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": "title", + "bbox": [ + 106, + 81, + 305, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 305, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 305, + 95 + ], + "score": 1.0, + "content": "4 INFERENCE WITH PARTICLE GIBBS", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 105, + 105, + 505, + 127 + ], + "lines": [ + { + "bbox": [ + 105, + 103, + 505, + 120 + ], + "spans": [ + { + "bbox": [ + 105, + 103, + 505, + 120 + ], + "score": 1.0, + "content": "In this section, we discuss how to draw samples from the posterior (7), corresponding to the S-step", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 117, + 235, + 128 + ], + "spans": [ + { + "bbox": [ + 106, + 117, + 235, + 128 + ], + "score": 1.0, + "content": "of the stochastic EM algorithm:", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1.5, + "bbox_fs": [ + 105, + 103, + 505, + 128 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 184, + 130, + 426, + 159 + ], + "lines": [ + { + "bbox": [ + 184, + 130, + 426, + 159 + ], + "spans": [ + { + "bbox": [ + 184, + 130, + 426, + 159 + ], + "score": 0.93, + "content": "z _ { 1 : T } ^ { \\star } \\sim p ( z _ { 1 : T } | x _ { 1 : T } ) = \\frac { \\prod _ { t } p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \\phi } ( x _ { t } | z _ { t } ) } { \\int \\prod _ { t } p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \\phi } ( x _ { t } | z _ { t } ) \\mathrm { d } z _ { 1 : T } } .", + "type": "interline_equation", + "image_path": "77f8fc030349c130bc43e7ec98ce88c5a4f2b26d99b6a3edff6d9db663400fe0.jpg" + } + ] + } + ], + "index": 3.5, + "virtual_lines": [ + { + "bbox": [ + 184, + 130, + 426, + 144.5 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 184, + 144.5, + 426, + 159.0 + ], + "spans": [], + "index": 4 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 167, + 504, + 189 + ], + "lines": [ + { + "bbox": [ + 106, + 166, + 505, + 181 + ], + "spans": [ + { + "bbox": [ + 106, + 166, + 505, + 181 + ], + "score": 1.0, + "content": "Assuming the integration and normalization can be performed efficiently, the following quantities", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 178, + 384, + 190 + ], + "spans": [ + { + "bbox": [ + 105, + 178, + 384, + 190 + ], + "score": 1.0, + "content": "can be evaluated in the forward pass without Markov state transition:", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5, + "bbox_fs": [ + 105, + 166, + 505, + 190 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 201, + 192, + 410, + 234 + ], + "lines": [ + { + "bbox": [ + 201, + 192, + 410, + 234 + ], + "spans": [ + { + "bbox": [ + 201, + 192, + 410, + 234 + ], + "score": 0.94, + "content": "\\begin{array} { r l } & { \\alpha _ { t } \\equiv p ( x _ { t } | z _ { 1 : t - 1 } ) \\propto \\displaystyle \\int p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \\phi } ( x _ { t } | z _ { t } ) \\mathrm { d } z _ { t } } \\\\ & { \\gamma _ { t } \\equiv p ( z _ { t } | z _ { 1 : t - 1 } , x _ { t } ) \\propto p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \\phi } ( x _ { t } | z _ { t } ) . } \\end{array}", + "type": "interline_equation", + "image_path": "0d260e9f53befbfdfc5a5c72a4d470dbfecea9a7a5cad0a908bbe3bf8e42563c.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 201, + 192, + 410, + 206.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 201, + 206.0, + 410, + 220.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 201, + 220.0, + 410, + 234.0 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 235, + 490, + 248 + ], + "lines": [ + { + "bbox": [ + 105, + 233, + 492, + 250 + ], + "spans": [ + { + "bbox": [ + 105, + 233, + 290, + 250 + ], + "score": 1.0, + "content": "The task is to draw from the joint posterior of", + "type": "text" + }, + { + "bbox": [ + 291, + 237, + 309, + 247 + ], + "score": 0.88, + "content": "z _ { 1 : T }", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 233, + 492, + 250 + ], + "score": 1.0, + "content": "only given access to these forward messages.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10, + "bbox_fs": [ + 105, + 233, + 492, + 250 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 252, + 503, + 274 + ], + "lines": [ + { + "bbox": [ + 106, + 252, + 505, + 265 + ], + "spans": [ + { + "bbox": [ + 106, + 252, + 307, + 265 + ], + "score": 1.0, + "content": "One way to circumvent the tight dependencies in", + "type": "text" + }, + { + "bbox": [ + 307, + 254, + 326, + 263 + ], + "score": 0.88, + "content": "z _ { 1 : T }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 252, + 505, + 265 + ], + "score": 1.0, + "content": "is to make a factorization assumption, as in", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 262, + 415, + 274 + ], + "spans": [ + { + "bbox": [ + 106, + 262, + 415, + 274 + ], + "score": 1.0, + "content": "Zaheer et al. (2017). More concretely, the joint distribution is decomposed as", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5, + "bbox_fs": [ + 106, + 252, + 505, + 274 + ] + }, + { + "type": "text", + "bbox": [ + 112, + 281, + 218, + 293 + ], + "lines": [ + { + "bbox": [ + 112, + 279, + 220, + 295 + ], + "spans": [ + { + "bbox": [ + 112, + 279, + 220, + 295 + ], + "score": 1.0, + "content": "(factorization assumption)", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13, + "bbox_fs": [ + 112, + 279, + 220, + 295 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 237, + 277, + 412, + 303 + ], + "lines": [ + { + "bbox": [ + 237, + 277, + 412, + 303 + ], + "spans": [ + { + "bbox": [ + 237, + 277, + 412, + 303 + ], + "score": 0.94, + "content": "p ( z _ { 1 : T } | x _ { 1 : T } ) \\propto \\prod _ { t } p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ^ { \\mathrm { p r e v } } ) p _ { \\phi } ( x _ { t } | z _ { t } ) ,", + "type": "interline_equation", + "image_path": "84ca33666937de6e49ca6a3bd2d9e708ea693f5a2988c30eae8c7e99dcca911a.jpg" + } + ] + } + ], + "index": 14, + "virtual_lines": [ + { + "bbox": [ + 237, + 277, + 412, + 303 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 307, + 505, + 340 + ], + "lines": [ + { + "bbox": [ + 103, + 305, + 507, + 324 + ], + "spans": [ + { + "bbox": [ + 103, + 305, + 134, + 324 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 307, + 160, + 320 + ], + "score": 0.91, + "content": "z _ { 1 : t - 1 } ^ { \\mathrm { p r e v } }", + "type": "inline_equation" + }, + { + "bbox": [ + 160, + 305, + 507, + 324 + ], + "score": 1.0, + "content": "is the assignments from the previous inference step. However, as we confirm in the", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 318, + 505, + 330 + ], + "spans": [ + { + "bbox": [ + 105, + 318, + 505, + 330 + ], + "score": 1.0, + "content": "experiments, this assumption can be restrictive since the flexibility of LSTM state transitions is", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 328, + 313, + 342 + ], + "spans": [ + { + "bbox": [ + 105, + 328, + 313, + 342 + ], + "score": 1.0, + "content": "offset by considering each time step independently.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16, + "bbox_fs": [ + 103, + 305, + 507, + 342 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 345, + 506, + 410 + ], + "lines": [ + { + "bbox": [ + 105, + 345, + 505, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 505, + 358 + ], + "score": 1.0, + "content": "In this work, we propose to use a method based on SMC, which is a principled way of sampling from", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 104, + 355, + 506, + 369 + ], + "spans": [ + { + "bbox": [ + 104, + 355, + 506, + 369 + ], + "score": 1.0, + "content": "a sequence of distributions. More importantly, it does not require the model to be Markovian (Frigola", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 366, + 506, + 379 + ], + "spans": [ + { + "bbox": [ + 105, + 366, + 506, + 379 + ], + "score": 1.0, + "content": "et al., 2013; Lindsten et al., 2014). As described earlier, the idea is to approximate the posterior (15)", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 104, + 376, + 504, + 390 + ], + "spans": [ + { + "bbox": [ + 104, + 376, + 300, + 390 + ], + "score": 1.0, + "content": "with point masses, i.e., weighted particles. Let", + "type": "text" + }, + { + "bbox": [ + 300, + 377, + 364, + 389 + ], + "score": 0.91, + "content": "f ( \\boldsymbol { z } _ { t } | \\boldsymbol { z } _ { 1 : t - 1 } , \\boldsymbol { x } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 364, + 376, + 495, + 390 + ], + "score": 1.0, + "content": "be the importance density, and", + "type": "text" + }, + { + "bbox": [ + 495, + 378, + 504, + 387 + ], + "score": 0.84, + "content": "P", + "type": "inline_equation" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 387, + 506, + 402 + ], + "spans": [ + { + "bbox": [ + 104, + 387, + 366, + 402 + ], + "score": 1.0, + "content": "be the number of particles. We then can run Algorithm 1 with", + "type": "text" + }, + { + "bbox": [ + 366, + 388, + 462, + 400 + ], + "score": 0.92, + "content": "\\pi _ { t } ( z _ { 1 : t } ) \\stackrel { - } { = } p ( x _ { 1 : t } , z _ { 1 : t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 463, + 387, + 506, + 402 + ], + "score": 1.0, + "content": "being the", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 399, + 384, + 411 + ], + "spans": [ + { + "bbox": [ + 106, + 399, + 267, + 411 + ], + "score": 1.0, + "content": "unnormalized target distribution at time", + "type": "text" + }, + { + "bbox": [ + 267, + 400, + 272, + 409 + ], + "score": 0.74, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 399, + 384, + 411 + ], + "score": 1.0, + "content": ", where the weight becomes", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 20.5, + "bbox_fs": [ + 104, + 345, + 506, + 411 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 168, + 413, + 443, + 451 + ], + "lines": [ + { + "bbox": [ + 168, + 413, + 443, + 451 + ], + "spans": [ + { + "bbox": [ + 168, + 413, + 443, + 451 + ], + "score": 0.94, + "content": "\\alpha _ { t } ^ { p } \\propto \\frac { p ( z _ { 1 : t } ^ { p } , x _ { 1 : t } ) } { p ( z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , x _ { 1 : t - 1 } ) f ( z _ { t } ^ { p } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , x _ { t } ) } = \\frac { p _ { \\omega } ( z _ { t } ^ { p } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } ) p _ { \\phi } ( x _ { t } | z _ { t } ^ { p } ) } { f ( z _ { t } ^ { p } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , x _ { t } ) } .", + "type": "interline_equation", + "image_path": "6bea598060e41c1aa4d575e9184286661ee6b3dd4ba2a4c6509711bcf9871603.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 168, + 413, + 443, + 425.6666666666667 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 168, + 425.6666666666667, + 443, + 438.33333333333337 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 168, + 438.33333333333337, + 443, + 451.00000000000006 + ], + "spans": [], + "index": 26 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 459, + 505, + 493 + ], + "lines": [ + { + "bbox": [ + 105, + 459, + 505, + 473 + ], + "spans": [ + { + "bbox": [ + 105, + 459, + 285, + 473 + ], + "score": 1.0, + "content": "As for the choice of the proposal distribution", + "type": "text" + }, + { + "bbox": [ + 285, + 460, + 302, + 472 + ], + "score": 0.9, + "content": "f ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 459, + 446, + 473 + ], + "score": 1.0, + "content": ", one could use the transition density", + "type": "text" + }, + { + "bbox": [ + 447, + 460, + 501, + 472 + ], + "score": 0.91, + "content": "p _ { \\omega } \\big ( z _ { t } | z _ { 1 : t - 1 } \\big )", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 459, + 505, + 473 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 471, + 505, + 483 + ], + "spans": [ + { + "bbox": [ + 105, + 471, + 505, + 483 + ], + "score": 1.0, + "content": "in which case the algorithm is also referred to as the bootstrap particle filter. An alternative is the", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 481, + 479, + 493 + ], + "spans": [ + { + "bbox": [ + 105, + 481, + 479, + 493 + ], + "score": 1.0, + "content": "predictive distribution, a locally optimal proposal in terms of variance (Andrieu et al., 2010):", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28, + "bbox_fs": [ + 105, + 459, + 505, + 493 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 203, + 496, + 407, + 523 + ], + "lines": [ + { + "bbox": [ + 203, + 496, + 407, + 523 + ], + "spans": [ + { + "bbox": [ + 203, + 496, + 407, + 523 + ], + "score": 0.92, + "content": "f ^ { \\star } ( z _ { t } | z _ { 1 : t - 1 } , x _ { t } ) = \\frac { p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \\phi } ( x _ { t } | z _ { t } ) } { \\int p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \\phi } ( x _ { t } | z _ { t } ) \\mathrm { d } z _ { t } } ,", + "type": "interline_equation", + "image_path": "460d37dcade0c5f40eae9da0542f11090619611a16cdb6cf825489a66d1617a6.jpg" + } + ] + } + ], + "index": 30.5, + "virtual_lines": [ + { + "bbox": [ + 203, + 496, + 407, + 509.5 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 203, + 509.5, + 407, + 523.0 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 526, + 337, + 538 + ], + "lines": [ + { + "bbox": [ + 105, + 524, + 339, + 540 + ], + "spans": [ + { + "bbox": [ + 105, + 524, + 339, + 540 + ], + "score": 1.0, + "content": "which is precisely one of the available forward messages:", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32, + "bbox_fs": [ + 105, + 524, + 339, + 540 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 258, + 541, + 353, + 559 + ], + "lines": [ + { + "bbox": [ + 258, + 541, + 353, + 559 + ], + "spans": [ + { + "bbox": [ + 258, + 541, + 353, + 559 + ], + "score": 0.95, + "content": "\\gamma _ { t } ^ { p } = f ^ { \\star } ( z _ { t } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , x _ { t } ) .", + "type": "interline_equation", + "image_path": "c78e9fe6ddfbaac66ade7130fe9934103548d7c618392a4614cd35f7967ea0c2.jpg" + } + ] + } + ], + "index": 33, + "virtual_lines": [ + { + "bbox": [ + 258, + 541, + 353, + 559 + ], + "spans": [], + "index": 33 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 562, + 503, + 584 + ], + "lines": [ + { + "bbox": [ + 106, + 561, + 504, + 574 + ], + "spans": [ + { + "bbox": [ + 106, + 561, + 504, + 574 + ], + "score": 1.0, + "content": "Notice the similarity between terms in (19) and (20). Indeed, with the choice of predictive distribu-", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 573, + 363, + 585 + ], + "spans": [ + { + "bbox": [ + 106, + 573, + 363, + 585 + ], + "score": 1.0, + "content": "tion as the proposal density, the importance weight simplifies to", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34.5, + "bbox_fs": [ + 106, + 561, + 504, + 585 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 217, + 587, + 393, + 613 + ], + "lines": [ + { + "bbox": [ + 217, + 587, + 393, + 613 + ], + "spans": [ + { + "bbox": [ + 217, + 587, + 393, + 613 + ], + "score": 0.95, + "content": "\\alpha _ { t } ^ { p } \\propto \\tilde { \\alpha } _ { t } ^ { p } = \\int p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } ) p _ { \\phi } ( x _ { t } | z _ { t } ) \\mathrm { d } z _ { t } , ,", + "type": "interline_equation", + "image_path": "dc914b86391055d7af175766dc91586188f52b4113bbd45887e277708f54c6c3.jpg" + } + ] + } + ], + "index": 36, + "virtual_lines": [ + { + "bbox": [ + 217, + 587, + 393, + 613 + ], + "spans": [], + "index": 36 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 615, + 505, + 670 + ], + "lines": [ + { + "bbox": [ + 105, + 615, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 372, + 628 + ], + "score": 1.0, + "content": "which is not a coincidence that the name collides with the message", + "type": "text" + }, + { + "bbox": [ + 372, + 617, + 383, + 627 + ], + "score": 0.83, + "content": "\\alpha _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 615, + 505, + 628 + ], + "score": 1.0, + "content": ". Interestingly, this quantity no", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 626, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 262, + 640 + ], + "score": 1.0, + "content": "longer depends on the current particle", + "type": "text" + }, + { + "bbox": [ + 262, + 627, + 273, + 638 + ], + "score": 0.88, + "content": "z _ { t } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 626, + 505, + 640 + ], + "score": 1.0, + "content": ". Instead, it marginalizes over all possible particle assign-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 637, + 505, + 649 + ], + "spans": [ + { + "bbox": [ + 106, + 637, + 505, + 649 + ], + "score": 1.0, + "content": "ments of the current time step. This is beneficial computationally since the intermediate terms from", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 647, + 505, + 660 + ], + "spans": [ + { + "bbox": [ + 105, + 647, + 505, + 660 + ], + "score": 1.0, + "content": "(20) can be reused in (22). Also note that the optimal proposal relies on the fact that the normaliza-", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 659, + 466, + 670 + ], + "spans": [ + { + "bbox": [ + 106, + 659, + 466, + 670 + ], + "score": 1.0, + "content": "tion in (20) can be performed efficiently, otherwise the bootstrap proposal should be used.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 39, + "bbox_fs": [ + 105, + 615, + 505, + 670 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 674, + 503, + 697 + ], + "lines": [ + { + "bbox": [ + 105, + 673, + 505, + 688 + ], + "spans": [ + { + "bbox": [ + 105, + 673, + 505, + 688 + ], + "score": 1.0, + "content": "After a full pass over the sequence, the algorithm produces Monte Carlo approximation of the pos-", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 686, + 245, + 697 + ], + "spans": [ + { + "bbox": [ + 105, + 686, + 245, + 697 + ], + "score": 1.0, + "content": "terior and the marginal likelihood:", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42.5, + "bbox_fs": [ + 105, + 673, + 505, + 697 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 176, + 700, + 435, + 730 + ], + "lines": [ + { + "bbox": [ + 176, + 700, + 435, + 730 + ], + "spans": [ + { + "bbox": [ + 176, + 700, + 435, + 730 + ], + "score": 0.93, + "content": "\\hat { p } ( z _ { 1 : T } | x _ { 1 : T } ) = \\sum _ { p } \\alpha _ { T } ^ { p } \\delta _ { z _ { 1 : T } ^ { p } } \\left( z _ { 1 : T } \\right) , \\quad \\hat { p } ( x _ { 1 : T } ) = \\prod _ { t } \\frac { 1 } { P } \\sum _ { p } \\tilde { \\alpha } _ { t } ^ { p } .", + "type": "interline_equation", + "image_path": "7f32bb7fd5ce3fc9e150d0c6d02b9d81b978e77b42a9788426bd0164e2ee6ef4.jpg" + } + ] + } + ], + "index": 45, + "virtual_lines": [ + { + "bbox": [ + 176, + 700, + 435, + 710.0 + ], + "spans": [], + "index": 44 + }, + { + "bbox": [ + 176, + 710.0, + 435, + 720.0 + ], + "spans": [], + "index": 45 + }, + { + "bbox": [ + 176, + 720.0, + 435, + 730.0 + ], + "spans": [], + "index": 46 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 82, + 280, + 93 + ], + "lines": [ + { + "bbox": [ + 107, + 81, + 280, + 95 + ], + "spans": [ + { + "bbox": [ + 107, + 81, + 280, + 95 + ], + "score": 1.0, + "content": "Algorithm 2 Inference with Particle Gibbs", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 132, + 97, + 326, + 111 + ], + "lines": [ + { + "bbox": [ + 129, + 96, + 327, + 112 + ], + "spans": [ + { + "bbox": [ + 129, + 96, + 158, + 112 + ], + "score": 1.0, + "content": "1. Let", + "type": "text" + }, + { + "bbox": [ + 158, + 98, + 191, + 111 + ], + "score": 0.92, + "content": "z _ { 0 } ^ { p } = z _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 96, + 209, + 112 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 210, + 98, + 253, + 111 + ], + "score": 0.93, + "content": "\\alpha _ { 0 } ^ { p } = 1 / P", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 96, + 268, + 112 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 268, + 99, + 322, + 110 + ], + "score": 0.9, + "content": "p = 1 , \\ldots , P", + "type": "inline_equation" + }, + { + "bbox": [ + 323, + 96, + 327, + 112 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 130, + 113, + 214, + 124 + ], + "lines": [ + { + "bbox": [ + 129, + 112, + 211, + 126 + ], + "spans": [ + { + "bbox": [ + 129, + 112, + 158, + 126 + ], + "score": 1.0, + "content": "2. For", + "type": "text" + }, + { + "bbox": [ + 159, + 113, + 211, + 125 + ], + "score": 0.9, + "content": "t = 1 , \\dots , T", + "type": "inline_equation" + } + ], + "index": 2 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 145, + 127, + 450, + 187 + ], + "lines": [ + { + "bbox": [ + 144, + 125, + 452, + 143 + ], + "spans": [ + { + "bbox": [ + 144, + 125, + 253, + 143 + ], + "score": 1.0, + "content": "(a) Fix reference path: set", + "type": "text" + }, + { + "bbox": [ + 254, + 127, + 292, + 140 + ], + "score": 0.94, + "content": "a _ { t - 1 } ^ { 1 } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 125, + 310, + 143 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 310, + 127, + 353, + 140 + ], + "score": 0.93, + "content": "z _ { 1 : t } ^ { 1 } = z _ { 1 : t } ^ { \\star }", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 125, + 452, + 143 + ], + "score": 1.0, + "content": "from previous iteration.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 144, + 139, + 362, + 156 + ], + "spans": [ + { + "bbox": [ + 144, + 139, + 234, + 156 + ], + "score": 1.0, + "content": "(b) Sample ancestors", + "type": "text" + }, + { + "bbox": [ + 235, + 141, + 288, + 155 + ], + "score": 0.91, + "content": "a _ { t - 1 } ^ { p } \\sim \\alpha _ { t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 288, + 139, + 303, + 156 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 303, + 142, + 357, + 154 + ], + "score": 0.91, + "content": "p = 2 , \\ldots , P", + "type": "inline_equation" + }, + { + "bbox": [ + 358, + 139, + 362, + 156 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 144, + 152, + 448, + 176 + ], + "spans": [ + { + "bbox": [ + 144, + 152, + 231, + 176 + ], + "score": 1.0, + "content": "(c) Sample particles", + "type": "text" + }, + { + "bbox": [ + 231, + 160, + 265, + 172 + ], + "score": 0.93, + "content": "z _ { t } ^ { p } \\sim \\gamma _ { t } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 152, + 297, + 176 + ], + "score": 1.0, + "content": "and set", + "type": "text" + }, + { + "bbox": [ + 297, + 156, + 372, + 173 + ], + "score": 0.93, + "content": "z _ { 1 : t } ^ { p } = ( z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , z _ { t } ^ { p } )", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 152, + 388, + 176 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 388, + 160, + 442, + 172 + ], + "score": 0.91, + "content": "p = 2 , \\ldots , P", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 152, + 448, + 176 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 145, + 174, + 367, + 187 + ], + "spans": [ + { + "bbox": [ + 145, + 174, + 282, + 187 + ], + "score": 1.0, + "content": "(d) Compute normalized weights", + "type": "text" + }, + { + "bbox": [ + 282, + 174, + 294, + 186 + ], + "score": 0.9, + "content": "\\alpha _ { t } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 174, + 309, + 187 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 310, + 175, + 364, + 186 + ], + "score": 0.91, + "content": "p = 1 , \\ldots , P", + "type": "inline_equation" + }, + { + "bbox": [ + 364, + 174, + 367, + 187 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4.5 + }, + { + "type": "text", + "bbox": [ + 130, + 191, + 325, + 205 + ], + "lines": [ + { + "bbox": [ + 127, + 187, + 321, + 209 + ], + "spans": [ + { + "bbox": [ + 127, + 187, + 174, + 209 + ], + "score": 1.0, + "content": "3. Sample", + "type": "text" + }, + { + "bbox": [ + 175, + 195, + 207, + 204 + ], + "score": 0.87, + "content": "r \\sim \\alpha _ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 187, + 303, + 209 + ], + "score": 1.0, + "content": ", return the particle path", + "type": "text" + }, + { + "bbox": [ + 303, + 189, + 321, + 206 + ], + "score": 0.91, + "content": "z _ { 1 : T } ^ { a _ { T } ^ { r } }", + "type": "inline_equation" + } + ], + "index": 7 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 108, + 232, + 407, + 245 + ], + "lines": [ + { + "bbox": [ + 105, + 231, + 408, + 247 + ], + "spans": [ + { + "bbox": [ + 105, + 231, + 408, + 247 + ], + "score": 1.0, + "content": "The inference is completed by a final draw from the approximate posterior,", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "interline_equation", + "bbox": [ + 262, + 250, + 348, + 264 + ], + "lines": [ + { + "bbox": [ + 262, + 250, + 348, + 264 + ], + "spans": [ + { + "bbox": [ + 262, + 250, + 348, + 264 + ], + "score": 0.92, + "content": "z _ { 1 : T } ^ { \\star } \\sim \\hat { p } \\big ( z _ { 1 : T } | x _ { 1 : T } \\big ) ,", + "type": "interline_equation", + "image_path": "faeb9461d98a8f189192f72e9a93a32b3fbf2c1a18f70f7e2201d89e72e1097c.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 262, + 250, + 348, + 264 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 269, + 505, + 303 + ], + "lines": [ + { + "bbox": [ + 106, + 269, + 505, + 282 + ], + "spans": [ + { + "bbox": [ + 106, + 269, + 505, + 282 + ], + "score": 1.0, + "content": "which is essentially sampling a particle path indexed by the last particle. Specifically, the last particle", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 279, + 505, + 294 + ], + "spans": [ + { + "bbox": [ + 106, + 280, + 119, + 292 + ], + "score": 0.89, + "content": "z _ { T } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 279, + 279, + 294 + ], + "score": 1.0, + "content": "is chosen according to the final weights", + "type": "text" + }, + { + "bbox": [ + 279, + 282, + 293, + 291 + ], + "score": 0.88, + "content": "\\alpha _ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 279, + 505, + 294 + ], + "score": 1.0, + "content": ", and then earlier particles can be obtained by tracing", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 291, + 505, + 305 + ], + "spans": [ + { + "bbox": [ + 106, + 291, + 425, + 305 + ], + "score": 1.0, + "content": "backwards to the beginning of the sequence according to the ancestry indicators", + "type": "text" + }, + { + "bbox": [ + 426, + 291, + 437, + 304 + ], + "score": 0.89, + "content": "a _ { t } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 291, + 505, + 305 + ], + "score": 1.0, + "content": "at each position.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 107, + 308, + 505, + 351 + ], + "lines": [ + { + "bbox": [ + 105, + 307, + 505, + 321 + ], + "spans": [ + { + "bbox": [ + 105, + 307, + 400, + 321 + ], + "score": 1.0, + "content": "Since SMC produces a Monte Carlo estimate, as the number of particles", + "type": "text" + }, + { + "bbox": [ + 401, + 309, + 436, + 318 + ], + "score": 0.9, + "content": "P \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 307, + 505, + 321 + ], + "score": 1.0, + "content": "the approximate", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 318, + 506, + 331 + ], + "spans": [ + { + "bbox": [ + 105, + 318, + 506, + 331 + ], + "score": 1.0, + "content": "posterior (23) is guaranteed to converge to the true posterior for a fixed sequence. However, as the", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 329, + 505, + 342 + ], + "spans": [ + { + "bbox": [ + 106, + 329, + 197, + 342 + ], + "score": 1.0, + "content": "length of the sequence", + "type": "text" + }, + { + "bbox": [ + 198, + 330, + 206, + 339 + ], + "score": 0.81, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 329, + 505, + 342 + ], + "score": 1.0, + "content": "increases, the number of particles needed to provide a good approximation", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 339, + 486, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 339, + 486, + 353 + ], + "score": 1.0, + "content": "grows exponentially. This is the well-known depletion problem of SMC (Andrieu et al., 2010).", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14.5 + }, + { + "type": "text", + "bbox": [ + 106, + 356, + 505, + 432 + ], + "lines": [ + { + "bbox": [ + 106, + 356, + 506, + 369 + ], + "spans": [ + { + "bbox": [ + 106, + 356, + 506, + 369 + ], + "score": 1.0, + "content": "One elegant way to avoid simulating enormous number of particles is to marry the idea of MCMC", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 367, + 505, + 379 + ], + "spans": [ + { + "bbox": [ + 106, + 367, + 505, + 379 + ], + "score": 1.0, + "content": "with SMC (Andrieu et al., 2010). The idea of such Particle MCMC (PMCMC) methods is to treat the", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 378, + 506, + 391 + ], + "spans": [ + { + "bbox": [ + 105, + 378, + 176, + 391 + ], + "score": 1.0, + "content": "particle estimate", + "type": "text" + }, + { + "bbox": [ + 176, + 378, + 192, + 390 + ], + "score": 0.91, + "content": "\\hat { p } ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 193, + 378, + 506, + 391 + ], + "score": 1.0, + "content": "as a proposal, and design a Markov kernel that leaves the target distribution", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 388, + 505, + 401 + ], + "spans": [ + { + "bbox": [ + 105, + 388, + 505, + 401 + ], + "score": 1.0, + "content": "invariant. Since the invariance is ensured by the MCMC, it does not demand SMC to provide an", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 399, + 505, + 411 + ], + "spans": [ + { + "bbox": [ + 105, + 399, + 505, + 411 + ], + "score": 1.0, + "content": "accurate approximation to the true distribution, but only to give samples that are approximately", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 409, + 506, + 423 + ], + "spans": [ + { + "bbox": [ + 105, + 409, + 344, + 423 + ], + "score": 1.0, + "content": "distributed according to the target. As a result, for any fixed", + "type": "text" + }, + { + "bbox": [ + 344, + 410, + 372, + 420 + ], + "score": 0.9, + "content": "P > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 409, + 506, + 423 + ], + "score": 1.0, + "content": "the PMCMC methods ensure the", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 421, + 228, + 433 + ], + "spans": [ + { + "bbox": [ + 106, + 421, + 228, + 433 + ], + "score": 1.0, + "content": "target distribution is invariant.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 106, + 436, + 505, + 523 + ], + "lines": [ + { + "bbox": [ + 105, + 435, + 505, + 450 + ], + "spans": [ + { + "bbox": [ + 105, + 435, + 505, + 450 + ], + "score": 1.0, + "content": "We choose the Gibbs kernel that requires minimal modification from the basic SMC. The resulting", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 447, + 506, + 460 + ], + "spans": [ + { + "bbox": [ + 105, + 447, + 506, + 460 + ], + "score": 1.0, + "content": "algorithm is Particle Gibbs (PG), which is a conditional SMC update in a sense that a reference", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 102, + 453, + 508, + 476 + ], + "spans": [ + { + "bbox": [ + 102, + 453, + 126, + 476 + ], + "score": 1.0, + "content": "path", + "type": "text" + }, + { + "bbox": [ + 127, + 458, + 145, + 471 + ], + "score": 0.9, + "content": "z _ { 1 : T } ^ { \\mathrm { r e f } }", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 453, + 508, + 476 + ], + "score": 1.0, + "content": "with its ancestral lineage is fixed throughout the particle propagation of SMC. It can be", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 469, + 505, + 481 + ], + "spans": [ + { + "bbox": [ + 106, + 469, + 505, + 481 + ], + "score": 1.0, + "content": "shown that this simple modification to SMC produces a transition kernel that is not only invariant,", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 479, + 506, + 492 + ], + "spans": [ + { + "bbox": [ + 105, + 479, + 506, + 492 + ], + "score": 1.0, + "content": "but also ergodic under mild assumptions. In practice, we use the assignments from previous step as", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 491, + 505, + 502 + ], + "spans": [ + { + "bbox": [ + 106, + 491, + 505, + 502 + ], + "score": 1.0, + "content": "the reference path. The final algorithm is summarized in Algorithm 2. Combined with the stochastic", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 500, + 506, + 514 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 506, + 514 + ], + "score": 1.0, + "content": "EM outer iteration, the final algorithm is an instance of the particle SAEM (Lindsten, 2013; Schon¨", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 512, + 312, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 512, + 312, + 524 + ], + "score": 1.0, + "content": "et al., 2015), under non-Markovian state transition.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 27.5 + }, + { + "type": "text", + "bbox": [ + 107, + 528, + 437, + 540 + ], + "lines": [ + { + "bbox": [ + 106, + 527, + 438, + 542 + ], + "spans": [ + { + "bbox": [ + 106, + 527, + 438, + 542 + ], + "score": 1.0, + "content": "We conclude this section by deriving forward messages for the previous examples.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 106, + 550, + 503, + 572 + ], + "lines": [ + { + "bbox": [ + 105, + 549, + 504, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 549, + 504, + 563 + ], + "score": 1.0, + "content": "Example 1 (Gaussian SSL, continued) The integration and normalization preserves normality", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 560, + 343, + 573 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 343, + 573 + ], + "score": 1.0, + "content": "thanks to the Gaussian identify. The messages are given by", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5 + }, + { + "type": "interline_equation", + "bbox": [ + 184, + 577, + 426, + 611 + ], + "lines": [ + { + "bbox": [ + 184, + 577, + 426, + 611 + ], + "spans": [ + { + "bbox": [ + 184, + 577, + 426, + 611 + ], + "score": 0.76, + "content": "\\begin{array} { r l } & { \\alpha _ { t } = \\mathcal { N } \\left( x _ { t } ; C g _ { \\mu } ( s _ { t } ) + b , R + C [ g _ { \\sigma } ( s _ { t } ) ] ^ { - 1 } C ^ { T } \\right) } \\\\ & { \\gamma _ { t } = \\mathcal { N } \\left( z _ { t } ; V \\left( C ^ { T } R ^ { - 1 } ( x _ { t } - b ) + [ g _ { \\sigma } ( s _ { t } ) ] ^ { - 1 } g _ { \\mu } ( s _ { t } ) \\right) , V \\right) , } \\end{array}", + "type": "interline_equation", + "image_path": "2425c2805018474cc0cc79d4d46a0da3fe5f5d819b18ad1985bfa03c4c01f1a2.jpg" + } + ] + } + ], + "index": 35.5, + "virtual_lines": [ + { + "bbox": [ + 184, + 577, + 426, + 594.0 + ], + "spans": [], + "index": 35 + }, + { + "bbox": [ + 184, + 594.0, + 426, + 611.0 + ], + "spans": [], + "index": 36 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 616, + 272, + 631 + ], + "lines": [ + { + "bbox": [ + 104, + 614, + 269, + 633 + ], + "spans": [ + { + "bbox": [ + 104, + 614, + 133, + 633 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 615, + 269, + 632 + ], + "score": 0.85, + "content": "V = \\left( [ g _ { \\sigma } ( s _ { t } ) ] ^ { - 1 } + C ^ { T } R ^ { - 1 } C \\right) ^ { - 1 }", + "type": "inline_equation" + } + ], + "index": 37 + } + ], + "index": 37 + }, + { + "type": "text", + "bbox": [ + 107, + 641, + 503, + 664 + ], + "lines": [ + { + "bbox": [ + 105, + 641, + 505, + 655 + ], + "spans": [ + { + "bbox": [ + 105, + 641, + 279, + 655 + ], + "score": 1.0, + "content": "Example 2 (Topical SSL, continued) Let", + "type": "text" + }, + { + "bbox": [ + 280, + 642, + 377, + 654 + ], + "score": 0.27, + "content": "\\theta _ { t } = \\mathsf { s o f t m a x } ( W s _ { t } + b )", + "type": "inline_equation" + }, + { + "bbox": [ + 378, + 641, + 505, + 655 + ], + "score": 1.0, + "content": ". Since the distributions are dis-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 653, + 166, + 665 + ], + "spans": [ + { + "bbox": [ + 105, + 653, + 166, + 665 + ], + "score": 1.0, + "content": "crete, we have", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38.5 + }, + { + "type": "interline_equation", + "bbox": [ + 239, + 670, + 371, + 683 + ], + "lines": [ + { + "bbox": [ + 239, + 670, + 371, + 683 + ], + "spans": [ + { + "bbox": [ + 239, + 670, + 371, + 683 + ], + "score": 0.9, + "content": "\\begin{array} { r } { \\alpha _ { t } \\propto \\left. \\theta _ { t } , \\phi _ { x _ { t } } \\right. , \\quad \\gamma _ { t } \\propto \\theta _ { t } \\circ \\phi _ { x _ { t } } , } \\end{array}", + "type": "interline_equation", + "image_path": "3233553145d341c11e0868588f66c902723cc3c6207b181a875f6c7bf4b3b7fb.jpg" + } + ] + } + ], + "index": 40, + "virtual_lines": [ + { + "bbox": [ + 239, + 670, + 371, + 683 + ], + "spans": [], + "index": 40 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 689, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 689, + 505, + 701 + ], + "spans": [ + { + "bbox": [ + 106, + 689, + 132, + 701 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 132, + 691, + 140, + 698 + ], + "score": 0.42, + "content": "\\circ", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 689, + 378, + 701 + ], + "score": 1.0, + "content": "denotes element-wise product. Note that the integration for", + "type": "text" + }, + { + "bbox": [ + 378, + 691, + 388, + 700 + ], + "score": 0.78, + "content": "\\alpha _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 689, + 505, + 701 + ], + "score": 1.0, + "content": "corresponds to a summation", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 294, + 712 + ], + "score": 1.0, + "content": "in the state space. It is then normalized across", + "type": "text" + }, + { + "bbox": [ + 295, + 700, + 303, + 709 + ], + "score": 0.81, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 699, + 479, + 712 + ], + "score": 1.0, + "content": "particles to form a weight distribution. For", + "type": "text" + }, + { + "bbox": [ + 479, + 703, + 488, + 711 + ], + "score": 0.77, + "content": "\\gamma _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 699, + 505, + 712 + ], + "score": 1.0, + "content": "the", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "score": 1.0, + "content": "normalization is performed in the state space as well, hence the computation of the messages are", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 721, + 159, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 159, + 732 + ], + "score": 1.0, + "content": "manageable.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 42.5 + } + ], + "page_idx": 6, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 26, + 308, + 38 + ], + "lines": [ + { + "bbox": [ + 107, + 25, + 309, + 39 + ], + "spans": [ + { + "bbox": [ + 107, + 25, + 309, + 39 + ], + "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, + 750, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "score": 1.0, + "content": "7", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 82, + 280, + 93 + ], + "lines": [ + { + "bbox": [ + 107, + 81, + 280, + 95 + ], + "spans": [ + { + "bbox": [ + 107, + 81, + 280, + 95 + ], + "score": 1.0, + "content": "Algorithm 2 Inference with Particle Gibbs", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 132, + 97, + 326, + 111 + ], + "lines": [ + { + "bbox": [ + 129, + 96, + 327, + 112 + ], + "spans": [ + { + "bbox": [ + 129, + 96, + 158, + 112 + ], + "score": 1.0, + "content": "1. Let", + "type": "text" + }, + { + "bbox": [ + 158, + 98, + 191, + 111 + ], + "score": 0.92, + "content": "z _ { 0 } ^ { p } = z _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 96, + 209, + 112 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 210, + 98, + 253, + 111 + ], + "score": 0.93, + "content": "\\alpha _ { 0 } ^ { p } = 1 / P", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 96, + 268, + 112 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 268, + 99, + 322, + 110 + ], + "score": 0.9, + "content": "p = 1 , \\ldots , P", + "type": "inline_equation" + }, + { + "bbox": [ + 323, + 96, + 327, + 112 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1, + "bbox_fs": [ + 129, + 96, + 327, + 112 + ] + }, + { + "type": "text", + "bbox": [ + 130, + 113, + 214, + 124 + ], + "lines": [ + { + "bbox": [ + 129, + 112, + 211, + 126 + ], + "spans": [ + { + "bbox": [ + 129, + 112, + 158, + 126 + ], + "score": 1.0, + "content": "2. For", + "type": "text" + }, + { + "bbox": [ + 159, + 113, + 211, + 125 + ], + "score": 0.9, + "content": "t = 1 , \\dots , T", + "type": "inline_equation" + } + ], + "index": 2 + } + ], + "index": 2, + "bbox_fs": [ + 129, + 112, + 211, + 126 + ] + }, + { + "type": "list", + "bbox": [ + 145, + 127, + 450, + 187 + ], + "lines": [ + { + "bbox": [ + 144, + 125, + 452, + 143 + ], + "spans": [ + { + "bbox": [ + 144, + 125, + 253, + 143 + ], + "score": 1.0, + "content": "(a) Fix reference path: set", + "type": "text" + }, + { + "bbox": [ + 254, + 127, + 292, + 140 + ], + "score": 0.94, + "content": "a _ { t - 1 } ^ { 1 } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 125, + 310, + 143 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 310, + 127, + 353, + 140 + ], + "score": 0.93, + "content": "z _ { 1 : t } ^ { 1 } = z _ { 1 : t } ^ { \\star }", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 125, + 452, + 143 + ], + "score": 1.0, + "content": "from previous iteration.", + "type": "text" + } + ], + "index": 3, + "is_list_end_line": true + }, + { + "bbox": [ + 144, + 139, + 362, + 156 + ], + "spans": [ + { + "bbox": [ + 144, + 139, + 234, + 156 + ], + "score": 1.0, + "content": "(b) Sample ancestors", + "type": "text" + }, + { + "bbox": [ + 235, + 141, + 288, + 155 + ], + "score": 0.91, + "content": "a _ { t - 1 } ^ { p } \\sim \\alpha _ { t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 288, + 139, + 303, + 156 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 303, + 142, + 357, + 154 + ], + "score": 0.91, + "content": "p = 2 , \\ldots , P", + "type": "inline_equation" + }, + { + "bbox": [ + 358, + 139, + 362, + 156 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 4, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 144, + 152, + 448, + 176 + ], + "spans": [ + { + "bbox": [ + 144, + 152, + 231, + 176 + ], + "score": 1.0, + "content": "(c) Sample particles", + "type": "text" + }, + { + "bbox": [ + 231, + 160, + 265, + 172 + ], + "score": 0.93, + "content": "z _ { t } ^ { p } \\sim \\gamma _ { t } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 152, + 297, + 176 + ], + "score": 1.0, + "content": "and set", + "type": "text" + }, + { + "bbox": [ + 297, + 156, + 372, + 173 + ], + "score": 0.93, + "content": "z _ { 1 : t } ^ { p } = ( z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , z _ { t } ^ { p } )", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 152, + 388, + 176 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 388, + 160, + 442, + 172 + ], + "score": 0.91, + "content": "p = 2 , \\ldots , P", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 152, + 448, + 176 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 5, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 145, + 174, + 367, + 187 + ], + "spans": [ + { + "bbox": [ + 145, + 174, + 282, + 187 + ], + "score": 1.0, + "content": "(d) Compute normalized weights", + "type": "text" + }, + { + "bbox": [ + 282, + 174, + 294, + 186 + ], + "score": 0.9, + "content": "\\alpha _ { t } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 174, + 309, + 187 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 310, + 175, + 364, + 186 + ], + "score": 0.91, + "content": "p = 1 , \\ldots , P", + "type": "inline_equation" + }, + { + "bbox": [ + 364, + 174, + 367, + 187 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 6, + "is_list_start_line": true, + "is_list_end_line": true + } + ], + "index": 4.5, + "bbox_fs": [ + 144, + 125, + 452, + 187 + ] + }, + { + "type": "text", + "bbox": [ + 130, + 191, + 325, + 205 + ], + "lines": [ + { + "bbox": [ + 127, + 187, + 321, + 209 + ], + "spans": [ + { + "bbox": [ + 127, + 187, + 174, + 209 + ], + "score": 1.0, + "content": "3. Sample", + "type": "text" + }, + { + "bbox": [ + 175, + 195, + 207, + 204 + ], + "score": 0.87, + "content": "r \\sim \\alpha _ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 187, + 303, + 209 + ], + "score": 1.0, + "content": ", return the particle path", + "type": "text" + }, + { + "bbox": [ + 303, + 189, + 321, + 206 + ], + "score": 0.91, + "content": "z _ { 1 : T } ^ { a _ { T } ^ { r } }", + "type": "inline_equation" + } + ], + "index": 7 + } + ], + "index": 7, + "bbox_fs": [ + 127, + 187, + 321, + 209 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 232, + 407, + 245 + ], + "lines": [ + { + "bbox": [ + 105, + 231, + 408, + 247 + ], + "spans": [ + { + "bbox": [ + 105, + 231, + 408, + 247 + ], + "score": 1.0, + "content": "The inference is completed by a final draw from the approximate posterior,", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8, + "bbox_fs": [ + 105, + 231, + 408, + 247 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 262, + 250, + 348, + 264 + ], + "lines": [ + { + "bbox": [ + 262, + 250, + 348, + 264 + ], + "spans": [ + { + "bbox": [ + 262, + 250, + 348, + 264 + ], + "score": 0.92, + "content": "z _ { 1 : T } ^ { \\star } \\sim \\hat { p } \\big ( z _ { 1 : T } | x _ { 1 : T } \\big ) ,", + "type": "interline_equation", + "image_path": "faeb9461d98a8f189192f72e9a93a32b3fbf2c1a18f70f7e2201d89e72e1097c.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 262, + 250, + 348, + 264 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 269, + 505, + 303 + ], + "lines": [ + { + "bbox": [ + 106, + 269, + 505, + 282 + ], + "spans": [ + { + "bbox": [ + 106, + 269, + 505, + 282 + ], + "score": 1.0, + "content": "which is essentially sampling a particle path indexed by the last particle. Specifically, the last particle", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 279, + 505, + 294 + ], + "spans": [ + { + "bbox": [ + 106, + 280, + 119, + 292 + ], + "score": 0.89, + "content": "z _ { T } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 279, + 279, + 294 + ], + "score": 1.0, + "content": "is chosen according to the final weights", + "type": "text" + }, + { + "bbox": [ + 279, + 282, + 293, + 291 + ], + "score": 0.88, + "content": "\\alpha _ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 279, + 505, + 294 + ], + "score": 1.0, + "content": ", and then earlier particles can be obtained by tracing", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 291, + 505, + 305 + ], + "spans": [ + { + "bbox": [ + 106, + 291, + 425, + 305 + ], + "score": 1.0, + "content": "backwards to the beginning of the sequence according to the ancestry indicators", + "type": "text" + }, + { + "bbox": [ + 426, + 291, + 437, + 304 + ], + "score": 0.89, + "content": "a _ { t } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 291, + 505, + 305 + ], + "score": 1.0, + "content": "at each position.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11, + "bbox_fs": [ + 106, + 269, + 505, + 305 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 308, + 505, + 351 + ], + "lines": [ + { + "bbox": [ + 105, + 307, + 505, + 321 + ], + "spans": [ + { + "bbox": [ + 105, + 307, + 400, + 321 + ], + "score": 1.0, + "content": "Since SMC produces a Monte Carlo estimate, as the number of particles", + "type": "text" + }, + { + "bbox": [ + 401, + 309, + 436, + 318 + ], + "score": 0.9, + "content": "P \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 307, + 505, + 321 + ], + "score": 1.0, + "content": "the approximate", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 318, + 506, + 331 + ], + "spans": [ + { + "bbox": [ + 105, + 318, + 506, + 331 + ], + "score": 1.0, + "content": "posterior (23) is guaranteed to converge to the true posterior for a fixed sequence. However, as the", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 329, + 505, + 342 + ], + "spans": [ + { + "bbox": [ + 106, + 329, + 197, + 342 + ], + "score": 1.0, + "content": "length of the sequence", + "type": "text" + }, + { + "bbox": [ + 198, + 330, + 206, + 339 + ], + "score": 0.81, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 329, + 505, + 342 + ], + "score": 1.0, + "content": "increases, the number of particles needed to provide a good approximation", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 339, + 486, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 339, + 486, + 353 + ], + "score": 1.0, + "content": "grows exponentially. This is the well-known depletion problem of SMC (Andrieu et al., 2010).", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14.5, + "bbox_fs": [ + 105, + 307, + 506, + 353 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 356, + 505, + 432 + ], + "lines": [ + { + "bbox": [ + 106, + 356, + 506, + 369 + ], + "spans": [ + { + "bbox": [ + 106, + 356, + 506, + 369 + ], + "score": 1.0, + "content": "One elegant way to avoid simulating enormous number of particles is to marry the idea of MCMC", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 367, + 505, + 379 + ], + "spans": [ + { + "bbox": [ + 106, + 367, + 505, + 379 + ], + "score": 1.0, + "content": "with SMC (Andrieu et al., 2010). The idea of such Particle MCMC (PMCMC) methods is to treat the", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 378, + 506, + 391 + ], + "spans": [ + { + "bbox": [ + 105, + 378, + 176, + 391 + ], + "score": 1.0, + "content": "particle estimate", + "type": "text" + }, + { + "bbox": [ + 176, + 378, + 192, + 390 + ], + "score": 0.91, + "content": "\\hat { p } ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 193, + 378, + 506, + 391 + ], + "score": 1.0, + "content": "as a proposal, and design a Markov kernel that leaves the target distribution", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 388, + 505, + 401 + ], + "spans": [ + { + "bbox": [ + 105, + 388, + 505, + 401 + ], + "score": 1.0, + "content": "invariant. Since the invariance is ensured by the MCMC, it does not demand SMC to provide an", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 399, + 505, + 411 + ], + "spans": [ + { + "bbox": [ + 105, + 399, + 505, + 411 + ], + "score": 1.0, + "content": "accurate approximation to the true distribution, but only to give samples that are approximately", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 409, + 506, + 423 + ], + "spans": [ + { + "bbox": [ + 105, + 409, + 344, + 423 + ], + "score": 1.0, + "content": "distributed according to the target. As a result, for any fixed", + "type": "text" + }, + { + "bbox": [ + 344, + 410, + 372, + 420 + ], + "score": 0.9, + "content": "P > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 409, + 506, + 423 + ], + "score": 1.0, + "content": "the PMCMC methods ensure the", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 421, + 228, + 433 + ], + "spans": [ + { + "bbox": [ + 106, + 421, + 228, + 433 + ], + "score": 1.0, + "content": "target distribution is invariant.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 20, + "bbox_fs": [ + 105, + 356, + 506, + 433 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 436, + 505, + 523 + ], + "lines": [ + { + "bbox": [ + 105, + 435, + 505, + 450 + ], + "spans": [ + { + "bbox": [ + 105, + 435, + 505, + 450 + ], + "score": 1.0, + "content": "We choose the Gibbs kernel that requires minimal modification from the basic SMC. The resulting", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 447, + 506, + 460 + ], + "spans": [ + { + "bbox": [ + 105, + 447, + 506, + 460 + ], + "score": 1.0, + "content": "algorithm is Particle Gibbs (PG), which is a conditional SMC update in a sense that a reference", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 102, + 453, + 508, + 476 + ], + "spans": [ + { + "bbox": [ + 102, + 453, + 126, + 476 + ], + "score": 1.0, + "content": "path", + "type": "text" + }, + { + "bbox": [ + 127, + 458, + 145, + 471 + ], + "score": 0.9, + "content": "z _ { 1 : T } ^ { \\mathrm { r e f } }", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 453, + 508, + 476 + ], + "score": 1.0, + "content": "with its ancestral lineage is fixed throughout the particle propagation of SMC. It can be", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 469, + 505, + 481 + ], + "spans": [ + { + "bbox": [ + 106, + 469, + 505, + 481 + ], + "score": 1.0, + "content": "shown that this simple modification to SMC produces a transition kernel that is not only invariant,", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 479, + 506, + 492 + ], + "spans": [ + { + "bbox": [ + 105, + 479, + 506, + 492 + ], + "score": 1.0, + "content": "but also ergodic under mild assumptions. In practice, we use the assignments from previous step as", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 491, + 505, + 502 + ], + "spans": [ + { + "bbox": [ + 106, + 491, + 505, + 502 + ], + "score": 1.0, + "content": "the reference path. The final algorithm is summarized in Algorithm 2. Combined with the stochastic", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 500, + 506, + 514 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 506, + 514 + ], + "score": 1.0, + "content": "EM outer iteration, the final algorithm is an instance of the particle SAEM (Lindsten, 2013; Schon¨", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 512, + 312, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 512, + 312, + 524 + ], + "score": 1.0, + "content": "et al., 2015), under non-Markovian state transition.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 27.5, + "bbox_fs": [ + 102, + 435, + 508, + 524 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 528, + 437, + 540 + ], + "lines": [ + { + "bbox": [ + 106, + 527, + 438, + 542 + ], + "spans": [ + { + "bbox": [ + 106, + 527, + 438, + 542 + ], + "score": 1.0, + "content": "We conclude this section by deriving forward messages for the previous examples.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32, + "bbox_fs": [ + 106, + 527, + 438, + 542 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 550, + 503, + 572 + ], + "lines": [ + { + "bbox": [ + 105, + 549, + 504, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 549, + 504, + 563 + ], + "score": 1.0, + "content": "Example 1 (Gaussian SSL, continued) The integration and normalization preserves normality", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 560, + 343, + 573 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 343, + 573 + ], + "score": 1.0, + "content": "thanks to the Gaussian identify. The messages are given by", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5, + "bbox_fs": [ + 105, + 549, + 504, + 573 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 184, + 577, + 426, + 611 + ], + "lines": [ + { + "bbox": [ + 184, + 577, + 426, + 611 + ], + "spans": [ + { + "bbox": [ + 184, + 577, + 426, + 611 + ], + "score": 0.76, + "content": "\\begin{array} { r l } & { \\alpha _ { t } = \\mathcal { N } \\left( x _ { t } ; C g _ { \\mu } ( s _ { t } ) + b , R + C [ g _ { \\sigma } ( s _ { t } ) ] ^ { - 1 } C ^ { T } \\right) } \\\\ & { \\gamma _ { t } = \\mathcal { N } \\left( z _ { t } ; V \\left( C ^ { T } R ^ { - 1 } ( x _ { t } - b ) + [ g _ { \\sigma } ( s _ { t } ) ] ^ { - 1 } g _ { \\mu } ( s _ { t } ) \\right) , V \\right) , } \\end{array}", + "type": "interline_equation", + "image_path": "2425c2805018474cc0cc79d4d46a0da3fe5f5d819b18ad1985bfa03c4c01f1a2.jpg" + } + ] + } + ], + "index": 35.5, + "virtual_lines": [ + { + "bbox": [ + 184, + 577, + 426, + 594.0 + ], + "spans": [], + "index": 35 + }, + { + "bbox": [ + 184, + 594.0, + 426, + 611.0 + ], + "spans": [], + "index": 36 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 616, + 272, + 631 + ], + "lines": [ + { + "bbox": [ + 104, + 614, + 269, + 633 + ], + "spans": [ + { + "bbox": [ + 104, + 614, + 133, + 633 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 615, + 269, + 632 + ], + "score": 0.85, + "content": "V = \\left( [ g _ { \\sigma } ( s _ { t } ) ] ^ { - 1 } + C ^ { T } R ^ { - 1 } C \\right) ^ { - 1 }", + "type": "inline_equation" + } + ], + "index": 37 + } + ], + "index": 37, + "bbox_fs": [ + 104, + 614, + 269, + 633 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 641, + 503, + 664 + ], + "lines": [ + { + "bbox": [ + 105, + 641, + 505, + 655 + ], + "spans": [ + { + "bbox": [ + 105, + 641, + 279, + 655 + ], + "score": 1.0, + "content": "Example 2 (Topical SSL, continued) Let", + "type": "text" + }, + { + "bbox": [ + 280, + 642, + 377, + 654 + ], + "score": 0.27, + "content": "\\theta _ { t } = \\mathsf { s o f t m a x } ( W s _ { t } + b )", + "type": "inline_equation" + }, + { + "bbox": [ + 378, + 641, + 505, + 655 + ], + "score": 1.0, + "content": ". Since the distributions are dis-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 653, + 166, + 665 + ], + "spans": [ + { + "bbox": [ + 105, + 653, + 166, + 665 + ], + "score": 1.0, + "content": "crete, we have", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38.5, + "bbox_fs": [ + 105, + 641, + 505, + 665 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 239, + 670, + 371, + 683 + ], + "lines": [ + { + "bbox": [ + 239, + 670, + 371, + 683 + ], + "spans": [ + { + "bbox": [ + 239, + 670, + 371, + 683 + ], + "score": 0.9, + "content": "\\begin{array} { r } { \\alpha _ { t } \\propto \\left. \\theta _ { t } , \\phi _ { x _ { t } } \\right. , \\quad \\gamma _ { t } \\propto \\theta _ { t } \\circ \\phi _ { x _ { t } } , } \\end{array}", + "type": "interline_equation", + "image_path": "3233553145d341c11e0868588f66c902723cc3c6207b181a875f6c7bf4b3b7fb.jpg" + } + ] + } + ], + "index": 40, + "virtual_lines": [ + { + "bbox": [ + 239, + 670, + 371, + 683 + ], + "spans": [], + "index": 40 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 689, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 689, + 505, + 701 + ], + "spans": [ + { + "bbox": [ + 106, + 689, + 132, + 701 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 132, + 691, + 140, + 698 + ], + "score": 0.42, + "content": "\\circ", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 689, + 378, + 701 + ], + "score": 1.0, + "content": "denotes element-wise product. Note that the integration for", + "type": "text" + }, + { + "bbox": [ + 378, + 691, + 388, + 700 + ], + "score": 0.78, + "content": "\\alpha _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 689, + 505, + 701 + ], + "score": 1.0, + "content": "corresponds to a summation", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 294, + 712 + ], + "score": 1.0, + "content": "in the state space. It is then normalized across", + "type": "text" + }, + { + "bbox": [ + 295, + 700, + 303, + 709 + ], + "score": 0.81, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 699, + 479, + 712 + ], + "score": 1.0, + "content": "particles to form a weight distribution. For", + "type": "text" + }, + { + "bbox": [ + 479, + 703, + 488, + 711 + ], + "score": 0.77, + "content": "\\gamma _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 699, + 505, + 712 + ], + "score": 1.0, + "content": "the", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "score": 1.0, + "content": "normalization is performed in the state space as well, hence the computation of the messages are", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 721, + 159, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 159, + 732 + ], + "score": 1.0, + "content": "manageable.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 42.5, + "bbox_fs": [ + 105, + 689, + 505, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 110, + 84, + 500, + 300 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 110, + 84, + 500, + 300 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 110, + 84, + 500, + 300 + ], + "spans": [ + { + "bbox": [ + 110, + 84, + 500, + 300 + ], + "score": 0.975, + "type": "image", + "image_path": "c389f9d873dbf3528420ad348381281516867b0bc9855eecef7c4129be37985b.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 110, + 84, + 500, + 156.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 110, + 156.0, + 500, + 228.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 110, + 228.0, + 500, + 300.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 316, + 504, + 339 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 316, + 506, + 330 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 506, + 330 + ], + "score": 1.0, + "content": "Figure 2: Tracking a synthetic trajectory. Top row: true trajectory and noisy observations. Middle", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 327, + 487, + 340 + ], + "spans": [ + { + "bbox": [ + 105, + 327, + 487, + 340 + ], + "score": 1.0, + "content": "row: training/testing performance of LSTM. Bottom row: training/testing performance of SSL.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "title", + "bbox": [ + 108, + 358, + 200, + 371 + ], + "lines": [ + { + "bbox": [ + 105, + 357, + 201, + 373 + ], + "spans": [ + { + "bbox": [ + 105, + 357, + 201, + 373 + ], + "score": 1.0, + "content": "5 EXPERIMENTS", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 107, + 383, + 505, + 458 + ], + "lines": [ + { + "bbox": [ + 105, + 383, + 505, + 397 + ], + "spans": [ + { + "bbox": [ + 105, + 383, + 505, + 397 + ], + "score": 1.0, + "content": "We now present empirical studies for our proposed model and inference (denoted as SMC) in order", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 393, + 506, + 407 + ], + "spans": [ + { + "bbox": [ + 105, + 393, + 506, + 407 + ], + "score": 1.0, + "content": "to establish that (1) SSL is flexible in capturing underlying nonlinear dynamics, (2) our inference", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 405, + 505, + 417 + ], + "spans": [ + { + "bbox": [ + 105, + 405, + 505, + 417 + ], + "score": 1.0, + "content": "is accurate yet easily applicable to complicated models, and (3) it opens new avenues for inter-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 415, + 506, + 428 + ], + "spans": [ + { + "bbox": [ + 105, + 415, + 506, + 428 + ], + "score": 1.0, + "content": "pretable yet nonlinear and non-Markovian sequence models, previously unthinkable. To illustrate", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 425, + 505, + 439 + ], + "spans": [ + { + "bbox": [ + 105, + 425, + 505, + 439 + ], + "score": 1.0, + "content": "these claims, we evaluate on (1) synthetic sequence tracking of varying difficulties, (2) language", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 437, + 505, + 449 + ], + "spans": [ + { + "bbox": [ + 105, + 437, + 505, + 449 + ], + "score": 1.0, + "content": "modeling, and (3) user modeling utilizing complicated models for capturing the intricate dynamics.", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 446, + 498, + 461 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 372, + 461 + ], + "score": 1.0, + "content": "For SMC inference, we gradually increase the number of particles", + "type": "text" + }, + { + "bbox": [ + 372, + 448, + 381, + 457 + ], + "score": 0.8, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 382, + 446, + 422, + 461 + ], + "score": 1.0, + "content": "from 1 to", + "type": "text" + }, + { + "bbox": [ + 422, + 448, + 433, + 457 + ], + "score": 0.8, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 433, + 446, + 498, + 461 + ], + "score": 1.0, + "content": "during training.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 9 + }, + { + "type": "text", + "bbox": [ + 108, + 464, + 505, + 496 + ], + "lines": [ + { + "bbox": [ + 106, + 464, + 505, + 475 + ], + "spans": [ + { + "bbox": [ + 106, + 464, + 505, + 475 + ], + "score": 1.0, + "content": "Software & hardware All the algorithms are implemented on TensorFlow (Abadi et al., 2016). We", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 104, + 474, + 505, + 486 + ], + "spans": [ + { + "bbox": [ + 104, + 474, + 505, + 486 + ], + "score": 1.0, + "content": "run our experiments on a commodity machine with Intel\rR Xeon\rR CPU E5-2630 v4 CPU, 256GB", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 484, + 291, + 497 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 291, + 497 + ], + "score": 1.0, + "content": "RAM, and 4 NVidia\rR Titan X (Pascal) GPU.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14 + }, + { + "type": "title", + "bbox": [ + 108, + 510, + 279, + 521 + ], + "lines": [ + { + "bbox": [ + 105, + 508, + 280, + 523 + ], + "spans": [ + { + "bbox": [ + 105, + 508, + 280, + 523 + ], + "score": 1.0, + "content": "5.1 SYNTHETIC SEQUENCE TRACKING", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 107, + 531, + 505, + 595 + ], + "lines": [ + { + "bbox": [ + 105, + 531, + 505, + 543 + ], + "spans": [ + { + "bbox": [ + 105, + 531, + 505, + 543 + ], + "score": 1.0, + "content": "To test the flexibility of SSL, we begin with inference using synthetic data. We consider four different", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 541, + 505, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 541, + 505, + 554 + ], + "score": 1.0, + "content": "dynamics in 2D space: (i) a straight line, (ii) a sine wave, (iii) a circle, and (iv) a swiss role. Note", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 551, + 505, + 564 + ], + "spans": [ + { + "bbox": [ + 105, + 551, + 505, + 564 + ], + "score": 1.0, + "content": "that we do not add additional states such as velocity, keeping the dynamics nonlinear except for", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 561, + 506, + 576 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 506, + 576 + ], + "score": 1.0, + "content": "the first case. Data points are generated by adding zero mean Gaussian noise to the true underlying", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 573, + 505, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 573, + 505, + 586 + ], + "score": 1.0, + "content": "dynamics. The true dynamics and the noisy observations are plotted in the top row of Figure 2. The", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 582, + 406, + 598 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 124, + 598 + ], + "score": 1.0, + "content": "first", + "type": "text" + }, + { + "bbox": [ + 124, + 584, + 144, + 595 + ], + "score": 0.86, + "content": "60 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 144, + 582, + 406, + 598 + ], + "score": 1.0, + "content": "of the sequence is used for training and the rest is left for testing.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 19.5 + }, + { + "type": "text", + "bbox": [ + 107, + 600, + 505, + 665 + ], + "lines": [ + { + "bbox": [ + 105, + 599, + 506, + 613 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 506, + 613 + ], + "score": 1.0, + "content": "The middle and bottom row of Figure 2 show the result of SSL and vanilla LSTM trained for same", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 610, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 610, + 505, + 623 + ], + "score": 1.0, + "content": "number of iterations until both are sufficiently converged. The red points refer to the prediction of", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 622, + 506, + 634 + ], + "spans": [ + { + "bbox": [ + 106, + 623, + 116, + 633 + ], + "score": 0.83, + "content": "z _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 116, + 622, + 181, + 634 + ], + "score": 1.0, + "content": "after observing", + "type": "text" + }, + { + "bbox": [ + 181, + 623, + 198, + 633 + ], + "score": 0.87, + "content": "x _ { 1 : t }", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 622, + 506, + 634 + ], + "score": 1.0, + "content": ", and the green points are blind predictions without observing any data. We", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 632, + 506, + 645 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 506, + 645 + ], + "score": 1.0, + "content": "can observe that while both methods are capturing the dynamics well in general, the predictions of", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 643, + 505, + 655 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 505, + 655 + ], + "score": 1.0, + "content": "LSTM tend to be more sensitive to initial predictions. In contrast, even when the initial predictions", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 654, + 432, + 665 + ], + "spans": [ + { + "bbox": [ + 106, + 654, + 432, + 665 + ], + "score": 1.0, + "content": "are not incorrect, SSL can recover in the end by remaining on the latent dynamic.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 25.5 + }, + { + "type": "title", + "bbox": [ + 108, + 678, + 231, + 690 + ], + "lines": [ + { + "bbox": [ + 106, + 678, + 232, + 691 + ], + "spans": [ + { + "bbox": [ + 106, + 678, + 232, + 691 + ], + "score": 1.0, + "content": "5.2 LANGUAGE MODELING", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 108, + 699, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "For Topical SSL, we compare our SMC inference method with the factored old algorithm (Zaheer", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 710, + 505, + 721 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 505, + 721 + ], + "score": 1.0, + "content": "et al., 2017) on the publicly available Wikipedia dataset, where documents with less than 500 words", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 721, + 506, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 251, + 732 + ], + "score": 1.0, + "content": "are excluded and the most frequent", + "type": "text" + }, + { + "bbox": [ + 251, + 721, + 273, + 731 + ], + "score": 0.52, + "content": "2 0 0 \\mathrm { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 721, + 457, + 732 + ], + "score": 1.0, + "content": "word types are retained. We train on the first", + "type": "text" + }, + { + "bbox": [ + 458, + 721, + 478, + 731 + ], + "score": 0.86, + "content": "60 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 721, + 506, + 732 + ], + "score": 1.0, + "content": "of the", + "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, + 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, + 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": [ + 110, + 84, + 500, + 300 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 110, + 84, + 500, + 300 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 110, + 84, + 500, + 300 + ], + "spans": [ + { + "bbox": [ + 110, + 84, + 500, + 300 + ], + "score": 0.975, + "type": "image", + "image_path": "c389f9d873dbf3528420ad348381281516867b0bc9855eecef7c4129be37985b.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 110, + 84, + 500, + 156.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 110, + 156.0, + 500, + 228.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 110, + 228.0, + 500, + 300.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 316, + 504, + 339 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 316, + 506, + 330 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 506, + 330 + ], + "score": 1.0, + "content": "Figure 2: Tracking a synthetic trajectory. Top row: true trajectory and noisy observations. Middle", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 327, + 487, + 340 + ], + "spans": [ + { + "bbox": [ + 105, + 327, + 487, + 340 + ], + "score": 1.0, + "content": "row: training/testing performance of LSTM. Bottom row: training/testing performance of SSL.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "title", + "bbox": [ + 108, + 358, + 200, + 371 + ], + "lines": [ + { + "bbox": [ + 105, + 357, + 201, + 373 + ], + "spans": [ + { + "bbox": [ + 105, + 357, + 201, + 373 + ], + "score": 1.0, + "content": "5 EXPERIMENTS", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 107, + 383, + 505, + 458 + ], + "lines": [ + { + "bbox": [ + 105, + 383, + 505, + 397 + ], + "spans": [ + { + "bbox": [ + 105, + 383, + 505, + 397 + ], + "score": 1.0, + "content": "We now present empirical studies for our proposed model and inference (denoted as SMC) in order", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 393, + 506, + 407 + ], + "spans": [ + { + "bbox": [ + 105, + 393, + 506, + 407 + ], + "score": 1.0, + "content": "to establish that (1) SSL is flexible in capturing underlying nonlinear dynamics, (2) our inference", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 405, + 505, + 417 + ], + "spans": [ + { + "bbox": [ + 105, + 405, + 505, + 417 + ], + "score": 1.0, + "content": "is accurate yet easily applicable to complicated models, and (3) it opens new avenues for inter-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 415, + 506, + 428 + ], + "spans": [ + { + "bbox": [ + 105, + 415, + 506, + 428 + ], + "score": 1.0, + "content": "pretable yet nonlinear and non-Markovian sequence models, previously unthinkable. To illustrate", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 425, + 505, + 439 + ], + "spans": [ + { + "bbox": [ + 105, + 425, + 505, + 439 + ], + "score": 1.0, + "content": "these claims, we evaluate on (1) synthetic sequence tracking of varying difficulties, (2) language", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 437, + 505, + 449 + ], + "spans": [ + { + "bbox": [ + 105, + 437, + 505, + 449 + ], + "score": 1.0, + "content": "modeling, and (3) user modeling utilizing complicated models for capturing the intricate dynamics.", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 446, + 498, + 461 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 372, + 461 + ], + "score": 1.0, + "content": "For SMC inference, we gradually increase the number of particles", + "type": "text" + }, + { + "bbox": [ + 372, + 448, + 381, + 457 + ], + "score": 0.8, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 382, + 446, + 422, + 461 + ], + "score": 1.0, + "content": "from 1 to", + "type": "text" + }, + { + "bbox": [ + 422, + 448, + 433, + 457 + ], + "score": 0.8, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 433, + 446, + 498, + 461 + ], + "score": 1.0, + "content": "during training.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 9, + "bbox_fs": [ + 105, + 383, + 506, + 461 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 464, + 505, + 496 + ], + "lines": [ + { + "bbox": [ + 106, + 464, + 505, + 475 + ], + "spans": [ + { + "bbox": [ + 106, + 464, + 505, + 475 + ], + "score": 1.0, + "content": "Software & hardware All the algorithms are implemented on TensorFlow (Abadi et al., 2016). We", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 104, + 474, + 505, + 486 + ], + "spans": [ + { + "bbox": [ + 104, + 474, + 505, + 486 + ], + "score": 1.0, + "content": "run our experiments on a commodity machine with Intel\rR Xeon\rR CPU E5-2630 v4 CPU, 256GB", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 484, + 291, + 497 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 291, + 497 + ], + "score": 1.0, + "content": "RAM, and 4 NVidia\rR Titan X (Pascal) GPU.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14, + "bbox_fs": [ + 104, + 464, + 505, + 497 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 510, + 279, + 521 + ], + "lines": [ + { + "bbox": [ + 105, + 508, + 280, + 523 + ], + "spans": [ + { + "bbox": [ + 105, + 508, + 280, + 523 + ], + "score": 1.0, + "content": "5.1 SYNTHETIC SEQUENCE TRACKING", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 107, + 531, + 505, + 595 + ], + "lines": [ + { + "bbox": [ + 105, + 531, + 505, + 543 + ], + "spans": [ + { + "bbox": [ + 105, + 531, + 505, + 543 + ], + "score": 1.0, + "content": "To test the flexibility of SSL, we begin with inference using synthetic data. We consider four different", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 541, + 505, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 541, + 505, + 554 + ], + "score": 1.0, + "content": "dynamics in 2D space: (i) a straight line, (ii) a sine wave, (iii) a circle, and (iv) a swiss role. Note", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 551, + 505, + 564 + ], + "spans": [ + { + "bbox": [ + 105, + 551, + 505, + 564 + ], + "score": 1.0, + "content": "that we do not add additional states such as velocity, keeping the dynamics nonlinear except for", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 561, + 506, + 576 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 506, + 576 + ], + "score": 1.0, + "content": "the first case. Data points are generated by adding zero mean Gaussian noise to the true underlying", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 573, + 505, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 573, + 505, + 586 + ], + "score": 1.0, + "content": "dynamics. The true dynamics and the noisy observations are plotted in the top row of Figure 2. The", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 582, + 406, + 598 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 124, + 598 + ], + "score": 1.0, + "content": "first", + "type": "text" + }, + { + "bbox": [ + 124, + 584, + 144, + 595 + ], + "score": 0.86, + "content": "60 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 144, + 582, + 406, + 598 + ], + "score": 1.0, + "content": "of the sequence is used for training and the rest is left for testing.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 19.5, + "bbox_fs": [ + 105, + 531, + 506, + 598 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 600, + 505, + 665 + ], + "lines": [ + { + "bbox": [ + 105, + 599, + 506, + 613 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 506, + 613 + ], + "score": 1.0, + "content": "The middle and bottom row of Figure 2 show the result of SSL and vanilla LSTM trained for same", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 610, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 610, + 505, + 623 + ], + "score": 1.0, + "content": "number of iterations until both are sufficiently converged. The red points refer to the prediction of", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 622, + 506, + 634 + ], + "spans": [ + { + "bbox": [ + 106, + 623, + 116, + 633 + ], + "score": 0.83, + "content": "z _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 116, + 622, + 181, + 634 + ], + "score": 1.0, + "content": "after observing", + "type": "text" + }, + { + "bbox": [ + 181, + 623, + 198, + 633 + ], + "score": 0.87, + "content": "x _ { 1 : t }", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 622, + 506, + 634 + ], + "score": 1.0, + "content": ", and the green points are blind predictions without observing any data. We", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 632, + 506, + 645 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 506, + 645 + ], + "score": 1.0, + "content": "can observe that while both methods are capturing the dynamics well in general, the predictions of", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 643, + 505, + 655 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 505, + 655 + ], + "score": 1.0, + "content": "LSTM tend to be more sensitive to initial predictions. In contrast, even when the initial predictions", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 654, + 432, + 665 + ], + "spans": [ + { + "bbox": [ + 106, + 654, + 432, + 665 + ], + "score": 1.0, + "content": "are not incorrect, SSL can recover in the end by remaining on the latent dynamic.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 25.5, + "bbox_fs": [ + 105, + 599, + 506, + 665 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 678, + 231, + 690 + ], + "lines": [ + { + "bbox": [ + 106, + 678, + 232, + 691 + ], + "spans": [ + { + "bbox": [ + 106, + 678, + 232, + 691 + ], + "score": 1.0, + "content": "5.2 LANGUAGE MODELING", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 108, + 699, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "For Topical SSL, we compare our SMC inference method with the factored old algorithm (Zaheer", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 710, + 505, + 721 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 505, + 721 + ], + "score": 1.0, + "content": "et al., 2017) on the publicly available Wikipedia dataset, where documents with less than 500 words", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 721, + 506, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 251, + 732 + ], + "score": 1.0, + "content": "are excluded and the most frequent", + "type": "text" + }, + { + "bbox": [ + 251, + 721, + 273, + 731 + ], + "score": 0.52, + "content": "2 0 0 \\mathrm { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 721, + 457, + 732 + ], + "score": 1.0, + "content": "word types are retained. We train on the first", + "type": "text" + }, + { + "bbox": [ + 458, + 721, + 478, + 731 + ], + "score": 0.86, + "content": "60 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 721, + 506, + 732 + ], + "score": 1.0, + "content": "of the", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 357, + 505, + 371 + ], + "spans": [ + { + "bbox": [ + 105, + 357, + 505, + 371 + ], + "score": 1.0, + "content": "documents and test on the rest, using the same settings in Zaheer et al. (2017). Figure 3 shows", + "type": "text", + "cross_page": true + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 368, + 505, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 368, + 505, + 381 + ], + "score": 1.0, + "content": "the test perplexity (lower is better) and number of nonzeros in the learned word topic count matrix", + "type": "text", + "cross_page": true + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 379, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 106, + 379, + 505, + 392 + ], + "score": 1.0, + "content": "(lower is better). In all cases, the SMC inference method consistently outperforms the old factored", + "type": "text", + "cross_page": true + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 389, + 505, + 402 + ], + "spans": [ + { + "bbox": [ + 105, + 389, + 505, + 402 + ], + "score": 1.0, + "content": "method. For comparison, we also run LSTM with the same number of parameters, which gives", + "type": "text", + "cross_page": true + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 401, + 505, + 413 + ], + "spans": [ + { + "bbox": [ + 106, + 401, + 505, + 413 + ], + "score": 1.0, + "content": "the lowest test perplexity of 1942.26. However, we note that LSTM needs to perform expensive", + "type": "text", + "cross_page": true + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 411, + 505, + 423 + ], + "spans": [ + { + "bbox": [ + 105, + 411, + 505, + 423 + ], + "score": 1.0, + "content": "linear transformation for both embedding and softmax at every step, which depends linearly on the", + "type": "text", + "cross_page": true + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 422, + 459, + 434 + ], + "spans": [ + { + "bbox": [ + 106, + 422, + 171, + 434 + ], + "score": 1.0, + "content": "vocabulary size", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 171, + 422, + 180, + 432 + ], + "score": 0.51, + "content": "V", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 180, + 422, + 421, + 434 + ], + "score": 1.0, + "content": ". In contrast, SSL only depends linearly on number of topics", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 422, + 422, + 455, + 432 + ], + "score": 0.91, + "content": "K \\ll V", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 456, + 422, + 459, + 434 + ], + "score": 1.0, + "content": ".", + "type": "text", + "cross_page": true + } + ], + "index": 13 + } + ], + "index": 31, + "bbox_fs": [ + 105, + 699, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 113, + 86, + 499, + 274 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 113, + 86, + 499, + 274 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 113, + 86, + 499, + 274 + ], + "spans": [ + { + "bbox": [ + 113, + 86, + 499, + 274 + ], + "score": 0.974, + "type": "image", + "image_path": "0c177253ec0fa3f9b37445f369bed90a7cc1bf22a44e3659e7e2d49ed6e251a6.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 113, + 86, + 499, + 148.66666666666666 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 113, + 148.66666666666666, + 499, + 211.33333333333331 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 113, + 211.33333333333331, + 499, + 274.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 291, + 505, + 335 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 291, + 505, + 305 + ], + "spans": [ + { + "bbox": [ + 106, + 291, + 505, + 305 + ], + "score": 1.0, + "content": "Figure 3: Comparison of the new inference method based on SMC to the older one assuming factored", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 302, + 505, + 315 + ], + "spans": [ + { + "bbox": [ + 106, + 302, + 505, + 315 + ], + "score": 1.0, + "content": "model. The top row represents perplexity on the held out set and the lower row represents the non", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 313, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 106, + 313, + 505, + 326 + ], + "score": 1.0, + "content": "zero entries in the word-topic count matrix. Lower perplexity indicates a better fit to the data and", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 323, + 422, + 337 + ], + "spans": [ + { + "bbox": [ + 105, + 323, + 422, + 337 + ], + "score": 1.0, + "content": "lower NNZ results in a sparser model and usually having better generalization.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4.5 + } + ], + "index": 2.75 + }, + { + "type": "text", + "bbox": [ + 106, + 358, + 505, + 433 + ], + "lines": [ + { + "bbox": [ + 105, + 357, + 505, + 371 + ], + "spans": [ + { + "bbox": [ + 105, + 357, + 505, + 371 + ], + "score": 1.0, + "content": "documents and test on the rest, using the same settings in Zaheer et al. (2017). Figure 3 shows", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 368, + 505, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 368, + 505, + 381 + ], + "score": 1.0, + "content": "the test perplexity (lower is better) and number of nonzeros in the learned word topic count matrix", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 379, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 106, + 379, + 505, + 392 + ], + "score": 1.0, + "content": "(lower is better). In all cases, the SMC inference method consistently outperforms the old factored", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 389, + 505, + 402 + ], + "spans": [ + { + "bbox": [ + 105, + 389, + 505, + 402 + ], + "score": 1.0, + "content": "method. For comparison, we also run LSTM with the same number of parameters, which gives", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 401, + 505, + 413 + ], + "spans": [ + { + "bbox": [ + 106, + 401, + 505, + 413 + ], + "score": 1.0, + "content": "the lowest test perplexity of 1942.26. However, we note that LSTM needs to perform expensive", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 411, + 505, + 423 + ], + "spans": [ + { + "bbox": [ + 105, + 411, + 505, + 423 + ], + "score": 1.0, + "content": "linear transformation for both embedding and softmax at every step, which depends linearly on the", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 422, + 459, + 434 + ], + "spans": [ + { + "bbox": [ + 106, + 422, + 171, + 434 + ], + "score": 1.0, + "content": "vocabulary size", + "type": "text" + }, + { + "bbox": [ + 171, + 422, + 180, + 432 + ], + "score": 0.51, + "content": "V", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 422, + 421, + 434 + ], + "score": 1.0, + "content": ". In contrast, SSL only depends linearly on number of topics", + "type": "text" + }, + { + "bbox": [ + 422, + 422, + 455, + 432 + ], + "score": 0.91, + "content": "K \\ll V", + "type": "inline_equation" + }, + { + "bbox": [ + 456, + 422, + 459, + 434 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 107, + 439, + 237, + 587 + ], + "lines": [ + { + "bbox": [ + 106, + 438, + 238, + 450 + ], + "spans": [ + { + "bbox": [ + 106, + 438, + 238, + 450 + ], + "score": 1.0, + "content": "Ablation study We also want", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 449, + 238, + 460 + ], + "spans": [ + { + "bbox": [ + 105, + 449, + 238, + 460 + ], + "score": 1.0, + "content": "to explore the benefit of the", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 460, + 237, + 471 + ], + "spans": [ + { + "bbox": [ + 105, + 460, + 237, + 471 + ], + "score": 1.0, + "content": "newer inference as dataset size", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 470, + 238, + 481 + ], + "spans": [ + { + "bbox": [ + 105, + 470, + 238, + 481 + ], + "score": 1.0, + "content": "increases. We observe that in", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 481, + 238, + 493 + ], + "spans": [ + { + "bbox": [ + 105, + 481, + 238, + 493 + ], + "score": 1.0, + "content": "case of natural languages which", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 489, + 239, + 505 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 239, + 505 + ], + "score": 1.0, + "content": "are highly structured the gap", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 501, + 238, + 514 + ], + "spans": [ + { + "bbox": [ + 105, + 501, + 238, + 514 + ], + "score": 1.0, + "content": "between factored approximation", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 512, + 238, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 512, + 238, + 524 + ], + "score": 1.0, + "content": "and accurate SMC keeps reduc-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 523, + 239, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 523, + 239, + 535 + ], + "score": 1.0, + "content": "ing as dataset size increases. But", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 534, + 239, + 545 + ], + "spans": [ + { + "bbox": [ + 105, + 534, + 239, + 545 + ], + "score": 1.0, + "content": "as we will see in case of user", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 545, + 238, + 556 + ], + "spans": [ + { + "bbox": [ + 106, + 545, + 238, + 556 + ], + "score": 1.0, + "content": "modeling when the dataset is", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 555, + 237, + 567 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 237, + 567 + ], + "score": 1.0, + "content": "less structured, the factored as-", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 19.5 + }, + { + "type": "image", + "bbox": [ + 246, + 451, + 503, + 558 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 246, + 451, + 503, + 558 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 246, + 451, + 503, + 558 + ], + "spans": [ + { + "bbox": [ + 246, + 451, + 503, + 558 + ], + "score": 0.967, + "type": "image", + "image_path": "c781e093801aa6ca163e3cfd923825e549e0a8c317268fc40d76c6def88f5fb6.jpg" + } + ] + } + ], + "index": 27, + "virtual_lines": [ + { + "bbox": [ + 246, + 451, + 503, + 486.6666666666667 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 246, + 486.6666666666667, + 503, + 522.3333333333334 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 246, + 522.3333333333334, + 503, + 558.0 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 108, + 566, + 506, + 609 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 106, + 565, + 504, + 580 + ], + "spans": [ + { + "bbox": [ + 106, + 565, + 504, + 580 + ], + "score": 1.0, + "content": "Figure 4: Comparison between SMC and factored algorithm bysumption leads to poorer perfor-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 575, + 411, + 590 + ], + "spans": [ + { + "bbox": [ + 106, + 575, + 411, + 590 + ], + "score": 1.0, + "content": "varying number of topics and documentsmance. Also when the data size", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 586, + 505, + 600 + ], + "spans": [ + { + "bbox": [ + 106, + 586, + 505, + 600 + ], + "score": 1.0, + "content": "is fixed and the number of topics are varying, the SMC algorithm gives better perplexity compared", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 596, + 486, + 611 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 486, + 611 + ], + "score": 1.0, + "content": "to the old algorithm. Therefore we the SMC inference is consistently better in various settings.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 30.5 + } + ], + "index": 28.75 + }, + { + "type": "text", + "bbox": [ + 107, + 623, + 505, + 709 + ], + "lines": [ + { + "bbox": [ + 107, + 624, + 505, + 636 + ], + "spans": [ + { + "bbox": [ + 107, + 624, + 505, + 636 + ], + "score": 1.0, + "content": "Visualizing particle paths In Figure 5, we show the particle paths on a snippet of an article about", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 634, + 504, + 646 + ], + "spans": [ + { + "bbox": [ + 105, + 634, + 504, + 646 + ], + "score": 1.0, + "content": "a music album 1. As we can see from the top row, which plots the particle paths at the initial it-", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 644, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 506, + 657 + ], + "score": 1.0, + "content": "eration, the model proposed a number of candidate topic sequences since it is uncertain about the", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 655, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 505, + 667 + ], + "score": 1.0, + "content": "latent semantics yet. However, after 100 epochs, as we can see from the bottom row, the model is", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "much more confident about the underlying topical transition. Moreover, by inspecting the learned", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 676, + 506, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 153, + 689 + ], + "score": 1.0, + "content": "parameters", + "type": "text" + }, + { + "bbox": [ + 154, + 677, + 161, + 687 + ], + "score": 0.84, + "content": "\\phi", + "type": "inline_equation" + }, + { + "bbox": [ + 162, + 676, + 506, + 689 + ], + "score": 1.0, + "content": "of the probabilistic emission, we can see that the topics are highly concentrated on", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 686, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 686, + 506, + 700 + ], + "score": 1.0, + "content": "topics related to music and time. This confirms our claim about flexible sequence modeling while", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 696, + 207, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 696, + 207, + 711 + ], + "score": 1.0, + "content": "retaining interpretability.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 36.5 + } + ], + "page_idx": 8, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 118, + 722, + 408, + 732 + ], + "lines": [ + { + "bbox": [ + 119, + 720, + 408, + 734 + ], + "spans": [ + { + "bbox": [ + 119, + 720, + 408, + 734 + ], + "score": 1.0, + "content": "1https://en.wikipedia.org/wiki/The_Haunted_Man_(album)", + "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" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 108, + 27, + 307, + 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" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 113, + 86, + 499, + 274 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 113, + 86, + 499, + 274 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 113, + 86, + 499, + 274 + ], + "spans": [ + { + "bbox": [ + 113, + 86, + 499, + 274 + ], + "score": 0.974, + "type": "image", + "image_path": "0c177253ec0fa3f9b37445f369bed90a7cc1bf22a44e3659e7e2d49ed6e251a6.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 113, + 86, + 499, + 148.66666666666666 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 113, + 148.66666666666666, + 499, + 211.33333333333331 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 113, + 211.33333333333331, + 499, + 274.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 291, + 505, + 335 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 291, + 505, + 305 + ], + "spans": [ + { + "bbox": [ + 106, + 291, + 505, + 305 + ], + "score": 1.0, + "content": "Figure 3: Comparison of the new inference method based on SMC to the older one assuming factored", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 302, + 505, + 315 + ], + "spans": [ + { + "bbox": [ + 106, + 302, + 505, + 315 + ], + "score": 1.0, + "content": "model. The top row represents perplexity on the held out set and the lower row represents the non", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 313, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 106, + 313, + 505, + 326 + ], + "score": 1.0, + "content": "zero entries in the word-topic count matrix. Lower perplexity indicates a better fit to the data and", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 323, + 422, + 337 + ], + "spans": [ + { + "bbox": [ + 105, + 323, + 422, + 337 + ], + "score": 1.0, + "content": "lower NNZ results in a sparser model and usually having better generalization.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4.5 + } + ], + "index": 2.75 + }, + { + "type": "text", + "bbox": [ + 106, + 358, + 505, + 433 + ], + "lines": [], + "index": 10, + "bbox_fs": [ + 105, + 357, + 505, + 434 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 439, + 237, + 587 + ], + "lines": [ + { + "bbox": [ + 106, + 438, + 238, + 450 + ], + "spans": [ + { + "bbox": [ + 106, + 438, + 238, + 450 + ], + "score": 1.0, + "content": "Ablation study We also want", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 449, + 238, + 460 + ], + "spans": [ + { + "bbox": [ + 105, + 449, + 238, + 460 + ], + "score": 1.0, + "content": "to explore the benefit of the", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 460, + 237, + 471 + ], + "spans": [ + { + "bbox": [ + 105, + 460, + 237, + 471 + ], + "score": 1.0, + "content": "newer inference as dataset size", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 470, + 238, + 481 + ], + "spans": [ + { + "bbox": [ + 105, + 470, + 238, + 481 + ], + "score": 1.0, + "content": "increases. We observe that in", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 481, + 238, + 493 + ], + "spans": [ + { + "bbox": [ + 105, + 481, + 238, + 493 + ], + "score": 1.0, + "content": "case of natural languages which", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 489, + 239, + 505 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 239, + 505 + ], + "score": 1.0, + "content": "are highly structured the gap", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 501, + 238, + 514 + ], + "spans": [ + { + "bbox": [ + 105, + 501, + 238, + 514 + ], + "score": 1.0, + "content": "between factored approximation", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 512, + 238, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 512, + 238, + 524 + ], + "score": 1.0, + "content": "and accurate SMC keeps reduc-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 523, + 239, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 523, + 239, + 535 + ], + "score": 1.0, + "content": "ing as dataset size increases. But", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 534, + 239, + 545 + ], + "spans": [ + { + "bbox": [ + 105, + 534, + 239, + 545 + ], + "score": 1.0, + "content": "as we will see in case of user", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 545, + 238, + 556 + ], + "spans": [ + { + "bbox": [ + 106, + 545, + 238, + 556 + ], + "score": 1.0, + "content": "modeling when the dataset is", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 555, + 237, + 567 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 237, + 567 + ], + "score": 1.0, + "content": "less structured, the factored as-", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 19.5, + "bbox_fs": [ + 105, + 438, + 239, + 567 + ] + }, + { + "type": "image", + "bbox": [ + 246, + 451, + 503, + 558 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 246, + 451, + 503, + 558 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 246, + 451, + 503, + 558 + ], + "spans": [ + { + "bbox": [ + 246, + 451, + 503, + 558 + ], + "score": 0.967, + "type": "image", + "image_path": "c781e093801aa6ca163e3cfd923825e549e0a8c317268fc40d76c6def88f5fb6.jpg" + } + ] + } + ], + "index": 27, + "virtual_lines": [ + { + "bbox": [ + 246, + 451, + 503, + 486.6666666666667 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 246, + 486.6666666666667, + 503, + 522.3333333333334 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 246, + 522.3333333333334, + 503, + 558.0 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 108, + 566, + 506, + 609 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 106, + 565, + 504, + 580 + ], + "spans": [ + { + "bbox": [ + 106, + 565, + 504, + 580 + ], + "score": 1.0, + "content": "Figure 4: Comparison between SMC and factored algorithm bysumption leads to poorer perfor-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 575, + 411, + 590 + ], + "spans": [ + { + "bbox": [ + 106, + 575, + 411, + 590 + ], + "score": 1.0, + "content": "varying number of topics and documentsmance. Also when the data size", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 586, + 505, + 600 + ], + "spans": [ + { + "bbox": [ + 106, + 586, + 505, + 600 + ], + "score": 1.0, + "content": "is fixed and the number of topics are varying, the SMC algorithm gives better perplexity compared", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 596, + 486, + 611 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 486, + 611 + ], + "score": 1.0, + "content": "to the old algorithm. Therefore we the SMC inference is consistently better in various settings.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 30.5 + } + ], + "index": 28.75 + }, + { + "type": "text", + "bbox": [ + 107, + 623, + 505, + 709 + ], + "lines": [ + { + "bbox": [ + 107, + 624, + 505, + 636 + ], + "spans": [ + { + "bbox": [ + 107, + 624, + 505, + 636 + ], + "score": 1.0, + "content": "Visualizing particle paths In Figure 5, we show the particle paths on a snippet of an article about", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 634, + 504, + 646 + ], + "spans": [ + { + "bbox": [ + 105, + 634, + 504, + 646 + ], + "score": 1.0, + "content": "a music album 1. As we can see from the top row, which plots the particle paths at the initial it-", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 644, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 506, + 657 + ], + "score": 1.0, + "content": "eration, the model proposed a number of candidate topic sequences since it is uncertain about the", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 655, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 505, + 667 + ], + "score": 1.0, + "content": "latent semantics yet. However, after 100 epochs, as we can see from the bottom row, the model is", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "much more confident about the underlying topical transition. Moreover, by inspecting the learned", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 676, + 506, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 153, + 689 + ], + "score": 1.0, + "content": "parameters", + "type": "text" + }, + { + "bbox": [ + 154, + 677, + 161, + 687 + ], + "score": 0.84, + "content": "\\phi", + "type": "inline_equation" + }, + { + "bbox": [ + 162, + 676, + 506, + 689 + ], + "score": 1.0, + "content": "of the probabilistic emission, we can see that the topics are highly concentrated on", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 686, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 686, + 506, + 700 + ], + "score": 1.0, + "content": "topics related to music and time. This confirms our claim about flexible sequence modeling while", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 696, + 207, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 696, + 207, + 711 + ], + "score": 1.0, + "content": "retaining interpretability.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 36.5, + "bbox_fs": [ + 105, + 624, + 506, + 711 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 112, + 87, + 495, + 273 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 112, + 87, + 495, + 273 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 112, + 87, + 495, + 273 + ], + "spans": [ + { + "bbox": [ + 112, + 87, + 495, + 273 + ], + "score": 0.97, + "type": "image", + "image_path": "d05a137be6025677c0f4232c7cc46782d72893ccaae0dacc34808e142402d1ff.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 112, + 87, + 495, + 149.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 112, + 149.0, + 495, + 211.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 112, + 211.0, + 495, + 273.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 291, + 505, + 314 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 291, + 506, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 506, + 304 + ], + "score": 1.0, + "content": "Figure 5: Particle paths of a document about a music album. Top row: at epoch 1. Bottom row: at", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 302, + 468, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 468, + 316 + ], + "score": 1.0, + "content": "epoch 100. After epoch 100 the document has converged to a sparse set of relevant topics.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "title", + "bbox": [ + 108, + 334, + 206, + 345 + ], + "lines": [ + { + "bbox": [ + 105, + 333, + 208, + 347 + ], + "spans": [ + { + "bbox": [ + 105, + 333, + 208, + 347 + ], + "score": 1.0, + "content": "5.3 USER MODELING", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 107, + 355, + 505, + 408 + ], + "lines": [ + { + "bbox": [ + 105, + 353, + 505, + 367 + ], + "spans": [ + { + "bbox": [ + 105, + 353, + 505, + 367 + ], + "score": 1.0, + "content": "We use an anonymized sample of user search click history to measure the accuracy", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 364, + 505, + 378 + ], + "spans": [ + { + "bbox": [ + 105, + 364, + 505, + 378 + ], + "score": 1.0, + "content": "of different models on predicting users future clicks. An accurate model would en-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 374, + 506, + 389 + ], + "spans": [ + { + "bbox": [ + 105, + 374, + 506, + 389 + ], + "score": 1.0, + "content": "able better user experience by presenting the user with relevant content. The dataset is", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 386, + 506, + 399 + ], + "spans": [ + { + "bbox": [ + 105, + 386, + 506, + 399 + ], + "score": 1.0, + "content": "anonymized by removing all items appearing less than a given threshold, this results in", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 104, + 396, + 505, + 409 + ], + "spans": [ + { + "bbox": [ + 104, + 396, + 505, + 409 + ], + "score": 1.0, + "content": "a dataset with 100K vocabulary and we vary the number of users from 500K to 1M.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 107, + 409, + 338, + 504 + ], + "lines": [ + { + "bbox": [ + 106, + 408, + 339, + 420 + ], + "spans": [ + { + "bbox": [ + 106, + 408, + 339, + 420 + ], + "score": 1.0, + "content": "We fix the number of topics at 500 for all user experi-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 419, + 339, + 430 + ], + "spans": [ + { + "bbox": [ + 106, + 419, + 339, + 430 + ], + "score": 1.0, + "content": "ments. We used the same setup to the one used in the ex-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 430, + 339, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 430, + 339, + 441 + ], + "score": 1.0, + "content": "periments over the Wikipedia dataset for parameters. The", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 439, + 340, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 340, + 452 + ], + "score": 1.0, + "content": "dataset is less structured than the language modeling task", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 451, + 339, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 339, + 462 + ], + "score": 1.0, + "content": "since users click patterns are less predictable than the se-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 461, + 339, + 473 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 339, + 473 + ], + "score": 1.0, + "content": "quence of words which follow definite syntactic rules. As", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 471, + 339, + 483 + ], + "spans": [ + { + "bbox": [ + 106, + 471, + 339, + 483 + ], + "score": 1.0, + "content": "shown in table 1, the benefit of new inference method is", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 482, + 339, + 494 + ], + "spans": [ + { + "bbox": [ + 105, + 482, + 339, + 494 + ], + "score": 1.0, + "content": "highlighted as it yields much lower perplexity than the fac-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 493, + 159, + 504 + ], + "spans": [ + { + "bbox": [ + 106, + 493, + 159, + 504 + ], + "score": 1.0, + "content": "tored model.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 15 + }, + { + "type": "table", + "bbox": [ + 363, + 421, + 484, + 467 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 363, + 421, + 484, + 467 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 363, + 421, + 484, + 467 + ], + "spans": [ + { + "bbox": [ + 363, + 421, + 484, + 467 + ], + "score": 0.969, + "html": "
Algorithm#Users
500k1M
Factored24302254
SMC14641447
", + "type": "table", + "image_path": "5290a6648df06ab7817e3dc38a6c9a6263fd1c53e41722f8cd57266d7faa7619.jpg" + } + ] + } + ], + "index": 20.5, + "virtual_lines": [ + { + "bbox": [ + 363, + 421, + 484, + 444.0 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 363, + 444.0, + 484, + 467.0 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 358, + 475, + 493, + 486 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 357, + 473, + 494, + 488 + ], + "spans": [ + { + "bbox": [ + 357, + 473, + 494, + 488 + ], + "score": 1.0, + "content": "Table 1: Comparison on user data", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + } + ], + "index": 21.25 + }, + { + "type": "title", + "bbox": [ + 108, + 520, + 281, + 532 + ], + "lines": [ + { + "bbox": [ + 104, + 518, + 283, + 536 + ], + "spans": [ + { + "bbox": [ + 104, + 518, + 283, + 536 + ], + "score": 1.0, + "content": "6 DISCUSSIONS & CONCLUSION", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 106, + 544, + 505, + 631 + ], + "lines": [ + { + "bbox": [ + 106, + 545, + 505, + 557 + ], + "spans": [ + { + "bbox": [ + 106, + 545, + 505, + 557 + ], + "score": 1.0, + "content": "In this paper we revisited the problem of posterior inference in Latent LSTM models as introduced", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 554, + 506, + 569 + ], + "spans": [ + { + "bbox": [ + 105, + 554, + 506, + 569 + ], + "score": 1.0, + "content": "in Zaheer et al. (2017). We generalized their model to accommodate a wide variety of state space", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 566, + 505, + 579 + ], + "spans": [ + { + "bbox": [ + 105, + 566, + 505, + 579 + ], + "score": 1.0, + "content": "models and most importantly we provided a more principled Sequential Monte-Carlo (SMC) al-", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 576, + 506, + 590 + ], + "spans": [ + { + "bbox": [ + 106, + 576, + 506, + 590 + ], + "score": 1.0, + "content": "gorithm for posterior inference. Although the newly proposed inference method can be slower, we", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 587, + 505, + 599 + ], + "spans": [ + { + "bbox": [ + 106, + 587, + 505, + 599 + ], + "score": 1.0, + "content": "showed over a variety of dataset that the new SMC based algorithm is far superior and more stable.", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 597, + 506, + 611 + ], + "spans": [ + { + "bbox": [ + 105, + 597, + 506, + 611 + ], + "score": 1.0, + "content": "While computation of the new SMC algorithm scales linearly with the number of particles, this can", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 608, + 506, + 622 + ], + "spans": [ + { + "bbox": [ + 105, + 608, + 506, + 622 + ], + "score": 1.0, + "content": "be naively parallelized. In the future we plan to extend our work to incorporate a wider class of", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 618, + 391, + 632 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 391, + 632 + ], + "score": 1.0, + "content": "dynamically changing structured objects such as time-evolving graphs.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 27.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, + 309, + 38 + ], + "spans": [ + { + "bbox": [ + 107, + 26, + 309, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 112, + 87, + 495, + 273 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 112, + 87, + 495, + 273 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 112, + 87, + 495, + 273 + ], + "spans": [ + { + "bbox": [ + 112, + 87, + 495, + 273 + ], + "score": 0.97, + "type": "image", + "image_path": "d05a137be6025677c0f4232c7cc46782d72893ccaae0dacc34808e142402d1ff.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 112, + 87, + 495, + 149.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 112, + 149.0, + 495, + 211.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 112, + 211.0, + 495, + 273.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 291, + 505, + 314 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 291, + 506, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 506, + 304 + ], + "score": 1.0, + "content": "Figure 5: Particle paths of a document about a music album. Top row: at epoch 1. Bottom row: at", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 302, + 468, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 468, + 316 + ], + "score": 1.0, + "content": "epoch 100. After epoch 100 the document has converged to a sparse set of relevant topics.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "title", + "bbox": [ + 108, + 334, + 206, + 345 + ], + "lines": [ + { + "bbox": [ + 105, + 333, + 208, + 347 + ], + "spans": [ + { + "bbox": [ + 105, + 333, + 208, + 347 + ], + "score": 1.0, + "content": "5.3 USER MODELING", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 107, + 355, + 505, + 408 + ], + "lines": [ + { + "bbox": [ + 105, + 353, + 505, + 367 + ], + "spans": [ + { + "bbox": [ + 105, + 353, + 505, + 367 + ], + "score": 1.0, + "content": "We use an anonymized sample of user search click history to measure the accuracy", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 364, + 505, + 378 + ], + "spans": [ + { + "bbox": [ + 105, + 364, + 505, + 378 + ], + "score": 1.0, + "content": "of different models on predicting users future clicks. An accurate model would en-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 374, + 506, + 389 + ], + "spans": [ + { + "bbox": [ + 105, + 374, + 506, + 389 + ], + "score": 1.0, + "content": "able better user experience by presenting the user with relevant content. The dataset is", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 386, + 506, + 399 + ], + "spans": [ + { + "bbox": [ + 105, + 386, + 506, + 399 + ], + "score": 1.0, + "content": "anonymized by removing all items appearing less than a given threshold, this results in", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 104, + 396, + 505, + 409 + ], + "spans": [ + { + "bbox": [ + 104, + 396, + 505, + 409 + ], + "score": 1.0, + "content": "a dataset with 100K vocabulary and we vary the number of users from 500K to 1M.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 8, + "bbox_fs": [ + 104, + 353, + 506, + 409 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 409, + 338, + 504 + ], + "lines": [ + { + "bbox": [ + 106, + 408, + 339, + 420 + ], + "spans": [ + { + "bbox": [ + 106, + 408, + 339, + 420 + ], + "score": 1.0, + "content": "We fix the number of topics at 500 for all user experi-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 419, + 339, + 430 + ], + "spans": [ + { + "bbox": [ + 106, + 419, + 339, + 430 + ], + "score": 1.0, + "content": "ments. We used the same setup to the one used in the ex-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 430, + 339, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 430, + 339, + 441 + ], + "score": 1.0, + "content": "periments over the Wikipedia dataset for parameters. The", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 439, + 340, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 340, + 452 + ], + "score": 1.0, + "content": "dataset is less structured than the language modeling task", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 451, + 339, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 339, + 462 + ], + "score": 1.0, + "content": "since users click patterns are less predictable than the se-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 461, + 339, + 473 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 339, + 473 + ], + "score": 1.0, + "content": "quence of words which follow definite syntactic rules. As", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 471, + 339, + 483 + ], + "spans": [ + { + "bbox": [ + 106, + 471, + 339, + 483 + ], + "score": 1.0, + "content": "shown in table 1, the benefit of new inference method is", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 482, + 339, + 494 + ], + "spans": [ + { + "bbox": [ + 105, + 482, + 339, + 494 + ], + "score": 1.0, + "content": "highlighted as it yields much lower perplexity than the fac-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 493, + 159, + 504 + ], + "spans": [ + { + "bbox": [ + 106, + 493, + 159, + 504 + ], + "score": 1.0, + "content": "tored model.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 15, + "bbox_fs": [ + 105, + 408, + 340, + 504 + ] + }, + { + "type": "table", + "bbox": [ + 363, + 421, + 484, + 467 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 363, + 421, + 484, + 467 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 363, + 421, + 484, + 467 + ], + "spans": [ + { + "bbox": [ + 363, + 421, + 484, + 467 + ], + "score": 0.969, + "html": "
Algorithm#Users
500k1M
Factored24302254
SMC14641447
", + "type": "table", + "image_path": "5290a6648df06ab7817e3dc38a6c9a6263fd1c53e41722f8cd57266d7faa7619.jpg" + } + ] + } + ], + "index": 20.5, + "virtual_lines": [ + { + "bbox": [ + 363, + 421, + 484, + 444.0 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 363, + 444.0, + 484, + 467.0 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 358, + 475, + 493, + 486 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 357, + 473, + 494, + 488 + ], + "spans": [ + { + "bbox": [ + 357, + 473, + 494, + 488 + ], + "score": 1.0, + "content": "Table 1: Comparison on user data", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + } + ], + "index": 21.25 + }, + { + "type": "title", + "bbox": [ + 108, + 520, + 281, + 532 + ], + "lines": [ + { + "bbox": [ + 104, + 518, + 283, + 536 + ], + "spans": [ + { + "bbox": [ + 104, + 518, + 283, + 536 + ], + "score": 1.0, + "content": "6 DISCUSSIONS & CONCLUSION", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 106, + 544, + 505, + 631 + ], + "lines": [ + { + "bbox": [ + 106, + 545, + 505, + 557 + ], + "spans": [ + { + "bbox": [ + 106, + 545, + 505, + 557 + ], + "score": 1.0, + "content": "In this paper we revisited the problem of posterior inference in Latent LSTM models as introduced", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 554, + 506, + 569 + ], + "spans": [ + { + "bbox": [ + 105, + 554, + 506, + 569 + ], + "score": 1.0, + "content": "in Zaheer et al. (2017). We generalized their model to accommodate a wide variety of state space", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 566, + 505, + 579 + ], + "spans": [ + { + "bbox": [ + 105, + 566, + 505, + 579 + ], + "score": 1.0, + "content": "models and most importantly we provided a more principled Sequential Monte-Carlo (SMC) al-", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 576, + 506, + 590 + ], + "spans": [ + { + "bbox": [ + 106, + 576, + 506, + 590 + ], + "score": 1.0, + "content": "gorithm for posterior inference. Although the newly proposed inference method can be slower, we", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 587, + 505, + 599 + ], + "spans": [ + { + "bbox": [ + 106, + 587, + 505, + 599 + ], + "score": 1.0, + "content": "showed over a variety of dataset that the new SMC based algorithm is far superior and more stable.", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 597, + 506, + 611 + ], + "spans": [ + { + "bbox": [ + 105, + 597, + 506, + 611 + ], + "score": 1.0, + "content": "While computation of the new SMC algorithm scales linearly with the number of particles, this can", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 608, + 506, + 622 + ], + "spans": [ + { + "bbox": [ + 105, + 608, + 506, + 622 + ], + "score": 1.0, + "content": "be naively parallelized. In the future we plan to extend our work to incorporate a wider class of", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 618, + 391, + 632 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 391, + 632 + ], + "score": 1.0, + "content": "dynamically changing structured objects such as time-evolving graphs.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 27.5, + "bbox_fs": [ + 105, + 545, + 506, + 632 + ] + } + ] + }, + { + "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": [ + 108, + 99, + 504, + 133 + ], + "lines": [ + { + "bbox": [ + 105, + 98, + 505, + 113 + ], + "spans": [ + { + "bbox": [ + 105, + 98, + 505, + 113 + ], + "score": 1.0, + "content": "Mart´ın Abadi, Ashish Agarwal, Paul Barham, Eugene Brevdo, Zhifeng Chen, Craig Citro, Greg S.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 116, + 110, + 505, + 123 + ], + "spans": [ + { + "bbox": [ + 116, + 110, + 505, + 123 + ], + "score": 1.0, + "content": "Corrado, Andy Davis, Jeffrey Dean, Matthieu Devin, and Others. TensorFlow: Large-Scale Ma-", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 116, + 121, + 455, + 135 + ], + "spans": [ + { + "bbox": [ + 116, + 121, + 455, + 135 + ], + "score": 1.0, + "content": "chine Learning on Heterogeneous Systems. arXiv preprint arXiv:1603.04467, 2016.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 107, + 140, + 504, + 172 + ], + "lines": [ + { + "bbox": [ + 106, + 140, + 505, + 152 + ], + "spans": [ + { + "bbox": [ + 106, + 140, + 505, + 152 + ], + "score": 1.0, + "content": "Christophe Andrieu, Arnaud Doucet, and Roman Holenstein. Particle Markov chain Monte Carlo", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 115, + 150, + 505, + 162 + ], + "spans": [ + { + "bbox": [ + 115, + 150, + 505, + 162 + ], + "score": 1.0, + "content": "methods. Journal of the Royal Statistical Society: Series B (Statistical Methodology), 72(3):269–", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 115, + 161, + 162, + 173 + ], + "spans": [ + { + "bbox": [ + 115, + 161, + 162, + 173 + ], + "score": 1.0, + "content": "342, 2010.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 105, + 179, + 504, + 203 + ], + "lines": [ + { + "bbox": [ + 106, + 180, + 505, + 192 + ], + "spans": [ + { + "bbox": [ + 106, + 180, + 505, + 192 + ], + "score": 1.0, + "content": "Evan Archer, Il Memming Park, Lars Buesing, John P. Cunningham, and Liam Paninski. Black box", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 116, + 190, + 458, + 203 + ], + "spans": [ + { + "bbox": [ + 116, + 190, + 458, + 203 + ], + "score": 1.0, + "content": "variational inference for state space models. arXiv preprint arXiv:1511.07367, 2015.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 105, + 209, + 504, + 232 + ], + "lines": [ + { + "bbox": [ + 105, + 208, + 505, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 208, + 505, + 223 + ], + "score": 1.0, + "content": "Justin Bayer and Christian Osendorfer. Learning Stochastic Recurrent Networks. arXiv preprint", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 219, + 215, + 231 + ], + "spans": [ + { + "bbox": [ + 115, + 219, + 215, + 231 + ], + "score": 1.0, + "content": "arXiv:1411.7610, 2014.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 107, + 238, + 412, + 251 + ], + "lines": [ + { + "bbox": [ + 106, + 237, + 412, + 252 + ], + "spans": [ + { + "bbox": [ + 106, + 237, + 412, + 252 + ], + "score": 1.0, + "content": "Christopher M. Bishop. Mixture Density Networks. Technical report, 1994.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 107, + 257, + 505, + 280 + ], + "lines": [ + { + "bbox": [ + 105, + 256, + 507, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 256, + 219, + 271 + ], + "score": 1.0, + "content": "David M. Blei, Andrew Y.", + "type": "text" + }, + { + "bbox": [ + 219, + 258, + 234, + 269 + ], + "score": 0.46, + "content": "\\mathrm { N g }", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 256, + 507, + 271 + ], + "score": 1.0, + "content": ", and Michael I. Jordan. Latent Dirichlet Allocation. Journal of", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 268, + 382, + 281 + ], + "spans": [ + { + "bbox": [ + 115, + 268, + 382, + 281 + ], + "score": 1.0, + "content": "Machine Learning Research, 3:993–1022, 2003. ISSN 15324435.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5 + }, + { + "type": "text", + "bbox": [ + 107, + 287, + 504, + 320 + ], + "lines": [ + { + "bbox": [ + 105, + 286, + 505, + 300 + ], + "spans": [ + { + "bbox": [ + 105, + 286, + 505, + 300 + ], + "score": 1.0, + "content": "Nicolas Boulanger-Lewandowski, Yoshua Bengio, and Pascal Vincent. Modeling Temporal De-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 297, + 506, + 310 + ], + "spans": [ + { + "bbox": [ + 115, + 297, + 506, + 310 + ], + "score": 1.0, + "content": "pendencies in High-Dimensional Sequences: Application to Polyphonic Music Generation and", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 117, + 308, + 240, + 321 + ], + "spans": [ + { + "bbox": [ + 117, + 308, + 240, + 321 + ], + "score": 1.0, + "content": "Transcription. In ICML, 2012.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 107, + 326, + 504, + 349 + ], + "lines": [ + { + "bbox": [ + 105, + 327, + 504, + 340 + ], + "spans": [ + { + "bbox": [ + 105, + 327, + 504, + 340 + ], + "score": 1.0, + "content": "Junyoung Chung, Kyle Kastner, Laurent Dinh, Kratarth Goel, Aaron Courville, and Yoshua Bengio.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 116, + 338, + 405, + 349 + ], + "spans": [ + { + "bbox": [ + 116, + 338, + 405, + 349 + ], + "score": 1.0, + "content": "A Recurrent Latent Variable Model for Sequential Data. In NIPS, 2015.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5 + }, + { + "type": "text", + "bbox": [ + 107, + 356, + 503, + 379 + ], + "lines": [ + { + "bbox": [ + 106, + 355, + 505, + 369 + ], + "spans": [ + { + "bbox": [ + 106, + 355, + 505, + 369 + ], + "score": 1.0, + "content": "Arnaud Doucet, Nando de Freitas, and Neil Gordon. Sequential Monte Carlo Methods in Practice.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 115, + 367, + 181, + 379 + ], + "spans": [ + { + "bbox": [ + 115, + 367, + 181, + 379 + ], + "score": 1.0, + "content": "Springer, 2001.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5 + }, + { + "type": "text", + "bbox": [ + 106, + 385, + 504, + 408 + ], + "lines": [ + { + "bbox": [ + 106, + 386, + 505, + 399 + ], + "spans": [ + { + "bbox": [ + 106, + 386, + 505, + 399 + ], + "score": 1.0, + "content": "Marco Fraccaro, Søren Kaae Sønderby, Ulrich Paquet, and Ole Winther. Sequential Neural Models", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 116, + 396, + 275, + 409 + ], + "spans": [ + { + "bbox": [ + 116, + 396, + 275, + 409 + ], + "score": 1.0, + "content": "with Stochastic Layers. In NIPS, 2016.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5 + }, + { + "type": "text", + "bbox": [ + 107, + 415, + 504, + 438 + ], + "lines": [ + { + "bbox": [ + 106, + 415, + 506, + 428 + ], + "spans": [ + { + "bbox": [ + 106, + 415, + 506, + 428 + ], + "score": 1.0, + "content": "Roger Frigola, Fredrik Lindsten, Thomas B. Schon, and Carl E. Rasmussen. Bayesian Inference and ¨", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 115, + 426, + 471, + 438 + ], + "spans": [ + { + "bbox": [ + 115, + 426, + 471, + 438 + ], + "score": 1.0, + "content": "Learning in Gaussian Process State-Space Models with Particle MCMC. In NIPS, 2013.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 107, + 444, + 504, + 467 + ], + "lines": [ + { + "bbox": [ + 105, + 443, + 505, + 458 + ], + "spans": [ + { + "bbox": [ + 105, + 443, + 505, + 458 + ], + "score": 1.0, + "content": "Zoubin Ghahramani and Geoffrey E. Hinton. Parameter estimation for linear dynamical systems.", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 116, + 455, + 211, + 468 + ], + "spans": [ + { + "bbox": [ + 116, + 455, + 211, + 468 + ], + "score": 1.0, + "content": "Technical report, 1996.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5 + }, + { + "type": "text", + "bbox": [ + 107, + 474, + 504, + 497 + ], + "lines": [ + { + "bbox": [ + 105, + 473, + 505, + 487 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 505, + 487 + ], + "score": 1.0, + "content": "Zoubin Ghahramani and Sam T. Roweis. Learning Nonlinear Dynamical Systems using an EM", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 116, + 485, + 226, + 498 + ], + "spans": [ + { + "bbox": [ + 116, + 485, + 226, + 498 + ], + "score": 1.0, + "content": "Algorithm. In NIPS, 1999.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5 + }, + { + "type": "text", + "bbox": [ + 108, + 503, + 504, + 526 + ], + "lines": [ + { + "bbox": [ + 106, + 504, + 505, + 515 + ], + "spans": [ + { + "bbox": [ + 106, + 504, + 505, + 515 + ], + "score": 1.0, + "content": "Karol Gregor, Ivo Danihelka, Alex Graves, Danilo Jimenez Rezende, and Daan Wierstra. DRAW:", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 514, + 394, + 527 + ], + "spans": [ + { + "bbox": [ + 115, + 514, + 394, + 527 + ], + "score": 1.0, + "content": "A Recurrent Neural Network For Image Generation. In ICML, 2015.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5 + }, + { + "type": "text", + "bbox": [ + 107, + 532, + 504, + 555 + ], + "lines": [ + { + "bbox": [ + 105, + 531, + 505, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 531, + 505, + 547 + ], + "score": 1.0, + "content": "Sepp Hochreiter and Jurgen Schmidhuber. Long Short-Term Memory. ¨ Neural Computation, 9(8):", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 116, + 544, + 191, + 555 + ], + "spans": [ + { + "bbox": [ + 116, + 544, + 191, + 555 + ], + "score": 1.0, + "content": "1735–1780, 1997.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31.5 + }, + { + "type": "text", + "bbox": [ + 107, + 562, + 504, + 595 + ], + "lines": [ + { + "bbox": [ + 106, + 563, + 505, + 575 + ], + "spans": [ + { + "bbox": [ + 106, + 563, + 505, + 575 + ], + "score": 1.0, + "content": "Matthew J. Johnson, David Duvenaud, Alexander B. Wiltschko, Sandeep R. Datta, and Ryan P.", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 117, + 574, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 117, + 574, + 505, + 585 + ], + "score": 1.0, + "content": "Adams. Composing graphical models with neural networks for structured representations and", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 116, + 584, + 237, + 595 + ], + "spans": [ + { + "bbox": [ + 116, + 584, + 237, + 595 + ], + "score": 1.0, + "content": "fast inference. In NIPS, 2016.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 105, + 602, + 504, + 625 + ], + "lines": [ + { + "bbox": [ + 105, + 602, + 505, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 602, + 505, + 615 + ], + "score": 1.0, + "content": "Simon J. Julier and Jeffrey K. Uhlmann. A new extension of the Kalman filter to nonlinear systems.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 115, + 613, + 391, + 626 + ], + "spans": [ + { + "bbox": [ + 115, + 613, + 391, + 626 + ], + "score": 1.0, + "content": "In Int. symp. aerospace/defense sensing, simul. and controls1, 1997.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5 + }, + { + "type": "text", + "bbox": [ + 106, + 632, + 504, + 655 + ], + "lines": [ + { + "bbox": [ + 105, + 630, + 506, + 645 + ], + "spans": [ + { + "bbox": [ + 105, + 630, + 506, + 645 + ], + "score": 1.0, + "content": "Rudolph Emil Kalman. A New Approach to Linear Filtering and Prediction Problems. Journal of", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 116, + 643, + 344, + 656 + ], + "spans": [ + { + "bbox": [ + 116, + 643, + 344, + 656 + ], + "score": 1.0, + "content": "Basic Engineering, 82(1):35–45, 1960. ISSN 00219223.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38.5 + }, + { + "type": "text", + "bbox": [ + 106, + 661, + 504, + 684 + ], + "lines": [ + { + "bbox": [ + 105, + 660, + 505, + 674 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 505, + 674 + ], + "score": 1.0, + "content": "Maximilian Karl, Maximilian Soelch, Justin Bayer, and Patrick van der Smagt. Deep variational", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 672, + 475, + 684 + ], + "spans": [ + { + "bbox": [ + 115, + 672, + 475, + 684 + ], + "score": 1.0, + "content": "Bayes filters: Unsupervised learning of state space models from raw data. In ICLR, 2017.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5 + }, + { + "type": "text", + "bbox": [ + 106, + 690, + 505, + 713 + ], + "lines": [ + { + "bbox": [ + 106, + 691, + 505, + 704 + ], + "spans": [ + { + "bbox": [ + 106, + 691, + 505, + 704 + ], + "score": 1.0, + "content": "Andrej Karpathy, Justin Johnson, and Li Fei-Fei. Visualizing and understanding recurrent networks.", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 116, + 702, + 279, + 713 + ], + "spans": [ + { + "bbox": [ + 116, + 702, + 279, + 713 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1506.02078, 2015.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42.5 + }, + { + "type": "text", + "bbox": [ + 104, + 720, + 465, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 719, + 466, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 466, + 734 + ], + "score": 1.0, + "content": "Diederik P. Kingma and Max Welling. Auto-Encoding Variational Bayes. In ICLR, 2014.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 44 + } + ], + "page_idx": 10, + "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, + 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": "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": [ + 108, + 99, + 504, + 133 + ], + "lines": [ + { + "bbox": [ + 105, + 98, + 505, + 113 + ], + "spans": [ + { + "bbox": [ + 105, + 98, + 505, + 113 + ], + "score": 1.0, + "content": "Mart´ın Abadi, Ashish Agarwal, Paul Barham, Eugene Brevdo, Zhifeng Chen, Craig Citro, Greg S.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 116, + 110, + 505, + 123 + ], + "spans": [ + { + "bbox": [ + 116, + 110, + 505, + 123 + ], + "score": 1.0, + "content": "Corrado, Andy Davis, Jeffrey Dean, Matthieu Devin, and Others. TensorFlow: Large-Scale Ma-", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 116, + 121, + 455, + 135 + ], + "spans": [ + { + "bbox": [ + 116, + 121, + 455, + 135 + ], + "score": 1.0, + "content": "chine Learning on Heterogeneous Systems. arXiv preprint arXiv:1603.04467, 2016.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2, + "bbox_fs": [ + 105, + 98, + 505, + 135 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 140, + 504, + 172 + ], + "lines": [ + { + "bbox": [ + 106, + 140, + 505, + 152 + ], + "spans": [ + { + "bbox": [ + 106, + 140, + 505, + 152 + ], + "score": 1.0, + "content": "Christophe Andrieu, Arnaud Doucet, and Roman Holenstein. Particle Markov chain Monte Carlo", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 115, + 150, + 505, + 162 + ], + "spans": [ + { + "bbox": [ + 115, + 150, + 505, + 162 + ], + "score": 1.0, + "content": "methods. Journal of the Royal Statistical Society: Series B (Statistical Methodology), 72(3):269–", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 115, + 161, + 162, + 173 + ], + "spans": [ + { + "bbox": [ + 115, + 161, + 162, + 173 + ], + "score": 1.0, + "content": "342, 2010.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5, + "bbox_fs": [ + 106, + 140, + 505, + 173 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 179, + 504, + 203 + ], + "lines": [ + { + "bbox": [ + 106, + 180, + 505, + 192 + ], + "spans": [ + { + "bbox": [ + 106, + 180, + 505, + 192 + ], + "score": 1.0, + "content": "Evan Archer, Il Memming Park, Lars Buesing, John P. Cunningham, and Liam Paninski. Black box", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 116, + 190, + 458, + 203 + ], + "spans": [ + { + "bbox": [ + 116, + 190, + 458, + 203 + ], + "score": 1.0, + "content": "variational inference for state space models. arXiv preprint arXiv:1511.07367, 2015.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5, + "bbox_fs": [ + 106, + 180, + 505, + 203 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 209, + 504, + 232 + ], + "lines": [ + { + "bbox": [ + 105, + 208, + 505, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 208, + 505, + 223 + ], + "score": 1.0, + "content": "Justin Bayer and Christian Osendorfer. Learning Stochastic Recurrent Networks. arXiv preprint", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 219, + 215, + 231 + ], + "spans": [ + { + "bbox": [ + 115, + 219, + 215, + 231 + ], + "score": 1.0, + "content": "arXiv:1411.7610, 2014.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5, + "bbox_fs": [ + 105, + 208, + 505, + 231 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 238, + 412, + 251 + ], + "lines": [ + { + "bbox": [ + 106, + 237, + 412, + 252 + ], + "spans": [ + { + "bbox": [ + 106, + 237, + 412, + 252 + ], + "score": 1.0, + "content": "Christopher M. Bishop. Mixture Density Networks. Technical report, 1994.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11, + "bbox_fs": [ + 106, + 237, + 412, + 252 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 257, + 505, + 280 + ], + "lines": [ + { + "bbox": [ + 105, + 256, + 507, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 256, + 219, + 271 + ], + "score": 1.0, + "content": "David M. Blei, Andrew Y.", + "type": "text" + }, + { + "bbox": [ + 219, + 258, + 234, + 269 + ], + "score": 0.46, + "content": "\\mathrm { N g }", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 256, + 507, + 271 + ], + "score": 1.0, + "content": ", and Michael I. Jordan. Latent Dirichlet Allocation. Journal of", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 268, + 382, + 281 + ], + "spans": [ + { + "bbox": [ + 115, + 268, + 382, + 281 + ], + "score": 1.0, + "content": "Machine Learning Research, 3:993–1022, 2003. ISSN 15324435.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5, + "bbox_fs": [ + 105, + 256, + 507, + 281 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 287, + 504, + 320 + ], + "lines": [ + { + "bbox": [ + 105, + 286, + 505, + 300 + ], + "spans": [ + { + "bbox": [ + 105, + 286, + 505, + 300 + ], + "score": 1.0, + "content": "Nicolas Boulanger-Lewandowski, Yoshua Bengio, and Pascal Vincent. Modeling Temporal De-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 297, + 506, + 310 + ], + "spans": [ + { + "bbox": [ + 115, + 297, + 506, + 310 + ], + "score": 1.0, + "content": "pendencies in High-Dimensional Sequences: Application to Polyphonic Music Generation and", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 117, + 308, + 240, + 321 + ], + "spans": [ + { + "bbox": [ + 117, + 308, + 240, + 321 + ], + "score": 1.0, + "content": "Transcription. In ICML, 2012.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15, + "bbox_fs": [ + 105, + 286, + 506, + 321 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 326, + 504, + 349 + ], + "lines": [ + { + "bbox": [ + 105, + 327, + 504, + 340 + ], + "spans": [ + { + "bbox": [ + 105, + 327, + 504, + 340 + ], + "score": 1.0, + "content": "Junyoung Chung, Kyle Kastner, Laurent Dinh, Kratarth Goel, Aaron Courville, and Yoshua Bengio.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 116, + 338, + 405, + 349 + ], + "spans": [ + { + "bbox": [ + 116, + 338, + 405, + 349 + ], + "score": 1.0, + "content": "A Recurrent Latent Variable Model for Sequential Data. In NIPS, 2015.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5, + "bbox_fs": [ + 105, + 327, + 504, + 349 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 356, + 503, + 379 + ], + "lines": [ + { + "bbox": [ + 106, + 355, + 505, + 369 + ], + "spans": [ + { + "bbox": [ + 106, + 355, + 505, + 369 + ], + "score": 1.0, + "content": "Arnaud Doucet, Nando de Freitas, and Neil Gordon. Sequential Monte Carlo Methods in Practice.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 115, + 367, + 181, + 379 + ], + "spans": [ + { + "bbox": [ + 115, + 367, + 181, + 379 + ], + "score": 1.0, + "content": "Springer, 2001.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5, + "bbox_fs": [ + 106, + 355, + 505, + 379 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 385, + 504, + 408 + ], + "lines": [ + { + "bbox": [ + 106, + 386, + 505, + 399 + ], + "spans": [ + { + "bbox": [ + 106, + 386, + 505, + 399 + ], + "score": 1.0, + "content": "Marco Fraccaro, Søren Kaae Sønderby, Ulrich Paquet, and Ole Winther. Sequential Neural Models", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 116, + 396, + 275, + 409 + ], + "spans": [ + { + "bbox": [ + 116, + 396, + 275, + 409 + ], + "score": 1.0, + "content": "with Stochastic Layers. In NIPS, 2016.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5, + "bbox_fs": [ + 106, + 386, + 505, + 409 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 415, + 504, + 438 + ], + "lines": [ + { + "bbox": [ + 106, + 415, + 506, + 428 + ], + "spans": [ + { + "bbox": [ + 106, + 415, + 506, + 428 + ], + "score": 1.0, + "content": "Roger Frigola, Fredrik Lindsten, Thomas B. Schon, and Carl E. Rasmussen. Bayesian Inference and ¨", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 115, + 426, + 471, + 438 + ], + "spans": [ + { + "bbox": [ + 115, + 426, + 471, + 438 + ], + "score": 1.0, + "content": "Learning in Gaussian Process State-Space Models with Particle MCMC. In NIPS, 2013.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5, + "bbox_fs": [ + 106, + 415, + 506, + 438 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 444, + 504, + 467 + ], + "lines": [ + { + "bbox": [ + 105, + 443, + 505, + 458 + ], + "spans": [ + { + "bbox": [ + 105, + 443, + 505, + 458 + ], + "score": 1.0, + "content": "Zoubin Ghahramani and Geoffrey E. Hinton. Parameter estimation for linear dynamical systems.", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 116, + 455, + 211, + 468 + ], + "spans": [ + { + "bbox": [ + 116, + 455, + 211, + 468 + ], + "score": 1.0, + "content": "Technical report, 1996.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5, + "bbox_fs": [ + 105, + 443, + 505, + 468 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 474, + 504, + 497 + ], + "lines": [ + { + "bbox": [ + 105, + 473, + 505, + 487 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 505, + 487 + ], + "score": 1.0, + "content": "Zoubin Ghahramani and Sam T. Roweis. Learning Nonlinear Dynamical Systems using an EM", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 116, + 485, + 226, + 498 + ], + "spans": [ + { + "bbox": [ + 116, + 485, + 226, + 498 + ], + "score": 1.0, + "content": "Algorithm. In NIPS, 1999.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5, + "bbox_fs": [ + 105, + 473, + 505, + 498 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 503, + 504, + 526 + ], + "lines": [ + { + "bbox": [ + 106, + 504, + 505, + 515 + ], + "spans": [ + { + "bbox": [ + 106, + 504, + 505, + 515 + ], + "score": 1.0, + "content": "Karol Gregor, Ivo Danihelka, Alex Graves, Danilo Jimenez Rezende, and Daan Wierstra. DRAW:", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 514, + 394, + 527 + ], + "spans": [ + { + "bbox": [ + 115, + 514, + 394, + 527 + ], + "score": 1.0, + "content": "A Recurrent Neural Network For Image Generation. In ICML, 2015.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5, + "bbox_fs": [ + 106, + 504, + 505, + 527 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 532, + 504, + 555 + ], + "lines": [ + { + "bbox": [ + 105, + 531, + 505, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 531, + 505, + 547 + ], + "score": 1.0, + "content": "Sepp Hochreiter and Jurgen Schmidhuber. Long Short-Term Memory. ¨ Neural Computation, 9(8):", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 116, + 544, + 191, + 555 + ], + "spans": [ + { + "bbox": [ + 116, + 544, + 191, + 555 + ], + "score": 1.0, + "content": "1735–1780, 1997.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31.5, + "bbox_fs": [ + 105, + 531, + 505, + 555 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 562, + 504, + 595 + ], + "lines": [ + { + "bbox": [ + 106, + 563, + 505, + 575 + ], + "spans": [ + { + "bbox": [ + 106, + 563, + 505, + 575 + ], + "score": 1.0, + "content": "Matthew J. Johnson, David Duvenaud, Alexander B. Wiltschko, Sandeep R. Datta, and Ryan P.", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 117, + 574, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 117, + 574, + 505, + 585 + ], + "score": 1.0, + "content": "Adams. Composing graphical models with neural networks for structured representations and", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 116, + 584, + 237, + 595 + ], + "spans": [ + { + "bbox": [ + 116, + 584, + 237, + 595 + ], + "score": 1.0, + "content": "fast inference. In NIPS, 2016.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34, + "bbox_fs": [ + 106, + 563, + 505, + 595 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 602, + 504, + 625 + ], + "lines": [ + { + "bbox": [ + 105, + 602, + 505, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 602, + 505, + 615 + ], + "score": 1.0, + "content": "Simon J. Julier and Jeffrey K. Uhlmann. A new extension of the Kalman filter to nonlinear systems.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 115, + 613, + 391, + 626 + ], + "spans": [ + { + "bbox": [ + 115, + 613, + 391, + 626 + ], + "score": 1.0, + "content": "In Int. symp. aerospace/defense sensing, simul. and controls1, 1997.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5, + "bbox_fs": [ + 105, + 602, + 505, + 626 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 632, + 504, + 655 + ], + "lines": [ + { + "bbox": [ + 105, + 630, + 506, + 645 + ], + "spans": [ + { + "bbox": [ + 105, + 630, + 506, + 645 + ], + "score": 1.0, + "content": "Rudolph Emil Kalman. A New Approach to Linear Filtering and Prediction Problems. Journal of", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 116, + 643, + 344, + 656 + ], + "spans": [ + { + "bbox": [ + 116, + 643, + 344, + 656 + ], + "score": 1.0, + "content": "Basic Engineering, 82(1):35–45, 1960. ISSN 00219223.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38.5, + "bbox_fs": [ + 105, + 630, + 506, + 656 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 661, + 504, + 684 + ], + "lines": [ + { + "bbox": [ + 105, + 660, + 505, + 674 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 505, + 674 + ], + "score": 1.0, + "content": "Maximilian Karl, Maximilian Soelch, Justin Bayer, and Patrick van der Smagt. Deep variational", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 672, + 475, + 684 + ], + "spans": [ + { + "bbox": [ + 115, + 672, + 475, + 684 + ], + "score": 1.0, + "content": "Bayes filters: Unsupervised learning of state space models from raw data. In ICLR, 2017.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5, + "bbox_fs": [ + 105, + 660, + 505, + 684 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 690, + 505, + 713 + ], + "lines": [ + { + "bbox": [ + 106, + 691, + 505, + 704 + ], + "spans": [ + { + "bbox": [ + 106, + 691, + 505, + 704 + ], + "score": 1.0, + "content": "Andrej Karpathy, Justin Johnson, and Li Fei-Fei. Visualizing and understanding recurrent networks.", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 116, + 702, + 279, + 713 + ], + "spans": [ + { + "bbox": [ + 116, + 702, + 279, + 713 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1506.02078, 2015.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42.5, + "bbox_fs": [ + 106, + 691, + 505, + 713 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 720, + 465, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 719, + 466, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 466, + 734 + ], + "score": 1.0, + "content": "Diederik P. Kingma and Max Welling. Auto-Encoding Variational Bayes. In ICLR, 2014.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 44, + "bbox_fs": [ + 105, + 719, + 466, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 67, + 506, + 530 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 504, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 504, + 95 + ], + "score": 1.0, + "content": "Daphne Koller and Nir Friedman. Probabilistic Graphical Models: Principles and Techniques. MIT", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 93, + 167, + 105 + ], + "spans": [ + { + "bbox": [ + 115, + 93, + 167, + 105 + ], + "score": 1.0, + "content": "Press, 2009.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 104, + 110, + 505, + 126 + ], + "spans": [ + { + "bbox": [ + 104, + 110, + 505, + 126 + ], + "score": 1.0, + "content": "Rahul G. Krishnan, Uri Shalit, and David Sontag. Deep Kalman Filters. arXiv preprint", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 115, + 123, + 219, + 135 + ], + "spans": [ + { + "bbox": [ + 115, + 123, + 219, + 135 + ], + "score": 1.0, + "content": "arXiv:1511.05121, 2015.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 141, + 505, + 154 + ], + "spans": [ + { + "bbox": [ + 106, + 141, + 505, + 154 + ], + "score": 1.0, + "content": "Rahul G. Krishnan, Uri Shalit, and David Sontag. Structured Inference Networks for Nonlinear", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 115, + 151, + 264, + 165 + ], + "spans": [ + { + "bbox": [ + 115, + 151, + 264, + 165 + ], + "score": 1.0, + "content": "State Space Models. In AAAI, 2017.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 171, + 505, + 184 + ], + "spans": [ + { + "bbox": [ + 106, + 171, + 505, + 184 + ], + "score": 1.0, + "content": "Tuan Anh Le, Maximilian Igl, Tom Jin, Tom Rainforth, and Frank Wood. Auto-Encoding Sequential", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 181, + 335, + 194 + ], + "spans": [ + { + "bbox": [ + 115, + 181, + 335, + 194 + ], + "score": 1.0, + "content": "Monte Carlo. arXiv preprint arXiv:1705.10306, 2017.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 104, + 198, + 505, + 213 + ], + "spans": [ + { + "bbox": [ + 104, + 198, + 505, + 213 + ], + "score": 1.0, + "content": "Fredrik Lindsten. An efficient stochastic approximation EM algorithm using conditional particle", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 116, + 211, + 218, + 222 + ], + "spans": [ + { + "bbox": [ + 116, + 211, + 218, + 222 + ], + "score": 1.0, + "content": "filters. In ICASSP, 2013.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 104, + 226, + 505, + 244 + ], + "spans": [ + { + "bbox": [ + 104, + 226, + 505, + 244 + ], + "score": 1.0, + "content": "Fredrik Lindsten, Michael I. Jordan, and Thomas B. Schon. Particle Gibbs with Ancestor Sampling. ¨", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 114, + 239, + 447, + 252 + ], + "spans": [ + { + "bbox": [ + 114, + 239, + 447, + 252 + ], + "score": 1.0, + "content": "Journal of Machine Learning Research, 15(1):2145–2184, 2014. ISSN 10495258.", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 258, + 504, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 258, + 504, + 271 + ], + "score": 1.0, + "content": "Chris J. Maddison, Dieterich Lawson, George Tucker, Nicolas Heess, Mohammad Norouzi, Andriy", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 269, + 484, + 282 + ], + "spans": [ + { + "bbox": [ + 115, + 269, + 484, + 282 + ], + "score": 1.0, + "content": "Mnih, Arnaud Doucet, and Yee Whye Teh. Filtering Variational Objectives. In NIPS, 2017.", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 287, + 505, + 300 + ], + "spans": [ + { + "bbox": [ + 106, + 287, + 505, + 300 + ], + "score": 1.0, + "content": "Frederic Morin and Yoshua Bengio. Hierarchical probabilistic neural network language model. In", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 299, + 181, + 310 + ], + "spans": [ + { + "bbox": [ + 115, + 299, + 181, + 310 + ], + "score": 1.0, + "content": "AISTATS, 2005.", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 316, + 505, + 329 + ], + "spans": [ + { + "bbox": [ + 106, + 316, + 505, + 329 + ], + "score": 1.0, + "content": "Christian A. Naesseth, Scott W. Linderman, Rajesh Ranganath, and David M. Blei. Variational", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 115, + 327, + 380, + 340 + ], + "spans": [ + { + "bbox": [ + 115, + 327, + 380, + 340 + ], + "score": 1.0, + "content": "Sequential Monte Carlo. arXiv preprint arXiv:1705.11140, 2017.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 345, + 505, + 358 + ], + "spans": [ + { + "bbox": [ + 106, + 345, + 505, + 358 + ], + "score": 1.0, + "content": "Marius Pachitariu and Maneesh Sahani. Learning visual motion in recurrent neural networks. In", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 115, + 357, + 167, + 368 + ], + "spans": [ + { + "bbox": [ + 115, + 357, + 167, + 368 + ], + "score": 1.0, + "content": "NIPS, 2012.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 374, + 505, + 389 + ], + "spans": [ + { + "bbox": [ + 105, + 374, + 505, + 389 + ], + "score": 1.0, + "content": "Herbert E. Rauch, F. Tung, and Charlotte T. Striebel. Maximum likelihood estimates of linear", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 115, + 385, + 417, + 398 + ], + "spans": [ + { + "bbox": [ + 115, + 385, + 417, + 398 + ], + "score": 1.0, + "content": "dynamic systems. AIAA Journal, 3(8):1445–1450, 1965. ISSN 0001-1452.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 404, + 505, + 417 + ], + "spans": [ + { + "bbox": [ + 105, + 404, + 505, + 417 + ], + "score": 1.0, + "content": "Danilo Jimenez Rezende, Shakir Mohamed, and Daan Wierstra. Stochastic Backpropagation and", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 416, + 392, + 428 + ], + "spans": [ + { + "bbox": [ + 115, + 416, + 392, + 428 + ], + "score": 1.0, + "content": "Approximate Inference in Deep Generative Models. In ICML, 2014.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 433, + 505, + 446 + ], + "spans": [ + { + "bbox": [ + 105, + 433, + 505, + 446 + ], + "score": 1.0, + "content": "Thomas B. Schon, Fredrik Lindsten, Johan Dahlin, Johan W ¨ agberg, Christian A. Naesseth, Andreas ˚", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 444, + 505, + 457 + ], + "spans": [ + { + "bbox": [ + 115, + 444, + 505, + 457 + ], + "score": 1.0, + "content": "Svensson, and Liang Dai. Sequential Monte Carlo Methods for System Identification. In IFAC", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 115, + 455, + 325, + 468 + ], + "spans": [ + { + "bbox": [ + 115, + 455, + 325, + 468 + ], + "score": 1.0, + "content": "Symposium on System Identification (SYSID), 2015.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 472, + 505, + 487 + ], + "spans": [ + { + "bbox": [ + 105, + 472, + 505, + 487 + ], + "score": 1.0, + "content": "Ruslan L. Stratonovich. Conditional markov processes. Theory of Probability and Its Applications,", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 115, + 484, + 201, + 497 + ], + "spans": [ + { + "bbox": [ + 115, + 484, + 201, + 497 + ], + "score": 1.0, + "content": "5(2):156–178, 1960.", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 501, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 501, + 505, + 516 + ], + "score": 1.0, + "content": "Manzil Zaheer, Amr Ahmed, and Alexander J. Smola. Latent LSTM Allocation: Joint Clustering", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 513, + 403, + 526 + ], + "spans": [ + { + "bbox": [ + 115, + 513, + 403, + 526 + ], + "score": 1.0, + "content": "and Non-Linear Dynamic Modeling of Sequence Data. In ICML, 2017.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 15 + } + ], + "page_idx": 11, + "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, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "12", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "list", + "bbox": [ + 105, + 67, + 506, + 530 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 504, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 504, + 95 + ], + "score": 1.0, + "content": "Daphne Koller and Nir Friedman. Probabilistic Graphical Models: Principles and Techniques. MIT", + "type": "text" + } + ], + "index": 0, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 93, + 167, + 105 + ], + "spans": [ + { + "bbox": [ + 115, + 93, + 167, + 105 + ], + "score": 1.0, + "content": "Press, 2009.", + "type": "text" + } + ], + "index": 1, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 110, + 505, + 126 + ], + "spans": [ + { + "bbox": [ + 104, + 110, + 505, + 126 + ], + "score": 1.0, + "content": "Rahul G. Krishnan, Uri Shalit, and David Sontag. Deep Kalman Filters. arXiv preprint", + "type": "text" + } + ], + "index": 2, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 123, + 219, + 135 + ], + "spans": [ + { + "bbox": [ + 115, + 123, + 219, + 135 + ], + "score": 1.0, + "content": "arXiv:1511.05121, 2015.", + "type": "text" + } + ], + "index": 3, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 141, + 505, + 154 + ], + "spans": [ + { + "bbox": [ + 106, + 141, + 505, + 154 + ], + "score": 1.0, + "content": "Rahul G. Krishnan, Uri Shalit, and David Sontag. Structured Inference Networks for Nonlinear", + "type": "text" + } + ], + "index": 4, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 151, + 264, + 165 + ], + "spans": [ + { + "bbox": [ + 115, + 151, + 264, + 165 + ], + "score": 1.0, + "content": "State Space Models. In AAAI, 2017.", + "type": "text" + } + ], + "index": 5, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 171, + 505, + 184 + ], + "spans": [ + { + "bbox": [ + 106, + 171, + 505, + 184 + ], + "score": 1.0, + "content": "Tuan Anh Le, Maximilian Igl, Tom Jin, Tom Rainforth, and Frank Wood. Auto-Encoding Sequential", + "type": "text" + } + ], + "index": 6, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 181, + 335, + 194 + ], + "spans": [ + { + "bbox": [ + 115, + 181, + 335, + 194 + ], + "score": 1.0, + "content": "Monte Carlo. arXiv preprint arXiv:1705.10306, 2017.", + "type": "text" + } + ], + "index": 7, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 198, + 505, + 213 + ], + "spans": [ + { + "bbox": [ + 104, + 198, + 505, + 213 + ], + "score": 1.0, + "content": "Fredrik Lindsten. An efficient stochastic approximation EM algorithm using conditional particle", + "type": "text" + } + ], + "index": 8, + "is_list_start_line": true + }, + { + "bbox": [ + 116, + 211, + 218, + 222 + ], + "spans": [ + { + "bbox": [ + 116, + 211, + 218, + 222 + ], + "score": 1.0, + "content": "filters. In ICASSP, 2013.", + "type": "text" + } + ], + "index": 9, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 226, + 505, + 244 + ], + "spans": [ + { + "bbox": [ + 104, + 226, + 505, + 244 + ], + "score": 1.0, + "content": "Fredrik Lindsten, Michael I. Jordan, and Thomas B. Schon. Particle Gibbs with Ancestor Sampling. ¨", + "type": "text" + } + ], + "index": 10, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 239, + 447, + 252 + ], + "spans": [ + { + "bbox": [ + 114, + 239, + 447, + 252 + ], + "score": 1.0, + "content": "Journal of Machine Learning Research, 15(1):2145–2184, 2014. ISSN 10495258.", + "type": "text" + } + ], + "index": 11, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 258, + 504, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 258, + 504, + 271 + ], + "score": 1.0, + "content": "Chris J. Maddison, Dieterich Lawson, George Tucker, Nicolas Heess, Mohammad Norouzi, Andriy", + "type": "text" + } + ], + "index": 12, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 269, + 484, + 282 + ], + "spans": [ + { + "bbox": [ + 115, + 269, + 484, + 282 + ], + "score": 1.0, + "content": "Mnih, Arnaud Doucet, and Yee Whye Teh. Filtering Variational Objectives. In NIPS, 2017.", + "type": "text" + } + ], + "index": 13, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 287, + 505, + 300 + ], + "spans": [ + { + "bbox": [ + 106, + 287, + 505, + 300 + ], + "score": 1.0, + "content": "Frederic Morin and Yoshua Bengio. Hierarchical probabilistic neural network language model. In", + "type": "text" + } + ], + "index": 14, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 299, + 181, + 310 + ], + "spans": [ + { + "bbox": [ + 115, + 299, + 181, + 310 + ], + "score": 1.0, + "content": "AISTATS, 2005.", + "type": "text" + } + ], + "index": 15, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 316, + 505, + 329 + ], + "spans": [ + { + "bbox": [ + 106, + 316, + 505, + 329 + ], + "score": 1.0, + "content": "Christian A. Naesseth, Scott W. Linderman, Rajesh Ranganath, and David M. Blei. Variational", + "type": "text" + } + ], + "index": 16, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 327, + 380, + 340 + ], + "spans": [ + { + "bbox": [ + 115, + 327, + 380, + 340 + ], + "score": 1.0, + "content": "Sequential Monte Carlo. arXiv preprint arXiv:1705.11140, 2017.", + "type": "text" + } + ], + "index": 17, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 345, + 505, + 358 + ], + "spans": [ + { + "bbox": [ + 106, + 345, + 505, + 358 + ], + "score": 1.0, + "content": "Marius Pachitariu and Maneesh Sahani. Learning visual motion in recurrent neural networks. In", + "type": "text" + } + ], + "index": 18, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 357, + 167, + 368 + ], + "spans": [ + { + "bbox": [ + 115, + 357, + 167, + 368 + ], + "score": 1.0, + "content": "NIPS, 2012.", + "type": "text" + } + ], + "index": 19, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 374, + 505, + 389 + ], + "spans": [ + { + "bbox": [ + 105, + 374, + 505, + 389 + ], + "score": 1.0, + "content": "Herbert E. Rauch, F. Tung, and Charlotte T. Striebel. Maximum likelihood estimates of linear", + "type": "text" + } + ], + "index": 20, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 385, + 417, + 398 + ], + "spans": [ + { + "bbox": [ + 115, + 385, + 417, + 398 + ], + "score": 1.0, + "content": "dynamic systems. AIAA Journal, 3(8):1445–1450, 1965. ISSN 0001-1452.", + "type": "text" + } + ], + "index": 21, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 404, + 505, + 417 + ], + "spans": [ + { + "bbox": [ + 105, + 404, + 505, + 417 + ], + "score": 1.0, + "content": "Danilo Jimenez Rezende, Shakir Mohamed, and Daan Wierstra. Stochastic Backpropagation and", + "type": "text" + } + ], + "index": 22, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 416, + 392, + 428 + ], + "spans": [ + { + "bbox": [ + 115, + 416, + 392, + 428 + ], + "score": 1.0, + "content": "Approximate Inference in Deep Generative Models. In ICML, 2014.", + "type": "text" + } + ], + "index": 23, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 433, + 505, + 446 + ], + "spans": [ + { + "bbox": [ + 105, + 433, + 505, + 446 + ], + "score": 1.0, + "content": "Thomas B. Schon, Fredrik Lindsten, Johan Dahlin, Johan W ¨ agberg, Christian A. Naesseth, Andreas ˚", + "type": "text" + } + ], + "index": 24, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 444, + 505, + 457 + ], + "spans": [ + { + "bbox": [ + 115, + 444, + 505, + 457 + ], + "score": 1.0, + "content": "Svensson, and Liang Dai. Sequential Monte Carlo Methods for System Identification. In IFAC", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 115, + 455, + 325, + 468 + ], + "spans": [ + { + "bbox": [ + 115, + 455, + 325, + 468 + ], + "score": 1.0, + "content": "Symposium on System Identification (SYSID), 2015.", + "type": "text" + } + ], + "index": 26, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 472, + 505, + 487 + ], + "spans": [ + { + "bbox": [ + 105, + 472, + 505, + 487 + ], + "score": 1.0, + "content": "Ruslan L. Stratonovich. Conditional markov processes. Theory of Probability and Its Applications,", + "type": "text" + } + ], + "index": 27, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 484, + 201, + 497 + ], + "spans": [ + { + "bbox": [ + 115, + 484, + 201, + 497 + ], + "score": 1.0, + "content": "5(2):156–178, 1960.", + "type": "text" + } + ], + "index": 28, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 501, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 501, + 505, + 516 + ], + "score": 1.0, + "content": "Manzil Zaheer, Amr Ahmed, and Alexander J. Smola. Latent LSTM Allocation: Joint Clustering", + "type": "text" + } + ], + "index": 29, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 513, + 403, + 526 + ], + "spans": [ + { + "bbox": [ + 115, + 513, + 403, + 526 + ], + "score": 1.0, + "content": "and Non-Linear Dynamic Modeling of Sequence Data. In ICML, 2017.", + "type": "text" + } + ], + "index": 30, + "is_list_end_line": true + } + ], + "index": 15, + "bbox_fs": [ + 104, + 82, + 505, + 526 + ] + } + ] + } + ], + "_backend": "pipeline", + "_version_name": "2.2.2" +} \ No newline at end of file diff --git a/parse/train/r1drp-WCZ/r1drp-WCZ_model.json b/parse/train/r1drp-WCZ/r1drp-WCZ_model.json new file mode 100644 index 0000000000000000000000000000000000000000..c436e68bf7d46a305d1b811245a977070a393184 --- /dev/null +++ b/parse/train/r1drp-WCZ/r1drp-WCZ_model.json @@ -0,0 +1,18921 @@ +[ + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 398, + 570, + 1301, + 570, + 1301, + 868, + 398, + 868 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 1513, + 1403, + 1513, + 1403, + 1838, + 298, + 1838 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 1231, + 1403, + 1231, + 1403, + 1499, + 298, + 1499 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1008, + 1402, + 1008, + 1402, + 1216, + 298, + 1216 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 299, + 1855, + 1401, + 1855, + 1401, + 1975, + 299, + 1975 + ], + "score": 0.969 + }, + { + "category_id": 0, + "poly": [ + 300, + 220, + 911, + 220, + 911, + 304, + 300, + 304 + ], + "score": 0.956 + }, + { + "category_id": 1, + "poly": [ + 313, + 360, + 679, + 360, + 679, + 419, + 313, + 419 + ], + "score": 0.936 + }, + { + "category_id": 2, + "poly": [ + 345, + 2006, + 703, + 2006, + 703, + 2033, + 345, + 2033 + ], + "score": 0.917 + }, + { + "category_id": 0, + "poly": [ + 302, + 935, + 573, + 935, + 573, + 970, + 302, + 970 + ], + "score": 0.9 + }, + { + "category_id": 0, + "poly": [ + 773, + 500, + 926, + 500, + 926, + 533, + 773, + 533 + ], + "score": 0.868 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 104, + 298, + 104 + ], + "score": 0.855 + }, + { + "category_id": 2, + "poly": [ + 841, + 2089, + 857, + 2089, + 857, + 2112, + 841, + 2112 + ], + "score": 0.71 + }, + { + "category_id": 15, + "poly": [ + 294.0, + 216.0, + 917.0, + 216.0, + 917.0, + 270.0, + 294.0, + 270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 268.0, + 818.0, + 268.0, + 818.0, + 305.0, + 296.0, + 305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 341.0, + 2000.0, + 706.0, + 2000.0, + 706.0, + 2038.0, + 341.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 932.0, + 579.0, + 932.0, + 579.0, + 979.0, + 294.0, + 979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 769.0, + 499.0, + 932.0, + 499.0, + 932.0, + 536.0, + 769.0, + 536.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": [ + 840.0, + 2088.0, + 861.0, + 2088.0, + 861.0, + 2118.0, + 840.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 570.0, + 1305.0, + 570.0, + 1305.0, + 607.0, + 393.0, + 607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 602.0, + 1305.0, + 602.0, + 1305.0, + 637.0, + 394.0, + 637.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 631.0, + 1305.0, + 631.0, + 1305.0, + 666.0, + 392.0, + 666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 662.0, + 1305.0, + 662.0, + 1305.0, + 694.0, + 395.0, + 694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 689.0, + 1305.0, + 689.0, + 1305.0, + 725.0, + 393.0, + 725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 718.0, + 1306.0, + 718.0, + 1306.0, + 756.0, + 393.0, + 756.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 749.0, + 1305.0, + 749.0, + 1305.0, + 783.0, + 394.0, + 783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 778.0, + 1305.0, + 778.0, + 1305.0, + 812.0, + 394.0, + 812.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 808.0, + 1306.0, + 808.0, + 1306.0, + 843.0, + 393.0, + 843.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 839.0, + 636.0, + 839.0, + 636.0, + 872.0, + 394.0, + 872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1514.0, + 1405.0, + 1514.0, + 1405.0, + 1548.0, + 293.0, + 1548.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1541.0, + 1405.0, + 1541.0, + 1405.0, + 1578.0, + 293.0, + 1578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1572.0, + 1405.0, + 1572.0, + 1405.0, + 1607.0, + 293.0, + 1607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1603.0, + 1405.0, + 1603.0, + 1405.0, + 1637.0, + 293.0, + 1637.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1632.0, + 1405.0, + 1632.0, + 1405.0, + 1666.0, + 294.0, + 1666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1662.0, + 1405.0, + 1662.0, + 1405.0, + 1696.0, + 294.0, + 1696.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1690.0, + 1407.0, + 1690.0, + 1407.0, + 1726.0, + 292.0, + 1726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1718.0, + 1407.0, + 1718.0, + 1407.0, + 1758.0, + 292.0, + 1758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1747.0, + 1404.0, + 1747.0, + 1404.0, + 1787.0, + 292.0, + 1787.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1781.0, + 1405.0, + 1781.0, + 1405.0, + 1814.0, + 294.0, + 1814.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1810.0, + 684.0, + 1810.0, + 684.0, + 1843.0, + 294.0, + 1843.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1232.0, + 1404.0, + 1232.0, + 1404.0, + 1264.0, + 294.0, + 1264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1259.0, + 1407.0, + 1259.0, + 1407.0, + 1296.0, + 292.0, + 1296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1291.0, + 1404.0, + 1291.0, + 1404.0, + 1323.0, + 293.0, + 1323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1316.0, + 1407.0, + 1316.0, + 1407.0, + 1356.0, + 293.0, + 1356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1350.0, + 1407.0, + 1350.0, + 1407.0, + 1385.0, + 292.0, + 1385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1379.0, + 1405.0, + 1379.0, + 1405.0, + 1415.0, + 294.0, + 1415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1408.0, + 1407.0, + 1408.0, + 1407.0, + 1444.0, + 294.0, + 1444.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1437.0, + 1405.0, + 1437.0, + 1405.0, + 1474.0, + 292.0, + 1474.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1467.0, + 1281.0, + 1467.0, + 1281.0, + 1503.0, + 292.0, + 1503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1009.0, + 1404.0, + 1009.0, + 1404.0, + 1042.0, + 294.0, + 1042.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1036.0, + 1406.0, + 1036.0, + 1406.0, + 1072.0, + 292.0, + 1072.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1068.0, + 1407.0, + 1068.0, + 1407.0, + 1102.0, + 292.0, + 1102.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1095.0, + 1407.0, + 1095.0, + 1407.0, + 1134.0, + 292.0, + 1134.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1128.0, + 1404.0, + 1128.0, + 1404.0, + 1161.0, + 294.0, + 1161.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1157.0, + 1404.0, + 1157.0, + 1404.0, + 1190.0, + 293.0, + 1190.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1188.0, + 423.0, + 1188.0, + 423.0, + 1221.0, + 293.0, + 1221.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1852.0, + 1406.0, + 1852.0, + 1406.0, + 1892.0, + 293.0, + 1892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1881.0, + 1406.0, + 1881.0, + 1406.0, + 1920.0, + 292.0, + 1920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1908.0, + 1407.0, + 1908.0, + 1407.0, + 1954.0, + 293.0, + 1954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1943.0, + 1406.0, + 1943.0, + 1406.0, + 1981.0, + 294.0, + 1981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 361.0, + 561.0, + 361.0, + 561.0, + 392.0, + 314.0, + 392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 388.0, + 682.0, + 388.0, + 682.0, + 420.0, + 311.0, + 420.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 0, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 546, + 1404, + 546, + 1404, + 874, + 298, + 874 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 887, + 1403, + 887, + 1403, + 1037, + 298, + 1037 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 299, + 365, + 1402, + 365, + 1402, + 515, + 299, + 515 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 1052, + 1403, + 1052, + 1403, + 1203, + 298, + 1203 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 299, + 1883, + 1402, + 1883, + 1402, + 2034, + 299, + 2034 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 297, + 1495, + 1403, + 1495, + 1403, + 1645, + 297, + 1645 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 299, + 1748, + 1402, + 1748, + 1402, + 1869, + 299, + 1869 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 299, + 1312, + 1403, + 1312, + 1403, + 1403, + 299, + 1403 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 299, + 229, + 1401, + 229, + 1401, + 349, + 299, + 349 + ], + "score": 0.974 + }, + { + "category_id": 0, + "poly": [ + 300, + 1440, + 626, + 1440, + 626, + 1471, + 300, + 1471 + ], + "score": 0.913 + }, + { + "category_id": 0, + "poly": [ + 300, + 1245, + 558, + 1245, + 558, + 1280, + 300, + 1280 + ], + "score": 0.913 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 104, + 298, + 104 + ], + "score": 0.896 + }, + { + "category_id": 8, + "poly": [ + 581, + 1657, + 1115, + 1657, + 1115, + 1694, + 581, + 1694 + ], + "score": 0.885 + }, + { + "category_id": 9, + "poly": [ + 1367, + 1702, + 1399, + 1702, + 1399, + 1730, + 1367, + 1730 + ], + "score": 0.882 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1661, + 1399, + 1661, + 1399, + 1691, + 1366, + 1691 + ], + "score": 0.877 + }, + { + "category_id": 8, + "poly": [ + 578, + 1699, + 1118, + 1699, + 1118, + 1734, + 578, + 1734 + ], + "score": 0.769 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2112, + 841, + 2112 + ], + "score": 0.715 + }, + { + "category_id": 8, + "poly": [ + 732, + 1700, + 1117, + 1700, + 1117, + 1734, + 732, + 1734 + ], + "score": 0.622 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.158 + }, + { + "category_id": 13, + "poly": [ + 487, + 1613, + 579, + 1613, + 579, + 1645, + 487, + 1645 + ], + "score": 0.92, + "latex": "\\boldsymbol { z } _ { t } \\in \\mathbb { R } ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 341, + 1613, + 437, + 1613, + 437, + 1645, + 341, + 1645 + ], + "score": 0.92, + "latex": "\\boldsymbol { x } _ { t } \\in \\mathbb { R } ^ { d }" + }, + { + "category_id": 13, + "poly": [ + 366, + 1527, + 594, + 1527, + 594, + 1560, + 366, + 1560 + ], + "score": 0.92, + "latex": "z _ { 1 : T } = ( z _ { 1 } , \\dots , z _ { T } )" + }, + { + "category_id": 13, + "poly": [ + 364, + 1973, + 483, + 1973, + 483, + 2007, + 364, + 2007 + ], + "score": 0.92, + "latex": "p ( \\boldsymbol { z } _ { t } | \\boldsymbol { x } _ { 1 : T } )" + }, + { + "category_id": 14, + "poly": [ + 580, + 1655, + 1115, + 1655, + 1115, + 1738, + 580, + 1738 + ], + "score": 0.91, + "latex": "\\begin{array} { r l r } { \\mathrm { ( T r a n s i t i o n ) } } & { z _ { t } = A z _ { t - 1 } + \\eta , \\ } & { \\eta \\sim \\mathcal { N } ( 0 , Q ) } \\\\ { \\mathrm { ( E m i s s i o n ) } } & { x _ { t } = C z _ { t } + \\epsilon , \\ } & { \\epsilon \\sim \\mathcal { N } ( 0 , R ) , } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 715, + 1496, + 954, + 1496, + 954, + 1530, + 715, + 1530 + ], + "score": 0.91, + "latex": "\\boldsymbol { x } _ { 1 : T } = ( x _ { 1 } , \\dots , x _ { T } )" + }, + { + "category_id": 13, + "poly": [ + 373, + 1747, + 498, + 1747, + 498, + 1779, + 373, + 1779 + ], + "score": 0.9, + "latex": "A \\in \\mathbb { R } ^ { k \\times k }" + }, + { + "category_id": 13, + "poly": [ + 511, + 1747, + 635, + 1747, + 635, + 1779, + 511, + 1779 + ], + "score": 0.9, + "latex": "C \\in \\mathbb { R } ^ { d \\times k }" + }, + { + "category_id": 13, + "poly": [ + 808, + 1917, + 918, + 1917, + 918, + 1948, + 808, + 1948 + ], + "score": 0.9, + "latex": "p ( \\boldsymbol { z } _ { t } | \\boldsymbol { x } _ { 1 : t } )" + }, + { + "category_id": 13, + "poly": [ + 1079, + 1784, + 1106, + 1784, + 1106, + 1810, + 1079, + 1810 + ], + "score": 0.86, + "latex": "z _ { t }" + }, + { + "category_id": 13, + "poly": [ + 988, + 1813, + 1017, + 1813, + 1017, + 1840, + 988, + 1840 + ], + "score": 0.86, + "latex": "x _ { t }" + }, + { + "category_id": 13, + "poly": [ + 696, + 1751, + 722, + 1751, + 722, + 1782, + 696, + 1782 + ], + "score": 0.86, + "latex": "Q" + }, + { + "category_id": 13, + "poly": [ + 774, + 1752, + 799, + 1752, + 799, + 1778, + 774, + 1778 + ], + "score": 0.83, + "latex": "R" + }, + { + "category_id": 13, + "poly": [ + 878, + 1951, + 923, + 1951, + 923, + 1975, + 878, + 1975 + ], + "score": 0.83, + "latex": "x _ { 1 : t }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1948, + 323, + 1948, + 323, + 1974, + 297, + 1974 + ], + "score": 0.83, + "latex": "z _ { t }" + }, + { + "category_id": 13, + "poly": [ + 678, + 1918, + 691, + 1918, + 691, + 1942, + 678, + 1942 + ], + "score": 0.74, + "latex": "t" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1437.0, + 631.0, + 1437.0, + 631.0, + 1475.0, + 294.0, + 1475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1240.0, + 562.0, + 1240.0, + 562.0, + 1290.0, + 290.0, + 1290.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, + 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": [ + 293.0, + 546.0, + 1405.0, + 546.0, + 1405.0, + 584.0, + 293.0, + 584.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 577.0, + 1405.0, + 577.0, + 1405.0, + 610.0, + 293.0, + 610.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 605.0, + 1406.0, + 605.0, + 1406.0, + 641.0, + 292.0, + 641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 636.0, + 1406.0, + 636.0, + 1406.0, + 671.0, + 291.0, + 671.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 664.0, + 1406.0, + 664.0, + 1406.0, + 699.0, + 293.0, + 699.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 694.0, + 1406.0, + 694.0, + 1406.0, + 729.0, + 292.0, + 729.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 725.0, + 1405.0, + 725.0, + 1405.0, + 759.0, + 294.0, + 759.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 755.0, + 1406.0, + 755.0, + 1406.0, + 789.0, + 294.0, + 789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 784.0, + 1404.0, + 784.0, + 1404.0, + 818.0, + 293.0, + 818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 811.0, + 1405.0, + 811.0, + 1405.0, + 849.0, + 293.0, + 849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 843.0, + 1120.0, + 843.0, + 1120.0, + 877.0, + 294.0, + 877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 889.0, + 1402.0, + 889.0, + 1402.0, + 922.0, + 296.0, + 922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 918.0, + 1403.0, + 918.0, + 1403.0, + 950.0, + 294.0, + 950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 948.0, + 1405.0, + 948.0, + 1405.0, + 980.0, + 294.0, + 980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 976.0, + 1407.0, + 976.0, + 1407.0, + 1013.0, + 294.0, + 1013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1006.0, + 1268.0, + 1006.0, + 1268.0, + 1043.0, + 294.0, + 1043.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 366.0, + 1404.0, + 366.0, + 1404.0, + 398.0, + 297.0, + 398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 394.0, + 1404.0, + 394.0, + 1404.0, + 430.0, + 294.0, + 430.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 422.0, + 1406.0, + 422.0, + 1406.0, + 461.0, + 294.0, + 461.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 449.0, + 1407.0, + 449.0, + 1407.0, + 491.0, + 293.0, + 491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 480.0, + 1249.0, + 480.0, + 1249.0, + 522.0, + 293.0, + 522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1048.0, + 1404.0, + 1048.0, + 1404.0, + 1091.0, + 293.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1080.0, + 1405.0, + 1080.0, + 1405.0, + 1118.0, + 293.0, + 1118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1113.0, + 1404.0, + 1113.0, + 1404.0, + 1146.0, + 294.0, + 1146.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1141.0, + 1407.0, + 1141.0, + 1407.0, + 1177.0, + 293.0, + 1177.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1173.0, + 1074.0, + 1173.0, + 1074.0, + 1206.0, + 296.0, + 1206.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 1883.0, + 1404.0, + 1883.0, + 1404.0, + 1915.0, + 298.0, + 1915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1914.0, + 677.0, + 1914.0, + 677.0, + 1951.0, + 295.0, + 1951.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 692.0, + 1914.0, + 807.0, + 1914.0, + 807.0, + 1951.0, + 692.0, + 1951.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 919.0, + 1914.0, + 1406.0, + 1914.0, + 1406.0, + 1951.0, + 919.0, + 1951.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1942.0, + 296.0, + 1942.0, + 296.0, + 1981.0, + 292.0, + 1981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1942.0, + 877.0, + 1942.0, + 877.0, + 1981.0, + 324.0, + 1981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 924.0, + 1942.0, + 1406.0, + 1942.0, + 1406.0, + 1981.0, + 924.0, + 1981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1973.0, + 363.0, + 1973.0, + 363.0, + 2008.0, + 294.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 484.0, + 1973.0, + 1404.0, + 1973.0, + 1404.0, + 2008.0, + 484.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 2002.0, + 1403.0, + 2002.0, + 1403.0, + 2034.0, + 297.0, + 2034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1493.0, + 714.0, + 1493.0, + 714.0, + 1532.0, + 295.0, + 1532.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 955.0, + 1493.0, + 1407.0, + 1493.0, + 1407.0, + 1532.0, + 955.0, + 1532.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1526.0, + 365.0, + 1526.0, + 365.0, + 1560.0, + 292.0, + 1560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 595.0, + 1526.0, + 1404.0, + 1526.0, + 1404.0, + 1560.0, + 595.0, + 1560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1553.0, + 1403.0, + 1553.0, + 1403.0, + 1590.0, + 293.0, + 1590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1582.0, + 1405.0, + 1582.0, + 1405.0, + 1621.0, + 292.0, + 1621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1609.0, + 340.0, + 1609.0, + 340.0, + 1652.0, + 292.0, + 1652.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 438.0, + 1609.0, + 486.0, + 1609.0, + 486.0, + 1652.0, + 438.0, + 1652.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 580.0, + 1609.0, + 1089.0, + 1609.0, + 1089.0, + 1652.0, + 580.0, + 1652.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1744.0, + 372.0, + 1744.0, + 372.0, + 1788.0, + 292.0, + 1788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 499.0, + 1744.0, + 510.0, + 1744.0, + 510.0, + 1788.0, + 499.0, + 1788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 636.0, + 1744.0, + 695.0, + 1744.0, + 695.0, + 1788.0, + 636.0, + 1788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 723.0, + 1744.0, + 773.0, + 1744.0, + 773.0, + 1788.0, + 723.0, + 1788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 800.0, + 1744.0, + 1404.0, + 1744.0, + 1404.0, + 1788.0, + 800.0, + 1788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1779.0, + 1078.0, + 1779.0, + 1078.0, + 1813.0, + 294.0, + 1813.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1107.0, + 1779.0, + 1406.0, + 1779.0, + 1406.0, + 1813.0, + 1107.0, + 1813.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1808.0, + 987.0, + 1808.0, + 987.0, + 1845.0, + 293.0, + 1845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1018.0, + 1808.0, + 1407.0, + 1808.0, + 1407.0, + 1845.0, + 1018.0, + 1845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1840.0, + 602.0, + 1840.0, + 602.0, + 1872.0, + 294.0, + 1872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1313.0, + 1402.0, + 1313.0, + 1402.0, + 1347.0, + 294.0, + 1347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1342.0, + 1403.0, + 1342.0, + 1403.0, + 1378.0, + 294.0, + 1378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1372.0, + 569.0, + 1372.0, + 569.0, + 1405.0, + 292.0, + 1405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 229.0, + 1405.0, + 229.0, + 1405.0, + 267.0, + 293.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 259.0, + 1402.0, + 259.0, + 1402.0, + 293.0, + 295.0, + 293.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 286.0, + 1405.0, + 286.0, + 1405.0, + 326.0, + 293.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 318.0, + 562.0, + 318.0, + 562.0, + 355.0, + 294.0, + 355.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 1, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1368, + 1405, + 1368, + 1405, + 1609, + 296, + 1609 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 297, + 1175, + 1403, + 1175, + 1403, + 1357, + 297, + 1357 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 746, + 1404, + 746, + 1404, + 898, + 297, + 898 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1699, + 1403, + 1699, + 1403, + 1793, + 298, + 1793 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 296, + 989, + 1404, + 989, + 1404, + 1110, + 296, + 1110 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 300, + 641, + 1400, + 641, + 1400, + 733, + 300, + 733 + ], + "score": 0.965 + }, + { + "category_id": 8, + "poly": [ + 625, + 1807, + 1072, + 1807, + 1072, + 1879, + 625, + 1879 + ], + "score": 0.956 + }, + { + "category_id": 1, + "poly": [ + 297, + 1896, + 1401, + 1896, + 1401, + 1960, + 297, + 1960 + ], + "score": 0.953 + }, + { + "category_id": 1, + "poly": [ + 296, + 1972, + 1399, + 1972, + 1399, + 2035, + 296, + 2035 + ], + "score": 0.945 + }, + { + "category_id": 8, + "poly": [ + 536, + 1123, + 1158, + 1123, + 1158, + 1162, + 536, + 1162 + ], + "score": 0.939 + }, + { + "category_id": 2, + "poly": [ + 298, + 74, + 857, + 74, + 857, + 105, + 298, + 105 + ], + "score": 0.915 + }, + { + "category_id": 0, + "poly": [ + 300, + 1644, + 712, + 1644, + 712, + 1677, + 300, + 1677 + ], + "score": 0.908 + }, + { + "category_id": 0, + "poly": [ + 301, + 933, + 759, + 933, + 759, + 964, + 301, + 964 + ], + "score": 0.903 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1818, + 1399, + 1818, + 1399, + 1847, + 1366, + 1847 + ], + "score": 0.886 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1128, + 1399, + 1128, + 1399, + 1157, + 1366, + 1157 + ], + "score": 0.883 + }, + { + "category_id": 0, + "poly": [ + 301, + 228, + 718, + 228, + 718, + 262, + 301, + 262 + ], + "score": 0.877 + }, + { + "category_id": 1, + "poly": [ + 405, + 354, + 1351, + 354, + 1351, + 568, + 405, + 568 + ], + "score": 0.857 + }, + { + "category_id": 1, + "poly": [ + 362, + 272, + 1001, + 272, + 1001, + 310, + 362, + 310 + ], + "score": 0.836 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.657 + }, + { + "category_id": 1, + "poly": [ + 363, + 316, + 596, + 316, + 596, + 347, + 363, + 347 + ], + "score": 0.586 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.452 + }, + { + "category_id": 14, + "poly": [ + 626, + 1806, + 1072, + 1806, + 1072, + 1882, + 626, + 1882 + ], + "score": 0.95, + "latex": "\\pi _ { t } ( z _ { 1 : t } ) \\approx \\hat { \\pi } _ { t } ( z _ { 1 : t } ) = \\sum _ { p } \\alpha _ { t } ^ { p } \\delta _ { z _ { 1 : t } ^ { p } } ( z _ { 1 : t } ) ," + }, + { + "category_id": 13, + "poly": [ + 1114, + 1761, + 1251, + 1761, + 1251, + 1794, + 1114, + 1794 + ], + "score": 0.92, + "latex": "f { \\big ( } z _ { t } | z _ { 1 : t - 1 } { \\big ) }" + }, + { + "category_id": 13, + "poly": [ + 677, + 273, + 797, + 273, + 797, + 309, + 677, + 309 + ], + "score": 0.92, + "latex": "\\alpha _ { 0 } ^ { p } = 1 / P" + }, + { + "category_id": 13, + "poly": [ + 724, + 1050, + 865, + 1050, + 865, + 1083, + 724, + 1083 + ], + "score": 0.92, + "latex": "p \\big ( x _ { t } | x _ { 1 : t - 1 } \\big )" + }, + { + "category_id": 13, + "poly": [ + 441, + 273, + 533, + 273, + 533, + 309, + 441, + 309 + ], + "score": 0.92, + "latex": "z _ { 0 } ^ { p } = z _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 643, + 395, + 846, + 395, + 846, + 444, + 643, + 444 + ], + "score": 0.92, + "latex": "z _ { t } ^ { p } \\sim f ( z _ { t } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } )" + }, + { + "category_id": 13, + "poly": [ + 826, + 498, + 1145, + 498, + 1145, + 567, + 826, + 567 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { \\alpha _ { t } ^ { p } \\propto \\frac { \\pi _ { t } ( z _ { 1 : t } ^ { p } ) } { \\pi _ { t - 1 } ( z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } ) f ( z _ { t } ^ { p } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } ) } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 719, + 1733, + 961, + 1733, + 961, + 1764, + 719, + 1764 + ], + "score": 0.91, + "latex": "\\pi _ { 1 } ( z _ { 1 } ) , . . . , \\pi _ { T } ( z _ { 1 : T } )" + }, + { + "category_id": 13, + "poly": [ + 652, + 354, + 800, + 354, + 800, + 392, + 652, + 392 + ], + "score": 0.91, + "latex": "a _ { t - 1 } ^ { p } \\sim \\alpha _ { t - 1 }" + }, + { + "category_id": 13, + "poly": [ + 844, + 358, + 994, + 358, + 994, + 389, + 844, + 389 + ], + "score": 0.9, + "latex": "p = 1 , \\ldots , P" + }, + { + "category_id": 13, + "poly": [ + 1181, + 1176, + 1227, + 1176, + 1227, + 1210, + 1181, + 1210 + ], + "score": 0.9, + "latex": "g ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 890, + 408, + 1040, + 408, + 1040, + 440, + 890, + 440 + ], + "score": 0.9, + "latex": "p = 1 , \\ldots , P" + }, + { + "category_id": 13, + "poly": [ + 494, + 446, + 703, + 446, + 703, + 495, + 494, + 495 + ], + "score": 0.9, + "latex": "z _ { 1 : t } ^ { p } = ( z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , z _ { t } ^ { p } )" + }, + { + "category_id": 13, + "poly": [ + 746, + 459, + 897, + 459, + 897, + 492, + 746, + 492 + ], + "score": 0.9, + "latex": "p = 1 , \\ldots , P" + }, + { + "category_id": 13, + "poly": [ + 442, + 316, + 587, + 316, + 587, + 347, + 442, + 347 + ], + "score": 0.9, + "latex": "t = 1 , \\dots , T" + }, + { + "category_id": 13, + "poly": [ + 1276, + 1370, + 1322, + 1370, + 1322, + 1403, + 1276, + 1403 + ], + "score": 0.89, + "latex": "g ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 371, + 1897, + 404, + 1897, + 404, + 1931, + 371, + 1931 + ], + "score": 0.89, + "latex": "\\alpha _ { t } ^ { p }" + }, + { + "category_id": 13, + "poly": [ + 840, + 280, + 989, + 280, + 989, + 308, + 840, + 308 + ], + "score": 0.89, + "latex": "p = 1 , \\ldots , P" + }, + { + "category_id": 13, + "poly": [ + 942, + 1901, + 969, + 1901, + 969, + 1928, + 942, + 1928 + ], + "score": 0.88, + "latex": "\\delta _ { x }" + }, + { + "category_id": 14, + "poly": [ + 540, + 1123, + 1158, + 1123, + 1158, + 1162, + 540, + 1162 + ], + "score": 0.88, + "latex": "p ( x _ { t } | x _ { 1 : t - 1 } ) = p ( x _ { t } ; g ( s _ { t } ) ) , \\quad s _ { t } = \\mathsf { R N N } ( s _ { t - 1 } , x _ { t - 1 } ) ," + }, + { + "category_id": 13, + "poly": [ + 297, + 1297, + 371, + 1297, + 371, + 1327, + 297, + 1327 + ], + "score": 0.88, + "latex": "x _ { 1 : t - 1 }" + }, + { + "category_id": 13, + "poly": [ + 1113, + 1370, + 1221, + 1370, + 1221, + 1403, + 1113, + 1403 + ], + "score": 0.88, + "latex": "\\mathsf { R N N } ( \\cdot , \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 813, + 1269, + 839, + 1269, + 839, + 1296, + 813, + 1296 + ], + "score": 0.86, + "latex": "s _ { t }" + }, + { + "category_id": 13, + "poly": [ + 844, + 1211, + 871, + 1211, + 871, + 1237, + 844, + 1237 + ], + "score": 0.86, + "latex": "s _ { t }" + }, + { + "category_id": 13, + "poly": [ + 543, + 1084, + 568, + 1084, + 568, + 1109, + 543, + 1109 + ], + "score": 0.85, + "latex": "s _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1312, + 1210, + 1341, + 1210, + 1341, + 1237, + 1312, + 1237 + ], + "score": 0.85, + "latex": "x _ { t }" + }, + { + "category_id": 13, + "poly": [ + 454, + 1765, + 482, + 1765, + 482, + 1791, + 454, + 1791 + ], + "score": 0.83, + "latex": "\\pi _ { t }" + }, + { + "category_id": 13, + "poly": [ + 755, + 1910, + 771, + 1910, + 771, + 1930, + 755, + 1930 + ], + "score": 0.83, + "latex": "p" + }, + { + "category_id": 13, + "poly": [ + 542, + 1762, + 567, + 1762, + 567, + 1788, + 542, + 1788 + ], + "score": 0.83, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 376, + 1176, + 486, + 1176, + 486, + 1210, + 376, + 1210 + ], + "score": 0.81, + "latex": "\\mathsf { R N N } ( \\cdot , \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 620, + 1933, + 632, + 1933, + 632, + 1954, + 620, + 1954 + ], + "score": 0.75, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 1257, + 1904, + 1275, + 1904, + 1275, + 1924, + 1257, + 1924 + ], + "score": 0.74, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 1116, + 1734, + 1130, + 1734, + 1130, + 1758, + 1116, + 1758 + ], + "score": 0.67, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 1189, + 507, + 1340, + 507, + 1340, + 540, + 1189, + 540 + ], + "score": 0.6, + "latex": "p = 1 , \\ldots , P" + }, + { + "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, + 1642.0, + 715.0, + 1642.0, + 715.0, + 1681.0, + 294.0, + 1681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 932.0, + 764.0, + 932.0, + 764.0, + 968.0, + 295.0, + 968.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 223.0, + 720.0, + 223.0, + 720.0, + 269.0, + 296.0, + 269.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": [ + 295.0, + 1367.0, + 1112.0, + 1367.0, + 1112.0, + 1405.0, + 295.0, + 1405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1222.0, + 1367.0, + 1275.0, + 1367.0, + 1275.0, + 1405.0, + 1222.0, + 1405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1323.0, + 1367.0, + 1402.0, + 1367.0, + 1402.0, + 1405.0, + 1323.0, + 1405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1401.0, + 1403.0, + 1401.0, + 1403.0, + 1434.0, + 295.0, + 1434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1429.0, + 1405.0, + 1429.0, + 1405.0, + 1466.0, + 294.0, + 1466.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1459.0, + 1403.0, + 1459.0, + 1403.0, + 1492.0, + 294.0, + 1492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1484.0, + 1406.0, + 1484.0, + 1406.0, + 1524.0, + 291.0, + 1524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1515.0, + 1406.0, + 1515.0, + 1406.0, + 1554.0, + 293.0, + 1554.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1544.0, + 1407.0, + 1544.0, + 1407.0, + 1586.0, + 293.0, + 1586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1576.0, + 528.0, + 1576.0, + 528.0, + 1611.0, + 295.0, + 1611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1174.0, + 375.0, + 1174.0, + 375.0, + 1212.0, + 294.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 487.0, + 1174.0, + 1180.0, + 1174.0, + 1180.0, + 1212.0, + 487.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1228.0, + 1174.0, + 1403.0, + 1174.0, + 1403.0, + 1212.0, + 1228.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1203.0, + 843.0, + 1203.0, + 843.0, + 1241.0, + 294.0, + 1241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.0, + 1203.0, + 1311.0, + 1203.0, + 1311.0, + 1241.0, + 872.0, + 1241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1342.0, + 1203.0, + 1405.0, + 1203.0, + 1405.0, + 1241.0, + 1342.0, + 1241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1233.0, + 1405.0, + 1233.0, + 1405.0, + 1270.0, + 294.0, + 1270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1266.0, + 812.0, + 1266.0, + 812.0, + 1297.0, + 296.0, + 1297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 1266.0, + 1404.0, + 1266.0, + 1404.0, + 1297.0, + 840.0, + 1297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1292.0, + 296.0, + 1292.0, + 296.0, + 1331.0, + 292.0, + 1331.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 372.0, + 1292.0, + 1405.0, + 1292.0, + 1405.0, + 1331.0, + 372.0, + 1331.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1325.0, + 682.0, + 1325.0, + 682.0, + 1360.0, + 293.0, + 1360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 746.0, + 1406.0, + 746.0, + 1406.0, + 783.0, + 295.0, + 783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 776.0, + 1404.0, + 776.0, + 1404.0, + 813.0, + 295.0, + 813.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 805.0, + 1404.0, + 805.0, + 1404.0, + 843.0, + 294.0, + 843.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 834.0, + 1406.0, + 834.0, + 1406.0, + 874.0, + 294.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 864.0, + 884.0, + 864.0, + 884.0, + 902.0, + 292.0, + 902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1699.0, + 1405.0, + 1699.0, + 1405.0, + 1736.0, + 294.0, + 1736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1729.0, + 718.0, + 1729.0, + 718.0, + 1767.0, + 293.0, + 1767.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 962.0, + 1729.0, + 1115.0, + 1729.0, + 1115.0, + 1767.0, + 962.0, + 1767.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1131.0, + 1729.0, + 1405.0, + 1729.0, + 1405.0, + 1767.0, + 1131.0, + 1767.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1759.0, + 453.0, + 1759.0, + 453.0, + 1797.0, + 294.0, + 1797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 483.0, + 1759.0, + 541.0, + 1759.0, + 541.0, + 1797.0, + 483.0, + 1797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 568.0, + 1759.0, + 1113.0, + 1759.0, + 1113.0, + 1797.0, + 568.0, + 1797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1252.0, + 1759.0, + 1265.0, + 1759.0, + 1265.0, + 1797.0, + 1252.0, + 1797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 990.0, + 1404.0, + 990.0, + 1404.0, + 1025.0, + 295.0, + 1025.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1018.0, + 1401.0, + 1018.0, + 1401.0, + 1052.0, + 295.0, + 1052.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1048.0, + 723.0, + 1048.0, + 723.0, + 1087.0, + 295.0, + 1087.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 1048.0, + 1404.0, + 1048.0, + 1404.0, + 1087.0, + 866.0, + 1087.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1076.0, + 542.0, + 1076.0, + 542.0, + 1115.0, + 293.0, + 1115.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 569.0, + 1076.0, + 581.0, + 1076.0, + 581.0, + 1115.0, + 569.0, + 1115.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 638.0, + 1404.0, + 638.0, + 1404.0, + 679.0, + 293.0, + 679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 670.0, + 1404.0, + 670.0, + 1404.0, + 704.0, + 294.0, + 704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 699.0, + 1021.0, + 699.0, + 1021.0, + 736.0, + 294.0, + 736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1892.0, + 370.0, + 1892.0, + 370.0, + 1936.0, + 295.0, + 1936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 405.0, + 1892.0, + 754.0, + 1892.0, + 754.0, + 1936.0, + 405.0, + 1936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 772.0, + 1892.0, + 941.0, + 1892.0, + 941.0, + 1936.0, + 772.0, + 1936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 970.0, + 1892.0, + 1256.0, + 1892.0, + 1256.0, + 1936.0, + 970.0, + 1936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1276.0, + 1892.0, + 1406.0, + 1892.0, + 1406.0, + 1936.0, + 1276.0, + 1936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1927.0, + 619.0, + 1927.0, + 619.0, + 1963.0, + 295.0, + 1963.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 633.0, + 1927.0, + 1209.0, + 1927.0, + 1209.0, + 1963.0, + 633.0, + 1963.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1970.0, + 1403.0, + 1970.0, + 1403.0, + 2009.0, + 295.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2002.0, + 1404.0, + 2002.0, + 1404.0, + 2038.0, + 295.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 404.0, + 352.0, + 651.0, + 352.0, + 651.0, + 392.0, + 404.0, + 392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 801.0, + 352.0, + 843.0, + 352.0, + 843.0, + 392.0, + 801.0, + 392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 995.0, + 352.0, + 1005.0, + 352.0, + 1005.0, + 392.0, + 995.0, + 392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 387.0, + 402.0, + 493.0, + 402.0, + 493.0, + 585.0, + 387.0, + 585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1146.0, + 402.0, + 1188.0, + 402.0, + 1188.0, + 585.0, + 1146.0, + 585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1341.0, + 402.0, + 1349.0, + 402.0, + 1349.0, + 585.0, + 1341.0, + 585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 775.0, + 389.0, + 846.0, + 389.0, + 846.0, + 431.5, + 775.0, + 431.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 360.0, + 268.0, + 440.0, + 268.0, + 440.0, + 316.0, + 360.0, + 316.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 534.0, + 268.0, + 676.0, + 268.0, + 676.0, + 316.0, + 534.0, + 316.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 798.0, + 268.0, + 839.0, + 268.0, + 839.0, + 316.0, + 798.0, + 316.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 990.0, + 268.0, + 1003.0, + 268.0, + 1003.0, + 316.0, + 990.0, + 316.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 359.0, + 312.0, + 441.0, + 312.0, + 441.0, + 351.0, + 359.0, + 351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 588.0, + 312.0, + 600.0, + 312.0, + 600.0, + 351.0, + 588.0, + 351.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 2, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 973, + 1404, + 973, + 1404, + 1214, + 297, + 1214 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1699, + 1403, + 1699, + 1403, + 1851, + 298, + 1851 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 298, + 666, + 1404, + 666, + 1404, + 788, + 298, + 788 + ], + "score": 0.976 + }, + { + "category_id": 3, + "poly": [ + 313, + 214, + 1399, + 214, + 1399, + 537, + 313, + 537 + ], + "score": 0.963 + }, + { + "category_id": 8, + "poly": [ + 599, + 1599, + 1096, + 1599, + 1096, + 1688, + 599, + 1688 + ], + "score": 0.958 + }, + { + "category_id": 1, + "poly": [ + 300, + 1244, + 1401, + 1244, + 1401, + 1336, + 300, + 1336 + ], + "score": 0.956 + }, + { + "category_id": 8, + "poly": [ + 574, + 1954, + 1123, + 1954, + 1123, + 2032, + 574, + 2032 + ], + "score": 0.953 + }, + { + "category_id": 1, + "poly": [ + 297, + 1882, + 1399, + 1882, + 1399, + 1945, + 297, + 1945 + ], + "score": 0.95 + }, + { + "category_id": 1, + "poly": [ + 298, + 1522, + 1401, + 1522, + 1401, + 1585, + 298, + 1585 + ], + "score": 0.948 + }, + { + "category_id": 1, + "poly": [ + 296, + 897, + 1398, + 897, + 1398, + 960, + 296, + 960 + ], + "score": 0.947 + }, + { + "category_id": 4, + "poly": [ + 643, + 581, + 1055, + 581, + 1055, + 615, + 643, + 615 + ], + "score": 0.918 + }, + { + "category_id": 0, + "poly": [ + 301, + 829, + 770, + 829, + 770, + 866, + 301, + 866 + ], + "score": 0.912 + }, + { + "category_id": 1, + "poly": [ + 368, + 1357, + 1024, + 1357, + 1024, + 1502, + 368, + 1502 + ], + "score": 0.907 + }, + { + "category_id": 2, + "poly": [ + 297, + 75, + 857, + 75, + 857, + 104, + 297, + 104 + ], + "score": 0.898 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1628, + 1400, + 1628, + 1400, + 1658, + 1366, + 1658 + ], + "score": 0.88 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1978, + 1400, + 1978, + 1400, + 2007, + 1366, + 2007 + ], + "score": 0.878 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2111, + 841, + 2111 + ], + "score": 0.79 + }, + { + "category_id": 14, + "poly": [ + 601, + 1594, + 1096, + 1594, + 1096, + 1690, + 601, + 1690 + ], + "score": 0.95, + "latex": "p ( x _ { 1 : T } , z _ { 1 : T } ) = \\prod _ { t = 1 } ^ { T } p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \\phi } ( x _ { t } | z _ { t } ) ," + }, + { + "category_id": 14, + "poly": [ + 573, + 1954, + 1121, + 1954, + 1121, + 2031, + 573, + 2031 + ], + "score": 0.95, + "latex": "\\log p ( x _ { 1 : T } ) \\geq \\mathbb { E } _ { q } \\left[ \\log \\frac { p _ { \\omega } ( z _ { 1 : T } ) p _ { \\phi } ( x _ { 1 : T } | z _ { 1 : T } ) } { q ( z _ { 1 : T } ) } \\right] ," + }, + { + "category_id": 13, + "poly": [ + 1208, + 1700, + 1253, + 1700, + 1253, + 1734, + 1208, + 1734 + ], + "score": 0.9, + "latex": "g ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 596, + 1245, + 644, + 1245, + 644, + 1278, + 596, + 1278 + ], + "score": 0.9, + "latex": "h ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 373, + 1700, + 692, + 1700, + 692, + 1734, + 373, + 1734 + ], + "score": 0.89, + "latex": "p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) = p ( z _ { t } ; g ( s _ { t } ) )" + }, + { + "category_id": 13, + "poly": [ + 907, + 1764, + 978, + 1764, + 978, + 1793, + 907, + 1793 + ], + "score": 0.89, + "latex": "z _ { 1 : t - 1 }" + }, + { + "category_id": 13, + "poly": [ + 455, + 1733, + 502, + 1733, + 502, + 1763, + 455, + 1763 + ], + "score": 0.88, + "latex": "h ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 662, + 1468, + 849, + 1468, + 849, + 1501, + 662, + 1501 + ], + "score": 0.88, + "latex": "x _ { t } \\sim p ( x ; h ( z _ { t } ) )" + }, + { + "category_id": 13, + "poly": [ + 1030, + 1700, + 1155, + 1700, + 1155, + 1734, + 1030, + 1734 + ], + "score": 0.88, + "latex": "\\mathsf { L S T M } ( \\cdot , \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 655, + 1433, + 837, + 1433, + 837, + 1467, + 655, + 1467 + ], + "score": 0.87, + "latex": "z _ { t } \\sim p ( z ; g ( s _ { t } ) )" + }, + { + "category_id": 13, + "poly": [ + 751, + 1399, + 1022, + 1399, + 1022, + 1432, + 751, + 1432 + ], + "score": 0.87, + "latex": "\\boldsymbol { s } _ { t } = \\mathsf { L S T M } \\left( \\boldsymbol { s } _ { t - 1 } , \\boldsymbol { z } _ { t - 1 } \\right)" + }, + { + "category_id": 13, + "poly": [ + 986, + 731, + 1023, + 731, + 1023, + 757, + 986, + 757 + ], + "score": 0.85, + "latex": "\\alpha _ { T }" + }, + { + "category_id": 13, + "poly": [ + 1313, + 1702, + 1334, + 1702, + 1334, + 1732, + 1313, + 1732 + ], + "score": 0.85, + "latex": "\\phi" + }, + { + "category_id": 13, + "poly": [ + 485, + 1766, + 512, + 1766, + 512, + 1791, + 485, + 1791 + ], + "score": 0.85, + "latex": "z _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1181, + 1765, + 1207, + 1765, + 1207, + 1791, + 1181, + 1791 + ], + "score": 0.85, + "latex": "s _ { t }" + }, + { + "category_id": 13, + "poly": [ + 442, + 1360, + 587, + 1360, + 587, + 1391, + 442, + 1391 + ], + "score": 0.78, + "latex": "t = 1 , \\dots , T" + }, + { + "category_id": 13, + "poly": [ + 706, + 1705, + 728, + 1705, + 728, + 1728, + 706, + 1728 + ], + "score": 0.71, + "latex": "\\omega" + }, + { + "category_id": 13, + "poly": [ + 423, + 434, + 446, + 434, + 446, + 451, + 423, + 451 + ], + "score": 0.32, + "latex": "x _ { t }" + }, + { + "category_id": 13, + "poly": [ + 424, + 338, + 446, + 338, + 446, + 356, + 424, + 356 + ], + "score": 0.3, + "latex": "z _ { t }" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 236.0, + 451.0, + 236.0, + 451.0, + 268.0, + 315.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 426.0, + 422.0, + 426.0, + 422.0, + 456.0, + 312.0, + 456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 447.0, + 426.0, + 451.0, + 426.0, + 451.0, + 456.0, + 447.0, + 456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 502.0, + 825.0, + 502.0, + 825.0, + 538.0, + 394.0, + 538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 970.0, + 502.0, + 1386.0, + 502.0, + 1386.0, + 539.0, + 970.0, + 539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 333.5, + 450.0, + 333.5, + 450.0, + 360.0, + 318.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 640.0, + 578.0, + 1058.0, + 578.0, + 1058.0, + 621.0, + 640.0, + 621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 825.0, + 775.0, + 825.0, + 775.0, + 872.0, + 292.0, + 872.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, + 862.0, + 2086.0, + 862.0, + 2118.0, + 839.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 972.0, + 1404.0, + 972.0, + 1404.0, + 1010.0, + 296.0, + 1010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1003.0, + 1401.0, + 1003.0, + 1401.0, + 1036.0, + 296.0, + 1036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1031.0, + 1406.0, + 1031.0, + 1406.0, + 1070.0, + 294.0, + 1070.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1063.0, + 1405.0, + 1063.0, + 1405.0, + 1096.0, + 295.0, + 1096.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1092.0, + 1406.0, + 1092.0, + 1406.0, + 1129.0, + 294.0, + 1129.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1119.0, + 1406.0, + 1119.0, + 1406.0, + 1159.0, + 292.0, + 1159.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1149.0, + 1404.0, + 1149.0, + 1404.0, + 1187.0, + 295.0, + 1187.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1183.0, + 994.0, + 1183.0, + 994.0, + 1216.0, + 296.0, + 1216.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1698.0, + 372.0, + 1698.0, + 372.0, + 1738.0, + 294.0, + 1738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 693.0, + 1698.0, + 705.0, + 1698.0, + 705.0, + 1738.0, + 693.0, + 1738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 729.0, + 1698.0, + 1029.0, + 1698.0, + 1029.0, + 1738.0, + 729.0, + 1738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1156.0, + 1698.0, + 1207.0, + 1698.0, + 1207.0, + 1738.0, + 1156.0, + 1738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1254.0, + 1698.0, + 1312.0, + 1698.0, + 1312.0, + 1738.0, + 1254.0, + 1738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1335.0, + 1698.0, + 1407.0, + 1698.0, + 1407.0, + 1738.0, + 1335.0, + 1738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1728.0, + 454.0, + 1728.0, + 454.0, + 1767.0, + 292.0, + 1767.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 503.0, + 1728.0, + 1406.0, + 1728.0, + 1406.0, + 1767.0, + 503.0, + 1767.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1759.0, + 484.0, + 1759.0, + 484.0, + 1796.0, + 293.0, + 1796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 513.0, + 1759.0, + 906.0, + 1759.0, + 906.0, + 1796.0, + 513.0, + 1796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 979.0, + 1759.0, + 1180.0, + 1759.0, + 1180.0, + 1796.0, + 979.0, + 1796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1208.0, + 1759.0, + 1405.0, + 1759.0, + 1405.0, + 1796.0, + 1208.0, + 1796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1789.0, + 1403.0, + 1789.0, + 1403.0, + 1822.0, + 296.0, + 1822.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1821.0, + 702.0, + 1821.0, + 702.0, + 1850.0, + 296.0, + 1850.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 666.0, + 1406.0, + 666.0, + 1406.0, + 702.0, + 293.0, + 702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 698.0, + 1404.0, + 698.0, + 1404.0, + 730.0, + 294.0, + 730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 726.0, + 985.0, + 726.0, + 985.0, + 761.0, + 293.0, + 761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1024.0, + 726.0, + 1405.0, + 726.0, + 1405.0, + 761.0, + 1024.0, + 761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 757.0, + 904.0, + 757.0, + 904.0, + 789.0, + 296.0, + 789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1243.0, + 595.0, + 1243.0, + 595.0, + 1280.0, + 295.0, + 1280.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 645.0, + 1243.0, + 1407.0, + 1243.0, + 1407.0, + 1280.0, + 645.0, + 1280.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1274.0, + 1405.0, + 1274.0, + 1405.0, + 1308.0, + 295.0, + 1308.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1306.0, + 440.0, + 1306.0, + 440.0, + 1339.0, + 294.0, + 1339.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": [ + 292.0, + 1910.0, + 914.0, + 1910.0, + 914.0, + 1949.0, + 292.0, + 1949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1522.0, + 1405.0, + 1522.0, + 1405.0, + 1557.0, + 296.0, + 1557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1551.0, + 669.0, + 1551.0, + 669.0, + 1587.0, + 293.0, + 1587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 897.0, + 1402.0, + 897.0, + 1402.0, + 932.0, + 294.0, + 932.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 927.0, + 725.0, + 927.0, + 725.0, + 963.0, + 294.0, + 963.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 368.0, + 1358.0, + 441.0, + 1358.0, + 441.0, + 1391.0, + 368.0, + 1391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 588.0, + 1358.0, + 598.0, + 1358.0, + 598.0, + 1391.0, + 588.0, + 1391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 413.0, + 1392.0, + 750.0, + 1392.0, + 750.0, + 1436.0, + 413.0, + 1436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 413.0, + 1429.0, + 654.0, + 1429.0, + 654.0, + 1469.0, + 413.0, + 1469.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 413.0, + 1464.0, + 661.0, + 1464.0, + 661.0, + 1503.0, + 413.0, + 1503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 850.0, + 1464.0, + 854.0, + 1464.0, + 854.0, + 1503.0, + 850.0, + 1503.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 3, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1475, + 1404, + 1475, + 1404, + 1687, + 296, + 1687 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 296, + 1854, + 1405, + 1854, + 1405, + 2035, + 296, + 2035 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 385, + 398, + 1404, + 398, + 1404, + 550, + 385, + 550 + ], + "score": 0.969 + }, + { + "category_id": 1, + "poly": [ + 299, + 972, + 1402, + 972, + 1402, + 1065, + 299, + 1065 + ], + "score": 0.96 + }, + { + "category_id": 1, + "poly": [ + 293, + 1390, + 1402, + 1390, + 1402, + 1454, + 293, + 1454 + ], + "score": 0.95 + }, + { + "category_id": 1, + "poly": [ + 298, + 228, + 1402, + 228, + 1402, + 294, + 298, + 294 + ], + "score": 0.949 + }, + { + "category_id": 1, + "poly": [ + 297, + 1088, + 1401, + 1088, + 1401, + 1149, + 297, + 1149 + ], + "score": 0.946 + }, + { + "category_id": 8, + "poly": [ + 532, + 812, + 1264, + 812, + 1264, + 877, + 532, + 877 + ], + "score": 0.94 + }, + { + "category_id": 8, + "poly": [ + 655, + 1346, + 1045, + 1346, + 1045, + 1383, + 655, + 1383 + ], + "score": 0.938 + }, + { + "category_id": 8, + "poly": [ + 802, + 627, + 995, + 627, + 995, + 664, + 802, + 664 + ], + "score": 0.938 + }, + { + "category_id": 1, + "poly": [ + 376, + 671, + 1401, + 671, + 1401, + 733, + 376, + 733 + ], + "score": 0.937 + }, + { + "category_id": 1, + "poly": [ + 373, + 739, + 1405, + 739, + 1405, + 801, + 373, + 801 + ], + "score": 0.934 + }, + { + "category_id": 8, + "poly": [ + 699, + 355, + 1098, + 355, + 1098, + 394, + 699, + 394 + ], + "score": 0.933 + }, + { + "category_id": 1, + "poly": [ + 363, + 556, + 1402, + 556, + 1402, + 617, + 363, + 617 + ], + "score": 0.932 + }, + { + "category_id": 1, + "poly": [ + 295, + 1698, + 1399, + 1698, + 1399, + 1761, + 295, + 1761 + ], + "score": 0.929 + }, + { + "category_id": 1, + "poly": [ + 369, + 313, + 1161, + 313, + 1161, + 347, + 369, + 347 + ], + "score": 0.92 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 857, + 74, + 857, + 105, + 297, + 105 + ], + "score": 0.918 + }, + { + "category_id": 9, + "poly": [ + 1366, + 630, + 1399, + 630, + 1399, + 659, + 1366, + 659 + ], + "score": 0.892 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1349, + 1399, + 1349, + 1399, + 1379, + 1352, + 1379 + ], + "score": 0.891 + }, + { + "category_id": 9, + "poly": [ + 1366, + 358, + 1400, + 358, + 1400, + 388, + 1366, + 388 + ], + "score": 0.886 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1814, + 1399, + 1814, + 1399, + 1843, + 1352, + 1843 + ], + "score": 0.886 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1162, + 1399, + 1162, + 1399, + 1192, + 1352, + 1192 + ], + "score": 0.884 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1773, + 1400, + 1773, + 1400, + 1804, + 1352, + 1804 + ], + "score": 0.879 + }, + { + "category_id": 9, + "poly": [ + 1366, + 822, + 1400, + 822, + 1400, + 851, + 1366, + 851 + ], + "score": 0.876 + }, + { + "category_id": 1, + "poly": [ + 298, + 1245, + 1407, + 1245, + 1407, + 1337, + 298, + 1337 + ], + "score": 0.872 + }, + { + "category_id": 8, + "poly": [ + 632, + 1200, + 1065, + 1200, + 1065, + 1237, + 632, + 1237 + ], + "score": 0.87 + }, + { + "category_id": 8, + "poly": [ + 636, + 1159, + 1054, + 1159, + 1054, + 1196, + 636, + 1196 + ], + "score": 0.869 + }, + { + "category_id": 1, + "poly": [ + 398, + 888, + 1399, + 888, + 1399, + 951, + 398, + 951 + ], + "score": 0.869 + }, + { + "category_id": 9, + "poly": [ + 1353, + 1203, + 1399, + 1203, + 1399, + 1232, + 1353, + 1232 + ], + "score": 0.868 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2112, + 841, + 2112 + ], + "score": 0.761 + }, + { + "category_id": 8, + "poly": [ + 557, + 1812, + 977, + 1812, + 977, + 1847, + 557, + 1847 + ], + "score": 0.539 + }, + { + "category_id": 8, + "poly": [ + 561, + 1770, + 1138, + 1770, + 1138, + 1806, + 561, + 1806 + ], + "score": 0.49 + }, + { + "category_id": 8, + "poly": [ + 554, + 1769, + 1144, + 1769, + 1144, + 1847, + 554, + 1847 + ], + "score": 0.395 + }, + { + "category_id": 13, + "poly": [ + 685, + 1423, + 839, + 1423, + 839, + 1454, + 685, + 1454 + ], + "score": 0.93, + "latex": "\\phi = ( C , b , R )" + }, + { + "category_id": 13, + "poly": [ + 375, + 230, + 460, + 230, + 460, + 264, + 375, + 264 + ], + "score": 0.92, + "latex": "q \\big ( z _ { 1 : T } \\big )" + }, + { + "category_id": 14, + "poly": [ + 801, + 625, + 995, + 625, + 995, + 664, + 801, + 664 + ], + "score": 0.92, + "latex": "z _ { 1 : T } ^ { \\star } \\sim q ^ { \\star } ( z _ { 1 : T } ) ," + }, + { + "category_id": 14, + "poly": [ + 535, + 809, + 1261, + 809, + 1261, + 881, + 535, + 881 + ], + "score": 0.92, + "latex": "\\omega ^ { \\star } = \\underset { \\omega } { \\mathrm { a r g m a x } } ~ \\log p _ { \\omega } ( z _ { 1 : T } ^ { \\star } ) , \\quad \\phi ^ { \\star } = \\underset { \\phi } { \\mathrm { a r g m a x } } ~ \\sum _ { t } \\log p _ { \\phi } ( x _ { t } | z _ { t } ^ { \\star } ) ," + }, + { + "category_id": 13, + "poly": [ + 989, + 261, + 1058, + 261, + 1058, + 294, + 989, + 294 + ], + "score": 0.92, + "latex": "( \\omega , \\phi )" + }, + { + "category_id": 14, + "poly": [ + 699, + 354, + 1100, + 354, + 1100, + 393, + 699, + 393 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { q ^ { \\star } ( z _ { 1 : T } ) \\propto p _ { \\omega } ( z _ { 1 : T } ) p _ { \\phi } ( x _ { 1 : T } | z _ { 1 : T } ) . } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 655, + 1345, + 1043, + 1345, + 1043, + 1383, + 655, + 1383 + ], + "score": 0.92, + "latex": "h _ { \\mu } ( z _ { t } ) = C z _ { t } + b , \\quad h _ { \\sigma } ( z _ { t } ) = R ," + }, + { + "category_id": 13, + "poly": [ + 813, + 741, + 864, + 741, + 864, + 774, + 813, + 774 + ], + "score": 0.91, + "latex": "z _ { 1 : T } ^ { \\star }" + }, + { + "category_id": 14, + "poly": [ + 632, + 1155, + 1065, + 1155, + 1065, + 1243, + 632, + 1243 + ], + "score": 0.91, + "latex": "\\begin{array} { r l } & { p ( z _ { t } ; g ( s _ { t } ) ) = \\mathcal { N } ( z _ { t } ; g _ { \\mu } ( s _ { t } ) , g _ { \\sigma } ( s _ { t } ) ) } \\\\ & { p ( x _ { t } ; h ( z _ { t } ) ) = \\mathcal { N } ( x _ { t } ; h _ { \\mu } ( z _ { t } ) , h _ { \\sigma } ( z _ { t } ) ) , } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 557, + 1768, + 1140, + 1768, + 1140, + 1850, + 557, + 1850 + ], + "score": 0.91, + "latex": "\\begin{array} { r l } & { p ( z _ { t } ; g ( s _ { t } ) ) = \\mathsf { M u l t i n o m i a l } ( z _ { t } ; \\mathsf { s o f t m a x } ( W s _ { t } + b ) ) } \\\\ & { p ( x _ { t } ; h ( z _ { t } ) ) = \\mathsf { M u l t i n o m i a l } ( x _ { t } ; \\phi _ { z _ { t } } ) , } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 912, + 891, + 963, + 891, + 963, + 924, + 912, + 924 + ], + "score": 0.91, + "latex": "z _ { 1 : T } ^ { \\star }" + }, + { + "category_id": 13, + "poly": [ + 492, + 1278, + 554, + 1278, + 554, + 1310, + 492, + 1310 + ], + "score": 0.9, + "latex": "h _ { \\sigma } ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 487, + 1246, + 547, + 1246, + 547, + 1278, + 487, + 1278 + ], + "score": 0.9, + "latex": "g _ { \\sigma } ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 1218, + 1857, + 1257, + 1857, + 1257, + 1888, + 1218, + 1888 + ], + "score": 0.89, + "latex": "\\phi _ { z _ { t } }" + }, + { + "category_id": 13, + "poly": [ + 368, + 1280, + 431, + 1280, + 431, + 1311, + 368, + 1311 + ], + "score": 0.89, + "latex": "h _ { \\mu } ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 373, + 1247, + 432, + 1247, + 432, + 1280, + 373, + 1280 + ], + "score": 0.88, + "latex": "g _ { \\mu } ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 428, + 1919, + 479, + 1919, + 479, + 1946, + 428, + 1946 + ], + "score": 0.87, + "latex": "z _ { 1 : T }" + }, + { + "category_id": 13, + "poly": [ + 816, + 1095, + 845, + 1095, + 845, + 1120, + 816, + 1120 + ], + "score": 0.86, + "latex": "x _ { t }" + }, + { + "category_id": 13, + "poly": [ + 879, + 772, + 899, + 772, + 899, + 802, + 879, + 802 + ], + "score": 0.86, + "latex": "\\phi" + }, + { + "category_id": 13, + "poly": [ + 375, + 1947, + 403, + 1947, + 403, + 1974, + 375, + 1974 + ], + "score": 0.83, + "latex": "x _ { t }" + }, + { + "category_id": 13, + "poly": [ + 729, + 1095, + 756, + 1095, + 756, + 1120, + 729, + 1120 + ], + "score": 0.83, + "latex": "z _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1255, + 1948, + 1273, + 1948, + 1273, + 1976, + 1255, + 1976 + ], + "score": 0.82, + "latex": "\\phi" + }, + { + "category_id": 13, + "poly": [ + 679, + 266, + 697, + 266, + 697, + 293, + 679, + 293 + ], + "score": 0.82, + "latex": "q" + }, + { + "category_id": 13, + "poly": [ + 807, + 776, + 829, + 776, + 829, + 797, + 807, + 797 + ], + "score": 0.81, + "latex": "\\omega" + }, + { + "category_id": 13, + "poly": [ + 963, + 1482, + 1016, + 1482, + 1016, + 1509, + 963, + 1509 + ], + "score": 0.81, + "latex": "x _ { 1 : T }" + }, + { + "category_id": 13, + "poly": [ + 962, + 1890, + 990, + 1890, + 990, + 1915, + 962, + 1915 + ], + "score": 0.8, + "latex": "x _ { t }" + }, + { + "category_id": 13, + "poly": [ + 373, + 1392, + 398, + 1392, + 398, + 1418, + 373, + 1418 + ], + "score": 0.8, + "latex": "C" + }, + { + "category_id": 13, + "poly": [ + 589, + 1888, + 615, + 1888, + 615, + 1915, + 589, + 1915 + ], + "score": 0.8, + "latex": "z _ { t }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1949, + 322, + 1949, + 322, + 1974, + 297, + 1974 + ], + "score": 0.79, + "latex": "z _ { t }" + }, + { + "category_id": 13, + "poly": [ + 903, + 1949, + 930, + 1949, + 930, + 1974, + 903, + 1974 + ], + "score": 0.77, + "latex": "x _ { t }" + }, + { + "category_id": 13, + "poly": [ + 342, + 1708, + 367, + 1708, + 367, + 1731, + 342, + 1731 + ], + "score": 0.76, + "latex": "z _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1094, + 1392, + 1118, + 1392, + 1118, + 1418, + 1094, + 1418 + ], + "score": 0.75, + "latex": "R" + }, + { + "category_id": 13, + "poly": [ + 980, + 1857, + 995, + 1857, + 995, + 1883, + 980, + 1883 + ], + "score": 0.69, + "latex": "b" + }, + { + "category_id": 13, + "poly": [ + 372, + 1856, + 405, + 1856, + 405, + 1883, + 372, + 1883 + ], + "score": 0.59, + "latex": "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": [ + 839.0, + 2085.0, + 861.0, + 2085.0, + 861.0, + 2120.0, + 839.0, + 2120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1475.0, + 962.0, + 1475.0, + 962.0, + 1513.0, + 295.0, + 1513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1017.0, + 1475.0, + 1406.0, + 1475.0, + 1406.0, + 1513.0, + 1017.0, + 1513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1505.0, + 1406.0, + 1505.0, + 1406.0, + 1541.0, + 293.0, + 1541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1535.0, + 1406.0, + 1535.0, + 1406.0, + 1573.0, + 294.0, + 1573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1564.0, + 1405.0, + 1564.0, + 1405.0, + 1602.0, + 291.0, + 1602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1596.0, + 1405.0, + 1596.0, + 1405.0, + 1630.0, + 293.0, + 1630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1621.0, + 1405.0, + 1621.0, + 1405.0, + 1663.0, + 291.0, + 1663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1655.0, + 870.0, + 1655.0, + 870.0, + 1689.0, + 295.0, + 1689.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1853.0, + 371.0, + 1853.0, + 371.0, + 1891.0, + 294.0, + 1891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 406.0, + 1853.0, + 979.0, + 1853.0, + 979.0, + 1891.0, + 406.0, + 1891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 996.0, + 1853.0, + 1217.0, + 1853.0, + 1217.0, + 1891.0, + 996.0, + 1891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1258.0, + 1853.0, + 1406.0, + 1853.0, + 1406.0, + 1891.0, + 1258.0, + 1891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1882.0, + 588.0, + 1882.0, + 588.0, + 1922.0, + 293.0, + 1922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 616.0, + 1882.0, + 961.0, + 1882.0, + 961.0, + 1922.0, + 616.0, + 1922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 991.0, + 1882.0, + 1407.0, + 1882.0, + 1407.0, + 1922.0, + 991.0, + 1922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1913.0, + 427.0, + 1913.0, + 427.0, + 1951.0, + 289.0, + 1951.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 480.0, + 1913.0, + 1407.0, + 1913.0, + 1407.0, + 1951.0, + 480.0, + 1951.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1942.0, + 296.0, + 1942.0, + 296.0, + 1980.0, + 291.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1942.0, + 374.0, + 1942.0, + 374.0, + 1980.0, + 323.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 404.0, + 1942.0, + 902.0, + 1942.0, + 902.0, + 1980.0, + 404.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 931.0, + 1942.0, + 1254.0, + 1942.0, + 1254.0, + 1980.0, + 931.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1274.0, + 1942.0, + 1406.0, + 1942.0, + 1406.0, + 1980.0, + 1274.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1972.0, + 1407.0, + 1972.0, + 1407.0, + 2010.0, + 290.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2003.0, + 673.0, + 2003.0, + 673.0, + 2035.0, + 295.0, + 2035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 399.0, + 1406.0, + 399.0, + 1406.0, + 433.0, + 392.0, + 433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 427.0, + 1406.0, + 427.0, + 1406.0, + 463.0, + 392.0, + 463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 458.0, + 1406.0, + 458.0, + 1406.0, + 493.0, + 393.0, + 493.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 489.0, + 1405.0, + 489.0, + 1405.0, + 520.0, + 393.0, + 520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 396.0, + 518.0, + 644.0, + 518.0, + 644.0, + 550.0, + 396.0, + 550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 971.0, + 1404.0, + 971.0, + 1404.0, + 1008.0, + 294.0, + 1008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1003.0, + 1404.0, + 1003.0, + 1404.0, + 1037.0, + 295.0, + 1037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1030.0, + 671.0, + 1030.0, + 671.0, + 1069.0, + 294.0, + 1069.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1387.0, + 372.0, + 1387.0, + 372.0, + 1426.0, + 293.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 399.0, + 1387.0, + 1093.0, + 1387.0, + 1093.0, + 1426.0, + 399.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1119.0, + 1387.0, + 1405.0, + 1387.0, + 1405.0, + 1426.0, + 1119.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1419.0, + 684.0, + 1419.0, + 684.0, + 1455.0, + 295.0, + 1455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 1419.0, + 1249.0, + 1419.0, + 1249.0, + 1455.0, + 840.0, + 1455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 227.0, + 374.0, + 227.0, + 374.0, + 266.0, + 294.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 461.0, + 227.0, + 1404.0, + 227.0, + 1404.0, + 266.0, + 461.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 260.0, + 678.0, + 260.0, + 678.0, + 296.0, + 294.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 698.0, + 260.0, + 988.0, + 260.0, + 988.0, + 296.0, + 698.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1059.0, + 260.0, + 1404.0, + 260.0, + 1404.0, + 296.0, + 1059.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1088.0, + 728.0, + 1088.0, + 728.0, + 1124.0, + 296.0, + 1124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 757.0, + 1088.0, + 815.0, + 1088.0, + 815.0, + 1124.0, + 757.0, + 1124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 846.0, + 1088.0, + 1403.0, + 1088.0, + 1403.0, + 1124.0, + 846.0, + 1124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1120.0, + 884.0, + 1120.0, + 884.0, + 1151.0, + 296.0, + 1151.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 669.0, + 1405.0, + 669.0, + 1405.0, + 707.0, + 394.0, + 707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 698.0, + 583.0, + 698.0, + 583.0, + 734.0, + 394.0, + 734.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 365.0, + 733.0, + 812.0, + 733.0, + 812.0, + 781.0, + 365.0, + 781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 865.0, + 733.0, + 1409.0, + 733.0, + 1409.0, + 781.0, + 865.0, + 781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 767.0, + 806.0, + 767.0, + 806.0, + 805.0, + 394.0, + 805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 767.0, + 878.0, + 767.0, + 878.0, + 805.0, + 830.0, + 805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 900.0, + 767.0, + 944.0, + 767.0, + 944.0, + 805.0, + 900.0, + 805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 368.0, + 554.0, + 1403.0, + 554.0, + 1403.0, + 592.0, + 368.0, + 592.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 585.0, + 772.0, + 585.0, + 772.0, + 619.0, + 394.0, + 619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1695.0, + 341.0, + 1695.0, + 341.0, + 1737.0, + 291.0, + 1737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 368.0, + 1695.0, + 1404.0, + 1695.0, + 1404.0, + 1737.0, + 368.0, + 1737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1726.0, + 605.0, + 1726.0, + 605.0, + 1765.0, + 294.0, + 1765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 367.0, + 311.0, + 1163.0, + 311.0, + 1163.0, + 352.0, + 367.0, + 352.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1242.0, + 372.0, + 1242.0, + 372.0, + 1285.0, + 292.0, + 1285.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 433.0, + 1242.0, + 486.0, + 1242.0, + 486.0, + 1285.0, + 433.0, + 1285.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 548.0, + 1242.0, + 1404.0, + 1242.0, + 1404.0, + 1285.0, + 548.0, + 1285.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1272.0, + 367.0, + 1272.0, + 367.0, + 1315.0, + 291.0, + 1315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 432.0, + 1272.0, + 491.0, + 1272.0, + 491.0, + 1315.0, + 432.0, + 1315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 555.0, + 1272.0, + 1408.0, + 1272.0, + 1408.0, + 1315.0, + 555.0, + 1315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1307.0, + 387.0, + 1307.0, + 387.0, + 1339.0, + 294.0, + 1339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 886.0, + 911.0, + 886.0, + 911.0, + 926.0, + 394.0, + 926.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 964.0, + 886.0, + 1404.0, + 886.0, + 1404.0, + 926.0, + 964.0, + 926.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 917.0, + 788.0, + 917.0, + 788.0, + 951.0, + 395.0, + 951.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 4, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 959, + 1406, + 959, + 1406, + 1141, + 297, + 1141 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 1710, + 1403, + 1710, + 1403, + 1862, + 297, + 1862 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 853, + 1405, + 853, + 1405, + 947, + 298, + 947 + ], + "score": 0.971 + }, + { + "category_id": 1, + "poly": [ + 300, + 1277, + 1403, + 1277, + 1403, + 1370, + 300, + 1370 + ], + "score": 0.963 + }, + { + "category_id": 8, + "poly": [ + 466, + 1152, + 1231, + 1152, + 1231, + 1256, + 466, + 1256 + ], + "score": 0.957 + }, + { + "category_id": 8, + "poly": [ + 512, + 365, + 1182, + 365, + 1182, + 444, + 512, + 444 + ], + "score": 0.954 + }, + { + "category_id": 1, + "poly": [ + 296, + 700, + 1399, + 700, + 1399, + 763, + 296, + 763 + ], + "score": 0.951 + }, + { + "category_id": 1, + "poly": [ + 296, + 466, + 1401, + 466, + 1401, + 527, + 296, + 527 + ], + "score": 0.95 + }, + { + "category_id": 8, + "poly": [ + 488, + 1948, + 1207, + 1948, + 1207, + 2027, + 488, + 2027 + ], + "score": 0.95 + }, + { + "category_id": 1, + "poly": [ + 293, + 292, + 1403, + 292, + 1403, + 355, + 293, + 355 + ], + "score": 0.948 + }, + { + "category_id": 1, + "poly": [ + 297, + 1562, + 1398, + 1562, + 1398, + 1624, + 297, + 1624 + ], + "score": 0.948 + }, + { + "category_id": 8, + "poly": [ + 600, + 1635, + 1096, + 1635, + 1096, + 1701, + 600, + 1701 + ], + "score": 0.947 + }, + { + "category_id": 1, + "poly": [ + 294, + 1874, + 1399, + 1874, + 1399, + 1938, + 294, + 1938 + ], + "score": 0.947 + }, + { + "category_id": 8, + "poly": [ + 566, + 1381, + 1132, + 1381, + 1132, + 1456, + 566, + 1456 + ], + "score": 0.945 + }, + { + "category_id": 8, + "poly": [ + 715, + 1509, + 980, + 1509, + 980, + 1556, + 715, + 1556 + ], + "score": 0.943 + }, + { + "category_id": 8, + "poly": [ + 559, + 540, + 1138, + 540, + 1138, + 605, + 559, + 605 + ], + "score": 0.934 + }, + { + "category_id": 1, + "poly": [ + 300, + 1462, + 938, + 1462, + 938, + 1495, + 300, + 1495 + ], + "score": 0.926 + }, + { + "category_id": 1, + "poly": [ + 297, + 655, + 1363, + 655, + 1363, + 689, + 297, + 689 + ], + "score": 0.913 + }, + { + "category_id": 2, + "poly": [ + 297, + 73, + 858, + 73, + 858, + 106, + 297, + 106 + ], + "score": 0.911 + }, + { + "category_id": 8, + "poly": [ + 564, + 611, + 1101, + 611, + 1101, + 648, + 564, + 648 + ], + "score": 0.908 + }, + { + "category_id": 9, + "poly": [ + 1352, + 783, + 1400, + 783, + 1400, + 813, + 1352, + 813 + ], + "score": 0.902 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1519, + 1399, + 1519, + 1399, + 1550, + 1352, + 1550 + ], + "score": 0.9 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1400, + 1400, + 1400, + 1400, + 1430, + 1351, + 1430 + ], + "score": 0.9 + }, + { + "category_id": 8, + "poly": [ + 316, + 772, + 1147, + 772, + 1147, + 840, + 316, + 840 + ], + "score": 0.899 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1652, + 1400, + 1652, + 1400, + 1683, + 1352, + 1683 + ], + "score": 0.894 + }, + { + "category_id": 9, + "poly": [ + 1352, + 612, + 1400, + 612, + 1400, + 642, + 1352, + 642 + ], + "score": 0.889 + }, + { + "category_id": 9, + "poly": [ + 1352, + 556, + 1400, + 556, + 1400, + 587, + 1352, + 587 + ], + "score": 0.888 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1184, + 1400, + 1184, + 1400, + 1215, + 1351, + 1215 + ], + "score": 0.886 + }, + { + "category_id": 9, + "poly": [ + 1352, + 387, + 1400, + 387, + 1400, + 417, + 1352, + 417 + ], + "score": 0.884 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1965, + 1400, + 1965, + 1400, + 1995, + 1351, + 1995 + ], + "score": 0.88 + }, + { + "category_id": 8, + "poly": [ + 663, + 773, + 1147, + 773, + 1147, + 841, + 663, + 841 + ], + "score": 0.86 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 859, + 2088, + 859, + 2112, + 840, + 2112 + ], + "score": 0.809 + }, + { + "category_id": 0, + "poly": [ + 297, + 225, + 849, + 225, + 849, + 263, + 297, + 263 + ], + "score": 0.563 + }, + { + "category_id": 1, + "poly": [ + 312, + 781, + 607, + 781, + 607, + 815, + 312, + 815 + ], + "score": 0.444 + }, + { + "category_id": 0, + "poly": [ + 297, + 225, + 849, + 225, + 849, + 263, + 297, + 263 + ], + "score": 0.413 + }, + { + "category_id": 14, + "poly": [ + 604, + 1632, + 1093, + 1632, + 1093, + 1704, + 604, + 1704 + ], + "score": 0.95, + "latex": "\\alpha _ { t } ^ { p } \\propto \\tilde { \\alpha } _ { t } ^ { p } = \\int p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } ) p _ { \\phi } ( x _ { t } | z _ { t } ) \\mathrm { d } z _ { t } , ," + }, + { + "category_id": 14, + "poly": [ + 717, + 1504, + 983, + 1504, + 983, + 1555, + 717, + 1555 + ], + "score": 0.95, + "latex": "\\gamma _ { t } ^ { p } = f ^ { \\star } ( z _ { t } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , x _ { t } ) ." + }, + { + "category_id": 14, + "poly": [ + 468, + 1148, + 1232, + 1148, + 1232, + 1253, + 468, + 1253 + ], + "score": 0.94, + "latex": "\\alpha _ { t } ^ { p } \\propto \\frac { p ( z _ { 1 : t } ^ { p } , x _ { 1 : t } ) } { p ( z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , x _ { 1 : t - 1 } ) f ( z _ { t } ^ { p } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , x _ { t } ) } = \\frac { p _ { \\omega } ( z _ { t } ^ { p } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } ) p _ { \\phi } ( x _ { t } | z _ { t } ^ { p } ) } { f ( z _ { t } ^ { p } | z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , x _ { t } ) } ." + }, + { + "category_id": 14, + "poly": [ + 561, + 536, + 1139, + 536, + 1139, + 650, + 561, + 650 + ], + "score": 0.94, + "latex": "\\begin{array} { r l } & { \\alpha _ { t } \\equiv p ( x _ { t } | z _ { 1 : t - 1 } ) \\propto \\displaystyle \\int p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \\phi } ( x _ { t } | z _ { t } ) \\mathrm { d } z _ { t } } \\\\ & { \\gamma _ { t } \\equiv p ( z _ { t } | z _ { 1 : t - 1 } , x _ { t } ) \\propto p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \\phi } ( x _ { t } | z _ { t } ) . } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 659, + 772, + 1146, + 772, + 1146, + 844, + 659, + 844 + ], + "score": 0.94, + "latex": "p ( z _ { 1 : T } | x _ { 1 : T } ) \\propto \\prod _ { t } p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ^ { \\mathrm { p r e v } } ) p _ { \\phi } ( x _ { t } | z _ { t } ) ," + }, + { + "category_id": 14, + "poly": [ + 490, + 1946, + 1210, + 1946, + 1210, + 2030, + 490, + 2030 + ], + "score": 0.93, + "latex": "\\hat { p } ( z _ { 1 : T } | x _ { 1 : T } ) = \\sum _ { p } \\alpha _ { T } ^ { p } \\delta _ { z _ { 1 : T } ^ { p } } \\left( z _ { 1 : T } \\right) , \\quad \\hat { p } ( x _ { 1 : T } ) = \\prod _ { t } \\frac { 1 } { P } \\sum _ { p } \\tilde { \\alpha } _ { t } ^ { p } ." + }, + { + "category_id": 14, + "poly": [ + 513, + 362, + 1186, + 362, + 1186, + 443, + 513, + 443 + ], + "score": 0.93, + "latex": "z _ { 1 : T } ^ { \\star } \\sim p ( z _ { 1 : T } | x _ { 1 : T } ) = \\frac { \\prod _ { t } p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \\phi } ( x _ { t } | z _ { t } ) } { \\int \\prod _ { t } p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \\phi } ( x _ { t } | z _ { t } ) \\mathrm { d } z _ { 1 : T } } ." + }, + { + "category_id": 13, + "poly": [ + 1019, + 1078, + 1286, + 1078, + 1286, + 1112, + 1019, + 1112 + ], + "score": 0.92, + "latex": "\\pi _ { t } ( z _ { 1 : t } ) \\stackrel { - } { = } p ( x _ { 1 : t } , z _ { 1 : t } )" + }, + { + "category_id": 14, + "poly": [ + 566, + 1378, + 1133, + 1378, + 1133, + 1455, + 566, + 1455 + ], + "score": 0.92, + "latex": "f ^ { \\star } ( z _ { t } | z _ { 1 : t - 1 } , x _ { t } ) = \\frac { p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \\phi } ( x _ { t } | z _ { t } ) } { \\int p _ { \\omega } ( z _ { t } | z _ { 1 : t - 1 } ) p _ { \\phi } ( x _ { t } | z _ { t } ) \\mathrm { d } z _ { t } } ," + }, + { + "category_id": 13, + "poly": [ + 1242, + 1278, + 1392, + 1278, + 1392, + 1312, + 1242, + 1312 + ], + "score": 0.91, + "latex": "p _ { \\omega } \\big ( z _ { t } | z _ { 1 : t - 1 } \\big )" + }, + { + "category_id": 13, + "poly": [ + 836, + 1049, + 1012, + 1049, + 1012, + 1082, + 836, + 1082 + ], + "score": 0.91, + "latex": "f ( \\boldsymbol { z } _ { t } | \\boldsymbol { z } _ { 1 : t - 1 } , \\boldsymbol { x } _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 374, + 853, + 445, + 853, + 445, + 890, + 374, + 890 + ], + "score": 0.91, + "latex": "z _ { 1 : t - 1 } ^ { \\mathrm { p r e v } }" + }, + { + "category_id": 13, + "poly": [ + 793, + 1278, + 839, + 1278, + 839, + 1312, + 793, + 1312 + ], + "score": 0.9, + "latex": "f ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 730, + 1744, + 759, + 1744, + 759, + 1774, + 730, + 1774 + ], + "score": 0.88, + "latex": "z _ { t } ^ { p }" + }, + { + "category_id": 13, + "poly": [ + 854, + 706, + 906, + 706, + 906, + 733, + 854, + 733 + ], + "score": 0.88, + "latex": "z _ { 1 : T }" + }, + { + "category_id": 13, + "poly": [ + 809, + 660, + 860, + 660, + 860, + 687, + 809, + 687 + ], + "score": 0.88, + "latex": "z _ { 1 : T }" + }, + { + "category_id": 13, + "poly": [ + 1377, + 1051, + 1401, + 1051, + 1401, + 1076, + 1377, + 1076 + ], + "score": 0.84, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 1035, + 1716, + 1065, + 1716, + 1065, + 1742, + 1035, + 1742 + ], + "score": 0.83, + "latex": "\\alpha _ { t }" + }, + { + "category_id": 13, + "poly": [ + 743, + 1112, + 756, + 1112, + 756, + 1137, + 743, + 1137 + ], + "score": 0.74, + "latex": "t" + }, + { + "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": [ + 840.0, + 2086.0, + 862.0, + 2086.0, + 862.0, + 2116.0, + 840.0, + 2116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 223.0, + 849.0, + 223.0, + 849.0, + 266.0, + 293.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 223.0, + 849.0, + 223.0, + 849.0, + 266.0, + 293.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 959.0, + 1404.0, + 959.0, + 1404.0, + 995.0, + 294.0, + 995.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 987.0, + 1407.0, + 987.0, + 1407.0, + 1025.0, + 290.0, + 1025.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1017.0, + 1406.0, + 1017.0, + 1406.0, + 1055.0, + 292.0, + 1055.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1046.0, + 835.0, + 1046.0, + 835.0, + 1085.0, + 291.0, + 1085.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1013.0, + 1046.0, + 1376.0, + 1046.0, + 1376.0, + 1085.0, + 1013.0, + 1085.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 1046.0, + 1407.0, + 1046.0, + 1407.0, + 1085.0, + 1402.0, + 1085.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1075.0, + 1018.0, + 1075.0, + 1018.0, + 1117.0, + 291.0, + 1117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1287.0, + 1075.0, + 1407.0, + 1075.0, + 1407.0, + 1117.0, + 1287.0, + 1117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1109.0, + 742.0, + 1109.0, + 742.0, + 1144.0, + 295.0, + 1144.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 757.0, + 1109.0, + 1068.0, + 1109.0, + 1068.0, + 1144.0, + 757.0, + 1144.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1709.0, + 1034.0, + 1709.0, + 1034.0, + 1747.0, + 294.0, + 1747.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1066.0, + 1709.0, + 1405.0, + 1709.0, + 1405.0, + 1747.0, + 1066.0, + 1747.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1739.0, + 729.0, + 1739.0, + 729.0, + 1779.0, + 293.0, + 1779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 760.0, + 1739.0, + 1404.0, + 1739.0, + 1404.0, + 1779.0, + 760.0, + 1779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1772.0, + 1405.0, + 1772.0, + 1405.0, + 1804.0, + 295.0, + 1804.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1798.0, + 1405.0, + 1798.0, + 1405.0, + 1836.0, + 294.0, + 1836.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1831.0, + 1297.0, + 1831.0, + 1297.0, + 1863.0, + 296.0, + 1863.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.0, + 849.0, + 373.0, + 849.0, + 373.0, + 902.0, + 288.0, + 902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 446.0, + 849.0, + 1411.0, + 849.0, + 1411.0, + 902.0, + 446.0, + 902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 884.0, + 1405.0, + 884.0, + 1405.0, + 918.0, + 293.0, + 918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 913.0, + 870.0, + 913.0, + 870.0, + 950.0, + 293.0, + 950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1276.0, + 792.0, + 1276.0, + 792.0, + 1314.0, + 294.0, + 1314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 1276.0, + 1241.0, + 1276.0, + 1241.0, + 1314.0, + 840.0, + 1314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1393.0, + 1276.0, + 1404.0, + 1276.0, + 1404.0, + 1314.0, + 1393.0, + 1314.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, + 1337.0, + 1331.0, + 1337.0, + 1331.0, + 1372.0, + 293.0, + 1372.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 701.0, + 853.0, + 701.0, + 853.0, + 737.0, + 296.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 907.0, + 701.0, + 1405.0, + 701.0, + 1405.0, + 737.0, + 907.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 730.0, + 1155.0, + 730.0, + 1155.0, + 762.0, + 296.0, + 762.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 463.0, + 1403.0, + 463.0, + 1403.0, + 503.0, + 295.0, + 503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 495.0, + 1068.0, + 495.0, + 1068.0, + 529.0, + 292.0, + 529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 288.0, + 1405.0, + 288.0, + 1405.0, + 334.0, + 292.0, + 334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 325.0, + 653.0, + 325.0, + 653.0, + 357.0, + 296.0, + 357.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1561.0, + 1402.0, + 1561.0, + 1402.0, + 1597.0, + 295.0, + 1597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1594.0, + 1009.0, + 1594.0, + 1009.0, + 1626.0, + 296.0, + 1626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1870.0, + 1404.0, + 1870.0, + 1404.0, + 1912.0, + 293.0, + 1912.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1906.0, + 683.0, + 1906.0, + 683.0, + 1938.0, + 294.0, + 1938.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1458.0, + 942.0, + 1458.0, + 942.0, + 1502.0, + 294.0, + 1502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 648.0, + 808.0, + 648.0, + 808.0, + 696.0, + 293.0, + 696.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 861.0, + 648.0, + 1369.0, + 648.0, + 1369.0, + 696.0, + 861.0, + 696.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 777.0, + 612.0, + 777.0, + 612.0, + 820.0, + 312.0, + 820.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 5, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1213, + 1405, + 1213, + 1405, + 1454, + 297, + 1454 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 297, + 991, + 1404, + 991, + 1404, + 1201, + 297, + 1201 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 856, + 1404, + 856, + 1404, + 977, + 298, + 977 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 298, + 1914, + 1403, + 1914, + 1403, + 2034, + 298, + 2034 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 300, + 748, + 1403, + 748, + 1403, + 844, + 300, + 844 + ], + "score": 0.964 + }, + { + "category_id": 1, + "poly": [ + 405, + 354, + 1250, + 354, + 1250, + 521, + 405, + 521 + ], + "score": 0.954 + }, + { + "category_id": 1, + "poly": [ + 298, + 1782, + 1398, + 1782, + 1398, + 1846, + 298, + 1846 + ], + "score": 0.946 + }, + { + "category_id": 1, + "poly": [ + 296, + 1528, + 1398, + 1528, + 1398, + 1591, + 296, + 1591 + ], + "score": 0.943 + }, + { + "category_id": 8, + "poly": [ + 664, + 1862, + 1035, + 1862, + 1035, + 1902, + 664, + 1902 + ], + "score": 0.939 + }, + { + "category_id": 8, + "poly": [ + 729, + 697, + 969, + 697, + 969, + 737, + 729, + 737 + ], + "score": 0.936 + }, + { + "category_id": 1, + "poly": [ + 300, + 647, + 1131, + 647, + 1131, + 681, + 300, + 681 + ], + "score": 0.934 + }, + { + "category_id": 1, + "poly": [ + 300, + 1713, + 757, + 1713, + 757, + 1755, + 300, + 1755 + ], + "score": 0.921 + }, + { + "category_id": 8, + "poly": [ + 512, + 1653, + 1185, + 1653, + 1185, + 1695, + 512, + 1695 + ], + "score": 0.92 + }, + { + "category_id": 2, + "poly": [ + 298, + 74, + 857, + 74, + 857, + 106, + 298, + 106 + ], + "score": 0.919 + }, + { + "category_id": 1, + "poly": [ + 299, + 1467, + 1216, + 1467, + 1216, + 1501, + 299, + 1501 + ], + "score": 0.915 + }, + { + "category_id": 9, + "poly": [ + 1352, + 700, + 1399, + 700, + 1399, + 730, + 1352, + 730 + ], + "score": 0.912 + }, + { + "category_id": 8, + "poly": [ + 511, + 1607, + 1070, + 1607, + 1070, + 1647, + 511, + 1647 + ], + "score": 0.908 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1865, + 1399, + 1865, + 1399, + 1895, + 1352, + 1895 + ], + "score": 0.901 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1659, + 1400, + 1659, + 1400, + 1689, + 1352, + 1689 + ], + "score": 0.89 + }, + { + "category_id": 1, + "poly": [ + 363, + 532, + 903, + 532, + 903, + 571, + 363, + 571 + ], + "score": 0.889 + }, + { + "category_id": 0, + "poly": [ + 302, + 229, + 778, + 229, + 778, + 261, + 302, + 261 + ], + "score": 0.884 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1613, + 1400, + 1613, + 1400, + 1643, + 1352, + 1643 + ], + "score": 0.878 + }, + { + "category_id": 1, + "poly": [ + 367, + 272, + 907, + 272, + 907, + 309, + 367, + 309 + ], + "score": 0.875 + }, + { + "category_id": 1, + "poly": [ + 363, + 316, + 596, + 316, + 596, + 347, + 363, + 347 + ], + "score": 0.802 + }, + { + "category_id": 2, + "poly": [ + 841, + 2087, + 858, + 2087, + 858, + 2111, + 841, + 2111 + ], + "score": 0.71 + }, + { + "category_id": 2, + "poly": [ + 841, + 2087, + 859, + 2087, + 859, + 2111, + 841, + 2111 + ], + "score": 0.188 + }, + { + "category_id": 13, + "poly": [ + 706, + 353, + 813, + 353, + 813, + 391, + 706, + 391 + ], + "score": 0.94, + "latex": "a _ { t - 1 } ^ { 1 } = 1" + }, + { + "category_id": 13, + "poly": [ + 643, + 445, + 738, + 445, + 738, + 480, + 643, + 480 + ], + "score": 0.93, + "latex": "z _ { t } ^ { p } \\sim \\gamma _ { t } ^ { p }" + }, + { + "category_id": 13, + "poly": [ + 584, + 273, + 704, + 273, + 704, + 309, + 584, + 309 + ], + "score": 0.93, + "latex": "\\alpha _ { 0 } ^ { p } = 1 / P" + }, + { + "category_id": 13, + "poly": [ + 827, + 434, + 1036, + 434, + 1036, + 482, + 827, + 482 + ], + "score": 0.93, + "latex": "z _ { 1 : t } ^ { p } = ( z _ { 1 : t - 1 } ^ { a _ { t - 1 } ^ { p } } , z _ { t } ^ { p } )" + }, + { + "category_id": 13, + "poly": [ + 863, + 353, + 983, + 353, + 983, + 390, + 863, + 390 + ], + "score": 0.93, + "latex": "z _ { 1 : t } ^ { 1 } = z _ { 1 : t } ^ { \\star }" + }, + { + "category_id": 14, + "poly": [ + 729, + 696, + 968, + 696, + 968, + 734, + 729, + 734 + ], + "score": 0.92, + "latex": "z _ { 1 : T } ^ { \\star } \\sim \\hat { p } \\big ( z _ { 1 : T } | x _ { 1 : T } \\big ) ," + }, + { + "category_id": 13, + "poly": [ + 441, + 273, + 533, + 273, + 533, + 309, + 441, + 309 + ], + "score": 0.92, + "latex": "z _ { 0 } ^ { p } = z _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 844, + 527, + 894, + 527, + 894, + 573, + 844, + 573 + ], + "score": 0.91, + "latex": "z _ { 1 : T } ^ { a _ { T } ^ { r } }" + }, + { + "category_id": 13, + "poly": [ + 653, + 393, + 800, + 393, + 800, + 431, + 653, + 431 + ], + "score": 0.91, + "latex": "a _ { t - 1 } ^ { p } \\sim \\alpha _ { t - 1 }" + }, + { + "category_id": 13, + "poly": [ + 862, + 487, + 1012, + 487, + 1012, + 519, + 862, + 519 + ], + "score": 0.91, + "latex": "p = 1 , \\ldots , P" + }, + { + "category_id": 13, + "poly": [ + 1079, + 446, + 1229, + 446, + 1229, + 479, + 1079, + 479 + ], + "score": 0.91, + "latex": "p = 2 , \\ldots , P" + }, + { + "category_id": 13, + "poly": [ + 843, + 396, + 994, + 396, + 994, + 428, + 843, + 428 + ], + "score": 0.91, + "latex": "p = 2 , \\ldots , P" + }, + { + "category_id": 13, + "poly": [ + 490, + 1052, + 536, + 1052, + 536, + 1084, + 490, + 1084 + ], + "score": 0.91, + "latex": "\\hat { p } ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 958, + 1141, + 1034, + 1141, + 1034, + 1168, + 958, + 1168 + ], + "score": 0.9, + "latex": "P > 0" + }, + { + "category_id": 14, + "poly": [ + 666, + 1862, + 1032, + 1862, + 1032, + 1899, + 666, + 1899 + ], + "score": 0.9, + "latex": "\\begin{array} { r } { \\alpha _ { t } \\propto \\left. \\theta _ { t } , \\phi _ { x _ { t } } \\right. , \\quad \\gamma _ { t } \\propto \\theta _ { t } \\circ \\phi _ { x _ { t } } , } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 353, + 1273, + 405, + 1273, + 405, + 1310, + 353, + 1310 + ], + "score": 0.9, + "latex": "z _ { 1 : T } ^ { \\mathrm { r e f } }" + }, + { + "category_id": 13, + "poly": [ + 747, + 275, + 897, + 275, + 897, + 307, + 747, + 307 + ], + "score": 0.9, + "latex": "p = 1 , \\ldots , P" + }, + { + "category_id": 13, + "poly": [ + 1114, + 859, + 1213, + 859, + 1213, + 886, + 1114, + 886 + ], + "score": 0.9, + "latex": "P \\to \\infty" + }, + { + "category_id": 13, + "poly": [ + 442, + 316, + 587, + 316, + 587, + 348, + 442, + 348 + ], + "score": 0.9, + "latex": "t = 1 , \\dots , T" + }, + { + "category_id": 13, + "poly": [ + 785, + 485, + 818, + 485, + 818, + 519, + 785, + 519 + ], + "score": 0.9, + "latex": "\\alpha _ { t } ^ { p }" + }, + { + "category_id": 13, + "poly": [ + 297, + 778, + 331, + 778, + 331, + 813, + 297, + 813 + ], + "score": 0.89, + "latex": "z _ { T } ^ { p }" + }, + { + "category_id": 13, + "poly": [ + 1184, + 810, + 1214, + 810, + 1214, + 845, + 1184, + 845 + ], + "score": 0.89, + "latex": "a _ { t } ^ { p }" + }, + { + "category_id": 13, + "poly": [ + 777, + 784, + 815, + 784, + 815, + 809, + 777, + 809 + ], + "score": 0.88, + "latex": "\\alpha _ { T }" + }, + { + "category_id": 13, + "poly": [ + 487, + 542, + 575, + 542, + 575, + 567, + 487, + 567 + ], + "score": 0.87, + "latex": "r \\sim \\alpha _ { T }" + }, + { + "category_id": 13, + "poly": [ + 371, + 1711, + 749, + 1711, + 749, + 1756, + 371, + 1756 + ], + "score": 0.85, + "latex": "V = \\left( [ g _ { \\sigma } ( s _ { t } ) ] ^ { - 1 } + C ^ { T } R ^ { - 1 } C \\right) ^ { - 1 }" + }, + { + "category_id": 13, + "poly": [ + 550, + 918, + 574, + 918, + 574, + 944, + 550, + 944 + ], + "score": 0.81, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 820, + 1947, + 844, + 1947, + 844, + 1971, + 820, + 1971 + ], + "score": 0.81, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 1051, + 1920, + 1079, + 1920, + 1079, + 1945, + 1051, + 1945 + ], + "score": 0.78, + "latex": "\\alpha _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1333, + 1955, + 1358, + 1955, + 1358, + 1976, + 1333, + 1976 + ], + "score": 0.77, + "latex": "\\gamma _ { t }" + }, + { + "category_id": 14, + "poly": [ + 512, + 1603, + 1185, + 1603, + 1185, + 1698, + 512, + 1698 + ], + "score": 0.76, + "latex": "\\begin{array} { r l } & { \\alpha _ { t } = \\mathcal { N } \\left( x _ { t } ; C g _ { \\mu } ( s _ { t } ) + b , R + C [ g _ { \\sigma } ( s _ { t } ) ] ^ { - 1 } C ^ { T } \\right) } \\\\ & { \\gamma _ { t } = \\mathcal { N } \\left( z _ { t } ; V \\left( C ^ { T } R ^ { - 1 } ( x _ { t } - b ) + [ g _ { \\sigma } ( s _ { t } ) ] ^ { - 1 } g _ { \\mu } ( s _ { t } ) \\right) , V \\right) , } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 778, + 1785, + 837, + 1785, + 837, + 1815, + 778, + 1815 + ], + "score": 0.65, + "latex": "\\theta _ { t } =" + }, + { + "category_id": 13, + "poly": [ + 933, + 1784, + 1048, + 1784, + 1048, + 1818, + 933, + 1818 + ], + "score": 0.56, + "latex": "( W s _ { t } + b )" + }, + { + "category_id": 13, + "poly": [ + 369, + 1920, + 390, + 1920, + 390, + 1941, + 369, + 1941 + ], + "score": 0.42, + "latex": "\\circ" + }, + { + "category_id": 13, + "poly": [ + 779, + 1785, + 1049, + 1785, + 1049, + 1818, + 779, + 1818 + ], + "score": 0.27, + "latex": "\\theta _ { t } = \\mathsf { s o f t m a x } ( W s _ { t } + b )" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 72.0, + 859.0, + 72.0, + 859.0, + 109.0, + 298.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 226.0, + 779.0, + 226.0, + 779.0, + 266.0, + 298.0, + 266.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": [ + 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, + 1211.0, + 1405.0, + 1211.0, + 1405.0, + 1252.0, + 294.0, + 1252.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1242.0, + 1406.0, + 1242.0, + 1406.0, + 1280.0, + 292.0, + 1280.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 285.0, + 1260.0, + 352.0, + 1260.0, + 352.0, + 1323.0, + 285.0, + 1323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 406.0, + 1260.0, + 1413.0, + 1260.0, + 1413.0, + 1323.0, + 406.0, + 1323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1304.0, + 1405.0, + 1304.0, + 1405.0, + 1337.0, + 295.0, + 1337.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1331.0, + 1406.0, + 1331.0, + 1406.0, + 1369.0, + 292.0, + 1369.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1364.0, + 1403.0, + 1364.0, + 1403.0, + 1397.0, + 295.0, + 1397.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1391.0, + 1406.0, + 1391.0, + 1406.0, + 1428.0, + 294.0, + 1428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1423.0, + 867.0, + 1423.0, + 867.0, + 1456.0, + 294.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 991.0, + 1407.0, + 991.0, + 1407.0, + 1027.0, + 295.0, + 1027.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1021.0, + 1405.0, + 1021.0, + 1405.0, + 1055.0, + 295.0, + 1055.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1050.0, + 489.0, + 1050.0, + 489.0, + 1088.0, + 292.0, + 1088.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 537.0, + 1050.0, + 1406.0, + 1050.0, + 1406.0, + 1088.0, + 537.0, + 1088.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1079.0, + 1405.0, + 1079.0, + 1405.0, + 1115.0, + 292.0, + 1115.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1111.0, + 1404.0, + 1111.0, + 1404.0, + 1144.0, + 294.0, + 1144.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1138.0, + 957.0, + 1138.0, + 957.0, + 1176.0, + 294.0, + 1176.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1035.0, + 1138.0, + 1407.0, + 1138.0, + 1407.0, + 1176.0, + 1035.0, + 1176.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1172.0, + 636.0, + 1172.0, + 636.0, + 1203.0, + 296.0, + 1203.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 853.0, + 1113.0, + 853.0, + 1113.0, + 894.0, + 293.0, + 894.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1214.0, + 853.0, + 1405.0, + 853.0, + 1405.0, + 894.0, + 1214.0, + 894.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 885.0, + 1406.0, + 885.0, + 1406.0, + 922.0, + 292.0, + 922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 916.0, + 549.0, + 916.0, + 549.0, + 951.0, + 296.0, + 951.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 575.0, + 916.0, + 1405.0, + 916.0, + 1405.0, + 951.0, + 575.0, + 951.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 943.0, + 1351.0, + 943.0, + 1351.0, + 983.0, + 292.0, + 983.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1915.0, + 368.0, + 1915.0, + 368.0, + 1949.0, + 296.0, + 1949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 391.0, + 1915.0, + 1050.0, + 1915.0, + 1050.0, + 1949.0, + 391.0, + 1949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1080.0, + 1915.0, + 1404.0, + 1915.0, + 1404.0, + 1949.0, + 1080.0, + 1949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1944.0, + 819.0, + 1944.0, + 819.0, + 1978.0, + 294.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 845.0, + 1944.0, + 1332.0, + 1944.0, + 1332.0, + 1978.0, + 845.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1359.0, + 1944.0, + 1404.0, + 1944.0, + 1404.0, + 1978.0, + 1359.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1971.0, + 1405.0, + 1971.0, + 1405.0, + 2011.0, + 292.0, + 2011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 2003.0, + 443.0, + 2003.0, + 443.0, + 2036.0, + 292.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 749.0, + 1405.0, + 749.0, + 1405.0, + 784.0, + 296.0, + 784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 332.0, + 776.0, + 776.0, + 776.0, + 776.0, + 818.0, + 332.0, + 818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 816.0, + 776.0, + 1405.0, + 776.0, + 1405.0, + 818.0, + 816.0, + 818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 811.0, + 1183.0, + 811.0, + 1183.0, + 849.0, + 295.0, + 849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1215.0, + 811.0, + 1403.0, + 811.0, + 1403.0, + 849.0, + 1215.0, + 849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 402.0, + 349.0, + 705.0, + 349.0, + 705.0, + 398.0, + 402.0, + 398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 814.0, + 349.0, + 862.0, + 349.0, + 862.0, + 398.0, + 814.0, + 398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 984.0, + 349.0, + 1257.0, + 349.0, + 1257.0, + 398.0, + 984.0, + 398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 401.0, + 388.0, + 652.0, + 388.0, + 652.0, + 434.0, + 401.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 801.0, + 388.0, + 842.0, + 388.0, + 842.0, + 434.0, + 801.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 995.0, + 388.0, + 1007.0, + 388.0, + 1007.0, + 434.0, + 995.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 400.0, + 424.0, + 642.0, + 424.0, + 642.0, + 491.0, + 400.0, + 491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 739.0, + 424.0, + 826.0, + 424.0, + 826.0, + 491.0, + 739.0, + 491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1037.0, + 424.0, + 1078.0, + 424.0, + 1078.0, + 491.0, + 1037.0, + 491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1230.0, + 424.0, + 1245.0, + 424.0, + 1245.0, + 491.0, + 1230.0, + 491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 403.0, + 485.0, + 784.0, + 485.0, + 784.0, + 521.0, + 403.0, + 521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 819.0, + 485.0, + 861.0, + 485.0, + 861.0, + 521.0, + 819.0, + 521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1013.0, + 485.0, + 1022.0, + 485.0, + 1022.0, + 521.0, + 1013.0, + 521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1781.0, + 777.0, + 1781.0, + 777.0, + 1820.0, + 294.0, + 1820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1050.0, + 1781.0, + 1403.0, + 1781.0, + 1403.0, + 1820.0, + 1050.0, + 1820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1815.0, + 463.0, + 1815.0, + 463.0, + 1849.0, + 294.0, + 1849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1526.0, + 1402.0, + 1526.0, + 1402.0, + 1565.0, + 294.0, + 1565.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1556.0, + 953.0, + 1556.0, + 953.0, + 1594.0, + 294.0, + 1594.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 643.0, + 1136.0, + 643.0, + 1136.0, + 688.0, + 294.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1708.0, + 370.0, + 1708.0, + 370.0, + 1759.0, + 291.0, + 1759.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 750.0, + 1708.0, + 762.0, + 1708.0, + 762.0, + 1759.0, + 750.0, + 1759.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1464.0, + 1217.0, + 1464.0, + 1217.0, + 1506.0, + 295.0, + 1506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 355.0, + 522.0, + 486.0, + 522.0, + 486.0, + 583.0, + 355.0, + 583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 576.0, + 522.0, + 843.0, + 522.0, + 843.0, + 583.0, + 576.0, + 583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 895.0, + 522.0, + 909.0, + 522.0, + 909.0, + 583.0, + 895.0, + 583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 361.0, + 269.0, + 440.0, + 269.0, + 440.0, + 313.0, + 361.0, + 313.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 534.0, + 269.0, + 583.0, + 269.0, + 583.0, + 313.0, + 534.0, + 313.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 705.0, + 269.0, + 746.0, + 269.0, + 746.0, + 313.0, + 705.0, + 313.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 898.0, + 269.0, + 909.0, + 269.0, + 909.0, + 313.0, + 898.0, + 313.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 359.0, + 312.0, + 441.0, + 312.0, + 441.0, + 351.0, + 359.0, + 351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 588.0, + 312.0, + 600.0, + 312.0, + 600.0, + 351.0, + 588.0, + 351.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 6, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1066, + 1404, + 1066, + 1404, + 1274, + 298, + 1274 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 298, + 1475, + 1403, + 1475, + 1403, + 1654, + 298, + 1654 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 299, + 1669, + 1403, + 1669, + 1403, + 1848, + 299, + 1848 + ], + "score": 0.978 + }, + { + "category_id": 3, + "poly": [ + 308, + 236, + 1390, + 236, + 1390, + 834, + 308, + 834 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 300, + 1943, + 1402, + 1943, + 1402, + 2034, + 300, + 2034 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 300, + 1289, + 1403, + 1289, + 1403, + 1379, + 300, + 1379 + ], + "score": 0.97 + }, + { + "category_id": 4, + "poly": [ + 296, + 880, + 1402, + 880, + 1402, + 943, + 296, + 943 + ], + "score": 0.939 + }, + { + "category_id": 0, + "poly": [ + 300, + 1886, + 644, + 1886, + 644, + 1918, + 300, + 1918 + ], + "score": 0.901 + }, + { + "category_id": 0, + "poly": [ + 300, + 996, + 557, + 996, + 557, + 1031, + 300, + 1031 + ], + "score": 0.895 + }, + { + "category_id": 0, + "poly": [ + 302, + 1417, + 776, + 1417, + 776, + 1449, + 302, + 1449 + ], + "score": 0.883 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 857, + 76, + 857, + 104, + 298, + 104 + ], + "score": 0.788 + }, + { + "category_id": 2, + "poly": [ + 841, + 2089, + 858, + 2089, + 858, + 2111, + 841, + 2111 + ], + "score": 0.782 + }, + { + "category_id": 2, + "poly": [ + 299, + 77, + 854, + 77, + 854, + 104, + 299, + 104 + ], + "score": 0.312 + }, + { + "category_id": 13, + "poly": [ + 505, + 1733, + 552, + 1733, + 552, + 1760, + 505, + 1760 + ], + "score": 0.87, + "latex": "x _ { 1 : t }" + }, + { + "category_id": 13, + "poly": [ + 1273, + 2003, + 1328, + 2003, + 1328, + 2032, + 1273, + 2032 + ], + "score": 0.86, + "latex": "60 \\%" + }, + { + "category_id": 13, + "poly": [ + 347, + 1624, + 401, + 1624, + 401, + 1653, + 347, + 1653 + ], + "score": 0.86, + "latex": "60 \\%" + }, + { + "category_id": 13, + "poly": [ + 297, + 1733, + 323, + 1733, + 323, + 1760, + 297, + 1760 + ], + "score": 0.83, + "latex": "z _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1036, + 1245, + 1061, + 1245, + 1061, + 1271, + 1036, + 1271 + ], + "score": 0.8, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 1174, + 1245, + 1203, + 1245, + 1203, + 1271, + 1174, + 1271 + ], + "score": 0.8, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 699, + 2003, + 760, + 2003, + 760, + 2031, + 699, + 2031 + ], + "score": 0.52, + "latex": "2 0 0 \\mathrm { k }" + }, + { + "category_id": 15, + "poly": [ + 443.0, + 236.0, + 497.0, + 236.0, + 497.0, + 270.0, + 443.0, + 270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 673.0, + 237.0, + 793.0, + 237.0, + 793.0, + 271.0, + 673.0, + 271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 962.0, + 241.0, + 1031.0, + 241.0, + 1031.0, + 268.0, + 962.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1205.0, + 241.0, + 1314.0, + 241.0, + 1314.0, + 268.0, + 1205.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 274.0, + 443.0, + 274.0, + 443.0, + 300.0, + 393.0, + 300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 293.0, + 441.0, + 293.0, + 441.0, + 321.0, + 393.0, + 321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 758.0, + 295.0, + 768.0, + 295.0, + 768.0, + 307.0, + 758.0, + 307.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 373.0, + 300.0, + 392.0, + 300.0, + 392.0, + 314.0, + 373.0, + 314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 358.0, + 301.0, + 375.0, + 301.0, + 375.0, + 314.0, + 358.0, + 314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 326.0, + 340.0, + 326.0, + 340.0, + 383.0, + 314.0, + 383.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 875.0, + 344.0, + 883.0, + 344.0, + 883.0, + 358.0, + 875.0, + 358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 467.0, + 444.0, + 467.0, + 444.0, + 493.0, + 393.0, + 493.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 664.0, + 465.0, + 674.0, + 465.0, + 674.0, + 478.0, + 664.0, + 478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 727.0, + 470.0, + 737.0, + 470.0, + 737.0, + 479.0, + 727.0, + 479.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 484.0, + 467.0, + 484.0, + 467.0, + 516.0, + 392.0, + 516.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 375.0, + 493.0, + 392.0, + 493.0, + 392.0, + 507.0, + 375.0, + 507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 358.0, + 494.0, + 373.0, + 494.0, + 373.0, + 508.0, + 358.0, + 508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 518.0, + 338.0, + 518.0, + 338.0, + 576.0, + 312.0, + 576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 359.0, + 516.0, + 369.0, + 516.0, + 369.0, + 527.0, + 359.0, + 527.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 376.0, + 514.0, + 392.0, + 514.0, + 392.0, + 528.0, + 376.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 510.0, + 478.0, + 510.0, + 478.0, + 534.0, + 393.0, + 534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 884.0, + 520.0, + 896.0, + 520.0, + 896.0, + 562.0, + 884.0, + 562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 660.0, + 444.0, + 660.0, + 444.0, + 685.0, + 393.0, + 685.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 359.0, + 688.0, + 371.0, + 688.0, + 371.0, + 699.0, + 359.0, + 699.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 375.0, + 678.0, + 466.0, + 678.0, + 466.0, + 709.0, + 375.0, + 709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 733.0, + 691.0, + 742.0, + 691.0, + 742.0, + 702.0, + 733.0, + 702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 360.0, + 710.0, + 369.0, + 710.0, + 369.0, + 719.0, + 360.0, + 719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 379.0, + 710.0, + 390.0, + 710.0, + 390.0, + 719.0, + 379.0, + 719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 702.0, + 477.0, + 702.0, + 477.0, + 726.0, + 395.0, + 726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 310.0, + 720.0, + 340.0, + 720.0, + 340.0, + 764.0, + 310.0, + 764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 745.0, + 784.0, + 755.0, + 784.0, + 755.0, + 805.0, + 745.0, + 805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 717.0, + 799.0, + 726.0, + 799.0, + 726.0, + 811.0, + 717.0, + 811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 367.75, + 344.0, + 601.75, + 344.0, + 601.75, + 371.0, + 367.75, + 371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 517.75, + 489.5, + 584.75, + 489.5, + 584.75, + 503.5, + 517.75, + 503.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1081.0, + 709.5, + 1085.0, + 709.5, + 1085.0, + 715.5, + 1081.0, + 715.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 457.0, + 754.5, + 464.0, + 754.5, + 464.0, + 765.5, + 457.0, + 765.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 379.0, + 787.0, + 456.0, + 787.0, + 456.0, + 798.0, + 379.0, + 798.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 878.0, + 1407.0, + 878.0, + 1407.0, + 918.0, + 294.0, + 918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 910.0, + 1354.0, + 910.0, + 1354.0, + 946.0, + 294.0, + 946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1886.0, + 646.0, + 1886.0, + 646.0, + 1922.0, + 295.0, + 1922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 993.0, + 561.0, + 993.0, + 561.0, + 1037.0, + 292.0, + 1037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1413.0, + 780.0, + 1413.0, + 780.0, + 1455.0, + 293.0, + 1455.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": [ + 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, + 859.0, + 73.0, + 859.0, + 107.0, + 297.0, + 107.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1065.0, + 1405.0, + 1065.0, + 1405.0, + 1103.0, + 294.0, + 1103.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1093.0, + 1408.0, + 1093.0, + 1408.0, + 1132.0, + 292.0, + 1132.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1127.0, + 1404.0, + 1127.0, + 1404.0, + 1160.0, + 293.0, + 1160.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1154.0, + 1406.0, + 1154.0, + 1406.0, + 1189.0, + 292.0, + 1189.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1181.0, + 1405.0, + 1181.0, + 1405.0, + 1222.0, + 292.0, + 1222.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1216.0, + 1404.0, + 1216.0, + 1404.0, + 1249.0, + 294.0, + 1249.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1241.0, + 1035.0, + 1241.0, + 1035.0, + 1282.0, + 292.0, + 1282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1062.0, + 1241.0, + 1173.0, + 1241.0, + 1173.0, + 1282.0, + 1062.0, + 1282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1204.0, + 1241.0, + 1386.0, + 1241.0, + 1386.0, + 1282.0, + 1204.0, + 1282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1475.0, + 1405.0, + 1475.0, + 1405.0, + 1510.0, + 294.0, + 1510.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1505.0, + 1405.0, + 1505.0, + 1405.0, + 1540.0, + 294.0, + 1540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1532.0, + 1405.0, + 1532.0, + 1405.0, + 1569.0, + 293.0, + 1569.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1561.0, + 1407.0, + 1561.0, + 1407.0, + 1602.0, + 292.0, + 1602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1593.0, + 1405.0, + 1593.0, + 1405.0, + 1628.0, + 294.0, + 1628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1619.0, + 346.0, + 1619.0, + 346.0, + 1662.0, + 292.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 402.0, + 1619.0, + 1130.0, + 1619.0, + 1130.0, + 1662.0, + 402.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1666.0, + 1407.0, + 1666.0, + 1407.0, + 1704.0, + 294.0, + 1704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1696.0, + 1405.0, + 1696.0, + 1405.0, + 1731.0, + 295.0, + 1731.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1729.0, + 504.0, + 1729.0, + 504.0, + 1763.0, + 324.0, + 1763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 553.0, + 1729.0, + 1407.0, + 1729.0, + 1407.0, + 1763.0, + 553.0, + 1763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1757.0, + 1407.0, + 1757.0, + 1407.0, + 1792.0, + 294.0, + 1792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1787.0, + 1405.0, + 1787.0, + 1405.0, + 1822.0, + 294.0, + 1822.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1818.0, + 1202.0, + 1818.0, + 1202.0, + 1849.0, + 295.0, + 1849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1943.0, + 1406.0, + 1943.0, + 1406.0, + 1977.0, + 295.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": [ + 295.0, + 2003.0, + 698.0, + 2003.0, + 698.0, + 2036.0, + 295.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 761.0, + 2003.0, + 1272.0, + 2003.0, + 1272.0, + 2036.0, + 761.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1329.0, + 2003.0, + 1406.0, + 2003.0, + 1406.0, + 2036.0, + 1329.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1289.0, + 1404.0, + 1289.0, + 1404.0, + 1322.0, + 295.0, + 1322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1317.0, + 1405.0, + 1317.0, + 1405.0, + 1351.0, + 291.0, + 1351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1346.0, + 809.0, + 1346.0, + 809.0, + 1382.0, + 294.0, + 1382.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 7, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 995, + 1403, + 995, + 1403, + 1204, + 297, + 1204 + ], + "score": 0.975 + }, + { + "category_id": 3, + "poly": [ + 314, + 239, + 1388, + 239, + 1388, + 762, + 314, + 762 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 298, + 1732, + 1404, + 1732, + 1404, + 1971, + 298, + 1971 + ], + "score": 0.974 + }, + { + "category_id": 3, + "poly": [ + 685, + 1253, + 1399, + 1253, + 1399, + 1550, + 685, + 1550 + ], + "score": 0.967 + }, + { + "category_id": 1, + "poly": [ + 298, + 1221, + 659, + 1221, + 659, + 1632, + 298, + 1632 + ], + "score": 0.966 + }, + { + "category_id": 4, + "poly": [ + 296, + 811, + 1405, + 811, + 1405, + 932, + 296, + 932 + ], + "score": 0.96 + }, + { + "category_id": 2, + "poly": [ + 329, + 2006, + 1134, + 2006, + 1134, + 2034, + 329, + 2034 + ], + "score": 0.904 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 859, + 2088, + 859, + 2111, + 840, + 2111 + ], + "score": 0.8 + }, + { + "category_id": 2, + "poly": [ + 300, + 77, + 855, + 77, + 855, + 104, + 300, + 104 + ], + "score": 0.796 + }, + { + "category_id": 4, + "poly": [ + 302, + 1574, + 1406, + 1574, + 1406, + 1693, + 302, + 1693 + ], + "score": 0.409 + }, + { + "category_id": 13, + "poly": [ + 1173, + 1173, + 1266, + 1173, + 1266, + 1201, + 1173, + 1201 + ], + "score": 0.91, + "latex": "K \\ll V" + }, + { + "category_id": 13, + "poly": [ + 428, + 1881, + 449, + 1881, + 449, + 1911, + 428, + 1911 + ], + "score": 0.84, + "latex": "\\phi" + }, + { + "category_id": 13, + "poly": [ + 1285, + 1256, + 1395, + 1256, + 1395, + 1286, + 1285, + 1286 + ], + "score": 0.61, + "latex": "\\mathsf { N } = 1 0 \\mathsf { k }" + }, + { + "category_id": 13, + "poly": [ + 476, + 1174, + 501, + 1174, + 501, + 1200, + 476, + 1200 + ], + "score": 0.51, + "latex": "V" + }, + { + "category_id": 15, + "poly": [ + 336.0, + 251.0, + 395.0, + 251.0, + 395.0, + 284.0, + 336.0, + 284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 431.0, + 240.0, + 605.0, + 240.0, + 605.0, + 270.0, + 431.0, + 270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 697.0, + 253.0, + 756.0, + 253.0, + 756.0, + 284.0, + 697.0, + 284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 794.0, + 240.0, + 966.0, + 240.0, + 966.0, + 272.0, + 794.0, + 272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1055.0, + 252.0, + 1118.0, + 252.0, + 1118.0, + 285.0, + 1055.0, + 285.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 240.0, + 1325.0, + 240.0, + 1325.0, + 272.0, + 1153.0, + 272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 513.0, + 275.0, + 604.0, + 275.0, + 604.0, + 305.0, + 513.0, + 305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 875.0, + 278.0, + 964.0, + 278.0, + 964.0, + 303.0, + 875.0, + 303.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1236.0, + 275.0, + 1324.0, + 275.0, + 1324.0, + 305.0, + 1236.0, + 305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 295.0, + 396.0, + 295.0, + 396.0, + 411.0, + 312.0, + 411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 515.0, + 299.0, + 637.0, + 299.0, + 637.0, + 326.0, + 515.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 672.0, + 296.0, + 774.0, + 296.0, + 774.0, + 410.0, + 672.0, + 410.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 874.0, + 297.0, + 998.0, + 297.0, + 998.0, + 328.0, + 874.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1030.0, + 305.0, + 1114.0, + 305.0, + 1114.0, + 412.0, + 1030.0, + 412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1234.0, + 299.0, + 1356.0, + 299.0, + 1356.0, + 326.0, + 1234.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 762.0, + 322.0, + 790.0, + 322.0, + 790.0, + 357.0, + 762.0, + 357.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 335.0, + 340.0, + 397.0, + 340.0, + 397.0, + 373.0, + 335.0, + 373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 694.0, + 339.0, + 757.0, + 339.0, + 757.0, + 373.0, + 694.0, + 373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 797.0, + 347.0, + 809.0, + 347.0, + 809.0, + 358.0, + 797.0, + 358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1137.0, + 344.0, + 1153.0, + 344.0, + 1153.0, + 358.0, + 1137.0, + 358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 419.0, + 361.0, + 433.0, + 361.0, + 433.0, + 380.0, + 419.0, + 380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 440.0, + 352.0, + 455.0, + 352.0, + 455.0, + 367.0, + 440.0, + 367.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 466.0, + 361.0, + 483.0, + 361.0, + 483.0, + 375.0, + 466.0, + 375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 496.0, + 363.0, + 513.0, + 363.0, + 513.0, + 379.0, + 496.0, + 379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 526.0, + 364.0, + 546.0, + 364.0, + 546.0, + 382.0, + 526.0, + 382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 560.0, + 368.0, + 576.0, + 368.0, + 576.0, + 384.0, + 560.0, + 384.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 369.0, + 608.0, + 369.0, + 608.0, + 385.0, + 591.0, + 385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 617.0, + 370.0, + 639.0, + 370.0, + 639.0, + 389.0, + 617.0, + 389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 776.0, + 356.0, + 791.0, + 356.0, + 791.0, + 376.0, + 776.0, + 376.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 823.0, + 356.0, + 840.0, + 356.0, + 840.0, + 372.0, + 823.0, + 372.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 852.0, + 363.0, + 869.0, + 363.0, + 869.0, + 379.0, + 852.0, + 379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 885.0, + 369.0, + 897.0, + 369.0, + 897.0, + 380.0, + 885.0, + 380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 913.0, + 370.0, + 929.0, + 370.0, + 929.0, + 385.0, + 913.0, + 385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 943.0, + 372.0, + 961.0, + 372.0, + 961.0, + 386.0, + 943.0, + 386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 971.0, + 372.0, + 992.0, + 372.0, + 992.0, + 390.0, + 971.0, + 390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1056.0, + 370.0, + 1116.0, + 370.0, + 1116.0, + 400.0, + 1056.0, + 400.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1151.0, + 372.0, + 1162.0, + 372.0, + 1162.0, + 382.0, + 1151.0, + 382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1165.0, + 354.0, + 1182.0, + 354.0, + 1182.0, + 368.0, + 1165.0, + 368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1196.0, + 357.0, + 1213.0, + 357.0, + 1213.0, + 373.0, + 1196.0, + 373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1225.0, + 361.0, + 1241.0, + 361.0, + 1241.0, + 376.0, + 1225.0, + 376.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1256.0, + 362.0, + 1272.0, + 362.0, + 1272.0, + 378.0, + 1256.0, + 378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1288.0, + 364.0, + 1305.0, + 364.0, + 1305.0, + 380.0, + 1288.0, + 380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1318.0, + 365.0, + 1335.0, + 365.0, + 1335.0, + 381.0, + 1318.0, + 381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1348.0, + 367.0, + 1363.0, + 367.0, + 1363.0, + 381.0, + 1348.0, + 381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 334.0, + 384.0, + 397.0, + 384.0, + 397.0, + 417.0, + 334.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 441.0, + 385.0, + 457.0, + 385.0, + 457.0, + 402.0, + 441.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 694.0, + 382.0, + 757.0, + 382.0, + 757.0, + 415.0, + 694.0, + 415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 795.0, + 384.0, + 812.0, + 384.0, + 812.0, + 400.0, + 795.0, + 400.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1176.0, + 386.0, + 1190.0, + 386.0, + 1190.0, + 396.0, + 1176.0, + 396.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 467.0, + 400.0, + 483.0, + 400.0, + 483.0, + 414.0, + 467.0, + 414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 498.0, + 406.0, + 513.0, + 406.0, + 513.0, + 420.0, + 498.0, + 420.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 823.0, + 402.0, + 840.0, + 402.0, + 840.0, + 417.0, + 823.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1206.0, + 390.0, + 1222.0, + 390.0, + 1222.0, + 404.0, + 1206.0, + 404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1236.0, + 392.0, + 1251.0, + 392.0, + 1251.0, + 407.0, + 1236.0, + 407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1269.0, + 397.0, + 1279.0, + 397.0, + 1279.0, + 408.0, + 1269.0, + 408.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1299.0, + 398.0, + 1311.0, + 398.0, + 1311.0, + 409.0, + 1299.0, + 409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 531.0, + 413.0, + 540.0, + 413.0, + 540.0, + 424.0, + 531.0, + 424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 558.0, + 412.0, + 575.0, + 412.0, + 575.0, + 426.0, + 558.0, + 426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 588.0, + 413.0, + 605.0, + 413.0, + 605.0, + 429.0, + 588.0, + 429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 616.0, + 413.0, + 636.0, + 413.0, + 636.0, + 432.0, + 616.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 851.0, + 413.0, + 867.0, + 413.0, + 867.0, + 426.0, + 851.0, + 426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 335.0, + 424.0, + 397.0, + 424.0, + 397.0, + 462.0, + 335.0, + 462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 696.0, + 426.0, + 757.0, + 426.0, + 757.0, + 460.0, + 696.0, + 460.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 883.0, + 420.0, + 895.0, + 420.0, + 895.0, + 430.0, + 883.0, + 430.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 911.0, + 420.0, + 928.0, + 420.0, + 928.0, + 436.0, + 911.0, + 436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 939.0, + 421.0, + 959.0, + 421.0, + 959.0, + 442.0, + 939.0, + 442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 968.0, + 423.0, + 988.0, + 423.0, + 988.0, + 442.0, + 968.0, + 442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1055.0, + 426.0, + 1118.0, + 426.0, + 1118.0, + 460.0, + 1055.0, + 460.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 384.0, + 446.0, + 402.0, + 446.0, + 402.0, + 469.0, + 384.0, + 469.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 424.0, + 441.0, + 465.0, + 441.0, + 465.0, + 473.0, + 424.0, + 473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 474.0, + 443.0, + 564.0, + 443.0, + 564.0, + 471.0, + 474.0, + 471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 575.0, + 442.0, + 666.0, + 442.0, + 666.0, + 471.0, + 575.0, + 471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 743.0, + 446.0, + 764.0, + 446.0, + 764.0, + 469.0, + 743.0, + 469.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 784.0, + 441.0, + 824.0, + 441.0, + 824.0, + 473.0, + 784.0, + 473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 834.0, + 443.0, + 874.0, + 443.0, + 874.0, + 471.0, + 834.0, + 471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 884.0, + 443.0, + 923.0, + 443.0, + 923.0, + 471.0, + 884.0, + 471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 933.0, + 441.0, + 1028.0, + 441.0, + 1028.0, + 474.0, + 933.0, + 474.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1100.0, + 445.0, + 1125.0, + 445.0, + 1125.0, + 470.0, + 1100.0, + 470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1143.0, + 441.0, + 1185.0, + 441.0, + 1185.0, + 473.0, + 1143.0, + 473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1193.0, + 440.0, + 1288.0, + 440.0, + 1288.0, + 474.0, + 1193.0, + 474.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1295.0, + 443.0, + 1387.0, + 443.0, + 1387.0, + 471.0, + 1295.0, + 471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 478.0, + 465.0, + 560.0, + 465.0, + 560.0, + 498.0, + 478.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 465.0, + 919.0, + 465.0, + 919.0, + 498.0, + 839.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1200.0, + 465.0, + 1280.0, + 465.0, + 1280.0, + 498.0, + 1200.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 432.0, + 504.0, + 604.0, + 504.0, + 604.0, + 536.0, + 432.0, + 536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 794.0, + 504.0, + 965.0, + 504.0, + 965.0, + 536.0, + 794.0, + 536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 505.0, + 1325.0, + 505.0, + 1325.0, + 537.0, + 1153.0, + 537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 361.0, + 520.0, + 396.0, + 520.0, + 396.0, + 549.0, + 361.0, + 549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 332.0, + 550.0, + 368.0, + 550.0, + 368.0, + 695.0, + 332.0, + 695.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 511.0, + 541.0, + 605.0, + 541.0, + 605.0, + 572.0, + 511.0, + 572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 692.0, + 549.0, + 753.0, + 549.0, + 753.0, + 695.0, + 692.0, + 695.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 871.0, + 541.0, + 966.0, + 541.0, + 966.0, + 572.0, + 871.0, + 572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1054.0, + 549.0, + 1121.0, + 549.0, + 1121.0, + 694.0, + 1054.0, + 694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1234.0, + 543.0, + 1324.0, + 543.0, + 1324.0, + 569.0, + 1234.0, + 569.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 373.0, + 566.0, + 392.0, + 566.0, + 392.0, + 592.0, + 373.0, + 592.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 407.0, + 576.0, + 421.0, + 576.0, + 421.0, + 592.0, + 407.0, + 592.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 515.0, + 566.0, + 636.0, + 566.0, + 636.0, + 591.0, + 515.0, + 591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 767.0, + 576.0, + 781.0, + 576.0, + 781.0, + 592.0, + 767.0, + 592.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 873.0, + 566.0, + 995.0, + 566.0, + 995.0, + 591.0, + 873.0, + 591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1124.0, + 578.0, + 1138.0, + 578.0, + 1138.0, + 597.0, + 1124.0, + 597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1235.0, + 566.0, + 1355.0, + 566.0, + 1355.0, + 591.0, + 1235.0, + 591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 373.0, + 603.0, + 408.0, + 603.0, + 408.0, + 642.0, + 373.0, + 642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 427.0, + 599.0, + 441.0, + 599.0, + 441.0, + 615.0, + 427.0, + 615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 720.0, + 608.0, + 764.0, + 608.0, + 764.0, + 636.0, + 720.0, + 636.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 786.0, + 601.0, + 802.0, + 601.0, + 802.0, + 617.0, + 786.0, + 617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1080.0, + 608.0, + 1115.0, + 608.0, + 1115.0, + 636.0, + 1080.0, + 636.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1142.0, + 605.0, + 1157.0, + 605.0, + 1157.0, + 622.0, + 1142.0, + 622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 449.0, + 621.0, + 463.0, + 621.0, + 463.0, + 636.0, + 449.0, + 636.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 807.0, + 623.0, + 820.0, + 623.0, + 820.0, + 639.0, + 807.0, + 639.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 375.0, + 656.0, + 390.0, + 656.0, + 390.0, + 673.0, + 375.0, + 673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 401.0, + 643.0, + 417.0, + 643.0, + 417.0, + 659.0, + 401.0, + 659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 428.0, + 651.0, + 444.0, + 651.0, + 444.0, + 665.0, + 428.0, + 665.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 461.0, + 639.0, + 489.0, + 639.0, + 489.0, + 664.0, + 461.0, + 664.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 522.0, + 644.0, + 544.0, + 644.0, + 544.0, + 675.0, + 522.0, + 675.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 550.0, + 642.0, + 576.0, + 642.0, + 576.0, + 683.0, + 550.0, + 683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 581.0, + 643.0, + 606.0, + 643.0, + 606.0, + 688.0, + 581.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 610.0, + 643.0, + 636.0, + 643.0, + 636.0, + 690.0, + 610.0, + 690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 720.0, + 644.0, + 772.0, + 644.0, + 772.0, + 695.0, + 720.0, + 695.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 780.0, + 655.0, + 796.0, + 655.0, + 796.0, + 670.0, + 780.0, + 670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 813.0, + 643.0, + 844.0, + 643.0, + 844.0, + 667.0, + 813.0, + 667.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 875.0, + 651.0, + 899.0, + 651.0, + 899.0, + 683.0, + 875.0, + 683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 906.0, + 649.0, + 930.0, + 649.0, + 930.0, + 689.0, + 906.0, + 689.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 934.0, + 647.0, + 961.0, + 647.0, + 961.0, + 695.0, + 934.0, + 695.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 964.0, + 644.0, + 989.0, + 644.0, + 989.0, + 698.0, + 964.0, + 698.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1078.0, + 645.0, + 1130.0, + 645.0, + 1130.0, + 700.0, + 1078.0, + 700.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1132.0, + 693.0, + 1148.0, + 693.0, + 1148.0, + 709.0, + 1132.0, + 709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1163.0, + 647.0, + 1211.0, + 647.0, + 1211.0, + 699.0, + 1163.0, + 699.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1233.0, + 648.0, + 1357.0, + 648.0, + 1357.0, + 709.0, + 1233.0, + 709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 425.0, + 709.0, + 462.0, + 709.0, + 462.0, + 737.0, + 425.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 476.0, + 709.0, + 515.0, + 709.0, + 515.0, + 735.0, + 476.0, + 735.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 524.0, + 709.0, + 562.0, + 709.0, + 562.0, + 735.0, + 524.0, + 735.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 575.0, + 707.0, + 666.0, + 707.0, + 666.0, + 737.0, + 575.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 742.0, + 709.0, + 767.0, + 709.0, + 767.0, + 735.0, + 742.0, + 735.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 785.0, + 709.0, + 823.0, + 709.0, + 823.0, + 737.0, + 785.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 836.0, + 709.0, + 874.0, + 709.0, + 874.0, + 735.0, + 836.0, + 735.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 886.0, + 711.0, + 921.0, + 711.0, + 921.0, + 734.0, + 886.0, + 734.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 935.0, + 709.0, + 975.0, + 709.0, + 975.0, + 735.0, + 935.0, + 735.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 977.0, + 710.0, + 1026.0, + 710.0, + 1026.0, + 735.0, + 977.0, + 735.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1103.0, + 709.0, + 1126.0, + 709.0, + 1126.0, + 735.0, + 1103.0, + 735.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1146.0, + 709.0, + 1184.0, + 709.0, + 1184.0, + 737.0, + 1146.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1196.0, + 709.0, + 1235.0, + 709.0, + 1235.0, + 737.0, + 1196.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1244.0, + 707.0, + 1283.0, + 707.0, + 1283.0, + 737.0, + 1244.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1297.0, + 711.0, + 1332.0, + 711.0, + 1332.0, + 734.0, + 1297.0, + 734.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1338.0, + 710.0, + 1387.0, + 710.0, + 1387.0, + 735.0, + 1338.0, + 735.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 480.0, + 733.0, + 558.0, + 733.0, + 558.0, + 762.0, + 480.0, + 762.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 732.0, + 919.0, + 732.0, + 919.0, + 765.0, + 840.0, + 765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1201.0, + 733.0, + 1278.0, + 733.0, + 1278.0, + 762.0, + 1201.0, + 762.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 406.0, + 323.0, + 415.0, + 323.0, + 415.0, + 347.0, + 406.0, + 347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1126.0, + 335.0, + 1132.0, + 335.0, + 1132.0, + 349.0, + 1126.0, + 349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1163.75, + 631.0, + 1172.75, + 631.0, + 1172.75, + 645.0, + 1163.75, + 645.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 493.0, + 648.0, + 512.0, + 648.0, + 512.0, + 664.5, + 493.0, + 664.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 843.0, + 651.5, + 870.0, + 651.5, + 870.0, + 671.5, + 843.0, + 671.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1206.0, + 662.0, + 1238.0, + 662.0, + 1238.0, + 681.0, + 1206.0, + 681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 386.0, + 704.0, + 389.0, + 704.0, + 389.0, + 725.0, + 386.0, + 725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 707.0, + 1251.0, + 1003.0, + 1251.0, + 1003.0, + 1306.0, + 707.0, + 1306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1067.0, + 1253.0, + 1284.0, + 1253.0, + 1284.0, + 1304.0, + 1067.0, + 1304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1396.0, + 1253.0, + 1401.0, + 1253.0, + 1401.0, + 1304.0, + 1396.0, + 1304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 706.0, + 1304.0, + 784.0, + 1304.0, + 784.0, + 1347.0, + 706.0, + 1347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 1301.0, + 913.0, + 1301.0, + 913.0, + 1322.0, + 868.0, + 1322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 1295.0, + 973.0, + 1295.0, + 973.0, + 1328.0, + 914.0, + 1328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1067.0, + 1304.0, + 1146.0, + 1304.0, + 1146.0, + 1346.0, + 1067.0, + 1346.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1239.0, + 1303.0, + 1258.0, + 1303.0, + 1258.0, + 1320.0, + 1239.0, + 1320.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1267.0, + 1305.0, + 1279.0, + 1305.0, + 1279.0, + 1318.0, + 1267.0, + 1318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1284.0, + 1295.0, + 1342.0, + 1295.0, + 1342.0, + 1328.0, + 1284.0, + 1328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 679.0, + 1327.0, + 723.0, + 1327.0, + 723.0, + 1457.0, + 679.0, + 1457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 1321.0, + 1012.0, + 1321.0, + 1012.0, + 1357.0, + 868.0, + 1357.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1039.0, + 1326.0, + 1083.0, + 1326.0, + 1083.0, + 1456.0, + 1039.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1239.0, + 1333.0, + 1257.0, + 1333.0, + 1257.0, + 1346.0, + 1239.0, + 1346.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1283.0, + 1321.0, + 1382.0, + 1321.0, + 1382.0, + 1357.0, + 1283.0, + 1357.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 706.0, + 1347.0, + 799.0, + 1347.0, + 799.0, + 1386.0, + 706.0, + 1386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1065.0, + 1345.0, + 1147.0, + 1345.0, + 1147.0, + 1387.0, + 1065.0, + 1387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 707.0, + 1389.0, + 783.0, + 1389.0, + 783.0, + 1428.0, + 707.0, + 1428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1066.0, + 1389.0, + 1141.0, + 1389.0, + 1141.0, + 1428.0, + 1066.0, + 1428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1227.0, + 1388.0, + 1235.0, + 1388.0, + 1235.0, + 1397.0, + 1227.0, + 1397.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1381.0, + 1404.0, + 1390.0, + 1404.0, + 1390.0, + 1414.0, + 1381.0, + 1414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 705.0, + 1430.0, + 789.0, + 1430.0, + 789.0, + 1470.0, + 705.0, + 1470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 1433.0, + 845.0, + 1433.0, + 845.0, + 1441.0, + 832.0, + 1441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1065.0, + 1430.0, + 1148.0, + 1430.0, + 1148.0, + 1470.0, + 1065.0, + 1470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1225.0, + 1434.0, + 1238.0, + 1434.0, + 1238.0, + 1448.0, + 1225.0, + 1448.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 701.0, + 1459.0, + 816.0, + 1459.0, + 816.0, + 1535.0, + 701.0, + 1535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 1465.0, + 847.0, + 1465.0, + 847.0, + 1481.0, + 830.0, + 1481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 892.0, + 1465.0, + 907.0, + 1465.0, + 907.0, + 1477.0, + 892.0, + 1477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 810.0, + 1483.0, + 1047.0, + 1483.0, + 1047.0, + 1527.0, + 810.0, + 1527.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1185.0, + 1491.0, + 1213.0, + 1491.0, + 1213.0, + 1523.0, + 1185.0, + 1523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1250.0, + 1491.0, + 1277.0, + 1491.0, + 1277.0, + 1525.0, + 1250.0, + 1525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1315.0, + 1494.0, + 1338.0, + 1494.0, + 1338.0, + 1520.0, + 1315.0, + 1520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1378.0, + 1492.0, + 1401.0, + 1492.0, + 1401.0, + 1520.0, + 1378.0, + 1520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 817.0, + 1517.0, + 1028.0, + 1517.0, + 1028.0, + 1551.0, + 817.0, + 1551.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1208.0, + 1516.0, + 1318.0, + 1516.0, + 1318.0, + 1553.0, + 1208.0, + 1553.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1341.0, + 1514.0, + 1399.0, + 1514.0, + 1399.0, + 1551.0, + 1341.0, + 1551.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1070.25, + 1462.0, + 1150.25, + 1462.0, + 1150.25, + 1522.0, + 1070.25, + 1522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 809.0, + 1405.0, + 809.0, + 1405.0, + 848.0, + 295.0, + 848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 841.0, + 1405.0, + 841.0, + 1405.0, + 876.0, + 295.0, + 876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 871.0, + 1405.0, + 871.0, + 1405.0, + 906.0, + 295.0, + 906.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 898.0, + 1174.0, + 898.0, + 1174.0, + 938.0, + 293.0, + 938.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 2000.0, + 1136.0, + 2000.0, + 1136.0, + 2039.0, + 333.0, + 2039.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": [ + 297.0, + 73.0, + 859.0, + 73.0, + 859.0, + 107.0, + 297.0, + 107.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1571.0, + 1402.0, + 1571.0, + 1402.0, + 1612.0, + 296.0, + 1612.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1599.0, + 1142.0, + 1599.0, + 1142.0, + 1639.0, + 295.0, + 1639.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1629.0, + 1405.0, + 1629.0, + 1405.0, + 1668.0, + 295.0, + 1668.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1658.0, + 1351.0, + 1658.0, + 1351.0, + 1699.0, + 293.0, + 1699.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 992.0, + 1405.0, + 992.0, + 1405.0, + 1031.0, + 294.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1023.0, + 1405.0, + 1023.0, + 1405.0, + 1060.0, + 294.0, + 1060.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1055.0, + 1405.0, + 1055.0, + 1405.0, + 1089.0, + 295.0, + 1089.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1083.0, + 1405.0, + 1083.0, + 1405.0, + 1119.0, + 294.0, + 1119.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1114.0, + 1405.0, + 1114.0, + 1405.0, + 1148.0, + 295.0, + 1148.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1142.0, + 1405.0, + 1142.0, + 1405.0, + 1177.0, + 294.0, + 1177.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1173.0, + 475.0, + 1173.0, + 475.0, + 1207.0, + 296.0, + 1207.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 502.0, + 1173.0, + 1172.0, + 1173.0, + 1172.0, + 1207.0, + 502.0, + 1207.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1267.0, + 1173.0, + 1277.0, + 1173.0, + 1277.0, + 1207.0, + 1267.0, + 1207.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 1734.0, + 1405.0, + 1734.0, + 1405.0, + 1767.0, + 298.0, + 1767.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1763.0, + 1402.0, + 1763.0, + 1402.0, + 1796.0, + 293.0, + 1796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1791.0, + 1406.0, + 1791.0, + 1406.0, + 1826.0, + 292.0, + 1826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1821.0, + 1405.0, + 1821.0, + 1405.0, + 1854.0, + 294.0, + 1854.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1852.0, + 1405.0, + 1852.0, + 1405.0, + 1885.0, + 294.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1879.0, + 427.0, + 1879.0, + 427.0, + 1915.0, + 292.0, + 1915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 450.0, + 1879.0, + 1406.0, + 1879.0, + 1406.0, + 1915.0, + 450.0, + 1915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1907.0, + 1406.0, + 1907.0, + 1406.0, + 1947.0, + 292.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1936.0, + 577.0, + 1936.0, + 577.0, + 1977.0, + 292.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1217.0, + 663.0, + 1217.0, + 663.0, + 1251.0, + 296.0, + 1251.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1249.0, + 662.0, + 1249.0, + 662.0, + 1279.0, + 294.0, + 1279.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1278.0, + 661.0, + 1278.0, + 661.0, + 1309.0, + 293.0, + 1309.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1307.0, + 662.0, + 1307.0, + 662.0, + 1338.0, + 294.0, + 1338.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1337.0, + 663.0, + 1337.0, + 663.0, + 1370.0, + 293.0, + 1370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1361.0, + 664.0, + 1361.0, + 664.0, + 1404.0, + 293.0, + 1404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1394.0, + 663.0, + 1394.0, + 663.0, + 1430.0, + 294.0, + 1430.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1424.0, + 663.0, + 1424.0, + 663.0, + 1457.0, + 294.0, + 1457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1455.0, + 664.0, + 1455.0, + 664.0, + 1487.0, + 293.0, + 1487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1485.0, + 664.0, + 1485.0, + 664.0, + 1516.0, + 294.0, + 1516.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1514.0, + 663.0, + 1514.0, + 663.0, + 1545.0, + 295.0, + 1545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1544.0, + 661.0, + 1544.0, + 661.0, + 1575.0, + 294.0, + 1575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1574.0, + 661.0, + 1574.0, + 661.0, + 1605.0, + 294.0, + 1605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1603.0, + 662.0, + 1603.0, + 662.0, + 1634.0, + 294.0, + 1634.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 8, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1513, + 1405, + 1513, + 1405, + 1755, + 297, + 1755 + ], + "score": 0.979 + }, + { + "category_id": 3, + "poly": [ + 312, + 242, + 1377, + 242, + 1377, + 761, + 312, + 761 + ], + "score": 0.97 + }, + { + "category_id": 5, + "poly": [ + 1010, + 1170, + 1346, + 1170, + 1346, + 1298, + 1010, + 1298 + ], + "score": 0.969, + "html": "
Algorithm#Users
500k1M
Factored24302254
SMC14641447
" + }, + { + "category_id": 1, + "poly": [ + 298, + 987, + 1403, + 987, + 1403, + 1135, + 298, + 1135 + ], + "score": 0.955 + }, + { + "category_id": 1, + "poly": [ + 299, + 1137, + 941, + 1137, + 941, + 1401, + 299, + 1401 + ], + "score": 0.937 + }, + { + "category_id": 4, + "poly": [ + 298, + 811, + 1403, + 811, + 1403, + 874, + 298, + 874 + ], + "score": 0.92 + }, + { + "category_id": 6, + "poly": [ + 996, + 1320, + 1372, + 1320, + 1372, + 1351, + 996, + 1351 + ], + "score": 0.903 + }, + { + "category_id": 0, + "poly": [ + 301, + 1445, + 781, + 1445, + 781, + 1480, + 301, + 1480 + ], + "score": 0.901 + }, + { + "category_id": 0, + "poly": [ + 300, + 930, + 574, + 930, + 574, + 961, + 300, + 961 + ], + "score": 0.896 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 865, + 2088, + 865, + 2112, + 836, + 2112 + ], + "score": 0.848 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 857, + 76, + 857, + 104, + 298, + 104 + ], + "score": 0.78 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 855, + 76, + 855, + 104, + 299, + 104 + ], + "score": 0.344 + }, + { + "category_id": 15, + "poly": [ + 337.0, + 254.0, + 385.0, + 254.0, + 385.0, + 285.0, + 337.0, + 285.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 822.0, + 240.0, + 923.0, + 240.0, + 923.0, + 273.0, + 822.0, + 273.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 348.0, + 290.0, + 383.0, + 290.0, + 383.0, + 326.0, + 348.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 328.0, + 346.0, + 328.0, + 346.0, + 404.0, + 314.0, + 404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 348.0, + 329.0, + 383.0, + 329.0, + 383.0, + 367.0, + 348.0, + 367.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 348.0, + 367.0, + 383.0, + 367.0, + 383.0, + 404.0, + 348.0, + 404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 348.0, + 406.0, + 385.0, + 406.0, + 385.0, + 442.0, + 348.0, + 442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 363.0, + 450.0, + 381.0, + 450.0, + 381.0, + 472.0, + 363.0, + 472.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 808.0, + 484.0, + 937.0, + 484.0, + 937.0, + 519.0, + 808.0, + 519.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 335.0, + 498.0, + 386.0, + 498.0, + 386.0, + 533.0, + 335.0, + 533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 347.0, + 537.0, + 385.0, + 537.0, + 385.0, + 572.0, + 347.0, + 572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 347.0, + 576.0, + 385.0, + 576.0, + 385.0, + 610.0, + 347.0, + 610.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 313.0, + 578.0, + 342.0, + 578.0, + 342.0, + 649.0, + 313.0, + 649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 348.0, + 615.0, + 385.0, + 615.0, + 385.0, + 650.0, + 348.0, + 650.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 463.0, + 637.0, + 578.0, + 637.0, + 578.0, + 672.0, + 463.0, + 672.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1152.0, + 638.0, + 1266.0, + 638.0, + 1266.0, + 673.0, + 1152.0, + 673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 347.0, + 653.0, + 385.0, + 653.0, + 385.0, + 688.0, + 347.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 734.0, + 682.0, + 835.0, + 682.0, + 835.0, + 709.0, + 734.0, + 709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 559.0, + 706.0, + 598.0, + 706.0, + 598.0, + 738.0, + 559.0, + 738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 757.0, + 709.0, + 794.0, + 709.0, + 794.0, + 738.0, + 757.0, + 738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 955.0, + 708.0, + 989.0, + 708.0, + 989.0, + 737.0, + 955.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1149.0, + 706.0, + 1187.0, + 706.0, + 1187.0, + 738.0, + 1149.0, + 738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1342.0, + 709.0, + 1383.0, + 709.0, + 1383.0, + 736.0, + 1342.0, + 736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 795.0, + 727.0, + 952.0, + 727.0, + 952.0, + 765.0, + 795.0, + 765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 374.0, + 705.5, + 378.0, + 705.5, + 378.0, + 723.5, + 374.0, + 723.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 811.0, + 1407.0, + 811.0, + 1407.0, + 846.0, + 294.0, + 846.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 840.0, + 1300.0, + 840.0, + 1300.0, + 878.0, + 292.0, + 878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 992.0, + 1315.0, + 1374.0, + 1315.0, + 1374.0, + 1357.0, + 992.0, + 1357.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1439.0, + 788.0, + 1439.0, + 788.0, + 1489.0, + 291.0, + 1489.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 925.0, + 578.0, + 925.0, + 578.0, + 966.0, + 293.0, + 966.0 + ], + "score": 1.0, + "text": "" + }, + { + "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, + 859.0, + 73.0, + 859.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": [ + 295.0, + 1515.0, + 1405.0, + 1515.0, + 1405.0, + 1549.0, + 295.0, + 1549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1540.0, + 1406.0, + 1540.0, + 1406.0, + 1581.0, + 292.0, + 1581.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1573.0, + 1405.0, + 1573.0, + 1405.0, + 1609.0, + 294.0, + 1609.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1602.0, + 1406.0, + 1602.0, + 1406.0, + 1639.0, + 295.0, + 1639.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1633.0, + 1403.0, + 1633.0, + 1403.0, + 1666.0, + 296.0, + 1666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1659.0, + 1406.0, + 1659.0, + 1406.0, + 1698.0, + 294.0, + 1698.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1689.0, + 1407.0, + 1689.0, + 1407.0, + 1728.0, + 294.0, + 1728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1719.0, + 1088.0, + 1719.0, + 1088.0, + 1758.0, + 294.0, + 1758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 982.0, + 1404.0, + 982.0, + 1404.0, + 1021.0, + 294.0, + 1021.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1012.0, + 1405.0, + 1012.0, + 1405.0, + 1051.0, + 293.0, + 1051.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1040.0, + 1408.0, + 1040.0, + 1408.0, + 1082.0, + 292.0, + 1082.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1073.0, + 1408.0, + 1073.0, + 1408.0, + 1110.0, + 292.0, + 1110.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1102.0, + 1405.0, + 1102.0, + 1405.0, + 1138.0, + 291.0, + 1138.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1134.0, + 942.0, + 1134.0, + 942.0, + 1168.0, + 296.0, + 1168.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1165.0, + 944.0, + 1165.0, + 944.0, + 1197.0, + 295.0, + 1197.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1195.0, + 944.0, + 1195.0, + 944.0, + 1226.0, + 293.0, + 1226.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1222.0, + 946.0, + 1222.0, + 946.0, + 1258.0, + 294.0, + 1258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1254.0, + 944.0, + 1254.0, + 944.0, + 1284.0, + 293.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1282.0, + 944.0, + 1282.0, + 944.0, + 1314.0, + 294.0, + 1314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1311.0, + 942.0, + 1311.0, + 942.0, + 1342.0, + 296.0, + 1342.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1340.0, + 942.0, + 1340.0, + 942.0, + 1374.0, + 294.0, + 1374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1371.0, + 444.0, + 1371.0, + 444.0, + 1401.0, + 296.0, + 1401.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 9, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 105, + 298, + 105 + ], + "score": 0.896 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 863, + 2088, + 863, + 2113, + 836, + 2113 + ], + "score": 0.827 + }, + { + "category_id": 0, + "poly": [ + 299, + 228, + 489, + 228, + 489, + 261, + 299, + 261 + ], + "score": 0.788 + }, + { + "category_id": 1, + "poly": [ + 298, + 1480, + 1400, + 1480, + 1400, + 1544, + 298, + 1544 + ], + "score": 0.666 + }, + { + "category_id": 1, + "poly": [ + 301, + 1398, + 1402, + 1398, + 1402, + 1463, + 301, + 1463 + ], + "score": 0.663 + }, + { + "category_id": 1, + "poly": [ + 299, + 1317, + 1401, + 1317, + 1401, + 1381, + 299, + 1381 + ], + "score": 0.638 + }, + { + "category_id": 1, + "poly": [ + 299, + 1235, + 1400, + 1235, + 1400, + 1298, + 299, + 1298 + ], + "score": 0.595 + }, + { + "category_id": 1, + "poly": [ + 298, + 1562, + 1402, + 1562, + 1402, + 1655, + 298, + 1655 + ], + "score": 0.588 + }, + { + "category_id": 1, + "poly": [ + 300, + 277, + 1400, + 277, + 1400, + 371, + 300, + 371 + ], + "score": 0.585 + }, + { + "category_id": 1, + "poly": [ + 294, + 1674, + 1400, + 1674, + 1400, + 1738, + 294, + 1738 + ], + "score": 0.584 + }, + { + "category_id": 1, + "poly": [ + 299, + 1153, + 1402, + 1153, + 1402, + 1218, + 299, + 1218 + ], + "score": 0.583 + }, + { + "category_id": 1, + "poly": [ + 296, + 1071, + 1402, + 1071, + 1402, + 1136, + 296, + 1136 + ], + "score": 0.566 + }, + { + "category_id": 1, + "poly": [ + 298, + 663, + 1147, + 663, + 1147, + 699, + 298, + 699 + ], + "score": 0.561 + }, + { + "category_id": 1, + "poly": [ + 299, + 715, + 1404, + 715, + 1404, + 779, + 299, + 779 + ], + "score": 0.556 + }, + { + "category_id": 1, + "poly": [ + 299, + 990, + 1399, + 990, + 1399, + 1053, + 299, + 1053 + ], + "score": 0.551 + }, + { + "category_id": 1, + "poly": [ + 298, + 389, + 1401, + 389, + 1401, + 480, + 298, + 480 + ], + "score": 0.536 + }, + { + "category_id": 1, + "poly": [ + 296, + 1756, + 1402, + 1756, + 1402, + 1820, + 296, + 1820 + ], + "score": 0.532 + }, + { + "category_id": 1, + "poly": [ + 298, + 908, + 1402, + 908, + 1402, + 972, + 298, + 972 + ], + "score": 0.53 + }, + { + "category_id": 1, + "poly": [ + 298, + 798, + 1402, + 798, + 1402, + 890, + 298, + 890 + ], + "score": 0.527 + }, + { + "category_id": 1, + "poly": [ + 297, + 1838, + 1400, + 1838, + 1400, + 1901, + 297, + 1901 + ], + "score": 0.523 + }, + { + "category_id": 1, + "poly": [ + 294, + 582, + 1402, + 582, + 1402, + 645, + 294, + 645 + ], + "score": 0.52 + }, + { + "category_id": 1, + "poly": [ + 290, + 2001, + 1293, + 2001, + 1293, + 2035, + 290, + 2035 + ], + "score": 0.488 + }, + { + "category_id": 1, + "poly": [ + 297, + 1919, + 1403, + 1919, + 1403, + 1983, + 297, + 1983 + ], + "score": 0.483 + }, + { + "category_id": 1, + "poly": [ + 292, + 499, + 1402, + 499, + 1402, + 564, + 292, + 564 + ], + "score": 0.463 + }, + { + "category_id": 13, + "poly": [ + 611, + 718, + 651, + 718, + 651, + 749, + 611, + 749 + ], + "score": 0.46, + "latex": "\\mathrm { N g }" + }, + { + "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": [ + 832.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2125.0, + 832.0, + 2125.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": [ + 293.0, + 1477.0, + 1404.0, + 1477.0, + 1404.0, + 1520.0, + 293.0, + 1520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1512.0, + 532.0, + 1512.0, + 532.0, + 1544.0, + 324.0, + 1544.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1401.0, + 1403.0, + 1401.0, + 1403.0, + 1433.0, + 297.0, + 1433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1429.0, + 1095.0, + 1429.0, + 1095.0, + 1465.0, + 322.0, + 1465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1316.0, + 1405.0, + 1316.0, + 1405.0, + 1354.0, + 294.0, + 1354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1348.0, + 630.0, + 1348.0, + 630.0, + 1384.0, + 324.0, + 1384.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1231.0, + 1404.0, + 1231.0, + 1404.0, + 1274.0, + 293.0, + 1274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1265.0, + 588.0, + 1265.0, + 588.0, + 1301.0, + 324.0, + 1301.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1564.0, + 1403.0, + 1564.0, + 1403.0, + 1598.0, + 296.0, + 1598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 1596.0, + 1403.0, + 1596.0, + 1403.0, + 1627.0, + 326.0, + 1627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1624.0, + 661.0, + 1624.0, + 661.0, + 1654.0, + 323.0, + 1654.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 274.0, + 1404.0, + 274.0, + 1404.0, + 314.0, + 293.0, + 314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 308.0, + 1404.0, + 308.0, + 1404.0, + 342.0, + 324.0, + 342.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 337.0, + 1266.0, + 337.0, + 1266.0, + 375.0, + 324.0, + 375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1673.0, + 1404.0, + 1673.0, + 1404.0, + 1711.0, + 294.0, + 1711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1705.0, + 1087.0, + 1705.0, + 1087.0, + 1739.0, + 321.0, + 1739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1155.0, + 1406.0, + 1155.0, + 1406.0, + 1191.0, + 295.0, + 1191.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1184.0, + 1310.0, + 1184.0, + 1310.0, + 1219.0, + 320.0, + 1219.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1073.0, + 1404.0, + 1073.0, + 1404.0, + 1109.0, + 295.0, + 1109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1102.0, + 765.0, + 1102.0, + 765.0, + 1137.0, + 323.0, + 1137.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 661.0, + 1145.0, + 661.0, + 1145.0, + 702.0, + 295.0, + 702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 712.0, + 610.0, + 712.0, + 610.0, + 755.0, + 293.0, + 755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 652.0, + 712.0, + 1409.0, + 712.0, + 1409.0, + 755.0, + 652.0, + 755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 746.0, + 1062.0, + 746.0, + 1062.0, + 782.0, + 322.0, + 782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 988.0, + 1403.0, + 988.0, + 1403.0, + 1027.0, + 295.0, + 1027.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1020.0, + 504.0, + 1020.0, + 504.0, + 1054.0, + 321.0, + 1054.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 389.0, + 1405.0, + 389.0, + 1405.0, + 423.0, + 297.0, + 423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 419.0, + 1405.0, + 419.0, + 1405.0, + 452.0, + 322.0, + 452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 448.0, + 451.0, + 448.0, + 451.0, + 482.0, + 322.0, + 482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1752.0, + 1407.0, + 1752.0, + 1407.0, + 1794.0, + 293.0, + 1794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1787.0, + 958.0, + 1787.0, + 958.0, + 1823.0, + 324.0, + 1823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 909.0, + 1402.0, + 909.0, + 1402.0, + 945.0, + 294.0, + 945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 940.0, + 1125.0, + 940.0, + 1125.0, + 972.0, + 323.0, + 972.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 796.0, + 1404.0, + 796.0, + 1404.0, + 834.0, + 293.0, + 834.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 827.0, + 1407.0, + 827.0, + 1407.0, + 863.0, + 322.0, + 863.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 858.0, + 668.0, + 858.0, + 668.0, + 892.0, + 325.0, + 892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1836.0, + 1404.0, + 1836.0, + 1404.0, + 1873.0, + 293.0, + 1873.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1868.0, + 1322.0, + 1868.0, + 1322.0, + 1901.0, + 322.0, + 1901.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 579.0, + 1405.0, + 579.0, + 1405.0, + 620.0, + 292.0, + 620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 611.0, + 598.0, + 611.0, + 598.0, + 644.0, + 321.0, + 644.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1999.0, + 1296.0, + 1999.0, + 1296.0, + 2039.0, + 294.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1920.0, + 1403.0, + 1920.0, + 1403.0, + 1956.0, + 296.0, + 1956.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1950.0, + 776.0, + 1950.0, + 776.0, + 1983.0, + 324.0, + 1983.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 502.0, + 1404.0, + 502.0, + 1404.0, + 534.0, + 296.0, + 534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 530.0, + 1274.0, + 530.0, + 1274.0, + 565.0, + 323.0, + 565.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 10, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 298, + 75, + 857, + 75, + 857, + 105, + 298, + 105 + ], + "score": 0.897 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 865, + 2088, + 865, + 2113, + 836, + 2113 + ], + "score": 0.828 + }, + { + "category_id": 1, + "poly": [ + 292, + 188, + 1408, + 188, + 1408, + 1474, + 292, + 1474 + ], + "score": 0.788 + }, + { + "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": [ + 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, + 230.0, + 1402.0, + 230.0, + 1402.0, + 266.0, + 295.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 261.0, + 466.0, + 261.0, + 466.0, + 294.0, + 322.0, + 294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 307.0, + 1405.0, + 307.0, + 1405.0, + 350.0, + 290.0, + 350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 342.0, + 610.0, + 342.0, + 610.0, + 375.0, + 321.0, + 375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 392.0, + 1404.0, + 392.0, + 1404.0, + 428.0, + 295.0, + 428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 422.0, + 735.0, + 422.0, + 735.0, + 459.0, + 322.0, + 459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 476.0, + 1404.0, + 476.0, + 1404.0, + 512.0, + 295.0, + 512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 505.0, + 933.0, + 505.0, + 933.0, + 541.0, + 322.0, + 541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 552.0, + 1405.0, + 552.0, + 1405.0, + 594.0, + 290.0, + 594.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 587.0, + 606.0, + 587.0, + 606.0, + 619.0, + 324.0, + 619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 630.0, + 1405.0, + 630.0, + 1405.0, + 679.0, + 290.0, + 679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 666.0, + 1242.0, + 666.0, + 1242.0, + 701.0, + 319.0, + 701.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 717.0, + 1402.0, + 717.0, + 1402.0, + 754.0, + 293.0, + 754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 749.0, + 1345.0, + 749.0, + 1345.0, + 785.0, + 321.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 799.0, + 1405.0, + 799.0, + 1405.0, + 835.0, + 295.0, + 835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 831.0, + 505.0, + 831.0, + 505.0, + 863.0, + 322.0, + 863.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 880.0, + 1404.0, + 880.0, + 1404.0, + 916.0, + 295.0, + 916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 910.0, + 1057.0, + 910.0, + 1057.0, + 945.0, + 321.0, + 945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 961.0, + 1405.0, + 961.0, + 1405.0, + 997.0, + 295.0, + 997.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 993.0, + 466.0, + 993.0, + 466.0, + 1024.0, + 322.0, + 1024.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1039.0, + 1405.0, + 1039.0, + 1405.0, + 1081.0, + 292.0, + 1081.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1072.0, + 1161.0, + 1072.0, + 1161.0, + 1108.0, + 321.0, + 1108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1123.0, + 1404.0, + 1123.0, + 1404.0, + 1159.0, + 293.0, + 1159.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1156.0, + 1090.0, + 1156.0, + 1090.0, + 1189.0, + 322.0, + 1189.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1203.0, + 1405.0, + 1203.0, + 1405.0, + 1241.0, + 293.0, + 1241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1235.0, + 1404.0, + 1235.0, + 1404.0, + 1271.0, + 322.0, + 1271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1264.0, + 904.0, + 1264.0, + 904.0, + 1300.0, + 322.0, + 1300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1312.0, + 1405.0, + 1312.0, + 1405.0, + 1355.0, + 292.0, + 1355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1345.0, + 559.0, + 1345.0, + 559.0, + 1381.0, + 322.0, + 1381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1393.0, + 1404.0, + 1393.0, + 1404.0, + 1436.0, + 292.0, + 1436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1427.0, + 1122.0, + 1427.0, + 1122.0, + 1463.0, + 322.0, + 1463.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 11, + "width": 1700, + "height": 2200 + } + } +] \ No newline at end of file diff --git a/parse/train/txC1ObHJ0wB/txC1ObHJ0wB.md b/parse/train/txC1ObHJ0wB/txC1ObHJ0wB.md new file mode 100644 index 0000000000000000000000000000000000000000..afea636afabe4d70eff7f9d6326327cc38e6d49e --- /dev/null +++ b/parse/train/txC1ObHJ0wB/txC1ObHJ0wB.md @@ -0,0 +1,279 @@ +# HOW TO TRAIN YOUR SUPER-NET: AN ANALYSIS OF TRAINING HEURISTICS IN WEIGHT-SHARING NAS + +Anonymous authors Paper under double-blind review + +# ABSTRACT + +Weight sharing promises to make neural architecture search (NAS) tractable even on commodity hardware. Existing methods in this space rely on a diverse set of heuristics to design and train the shared-weight backbone network, a.k.a. the supernet. Since heuristics substantially vary across different methods and have not been carefully studied, it is unclear to which extent they impact super-net training and hence the weight-sharing NAS algorithms. In this paper, we disentangle super-net training from the search algorithm, isolate 14 frequently-used training heuristics, and evaluate them over three benchmark search spaces. Our analysis uncovers that several commonly-used heuristics negatively impact the correlation between supernet and stand-alone performance, whereas simple, but often overlooked factors, such as proper hyper-parameter settings, are key to achieve strong performance. Equipped with this knowledge, we show that simple random search achieves competitive performance to complex state-of-the-art NAS algorithms when the super-net is properly trained. + +# 1 INTRODUCTION + +Neural architecture search (NAS) has received growing attention in the past few years, yielding stateof-the-art performance on several machine learning tasks (Liu et al., 2019a; Wu et al., 2019; Chen et al., 2019b; Ryoo et al., 2020). One of the milestones that led to the popularity of NAS is weight sharing (Pham et al., 2018; Liu et al., 2019b), which, by allowing all possible network architectures to share the same parameters, has reduced the computational requirements from thousands of GPU hours to just a few. Figure 1 shows the two phases that are common to weight-sharing NAS (WS-NAS) algorithms: the search phase, including the design of the search space and the search algorithm; and the evaluation phase, which encompasses the final training protocol on the proxy task 1. + +While most works focus on developing a good sampling algorithm (Cai et al., 2019; Xie et al., 2019) or improving existing ones (Zela et al., 2020a; Nayman et al., 2019; Li et al., 2020), they tend to overlook or gloss over important factors related to the design and training of the shared-weight backbone network, i.e. the super-net. For example, the literature encompasses significant variations of learning hyper-parameter settings, batch normalization and dropout usage, capacities for the initial layers of the network, and depth of the super-net. Furthermore, some of these heuristics are directly transferred from standalone network training to super-net training without carefully studying their impact in this drastically different scenario. For example, the fundamental assumption of batch normalization that the input data follows a slowly changing distribution whose statistics can be tracked during training is violated in WS-NAS, but nonetheless typically assumed to hold. + +In this paper, we revisit and systematically evaluate commonly-used super-net design and training heuristics and uncover the strong influence of certain factors on the success of super-net training. To this end, we leverage three benchmark search spaces, NASBench-101 (Ying et al., 2019), NASBench201 (Dong & Yang, 2020), and DARTS-NDS (Radosavovic et al., 2019), for which the ground-truth stand-alone performance of a large number of architectures is available. We report the results of our experiments according to two sets of metrics: i) metrics that directly measure the quality of the super-net, such as the widely-adopted super-net accuracy 2 and a modified Kendall-Tau correlation between the searched architectures and their ground-truth performance, which we refer to as sparse + +![](images/8c9f1fb332802d0a69c31ec05ae6a3107427c64b71219d8cedb6fb6cc6b9ad2a.jpg) +Figure 1: WS-NAS benchmarking. Green blocks indicate which aspects of NAS are benchmarked in different works. A search algorithm usually consists of a search space that encompass many architectures, and a policy to select the best one. $P$ indicates a training protocol, and $f$ a mapping function from the search space to a neural network. (a) Early works fixed and compared the metrics on the proxy task, which doesn’t allow for a holistic comparison between algorithms. $\mathbf { ( b ) }$ The NASBench benchmark series partially alleviates the problem by sharing the stand-alone training protocol and search space across algorithms. However, the design of the weight-sharing search space and training protocol is still not controlled. (c) We fill this gap by benchmarking existing techniques to construct and train the shared-weight backbone. We provide a controlled evaluation across three benchmark spaces. + +Kendall-Tau; ii) proxy metrics such as the ability to surpass random search and the stand-alone accuracy of the model found by the WS-NAS algorithm. + +Via our extensive experiments (over 700 GPU days), we uncover that (i) the training behavior of a super-net drastically differs from that of a standalone network, e.g., in terms of feature statistics and loss landscape, thus allowing us to define training factor settings, e.g., for batch-normalization (BN) and learning rate, that are better suited for super-nets; (ii) while some neglected factors, such as the number of training epochs, have a strong impact on the final performance, others, believed to be important, such as path sampling, only have a marginal effect, and some commonly-used heuristics, such as the use of low-fidelity estimates, negatively impact it; (iii) the commonly-adopted super-net accuracy is unreliable to evaluate the super-net quality. + +Altogether, our work is the first to systematically analyze the impact of the diverse factors of super-net design and training, and we uncover the factors that are crucial to design a super-net, as well as the non-important ones. Aggregating these findings allows us to boost the performance of simple weight-sharing random search to the point where it reaches that of complex state-of-the-art NAS algorithms across all tested search spaces. We will release our code and trained models so as to establish a solid baseline to facilitate further research. + +# 2 PRELIMINARIES AND RELATED WORK + +We first introduce the necessary concepts that will be used throughout the paper. As shown in Figure $1 ( a )$ , weight-sharing NAS algorithms consist of three key components: a search algorithm that samples an architecture from the search space in the form of an encoding, a mapping function $f _ { p r o x y }$ that maps the encoding into its corresponding neural network, and a training protocol for a proxy task $P _ { p r o x y }$ for which the network is optimized. + +To train the search algorithm, one needs to additionally define the mapping function $f _ { w s }$ that generates the shared-weight network. Note that the mapping $f _ { p r o x y }$ frequently differs from $f _ { w s }$ , since in practice the final model contains many more layers and parameters so as to yield competitive results on the proxy task. After fixing $f _ { w s }$ , a training protocol $P _ { w s }$ is required to learn the super-net. In practice, $P _ { w s }$ often hides factors that are critical for the final performance of an approach, such as hyper-parameter settings or the use of data augmentation strategies to achieve state-of-the-art performance (Liu et al., 2019b; Chu et al., 2019; Zela et al., 2020a). Again, $P _ { w s }$ may differ from $P _ { p r o x y }$ , which is used to train the architecture that has been found by the search. For example, our experiments reveal that the learning rate and the total number of epochs frequently differ due to the different training behavior of the super-net and stand-alone architectures. + +Many strategies have been proposed to implement the search algorithm, such as reinforcement learning (Zoph & Le, 2017; Zoph et al., 2018), evolutionary algorithms (Real et al., 2017; Miikkulainen et al., 2019; So et al., 2019; Liu et al., 2018; Lu et al., 2018), gradient-based optimization (Liu et al., 2019b; Xu et al., 2020; Li et al., 2020), Bayesian optimization (Kandasamy et al., 2018; Jin et al., 2019; Zhou et al., 2019; Wang et al., 2020), and separate performance predictors (Liu et al., 2018; Luo et al., 2018). Until very recently, the common trend to evaluate NAS consisted of reporting the searched architecture’s performance on the proxy task (Xie et al., 2019; Real et al., 2019; Ryoo et al., 2020). This, however, hardly provides real insights about the NAS algorithms themselves, because of the many components involved in them. Many factors that differ from one algorithm to another can influence the performance. In practice, the literature even commonly compares NAS methods that employ different protocols to train the final model. + +Li & Talwalkar (2019) and Yu et al. (2020b) were the first to systematically compare different algorithms with the same settings for the proxy task and using several random initializations. Their surprising results revealed that many NAS algorithms produce architectures that do not significantly outperform a randomly-sampled architecture. Yang et al. (2020) highlighted the importance of the training protocol $P _ { p r o x y }$ . They showed that optimizing the training protocol can improve the final architecture performance on the proxy task by three percent on CIFAR-10. This non-trivial improvement can be achieved regardless of the chosen sampler, which provides clear evidence for the importance of unifying the protocol to build a solid foundation for comparing NAS algorithms. + +In parallel to this line of research, the recent series of “NASBench” works (Ying et al., 2019; Zela et al., 2020b; Dong & Yang, 2020) proposed to benchmark NAS approaches by providing a complete, tabular characterization of a search space. This was achieved by training every realizable stand-alone architecture using a fixed protocol $P _ { p r o x y }$ . Similarly, other works proposed to provide a partial characterization by sampling and training a sufficient number of architectures in a given search space using a fixed protocol (Radosavovic et al., 2019; Zela et al., 2020a; Wang et al., 2020). + +While recent advances for systematic evaluation are promising, no work has yet thoroughly studied the influence of the super-net training protocol $P _ { w s }$ and the mapping function $f _ { w s }$ . Previous works (Zela et al., 2020a; Li & Talwalkar, 2019) performed hyper-parameter tuning to evaluate their own algorithms, and focused only on a few parameters. We fill this gap by benchmarking different choices of $P _ { w s }$ and $f _ { w s }$ and by proposing novel variations to improve the super-net quality. + +Recent works have shown that sub-nets of super-net training can surpass some human designed models without retraining (Yu et al., 2020a; Cai et al., 2020) and that reinforcement learning can surpass the performance of random search (Bender et al., 2020). However, these findings are still only shown on MobileNet-like search spaces where we only search for the size of convolution kernels and the channel ratio for each layer. This is an effective approach to discover a compact network, but it does not change the fact that on cell-based search space super-net quality remains low. + +# 3 EVALUATION METHODOLOGY + +We first isolate 14 factors that need to be considered during the design and training of a super-net, and then introduce the metrics to evaluate the quality of the trained super-net. Note that these factors are agnostic to the search policy that is used after training the super-net. + +# 3.1 DISENTANGLING THE SUPER-NET FROM THE SEARCH ALGORITHM + +Our goal is to evaluate the influence of the super-net mapping $f _ { w s }$ and weight-sharing training protocol $P _ { w s }$ . As shown in Figure 2, $f _ { w s }$ translates an architecture encoding, which typically consists of a discrete number of choices or parameters, into a neural network. Based on a well-defined mapping, the super-net is a network in which every sub-path has a one-to-one mapping with an architecture encoding (Pham et al., 2018). Recent works $\mathrm { { X u } }$ et al., 2020; Li et al., 2020; Ying et al., + +Table 1: Summary of factors + +
WS Mapping fwsWS Protocol Pws
implementationlow fidelityhyperparam.sampling
Dynamic Channeling OFA Conv WSBN Dropout#layer train portion batch size # channelsbatch-norm learning rate epochs weight decayFairNAS Random-NAS Random-A
+ +![](images/463271dd9cea14da998c14fcf209e360895a954aa979a36fcfdd692e498d3c94.jpg) +Figure 2: Constructing a super-net + +2019) separate the encoding into cell parameters, which define the basic building blocks of a network, and macro parameters, which define how cells are assembled into a complete architecture. + +Weight-sharing mapping $f _ { w s }$ . To make the search space manageable, all cell and macro parameters are fixed during the search, except for the topology of the cell and its possible operations. However, the exact choices for each of these fixed factors differ between algorithms and search spaces. We report the common factors in the left part of Table 1. They include various implementation choices, e.g., the use of convolutions with a dynamic number of channels (Dynamic Channeling), super-convolutional layers that support dynamic kernel sizes (OFA Kernel) (Cai et al., 2020), weight-sharing batchnormalization (WSBN) that tracks independent running statistics and affine parameters for different incoming edges (Luo et al., 2018), and path and global dropout (Pham et al., 2018; Luo et al., 2018; Liu et al., 2019b). They also include the use of low-fidelity estimates (Elsken et al., 2019) to reduce the complexity of super-net training, e.g., by reducing the number of layers (Liu et al., 2019b) and channels (Yang et al., 2020; Chen et al., 2019a), the portion of the training set used for super-net training (Liu et al., 2019b), or the batch size (Liu et al., 2019b; Pham et al., 2018; Yang et al., 2020). + +Weight-sharing protocol $P _ { w s }$ . Given a mapping $f _ { w s }$ , different training protocols $P _ { w s }$ can be employed to train the super-net. Protocols can differ in the training hyper-parameters and the sampling strategies they rely on. We will evaluate the different hyper-parameter choices listed in the right part of Table 1. This includes the initial learning rate, the hyper-parameters of batch normalization, the total number of training epochs, and the amount of weight decay. + +We randomly sample one path to train the super-net (Guo et al., 2019), which is also known as single-path one-shot (SPOS) or Random-NAS (Li & Talwalkar, 2019). The reason for this choice is that Random-NAS is equivalent to the initial state of many search algorithms (Liu et al., 2019b; Pham et al., 2018; Luo et al., 2018), some of which even freeze the sampler training so as to use random sampling to warm-up the super-net (Xu et al., 2020; Dong & Yang, 2019b). Note that we also evaluated two variants of Random-NAS, but found their improvement to be only marginal. Please see Appendix C.2 for more detail. + +In our experiments, for the sake of reproducibility, we ensure that $P _ { w s }$ and $P _ { p r o x y }$ , as well as $f _ { w s }$ and $f _ { p r o x y }$ , are as close to each other as possible. For the hyper-parameters of $P _ { w s }$ , we cross-validate each factor following the order in Table 1, and after each validation, use the value that yields the best performance in $P _ { p r o x y }$ . For all other factors, we change one factor at a time. + +Search spaces. We use three commonly-used search spaces, for which a large number of stand-alone architectures have been trained and evaluated on CIFAR-10 (Krizhevsky et al., 2009) to obtain their ground-truth performance. In particular, we use NASBench-101 (Ying et al., 2019), which consists of 423, 624 architectures and is compatible with weight-sharing NAS (Yu et al., 2020b; Zela et al., 2020b); NASBench-201 (Dong & Yang, 2020), which contains more operations than NASBench-101 but fewer nodes; and DARTS-NDS (Radosavovic et al., 2019) that contains over $1 0 ^ { 1 3 }$ architectures of which a subset of 5000 models was sampled and trained in a stand-alone fashion. See Appendix A.2 for a detailed discussion. + +# 3.2 SPARSE KENDALL-TAU - A NOVEL SUPER-NET EVALUATION METRIC + +We define a novel super-net metric, which we name sparse Kendall-Tau. It is inspired by the KendallTau metric used by Yu et al. (2020b) to measure the discrepancy between the ordering of stand-alone architectures and the ordering that is implied by the trained super-net. An ideal super-net should yield the same ordering of architectures as the stand-alone one and thus would lead to a high Kendall-Tau. However, Kendall-Tau is not robust to negligible performance differences between architectures (c.f. Figure 3). To robustify this metric, we share the rank between two architectures if their stand-alone + +accuracies differ by less than a threshold $( 0 . 1 \%$ here). Since the resulting ranks are sparse, we call this metric sparse Kendall-Tau (s-KdT). Note that we also compare Kendall-Tau and Spearman correlation in Appendix A.3, and provide implementation details in Appendix A.4. + +
Kendall Tau
original0.6444
sparse0.8140
+ +Although, sparse Kendall-Tau captures the super-net quality well, it may fail in extreme cases, such as when the top-performing architectures are ranked perfectly while poor ones are ordered randomly. To account for such rare situations and ensure the soundness of our analysis, we also report additional metrics. We define two groups of metrics to holistically evaluate different aspects of a trained super-net. The first + +![](images/833d29ee1aac1b8ac81197f787216600f0137c6ca77daf0ba561aada5ab69d2e.jpg) +Figure 3: Kendall-Tau vs sparse Kendall-Tau. Kendall-Tau is not robust when many architectures have similar performance. Minor performance differences can lead to large perturbations in the ranking. Our sparse Kendall-Tau alleviates this by dismissing minor differences in performance. + +group of metrics directly evaluates the quality of the super-net, including sparse Kendall-Tau and the widely-adopted super-net accuracy. For the super-net accuracy, we report the average accuracy of 200 architectures on the validation set of the dataset of interest. We will refer to this metric simply as accuracy. It is frequently used (Guo et al., 2019; Chu et al., 2019) to assess the quality of the trained super-net, but we will show later that it is in fact a poor predictor of the final stand-alone performance. The metrics in the second group evaluate the search performance of a trained super-net. The first metric is the probability to surpass random search: Given the ground-truth rank $r$ of the best architecture found after $n$ runs and the maximum rank $r _ { m a x }$ , equal to the total number of architectures, the probability that the best architecture found is better than a randomly searched one is given by $p = 1 - \bar { ( 1 - ( r / r _ { m a x } ) ) ^ { n } }$ . Finally, where appropriate, we report the stand-alone accuracy of the model that was found by the complete WS-NAS algorithm. Concretely, we randomly sample 200 architectures, select the 3 best models based on the super-net accuracy and query the ground-truth performance. We then take the mean of these architectures as stand-alone accuracy. Note that the same architectures are used to compute the sparse Kendall-Tau. + +# 4 ANALYSIS + +We provide an analysis on the impact of the factors that are shown in Table 1 across three different search spaces. Note that, in this section, we present the factors that are the most important for performance; our analysis of the remaining factors is provided in Appendix C. + +# 4.1 EVALUATION OF A SUPER-NET + +The standalone performance of the architecture that is found by a NAS algorithm is clearly the most important metric to judge its merits. However, in practice, one cannot access this metric—we wouldn’t need NAS if standalone performance was easy to query (the cost of computing stand-alone performance is discussed in Appendix B.2). Furthermore, stand-alone performance inevitably depends the sampling policy, and does not directly evaluate the quality of the super-net (see Appendix B.3). Consequently, it is important to rely on metrics that are well correlated with the final performance but can be queried efficiently. To this end, we collect all our experiments and plot the pairwise correlation between final performance, sparse Kendall-Tau, and super-net accuracy. As shown in Figure 4, the super-net accuracy has a low + +![](images/9bbbf88b8ff46e3dc661ad3a1fb9b080e8445bd8a956a4fa0a17624818773028.jpg) +Figure 4: Super-net evaluation. We collect all experiments across 3 benchmark spaces. (Top) Pairwise plots of super-net accuracy, final performance, and the sparse Kendall-Tau. Each point corresponds to statistics computed over a trained super-net. (Bottom) Spearman correlation coefficients between the metrics. + +correlation with the final performance on NASBench-101 and DARTS-NDS. Only on NASBench-201 does it reach a correlation of 0.52. The sparse Kendall-Tau yields a consistently higher correlation with the final performance. This is evidence that one should not focus too strongly on improving the super-net accuracy. While this metric remains computationally heavy, it serves as a middle ground that is feasible to evaluate in real-world applications. + +In the following experiments, we thus mainly rely on sparse Kendall-Tau, and use final search performance as a reference only. We report the training details in Appendix B.1 and the complete results of all metrics in Appendix C.6. + +# 4.2 BATCH NORMALIZATION IN THE SUPER-NET + +Batch normalization (BN) is commonly used in standalone networks to allow for faster and more stable training. It is thus also employed in most CNN search spaces. However, BN behaves differently in the context of WS-NAS, and special care has to be taken when using it. In a standalone network (c.f. Figure 5 (Top)), a BN layer during training computes the batch statistics $\mu _ { B }$ and $\sigma _ { B }$ , normalizes the activations $f _ { A } ( x )$ as $( f _ { A } ( \boldsymbol { x } ) - \mu _ { B } ) / \sigma _ { B }$ , and finally updates the population statistics using a moving average. For instance, the mean statistics is updated as $\hat { \mu } \gamma \hat { \mu } + ( 1 - \gamma ) \mu _ { B }$ . At test time, the stored population statistics are used to normalize the feature map. In the standalone setting, both batch and population statistics are unbiased estimators of the population distribution $\mathcal { N } ( \mu , \sigma )$ . + +![](images/097b99a6ea8098381ddda49bd7da3b1612f5bd27425fd0a6d7d1e0d2d298b38e.jpg) +Figure 5: Batch normalization in standalone and super-net training. + +By contrast, when training a super-net (Figure 5 (Bottom)) the population statistics that are computed based on the running average are not unbiased estimators of the population distribution, because the effective architecture before the BN layer varies in each epoch. More formally, let $f _ { A _ { i } }$ denote the $i$ -th architecture. During training, the batch statistics are computed as $\textstyle { \mu _ { B } ^ { i } = \sum _ { j } f _ { A _ { i } } ( \bar { x } _ { j } ) } / m$ , and the output feature follows the distribution $\mathcal { N } ( \mu _ { B } ^ { i } , \sigma _ { B } ^ { i } )$ , where the superscript $i$ indicates that the current batch statistics depends on $A _ { i }$ only. The population mean statistics is then updated as $\hat { \mu } \gamma \hat { \mu } + ( 1 - \gamma ) \mu _ { B } ^ { i }$ . However, during training, different architecture from the super-net are sampled. Therefore, the population mean statistics essentially becomes a weighted combination of means from different architectures, i.e., $\bar { \mu } \textstyle \sum { \alpha _ { i } \mu _ { B } ^ { i } } = \textstyle \sum { \alpha _ { i } f _ { A _ { i } } ( x ) }$ , where $\alpha _ { i }$ is the sampling frequency of the $i$ -th architecture. When evaluating a specific architecture $A _ { i }$ at test time, the estimated population statistics thus depend on the other architectures in the super-net. This leads to a train-test discrepancy. One solution to mitigate this problem is to re-calibrate the batch statistics by recomputing the statistics on the entire training set before the the final evaluation (Yu & Huang, 2019). While the cost of doing so is negligible for a standalone network, NAS algorithms typically sample $\sim 1 0 ^ { 5 }$ architectures for evaluation, which makes this approach intractable. + +![](images/88a8290dd3f707ce7e1e63af3e468cae9961027ebdce1bdfa8ae1bf61800e9af.jpg) +Figure 6: Validation of BN. + +In contrast to Dong & Yang (2020) and Bender et al. (2020) who use the training mode also during testing, we formalize a simple, yet effective, approach to tackle the train-test discrepancy of BN in super-net training: we leave the normalization based on batch statistics during training unchanged, but use batch statistics also during testing. Since super-net evaluation is always conducted over a complete dataset, we are free to perform inference in mini-batches of the same size as the ones used during training. This allows us to compute the batch statistics on the fly in the exact same way as during training. + +Figure 6 compares standard BN to our proposed modification. Using the tracked population statistics leads to many architectures with an accuracy around $10 \%$ , i.e., performing no better than random guessing. Our proposed modification allows us to significantly increase the fraction of high-performing architectures. Our results also show that the choice of fixing vs. learning an affine transformation in batch normalization should match the standalone protocol $P _ { p r o x y }$ . + +![](images/d0bae44d8ba4dbd9c53630d367aa2579be0af1410a58ec098d3341a04a3d50b4.jpg) +Figure 7: Loss landscapes. + +![](images/18c3e8683febe2570d105043c4ee42b1fe96a8ce5f9b895ab808dfe5ed097d7f.jpg) +Figure 8: Learning rate on NASBench-201. + +# 4.3 SUPER-NET LOSS LANDSCAPES + +The training loss of the super-net encompasses the task losses of all possible architectures. We suspect that the training difficulty increases with the number of architectures represented by the super-net. To better study this, we visualize the loss landscape (Li et al., 2018) of the standalone network and a super-net with $n = 3 0 0$ architectures. Concretely, the landscape is computed over the super-net training loss under the single-path one-shot sampling method, + +$$ +\mathcal { L } _ { s } ( x , \theta _ { s } ) = \sum _ { i } \mathcal { L } _ { s } ( x , \theta _ { i } ) , \quad \mathrm { w h e r e } \forall i , \cup _ { i } \theta _ { i } = \theta _ { s } . +$$ + +Figure 7 shows that the loss landscape of the super-net is less smooth than that of a standalone architecture, which confirms our intuition. A smoother landscape indicates that optimization will converge more easily to a good local optimum. With a smooth landscape, one can thus use a relatively large learning. By contrast, a less smooth landscape requires using a smaller one. + +Our experiments further confirm this observation. In the standalone protocol $P _ { p r o x y }$ , the learning rate is set to 0.2 for NASBench-101, and to 0.1 for NASBench-201 and DARTS-NDS, respectively. All protocols use a cosine learning rate decay. Figure 8 shows that super-net training requires lower learning rates than standalone training. The same trend is shown for other search spaces in Appendix C.1. We set the learning rate to 0.025 to be consistent across the three search spaces. + +# .4 LOWER FIDELITY ESTIMATES LOWER THE RANKING CORRELATION + +Reducing memory foot-print and training time by proposing smaller super-nets has been an active research direction, and the resulting super-nets are referred to as lower fidelity estimates (Elsken et al., 2019). The impact of this approach on the super-net quality, however, has never been studied systematically over multiple search spaces . We compare four popular strategies in Table 2. We deliberately prolong the training epochs inversely proportionally to the computational budget that would be saved by the low-fidelity estimates, e.g. if the channel number is reduced by half, we train the model for two times more epoch. Note that this provides an upper bound to the performance of low-fidelity estimates. + +A commonly-used approach to reduce memory requirements is to decrease the batch size (Yang + +Table 2: Low fidelity estimates under same computational budget, reporting final search model accuracy (FSA) and sparse Kendall-Tau (S-KdT) on NASBench-201. + +
MetricsSettings
Repeated cells321
S-KdT FSA0.751± 0.090.692 ±0.180.502 ± 0.21
91.91 ± 0.0991.95 ± 0.1090.30 ± 0.71
Init Channel1684
S-KdT FSA0.740 ± 0.07 92.92 ± 0.480.677 ± 0.10 92.32 ± 0.370.691 ± 0.15 92.79± 0.85
Batch-size
S-KdT25612864
FSA0.740±0.07 92.92 ± 0.480.728 ±0.16 92.37 ± 0.610.703 ± 0.16 92.35 ± 0.34
Train portion0.750.50.25
S-KdT FSA0.751 ± 0.11 92.13 ± 0.510.742 ± 0.12 92.74 ± 0.430.693 ± 0.13 91.47 ± 0.81
+ +et al., 2020). Surprisingly, lowering the batch size from 256 to 64 has limited impact on the accuracy, but decreases sparse Kendall-Tau and the final searched model’s performance, the most important metric in practice. + +Another approach is to decrease the number of channels in the first layer (Liu et al., 2019b). This reduces the total number of parameters proportionally, since the number of channels in consecutive layers depends on the first one. Table 2 shows that this decreases the sparse Kendall-Tau from 0.7 to 0.5. By contrast, reducing the number of repeated cells (Pham et al., 2018; Chu et al., 2019) by one has little impact. Hence, to train a good super-net, one should avoid changes between $f _ { w s }$ and $f _ { p r o x y }$ , but one can reduce the batch size by a factor $> 0 . 5$ and use only one repeated cell. + +Table 3: Dynamic channels on NASBench-101. + +
TypeAccuracyS-KdTP>RFinal searched model
Fixed71.52 ± 6.940.220.54691.79 ± 1.72
Shuffle31.79 ± 10.900.170.39190.58 ± 1.58
Interpolate57.53 ± 10.050.370.86593.35 ± 3.27
Baselinet76.91 ± 10.050.220.86589.43± 4.30
Baseline-v275.18± 9.280.330.89191.27 ± 1.18
Ours76.95 ± 8.290.460.94993.65 ± 0.73
+ +† See Appendix C.3 for more details. + +![](images/84a6e9175d351bc94c6c0098d840e687e17917e206c44657a299f25099c579c6.jpg) +Figure 9: NASBench-101 dynamic channel. + +The last lower-fidelity factor is the portion of training data that is used (Liu et al., 2019b; Xu et al., 2020). Surprisingly, reducing the training portion only marginally decreases the sparse Kendall-Tau for all three search spaces. On NASBench-201, keeping only $2 5 \%$ of the CIFAR-10 dataset results in a 0.1 drop in sparse Kendall-Tau. This explains why DARTS-based methods typically use only $50 \%$ of the data to train the super-net but can still produce reasonable results. + +# 4.5 DYNAMIC CHANNELING HURTS SUPER-NET QUALITY + +Dynamic channeling is an implicit factor in many search spaces (Ying et al., 2019; Cai et al., 2019; Guo et al., 2019; Dong & Yang, 2019b). It refers to the fact that the number of channels of the intermediate layers depends on the number of incoming edges to the output node. This is depicted by Figure 9 (a): for a search cell with $n$ intermediate nodes, where $X$ and $Y$ are the input and output node with $C _ { i n }$ and $C _ { o u t }$ channels, respectively. When there are $n = 2$ edges (c.f. Figure 9 $( b )$ ), the associated channel numbers decrease so that their sum equals $C _ { o u t }$ . That is, the intermediate nodes have $\lfloor C _ { o u t } / 2 \rfloor$ channels. In the general case, shown in Figure 9 (c), the number of channels in intermediate nodes is thus $\lfloor C _ { o u t } / n \rfloor$ for $n$ incoming edges. A weight sharing approach has to cope with this architecture-dependent fluctuation of the number of channels during training. + +Let $C$ denote the number of channels of a given architecture, and $C _ { m a x }$ the maximum number of channels for a node across the entire search space. All existing approaches allocate $C _ { m a x }$ channels and, during training, extract a subset of these channels. The existing methods then differ in how they extract the channels: Guo et al. (2019) use a fixed chunk of channels, e.g., $[ 0 : C ]$ ; Zhang et al. (2018) randomly shuffle the channels before extracting a fixed chunk; and Dong & Yang (2019a) linearly interpolate the $C _ { m a x }$ channels into $C$ channels using a moving average across neighboring channels. + +Instead of sharing the channels between architectures, we propose to disable dynamic channelling completely. As the channel number only depends on the incoming edges, we separate the search space into a discrete number of sub-spaces, each with a fixed number of incoming edges. As shown in Table 3, disabling dynamic channeling improves the sparse Kendall-Tau and the final search performance by a large margin and yields a new state of the art on NASBench101. + +We compose another baseline, where we enable dynamic channeling during super-net training. During validation, we compute the average sparse Kendall-Tau of each sub-space, where we sample 200 architectures that shares the same number of channels. We call this baseline-v2. In Table 3, we can see this surpasses the original baseline by a significant margin. It further evidence the importance of disabling dynamic channels. Nonetheless, the best is to disable dynamic channeling during both the training and the validation phase. + +# 5 HOW SHOULD YOU TRAIN YOUR SUPER-NET? + +Figure 10 summarizes the influence of all tested factors on the final performance. It stands out that properly tuned hyper-parameters lead to the biggest improvements by far. Surprisingly, most other factors and techniques either have a hardly measurable effect or in some cases even lead to worse performance. Based on these findings, here is how you should train your super-net: + +![](images/f7b2ac1cd701333de67963633d61df0ce4d2c5a55802cd105796072b2d413fdd.jpg) +Figure 10: Influence of factors on the final model. We plot the difference in percent between the searched model’s performance with and without applying the corresponding factor. For the hyper-parameters of $P _ { w s }$ , the baseline is Random NAS, as reported in Table 4. For the other factors, the baseline of each search space uses the best setting of the hyper-parameters. Each experiment was run at least 3 times. + +1. Do not use super-net accuracy to judge the quality of your super-net. The sparse Kendall-Tau has much higher correlation with the final search performance. +2. When batch normalization is used, do not use the moving average statistics during evaluation. Instead, compute the statistics on the fly over a batch of the same size as used during training. +3. The loss landscape of super-nets is less smooth than that of standalone networks. Start from a smaller learning rate than standalone training. +4. Do not use other low-fidelity estimates than moderately reducing the training set size to decrease the search time. +5. Do not use dynamic channeling in search spaces that have a varying number of channels in the intermediate nodes. Break the search space into multiple sub-spaces such that dynamic channeling is not required. + +Comparison to the state of the art. Table 4 shows that carefully controlling the relevant factors and adopting the techniques proposed in Section 4 allow us to considerably improve the performance of Random-NAS. Thanks to our evaluation, we were able to show that simple Random-NAS together with an appropriate training protocol $P _ { w s }$ and mapping function $f _ { w s }$ yields results that are competitive to and sometimes even surpass state-of-the-art algorithms. Our results provide a strong baseline upon which future work can build. + +Table 4: Final results. Results on NASBench101 and 201 are from Yu et al. (2020b), and Dong & Yang (2020). We report the mean over 3 runs. Note that NASBench-101 ${ \mathit { n } } = 7 $ ) in ( $\mathrm { T u }$ et al., 2020b) is identical to our setting. Our new strategy significantly surpasses the random search baseline. + +
MethodNASBench 101 (n=7)NASBench 201DARTS NDSDARTS NDS*
ENAS91.83 ±0.4254.30±0.0094.45 ± 0.0997.11
DARTS-V292.21 ± 0.6154.30 ±0.0094.79 ± 0.1197.37
NAO92.59 ± 0.5997.10
GDAS=93.51 ± 0.1396.23
Random NAS89.89 ± 3.8987.66 ± 1.6991.33 ±0.1296.74†
Random NAS (Ours)93.12 ±0.0692.71 ± 0.1594.26±0.0597.08
+ +†Results from Li & Talwalkar (2019) ?Trained according to Liu et al. (2019b) for 600 epochs. DARTS-V2 (Liu et al., 2019b), ENAS (Pham et al., 2018), NAO (Luo et al., 2018). Random-NAS (Li & Talwalkar, 2019), GDAS (Dong & Yang, 2019b) On NASBench-201, both random NAS and our approach samples 100 final architectures to follow Dong & Yang (2020) + +# REFERENCES + +Gabriel Bender, Hanxiao Liu, Bo Chen, Grace Chu, Shuyang Cheng, Pieter-Jan Kindermans, and Quoc V. Le. Can weight sharing outperform random architecture search? an investigation with tunas. In CVPR, 2020. + +Han Cai, Ligeng Zhu, and Song Han. ProxylessNAS: Direct Neural Architecture Search on Target Task and Hardware. In ICLR, 2019. + +Han Cai, Chuang Gan, Tianzhe Wang, Zhekai Zhang, and Song Han. Once for all: Train one network and specialize it for efficient deployment. In ICLR, 2020. URL https://openreview.net/ forum?id $\underline { { \underline { { \mathbf { \Pi } } } } } =$ HylxE1HKwS. + +Xin Chen, Lingxi Xie, Jun Wu, and Qi Tian. Progressive differentiable architecture search: Bridging the depth gap between search and evaluation. In ICCV, 2019a. + +Yukang Chen, Tong Yang, Xiangyu Zhang, Gaofeng Meng, Chunhong Pan, and Jian Sun. DetNAS: Neural Architecture Search on Object Detection. NeurIPS, 2019b. + +Xiangxiang Chu, Bo Zhang, Ruijun Xu, and Jixiang Li. FairNAS: Rethinking Evaluation Fairness of Weight Sharing Neural Architecture Search. arXiv:, 2019. + +Xuanyi Dong and Yi Yang. Network pruning via transformable architecture search. In Advances in Neural Information Processing Systems, pp. 760–771, 2019a. + +Xuanyi Dong and Yi Yang. Searching for a robust neural architecture in four gpu hours. In CVPR, 2019b. + +Xuanyi Dong and Yi Yang. NAS-Bench-201: Extending the scope of reproducible neural architecture search. In ICLR, 2020. URL https://openreview.net/forum?id $\underline { { \underline { { \mathbf { \Pi } } } } } =$ HJxyZkBKDr. + +Thomas Elsken, Jan Hendrik Metzen, and Frank Hutter. Neural architecture search: A survey. Journal of Machine Learning Research, 20(55):1–21, 2019. + +Zichao Guo, Xiangyu Zhang, Haoyuan Mu, Wen Heng, Zechun Liu, Yichen Wei, and Jian Sun. Single Path One-Shot Neural Architecture Search with Uniform Sampling. ECCV, 2019. + +Haifeng Jin, Qingquan Song, and Xia Hu. Auto-Keras: An efficient neural architecture search system. In International Conference on Knowledge Discovery & Data Mining, 2019. + +Kirthevasan Kandasamy, Willie Neiswanger, Jeff Schneider, Barnabas Poczos, and Eric P Xing. Neural architecture search with bayesian optimisation and optimal transport. In NeurIPS, 2018. + +Alex Krizhevsky, Vinod Nair, and Geoffrey Hinton. CIFAR-10 (canadian institute for advanced research). 2009. + +Hao Li, Zheng Xu, Gavin Taylor, Christoph Studer, and Tom Goldstein. Visualizing the loss landscape of neural nets. In NeurIPS, 2018. + +Liam Li and Ameet Talwalkar. Random search and reproducibility for neural architecture search. UAI, 2019. + +Xiang Li, Chen Lin, Chuming Li, Ming Sun, Wei Wu, Junjie Yan, and Wanli Ouyang. Improving one-shot NAS by suppressing the posterior fading. CVPR, 2020. + +Chenxi Liu, Barret Zoph, Maxim Neumann, Jonathon Shlens, Wei Hua, Li-Jia Li, Li Fei-Fei, Alan Yuille, Jonathan Huang, and Kevin Murphy. Progressive neural architecture search. In ECCV, 2018. + +Chenxi Liu, Liang-Chieh Chen, Florian Schroff, Hartwig Adam, Wei Hua, Alan Yuille, and Li Fei-Fei. Auto-DeepLab: Hierarchical Neural Architecture Search for Semantic Image Segmentation. CVPR, 2019a. + +Hanxiao Liu, Karen Simonyan, and Yiming Yang. DARTS: Differentiable architecture search. ICLR, 2019b. + +Zhichao Lu, Ian Whalen, Vishnu Boddeti, Yashesh Dhebar, Kalyanmoy Deb, Erik Goodman, and Wolfgang Banzhaf. NSGA-NET: A multi-objective genetic algorithm for neural architecture search. arXiv:1810.03522, 2018. + +Renqian Luo, Fei Tian, Tao Qin, En-Hong Chen, and Tie-Yan Liu. Neural architecture optimization. In NeurIPS, 2018. + +Risto Miikkulainen, Jason Liang, Elliot Meyerson, Aditya Rawal, Daniel Fink, Olivier Francon, Bala Raju, Hormoz Shahrzad, Arshak Navruzyan, Nigel Duffy, et al. Evolving deep neural networks. In Artificial Intelligence in the Age of Neural Networks and Brain Computing, pp. 293–312. 2019. + +Niv Nayman, Asaf Noy, Tal Ridnik, Itamar Friedman, Rong Jin, and Lihi Zelnik. Xnas: Neural architecture search with expert advice. In NeurIPS, 2019. + +Hieu Pham, Melody Y Guan, Barret Zoph, Quoc V Le, and Jeff Dean. Efficient neural architecture search via parameter sharing. ICML, 2018. + +Ilija Radosavovic, Justin Johnson, Saining Xie, Wan-Yen Lo, and Piotr Dollar. On Network Design ´ Spaces for Visual Recognition. In ICCV, 2019. + +Esteban Real, Sherry Moore, Andrew Selle, Saurabh Saxena, Yutaka Leon Suematsu, Jie Tan, Quoc V. Le, and Alexey Kurakin. Large-scale evolution of image classifiers. ICML, 2017. + +Esteban Real, Alok Aggarwal, Yanping Huang, and Quoc V Le. Regularized evolution for image classifier architecture search. AAAI, 2019. + +Michael S. Ryoo, AJ Piergiovanni, Mingxing Tan, and Anelia Angelova. Assemblenet: Searching for multi-stream neural connectivity in video architectures. In ICLR, 2020. URL https:// openreview.net/forum?id $\underline { { \underline { { \mathbf { \Pi } } } } } =$ SJgMK64Ywr. + +David R. So, Chen Liang, and Quoc V. Le. The evolved transformer. In ICML, 2019. + +Linnan Wang, Saining Xie, Teng Li, Rodrigo Fonseca, and Yuandong Tian. Neural architecture search by learning action space for monte carlo tree search. AAAI, 2020. URL https://openreview. net/forum?id ${ . } = { }$ SklR6aEtwH. + +Bichen Wu, Xiaoliang Dai, Peizhao Zhang, Yanghan Wang, Fei Sun, Yiming Wu, Yuandong Tian, Peter Vajda, Yangqing Jia, and Kurt Keutzer. FBNet: Hardware-Aware Efficient ConvNet Design via Differentiable Neural Architecture Search. CVPR, 2019. + +Sirui Xie, Hehui Zheng, Chunxiao Liu, and Liang Lin. SNAS: Stochastic neural architecture search. ICLR, 2019. + +Yuhui Xu, Lingxi Xie, Xiaopeng Zhang, Xin Chen, Guo-Jun Qi, Qi Tian, and Hongkai Xiong. PC-DARTS: Partial channel connections for memory-efficient architecture search. In ICLR, 2020. URL https://openreview.net/forum?id $=$ BJlS634tPr. + +Antoine Yang, Pedro M. Esperanc¸a, and Fabio M. Carlucci. NAS evaluation is frustratingly hard. In ICLR, 2020. URL https://openreview.net/forum?id $\underline { { \underline { { \mathbf { \Pi } } } } } =$ HygrdpVKvr. + +Chris Ying, Aaron Klein, Esteban Real, Eric Christiansen, Kevin Murphy, and Frank Hutter. NASBench-101: Towards reproducible neural architecture search. ICLR, 2019. + +Jiahui Yu and Thomas S. Huang. Network slimming by slimmable networks: Towards one-shot architecture search for channel numbers. ICLR, 2019. + +Jiahui Yu, Pengchong Jin, Hanxiao Liu, Gabriel Bender, Pieter-Jan Kindermans, Mingxing Tan, Thomas Huang, Xiaodan Song, Ruoming Pang, and Quoc Le. BigNAS: Scaling Up Neural Architecture Search with Big Single-Stage Models. ECCV, 2020a. + +Kaicheng Yu, Christian Sciuto, Martin Jaggi, Claudiu Musat, and Mathieu Salzmann. Evaluating the search phase of neural architecture search. In ICLR, 2020b. URL https://openreview. net/forum?id ${ . } = { }$ H1loF2NFwr. + +Arber Zela, Thomas Elsken, Tonmoy Saikia, Yassine Marrakchi, Thomas Brox, and Frank Hutter. Understanding and robustifying differentiable architecture search. In ICLR, 2020a. URL https: //openreview.net/forum?id ${ . } =$ H1gDNyrKDS. + +Arber Zela, Julien Siems, and Frank Hutter. NAS-Bench-1Shot1: Benchmarking and dissecting one-shot neural architecture search. In ICLR, 2020b. URL https://openreview.net/ forum?id $_ { \cdot } =$ SJx9ngStPH. + +Xiangyu Zhang, Xinyu Zhou, Mengxiao Lin, and Jian Sun. Shufflenet: An extremely efficient convolutional neural network for mobile devices. In CVPR, 2018. + +Hongpeng Zhou, Minghao Yang, Jun Wang, and Wei Pan. BayesNAS: A bayesian approach for neural architecture search. In ICML, 2019. + +Barret Zoph and Quoc V. Le. Neural Architecture Search with Reinforcement Learning. ICLR, 2017. + +Barret Zoph, Vijay Vasudevan, Jonathon Shlens, and Quoc V Le. Learning transferable architectures for scalable image recognition. In CVPR, 2018. \ No newline at end of file diff --git a/parse/train/txC1ObHJ0wB/txC1ObHJ0wB_content_list.json b/parse/train/txC1ObHJ0wB/txC1ObHJ0wB_content_list.json new file mode 100644 index 0000000000000000000000000000000000000000..2f83e368a713d4e3f85a8e620ec9ae134322714d --- /dev/null +++ b/parse/train/txC1ObHJ0wB/txC1ObHJ0wB_content_list.json @@ -0,0 +1,1536 @@ +[ + { + "type": "text", + "text": "HOW TO TRAIN YOUR SUPER-NET: AN ANALYSIS OF TRAINING HEURISTICS IN WEIGHT-SHARING NAS ", + "text_level": 1, + "bbox": [ + 176, + 98, + 823, + 146 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Anonymous authors Paper under double-blind review ", + "bbox": [ + 183, + 170, + 400, + 198 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "ABSTRACT ", + "text_level": 1, + "bbox": [ + 454, + 234, + 544, + 250 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Weight sharing promises to make neural architecture search (NAS) tractable even on commodity hardware. Existing methods in this space rely on a diverse set of heuristics to design and train the shared-weight backbone network, a.k.a. the supernet. Since heuristics substantially vary across different methods and have not been carefully studied, it is unclear to which extent they impact super-net training and hence the weight-sharing NAS algorithms. In this paper, we disentangle super-net training from the search algorithm, isolate 14 frequently-used training heuristics, and evaluate them over three benchmark search spaces. Our analysis uncovers that several commonly-used heuristics negatively impact the correlation between supernet and stand-alone performance, whereas simple, but often overlooked factors, such as proper hyper-parameter settings, are key to achieve strong performance. Equipped with this knowledge, we show that simple random search achieves competitive performance to complex state-of-the-art NAS algorithms when the super-net is properly trained. ", + "bbox": [ + 233, + 265, + 766, + 457 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "1 INTRODUCTION ", + "text_level": 1, + "bbox": [ + 176, + 483, + 336, + 500 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Neural architecture search (NAS) has received growing attention in the past few years, yielding stateof-the-art performance on several machine learning tasks (Liu et al., 2019a; Wu et al., 2019; Chen et al., 2019b; Ryoo et al., 2020). One of the milestones that led to the popularity of NAS is weight sharing (Pham et al., 2018; Liu et al., 2019b), which, by allowing all possible network architectures to share the same parameters, has reduced the computational requirements from thousands of GPU hours to just a few. Figure 1 shows the two phases that are common to weight-sharing NAS (WS-NAS) algorithms: the search phase, including the design of the search space and the search algorithm; and the evaluation phase, which encompasses the final training protocol on the proxy task 1. ", + "bbox": [ + 174, + 513, + 825, + 625 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "While most works focus on developing a good sampling algorithm (Cai et al., 2019; Xie et al., 2019) or improving existing ones (Zela et al., 2020a; Nayman et al., 2019; Li et al., 2020), they tend to overlook or gloss over important factors related to the design and training of the shared-weight backbone network, i.e. the super-net. For example, the literature encompasses significant variations of learning hyper-parameter settings, batch normalization and dropout usage, capacities for the initial layers of the network, and depth of the super-net. Furthermore, some of these heuristics are directly transferred from standalone network training to super-net training without carefully studying their impact in this drastically different scenario. For example, the fundamental assumption of batch normalization that the input data follows a slowly changing distribution whose statistics can be tracked during training is violated in WS-NAS, but nonetheless typically assumed to hold. ", + "bbox": [ + 174, + 632, + 825, + 768 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "In this paper, we revisit and systematically evaluate commonly-used super-net design and training heuristics and uncover the strong influence of certain factors on the success of super-net training. To this end, we leverage three benchmark search spaces, NASBench-101 (Ying et al., 2019), NASBench201 (Dong & Yang, 2020), and DARTS-NDS (Radosavovic et al., 2019), for which the ground-truth stand-alone performance of a large number of architectures is available. We report the results of our experiments according to two sets of metrics: i) metrics that directly measure the quality of the super-net, such as the widely-adopted super-net accuracy 2 and a modified Kendall-Tau correlation between the searched architectures and their ground-truth performance, which we refer to as sparse ", + "bbox": [ + 174, + 776, + 825, + 887 + ], + "page_idx": 0 + }, + { + "type": "image", + "img_path": "images/8c9f1fb332802d0a69c31ec05ae6a3107427c64b71219d8cedb6fb6cc6b9ad2a.jpg", + "image_caption": [ + "Figure 1: WS-NAS benchmarking. Green blocks indicate which aspects of NAS are benchmarked in different works. A search algorithm usually consists of a search space that encompass many architectures, and a policy to select the best one. $P$ indicates a training protocol, and $f$ a mapping function from the search space to a neural network. (a) Early works fixed and compared the metrics on the proxy task, which doesn’t allow for a holistic comparison between algorithms. $\\mathbf { ( b ) }$ The NASBench benchmark series partially alleviates the problem by sharing the stand-alone training protocol and search space across algorithms. However, the design of the weight-sharing search space and training protocol is still not controlled. (c) We fill this gap by benchmarking existing techniques to construct and train the shared-weight backbone. We provide a controlled evaluation across three benchmark spaces. " + ], + "image_footnote": [], + "bbox": [ + 256, + 66, + 741, + 332 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Kendall-Tau; ii) proxy metrics such as the ability to surpass random search and the stand-alone accuracy of the model found by the WS-NAS algorithm. ", + "bbox": [ + 176, + 491, + 821, + 518 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Via our extensive experiments (over 700 GPU days), we uncover that (i) the training behavior of a super-net drastically differs from that of a standalone network, e.g., in terms of feature statistics and loss landscape, thus allowing us to define training factor settings, e.g., for batch-normalization (BN) and learning rate, that are better suited for super-nets; (ii) while some neglected factors, such as the number of training epochs, have a strong impact on the final performance, others, believed to be important, such as path sampling, only have a marginal effect, and some commonly-used heuristics, such as the use of low-fidelity estimates, negatively impact it; (iii) the commonly-adopted super-net accuracy is unreliable to evaluate the super-net quality. ", + "bbox": [ + 174, + 525, + 825, + 636 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Altogether, our work is the first to systematically analyze the impact of the diverse factors of super-net design and training, and we uncover the factors that are crucial to design a super-net, as well as the non-important ones. Aggregating these findings allows us to boost the performance of simple weight-sharing random search to the point where it reaches that of complex state-of-the-art NAS algorithms across all tested search spaces. We will release our code and trained models so as to establish a solid baseline to facilitate further research. ", + "bbox": [ + 174, + 642, + 825, + 724 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "2 PRELIMINARIES AND RELATED WORK ", + "text_level": 1, + "bbox": [ + 176, + 746, + 524, + 762 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "We first introduce the necessary concepts that will be used throughout the paper. As shown in Figure $1 ( a )$ , weight-sharing NAS algorithms consist of three key components: a search algorithm that samples an architecture from the search space in the form of an encoding, a mapping function $f _ { p r o x y }$ that maps the encoding into its corresponding neural network, and a training protocol for a proxy task $P _ { p r o x y }$ for which the network is optimized. ", + "bbox": [ + 174, + 779, + 825, + 847 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "To train the search algorithm, one needs to additionally define the mapping function $f _ { w s }$ that generates the shared-weight network. Note that the mapping $f _ { p r o x y }$ frequently differs from $f _ { w s }$ , since in practice the final model contains many more layers and parameters so as to yield competitive results on the proxy task. After fixing $f _ { w s }$ , a training protocol $P _ { w s }$ is required to learn the super-net. In practice, $P _ { w s }$ often hides factors that are critical for the final performance of an approach, such as hyper-parameter settings or the use of data augmentation strategies to achieve state-of-the-art performance (Liu et al., 2019b; Chu et al., 2019; Zela et al., 2020a). Again, $P _ { w s }$ may differ from $P _ { p r o x y }$ , which is used to train the architecture that has been found by the search. For example, our experiments reveal that the learning rate and the total number of epochs frequently differ due to the different training behavior of the super-net and stand-alone architectures. ", + "bbox": [ + 174, + 854, + 825, + 924 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 103, + 825, + 172 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Many strategies have been proposed to implement the search algorithm, such as reinforcement learning (Zoph & Le, 2017; Zoph et al., 2018), evolutionary algorithms (Real et al., 2017; Miikkulainen et al., 2019; So et al., 2019; Liu et al., 2018; Lu et al., 2018), gradient-based optimization (Liu et al., 2019b; Xu et al., 2020; Li et al., 2020), Bayesian optimization (Kandasamy et al., 2018; Jin et al., 2019; Zhou et al., 2019; Wang et al., 2020), and separate performance predictors (Liu et al., 2018; Luo et al., 2018). Until very recently, the common trend to evaluate NAS consisted of reporting the searched architecture’s performance on the proxy task (Xie et al., 2019; Real et al., 2019; Ryoo et al., 2020). This, however, hardly provides real insights about the NAS algorithms themselves, because of the many components involved in them. Many factors that differ from one algorithm to another can influence the performance. In practice, the literature even commonly compares NAS methods that employ different protocols to train the final model. ", + "bbox": [ + 174, + 179, + 825, + 330 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Li & Talwalkar (2019) and Yu et al. (2020b) were the first to systematically compare different algorithms with the same settings for the proxy task and using several random initializations. Their surprising results revealed that many NAS algorithms produce architectures that do not significantly outperform a randomly-sampled architecture. Yang et al. (2020) highlighted the importance of the training protocol $P _ { p r o x y }$ . They showed that optimizing the training protocol can improve the final architecture performance on the proxy task by three percent on CIFAR-10. This non-trivial improvement can be achieved regardless of the chosen sampler, which provides clear evidence for the importance of unifying the protocol to build a solid foundation for comparing NAS algorithms. ", + "bbox": [ + 174, + 337, + 825, + 448 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "In parallel to this line of research, the recent series of “NASBench” works (Ying et al., 2019; Zela et al., 2020b; Dong & Yang, 2020) proposed to benchmark NAS approaches by providing a complete, tabular characterization of a search space. This was achieved by training every realizable stand-alone architecture using a fixed protocol $P _ { p r o x y }$ . Similarly, other works proposed to provide a partial characterization by sampling and training a sufficient number of architectures in a given search space using a fixed protocol (Radosavovic et al., 2019; Zela et al., 2020a; Wang et al., 2020). ", + "bbox": [ + 174, + 454, + 825, + 537 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "While recent advances for systematic evaluation are promising, no work has yet thoroughly studied the influence of the super-net training protocol $P _ { w s }$ and the mapping function $f _ { w s }$ . Previous works (Zela et al., 2020a; Li & Talwalkar, 2019) performed hyper-parameter tuning to evaluate their own algorithms, and focused only on a few parameters. We fill this gap by benchmarking different choices of $P _ { w s }$ and $f _ { w s }$ and by proposing novel variations to improve the super-net quality. ", + "bbox": [ + 174, + 545, + 825, + 614 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Recent works have shown that sub-nets of super-net training can surpass some human designed models without retraining (Yu et al., 2020a; Cai et al., 2020) and that reinforcement learning can surpass the performance of random search (Bender et al., 2020). However, these findings are still only shown on MobileNet-like search spaces where we only search for the size of convolution kernels and the channel ratio for each layer. This is an effective approach to discover a compact network, but it does not change the fact that on cell-based search space super-net quality remains low. ", + "bbox": [ + 174, + 621, + 825, + 704 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "3 EVALUATION METHODOLOGY ", + "text_level": 1, + "bbox": [ + 176, + 728, + 452, + 744 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "We first isolate 14 factors that need to be considered during the design and training of a super-net, and then introduce the metrics to evaluate the quality of the trained super-net. Note that these factors are agnostic to the search policy that is used after training the super-net. ", + "bbox": [ + 174, + 763, + 825, + 805 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "3.1 DISENTANGLING THE SUPER-NET FROM THE SEARCH ALGORITHM ", + "text_level": 1, + "bbox": [ + 174, + 828, + 671, + 840 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Our goal is to evaluate the influence of the super-net mapping $f _ { w s }$ and weight-sharing training protocol $P _ { w s }$ . As shown in Figure 2, $f _ { w s }$ translates an architecture encoding, which typically consists of a discrete number of choices or parameters, into a neural network. Based on a well-defined mapping, the super-net is a network in which every sub-path has a one-to-one mapping with an architecture encoding (Pham et al., 2018). Recent works $\\mathrm { { X u } }$ et al., 2020; Li et al., 2020; Ying et al., ", + "bbox": [ + 174, + 854, + 825, + 922 + ], + "page_idx": 2 + }, + { + "type": "table", + "img_path": "images/51fabc8d7e550e124f2e594edf2fb9a728c1b7b5111cdab7dc06856d2c09ce65.jpg", + "table_caption": [ + "Table 1: Summary of factors " + ], + "table_footnote": [], + "table_body": "
WS Mapping fwsWS Protocol Pws
implementationlow fidelityhyperparam.sampling
Dynamic Channeling OFA Conv WSBN Dropout#layer train portion batch size # channelsbatch-norm learning rate epochs weight decayFairNAS Random-NAS Random-A
", + "bbox": [ + 176, + 95, + 485, + 172 + ], + "page_idx": 3 + }, + { + "type": "image", + "img_path": "images/463271dd9cea14da998c14fcf209e360895a954aa979a36fcfdd692e498d3c94.jpg", + "image_caption": [ + "Figure 2: Constructing a super-net " + ], + "image_footnote": [], + "bbox": [ + 508, + 93, + 818, + 194 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "2019) separate the encoding into cell parameters, which define the basic building blocks of a network, and macro parameters, which define how cells are assembled into a complete architecture. ", + "bbox": [ + 169, + 227, + 825, + 253 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Weight-sharing mapping $f _ { w s }$ . To make the search space manageable, all cell and macro parameters are fixed during the search, except for the topology of the cell and its possible operations. However, the exact choices for each of these fixed factors differ between algorithms and search spaces. We report the common factors in the left part of Table 1. They include various implementation choices, e.g., the use of convolutions with a dynamic number of channels (Dynamic Channeling), super-convolutional layers that support dynamic kernel sizes (OFA Kernel) (Cai et al., 2020), weight-sharing batchnormalization (WSBN) that tracks independent running statistics and affine parameters for different incoming edges (Luo et al., 2018), and path and global dropout (Pham et al., 2018; Luo et al., 2018; Liu et al., 2019b). They also include the use of low-fidelity estimates (Elsken et al., 2019) to reduce the complexity of super-net training, e.g., by reducing the number of layers (Liu et al., 2019b) and channels (Yang et al., 2020; Chen et al., 2019a), the portion of the training set used for super-net training (Liu et al., 2019b), or the batch size (Liu et al., 2019b; Pham et al., 2018; Yang et al., 2020). ", + "bbox": [ + 174, + 265, + 825, + 429 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Weight-sharing protocol $P _ { w s }$ . Given a mapping $f _ { w s }$ , different training protocols $P _ { w s }$ can be employed to train the super-net. Protocols can differ in the training hyper-parameters and the sampling strategies they rely on. We will evaluate the different hyper-parameter choices listed in the right part of Table 1. This includes the initial learning rate, the hyper-parameters of batch normalization, the total number of training epochs, and the amount of weight decay. ", + "bbox": [ + 174, + 440, + 825, + 510 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "We randomly sample one path to train the super-net (Guo et al., 2019), which is also known as single-path one-shot (SPOS) or Random-NAS (Li & Talwalkar, 2019). The reason for this choice is that Random-NAS is equivalent to the initial state of many search algorithms (Liu et al., 2019b; Pham et al., 2018; Luo et al., 2018), some of which even freeze the sampler training so as to use random sampling to warm-up the super-net (Xu et al., 2020; Dong & Yang, 2019b). Note that we also evaluated two variants of Random-NAS, but found their improvement to be only marginal. Please see Appendix C.2 for more detail. ", + "bbox": [ + 174, + 516, + 825, + 612 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "In our experiments, for the sake of reproducibility, we ensure that $P _ { w s }$ and $P _ { p r o x y }$ , as well as $f _ { w s }$ and $f _ { p r o x y }$ , are as close to each other as possible. For the hyper-parameters of $P _ { w s }$ , we cross-validate each factor following the order in Table 1, and after each validation, use the value that yields the best performance in $P _ { p r o x y }$ . For all other factors, we change one factor at a time. ", + "bbox": [ + 174, + 619, + 825, + 675 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Search spaces. We use three commonly-used search spaces, for which a large number of stand-alone architectures have been trained and evaluated on CIFAR-10 (Krizhevsky et al., 2009) to obtain their ground-truth performance. In particular, we use NASBench-101 (Ying et al., 2019), which consists of 423, 624 architectures and is compatible with weight-sharing NAS (Yu et al., 2020b; Zela et al., 2020b); NASBench-201 (Dong & Yang, 2020), which contains more operations than NASBench-101 but fewer nodes; and DARTS-NDS (Radosavovic et al., 2019) that contains over $1 0 ^ { 1 3 }$ architectures of which a subset of 5000 models was sampled and trained in a stand-alone fashion. See Appendix A.2 for a detailed discussion. ", + "bbox": [ + 174, + 685, + 825, + 795 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "3.2 SPARSE KENDALL-TAU - A NOVEL SUPER-NET EVALUATION METRIC ", + "text_level": 1, + "bbox": [ + 176, + 818, + 687, + 832 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "We define a novel super-net metric, which we name sparse Kendall-Tau. It is inspired by the KendallTau metric used by Yu et al. (2020b) to measure the discrepancy between the ordering of stand-alone architectures and the ordering that is implied by the trained super-net. An ideal super-net should yield the same ordering of architectures as the stand-alone one and thus would lead to a high Kendall-Tau. However, Kendall-Tau is not robust to negligible performance differences between architectures (c.f. Figure 3). To robustify this metric, we share the rank between two architectures if their stand-alone ", + "bbox": [ + 174, + 845, + 826, + 928 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "accuracies differ by less than a threshold $( 0 . 1 \\%$ here). Since the resulting ranks are sparse, we call this metric sparse Kendall-Tau (s-KdT). Note that we also compare Kendall-Tau and Spearman correlation in Appendix A.3, and provide implementation details in Appendix A.4. ", + "bbox": [ + 174, + 125, + 485, + 208 + ], + "page_idx": 4 + }, + { + "type": "table", + "img_path": "images/149043d346fa3ba4e64d9b60d0a73598d90d0dd4b86ffd5a08f10756c4196450.jpg", + "table_caption": [], + "table_footnote": [], + "table_body": "
Kendall Tau
original0.6444
sparse0.8140
", + "bbox": [ + 727, + 137, + 820, + 183 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Although, sparse Kendall-Tau captures the super-net quality well, it may fail in extreme cases, such as when the top-performing architectures are ranked perfectly while poor ones are ordered randomly. To account for such rare situations and ensure the soundness of our analysis, we also report additional metrics. We define two groups of metrics to holistically evaluate different aspects of a trained super-net. The first ", + "bbox": [ + 174, + 215, + 485, + 338 + ], + "page_idx": 4 + }, + { + "type": "image", + "img_path": "images/833d29ee1aac1b8ac81197f787216600f0137c6ca77daf0ba561aada5ab69d2e.jpg", + "image_caption": [ + "Figure 3: Kendall-Tau vs sparse Kendall-Tau. Kendall-Tau is not robust when many architectures have similar performance. Minor performance differences can lead to large perturbations in the ranking. Our sparse Kendall-Tau alleviates this by dismissing minor differences in performance. " + ], + "image_footnote": [], + "bbox": [ + 503, + 126, + 712, + 227 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "group of metrics directly evaluates the quality of the super-net, including sparse Kendall-Tau and the widely-adopted super-net accuracy. For the super-net accuracy, we report the average accuracy of 200 architectures on the validation set of the dataset of interest. We will refer to this metric simply as accuracy. It is frequently used (Guo et al., 2019; Chu et al., 2019) to assess the quality of the trained super-net, but we will show later that it is in fact a poor predictor of the final stand-alone performance. The metrics in the second group evaluate the search performance of a trained super-net. The first metric is the probability to surpass random search: Given the ground-truth rank $r$ of the best architecture found after $n$ runs and the maximum rank $r _ { m a x }$ , equal to the total number of architectures, the probability that the best architecture found is better than a randomly searched one is given by $p = 1 - \\bar { ( 1 - ( r / r _ { m a x } ) ) ^ { n } }$ . Finally, where appropriate, we report the stand-alone accuracy of the model that was found by the complete WS-NAS algorithm. Concretely, we randomly sample 200 architectures, select the 3 best models based on the super-net accuracy and query the ground-truth performance. We then take the mean of these architectures as stand-alone accuracy. Note that the same architectures are used to compute the sparse Kendall-Tau. ", + "bbox": [ + 173, + 338, + 825, + 530 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "4 ANALYSIS ", + "text_level": 1, + "bbox": [ + 174, + 554, + 290, + 569 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "We provide an analysis on the impact of the factors that are shown in Table 1 across three different search spaces. Note that, in this section, we present the factors that are the most important for performance; our analysis of the remaining factors is provided in Appendix C. ", + "bbox": [ + 174, + 587, + 825, + 628 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "4.1 EVALUATION OF A SUPER-NET ", + "text_level": 1, + "bbox": [ + 176, + 650, + 423, + 662 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "The standalone performance of the architecture that is found by a NAS algorithm is clearly the most important metric to judge its merits. However, in practice, one cannot access this metric—we wouldn’t need NAS if standalone performance was easy to query (the cost of computing stand-alone performance is discussed in Appendix B.2). Furthermore, stand-alone performance inevitably depends the sampling policy, and does not directly evaluate the quality of the super-net (see Appendix B.3). Consequently, it is important to rely on metrics that are well correlated with the final performance but can be queried efficiently. To this end, we collect all our experiments and plot the pairwise correlation between final performance, sparse Kendall-Tau, and super-net accuracy. As shown in Figure 4, the super-net accuracy has a low ", + "bbox": [ + 174, + 678, + 485, + 924 + ], + "page_idx": 4 + }, + { + "type": "image", + "img_path": "images/9bbbf88b8ff46e3dc661ad3a1fb9b080e8445bd8a956a4fa0a17624818773028.jpg", + "image_caption": [ + "Figure 4: Super-net evaluation. We collect all experiments across 3 benchmark spaces. (Top) Pairwise plots of super-net accuracy, final performance, and the sparse Kendall-Tau. Each point corresponds to statistics computed over a trained super-net. (Bottom) Spearman correlation coefficients between the metrics. " + ], + "image_footnote": [], + "bbox": [ + 488, + 678, + 815, + 814 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "correlation with the final performance on NASBench-101 and DARTS-NDS. Only on NASBench-201 does it reach a correlation of 0.52. The sparse Kendall-Tau yields a consistently higher correlation with the final performance. This is evidence that one should not focus too strongly on improving the super-net accuracy. While this metric remains computationally heavy, it serves as a middle ground that is feasible to evaluate in real-world applications. ", + "bbox": [ + 174, + 103, + 825, + 174 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "In the following experiments, we thus mainly rely on sparse Kendall-Tau, and use final search performance as a reference only. We report the training details in Appendix B.1 and the complete results of all metrics in Appendix C.6. ", + "bbox": [ + 176, + 179, + 823, + 222 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "4.2 BATCH NORMALIZATION IN THE SUPER-NET ", + "text_level": 1, + "bbox": [ + 174, + 244, + 519, + 258 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Batch normalization (BN) is commonly used in standalone networks to allow for faster and more stable training. It is thus also employed in most CNN search spaces. However, BN behaves differently in the context of WS-NAS, and special care has to be taken when using it. In a standalone network (c.f. Figure 5 (Top)), a BN layer during training computes the batch statistics $\\mu _ { B }$ and $\\sigma _ { B }$ , normalizes the activations $f _ { A } ( x )$ as $( f _ { A } ( \\boldsymbol { x } ) - \\mu _ { B } ) / \\sigma _ { B }$ , and finally updates the population statistics using a moving average. For instance, the mean statistics is updated as $\\hat { \\mu } \\gamma \\hat { \\mu } + ( 1 - \\gamma ) \\mu _ { B }$ . At test time, the stored population statistics are used to normalize the feature map. In the standalone setting, both batch and population statistics are unbiased estimators of the population distribution $\\mathcal { N } ( \\mu , \\sigma )$ . ", + "bbox": [ + 173, + 272, + 823, + 329 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 348, + 581, + 445 + ], + "page_idx": 5 + }, + { + "type": "image", + "img_path": "images/097b99a6ea8098381ddda49bd7da3b1612f5bd27425fd0a6d7d1e0d2d298b38e.jpg", + "image_caption": [ + "Figure 5: Batch normalization in standalone and super-net training. " + ], + "image_footnote": [], + "bbox": [ + 598, + 357, + 825, + 488 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "By contrast, when training a super-net (Figure 5 (Bottom)) the population statistics that are computed based on the running average are not unbiased estimators of the population distribution, because the effective architecture before the BN layer varies in each epoch. More formally, let $f _ { A _ { i } }$ denote the $i$ -th architecture. During training, the batch statistics are computed as $\\textstyle { \\mu _ { B } ^ { i } = \\sum _ { j } f _ { A _ { i } } ( \\bar { x } _ { j } ) } / m$ , and the output feature follows the distribution $\\mathcal { N } ( \\mu _ { B } ^ { i } , \\sigma _ { B } ^ { i } )$ , where the superscript $i$ indicates that the current batch statistics depends on $A _ { i }$ only. The population mean statistics is then updated as $\\hat { \\mu } \\gamma \\hat { \\mu } + ( 1 - \\gamma ) \\mu _ { B } ^ { i }$ . However, during training, different architecture from the super-net are sampled. Therefore, the population mean statistics essentially becomes a weighted combination of means from different architectures, i.e., $\\bar { \\mu } \\textstyle \\sum { \\alpha _ { i } \\mu _ { B } ^ { i } } = \\textstyle \\sum { \\alpha _ { i } f _ { A _ { i } } ( x ) }$ , where $\\alpha _ { i }$ is the sampling frequency of the $i$ -th architecture. When evaluating a specific architecture $A _ { i }$ at test time, the estimated population statistics thus depend on the other architectures in the super-net. This leads to a train-test discrepancy. One solution to mitigate this problem is to re-calibrate the batch statistics by recomputing the statistics on the entire training set before the the final evaluation (Yu & Huang, 2019). While the cost of doing so is negligible for a standalone network, NAS algorithms typically sample $\\sim 1 0 ^ { 5 }$ architectures for evaluation, which makes this approach intractable. ", + "bbox": [ + 174, + 452, + 583, + 744 + ], + "page_idx": 5 + }, + { + "type": "image", + "img_path": "images/88a8290dd3f707ce7e1e63af3e468cae9961027ebdce1bdfa8ae1bf61800e9af.jpg", + "image_caption": [ + "Figure 6: Validation of BN. " + ], + "image_footnote": [], + "bbox": [ + 599, + 541, + 815, + 707 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "", + "bbox": [ + 178, + 744, + 823, + 772 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "In contrast to Dong & Yang (2020) and Bender et al. (2020) who use the training mode also during testing, we formalize a simple, yet effective, approach to tackle the train-test discrepancy of BN in super-net training: we leave the normalization based on batch statistics during training unchanged, but use batch statistics also during testing. Since super-net evaluation is always conducted over a complete dataset, we are free to perform inference in mini-batches of the same size as the ones used during training. This allows us to compute the batch statistics on the fly in the exact same way as during training. ", + "bbox": [ + 174, + 779, + 825, + 876 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Figure 6 compares standard BN to our proposed modification. Using the tracked population statistics leads to many architectures with an accuracy around $10 \\%$ , i.e., performing no better than random guessing. Our proposed modification allows us to significantly increase the fraction of high-performing architectures. Our results also show that the choice of fixing vs. learning an affine transformation in batch normalization should match the standalone protocol $P _ { p r o x y }$ . ", + "bbox": [ + 174, + 882, + 825, + 924 + ], + "page_idx": 5 + }, + { + "type": "image", + "img_path": "images/d0bae44d8ba4dbd9c53630d367aa2579be0af1410a58ec098d3341a04a3d50b4.jpg", + "image_caption": [ + "Figure 7: Loss landscapes. " + ], + "image_footnote": [], + "bbox": [ + 176, + 90, + 485, + 202 + ], + "page_idx": 6 + }, + { + "type": "image", + "img_path": "images/18c3e8683febe2570d105043c4ee42b1fe96a8ce5f9b895ab808dfe5ed097d7f.jpg", + "image_caption": [ + "Figure 8: Learning rate on NASBench-201. " + ], + "image_footnote": [], + "bbox": [ + 514, + 104, + 820, + 202 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "", + "bbox": [ + 168, + 231, + 823, + 260 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "4.3 SUPER-NET LOSS LANDSCAPES ", + "text_level": 1, + "bbox": [ + 176, + 276, + 429, + 290 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "The training loss of the super-net encompasses the task losses of all possible architectures. We suspect that the training difficulty increases with the number of architectures represented by the super-net. To better study this, we visualize the loss landscape (Li et al., 2018) of the standalone network and a super-net with $n = 3 0 0$ architectures. Concretely, the landscape is computed over the super-net training loss under the single-path one-shot sampling method, ", + "bbox": [ + 173, + 301, + 825, + 371 + ], + "page_idx": 6 + }, + { + "type": "equation", + "img_path": "images/d56e1f0ba139e03078041a501a308dfff2b7571ca1d554a52e787e3f8b199aba.jpg", + "text": "$$\n\\mathcal { L } _ { s } ( x , \\theta _ { s } ) = \\sum _ { i } \\mathcal { L } _ { s } ( x , \\theta _ { i } ) , \\quad \\mathrm { w h e r e } \\forall i , \\cup _ { i } \\theta _ { i } = \\theta _ { s } .\n$$", + "text_format": "latex", + "bbox": [ + 331, + 377, + 665, + 411 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Figure 7 shows that the loss landscape of the super-net is less smooth than that of a standalone architecture, which confirms our intuition. A smoother landscape indicates that optimization will converge more easily to a good local optimum. With a smooth landscape, one can thus use a relatively large learning. By contrast, a less smooth landscape requires using a smaller one. ", + "bbox": [ + 173, + 417, + 825, + 474 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Our experiments further confirm this observation. In the standalone protocol $P _ { p r o x y }$ , the learning rate is set to 0.2 for NASBench-101, and to 0.1 for NASBench-201 and DARTS-NDS, respectively. All protocols use a cosine learning rate decay. Figure 8 shows that super-net training requires lower learning rates than standalone training. The same trend is shown for other search spaces in Appendix C.1. We set the learning rate to 0.025 to be consistent across the three search spaces. ", + "bbox": [ + 174, + 481, + 825, + 549 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": ".4 LOWER FIDELITY ESTIMATES LOWER THE RANKING CORRELATION ", + "text_level": 1, + "bbox": [ + 186, + 568, + 676, + 580 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Reducing memory foot-print and training time by proposing smaller super-nets has been an active research direction, and the resulting super-nets are referred to as lower fidelity estimates (Elsken et al., 2019). The impact of this approach on the super-net quality, however, has never been studied systematically over multiple search spaces . We compare four popular strategies in Table 2. We deliberately prolong the training epochs inversely proportionally to the computational budget that would be saved by the low-fidelity estimates, e.g. if the channel number is reduced by half, we train the model for two times more epoch. Note that this provides an upper bound to the performance of low-fidelity estimates. ", + "bbox": [ + 174, + 593, + 483, + 813 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "A commonly-used approach to reduce memory requirements is to decrease the batch size (Yang ", + "bbox": [ + 174, + 820, + 483, + 847 + ], + "page_idx": 6 + }, + { + "type": "table", + "img_path": "images/dc205529a1ad9fb2961cfe3b6d8e2ca764ce84ce8f191007d387241844c417ac.jpg", + "table_caption": [ + "Table 2: Low fidelity estimates under same computational budget, reporting final search model accuracy (FSA) and sparse Kendall-Tau (S-KdT) on NASBench-201. " + ], + "table_footnote": [], + "table_body": "
MetricsSettings
Repeated cells321
S-KdT FSA0.751± 0.090.692 ±0.180.502 ± 0.21
91.91 ± 0.0991.95 ± 0.1090.30 ± 0.71
Init Channel1684
S-KdT FSA0.740 ± 0.07 92.92 ± 0.480.677 ± 0.10 92.32 ± 0.370.691 ± 0.15 92.79± 0.85
Batch-size
S-KdT25612864
FSA0.740±0.07 92.92 ± 0.480.728 ±0.16 92.37 ± 0.610.703 ± 0.16 92.35 ± 0.34
Train portion0.750.50.25
S-KdT FSA0.751 ± 0.11 92.13 ± 0.510.742 ± 0.12 92.74 ± 0.430.693 ± 0.13 91.47 ± 0.81
", + "bbox": [ + 500, + 659, + 821, + 845 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "et al., 2020). Surprisingly, lowering the batch size from 256 to 64 has limited impact on the accuracy, but decreases sparse Kendall-Tau and the final searched model’s performance, the most important metric in practice. ", + "bbox": [ + 174, + 848, + 826, + 888 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Another approach is to decrease the number of channels in the first layer (Liu et al., 2019b). This reduces the total number of parameters proportionally, since the number of channels in consecutive layers depends on the first one. Table 2 shows that this decreases the sparse Kendall-Tau from 0.7 to 0.5. By contrast, reducing the number of repeated cells (Pham et al., 2018; Chu et al., 2019) by one has little impact. Hence, to train a good super-net, one should avoid changes between $f _ { w s }$ and $f _ { p r o x y }$ , but one can reduce the batch size by a factor $> 0 . 5$ and use only one repeated cell. ", + "bbox": [ + 173, + 895, + 823, + 924 + ], + "page_idx": 6 + }, + { + "type": "table", + "img_path": "images/31285ec242fcc9471e705d94021b62779ae73c786bf6695087b454cb45a0b937.jpg", + "table_caption": [ + "Table 3: Dynamic channels on NASBench-101. " + ], + "table_footnote": [ + "† See Appendix C.3 for more details. " + ], + "table_body": "
TypeAccuracyS-KdTP>RFinal searched model
Fixed71.52 ± 6.940.220.54691.79 ± 1.72
Shuffle31.79 ± 10.900.170.39190.58 ± 1.58
Interpolate57.53 ± 10.050.370.86593.35 ± 3.27
Baselinet76.91 ± 10.050.220.86589.43± 4.30
Baseline-v275.18± 9.280.330.89191.27 ± 1.18
Ours76.95 ± 8.290.460.94993.65 ± 0.73
", + "bbox": [ + 176, + 121, + 485, + 194 + ], + "page_idx": 7 + }, + { + "type": "image", + "img_path": "images/84a6e9175d351bc94c6c0098d840e687e17917e206c44657a299f25099c579c6.jpg", + "image_caption": [ + "Figure 9: NASBench-101 dynamic channel. " + ], + "image_footnote": [], + "bbox": [ + 511, + 97, + 823, + 202 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 243, + 825, + 299 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "The last lower-fidelity factor is the portion of training data that is used (Liu et al., 2019b; Xu et al., 2020). Surprisingly, reducing the training portion only marginally decreases the sparse Kendall-Tau for all three search spaces. On NASBench-201, keeping only $2 5 \\%$ of the CIFAR-10 dataset results in a 0.1 drop in sparse Kendall-Tau. This explains why DARTS-based methods typically use only $50 \\%$ of the data to train the super-net but can still produce reasonable results. ", + "bbox": [ + 174, + 305, + 825, + 375 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "4.5 DYNAMIC CHANNELING HURTS SUPER-NET QUALITY ", + "text_level": 1, + "bbox": [ + 174, + 398, + 580, + 412 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Dynamic channeling is an implicit factor in many search spaces (Ying et al., 2019; Cai et al., 2019; Guo et al., 2019; Dong & Yang, 2019b). It refers to the fact that the number of channels of the intermediate layers depends on the number of incoming edges to the output node. This is depicted by Figure 9 (a): for a search cell with $n$ intermediate nodes, where $X$ and $Y$ are the input and output node with $C _ { i n }$ and $C _ { o u t }$ channels, respectively. When there are $n = 2$ edges (c.f. Figure 9 $( b )$ ), the associated channel numbers decrease so that their sum equals $C _ { o u t }$ . That is, the intermediate nodes have $\\lfloor C _ { o u t } / 2 \\rfloor$ channels. In the general case, shown in Figure 9 (c), the number of channels in intermediate nodes is thus $\\lfloor C _ { o u t } / n \\rfloor$ for $n$ incoming edges. A weight sharing approach has to cope with this architecture-dependent fluctuation of the number of channels during training. ", + "bbox": [ + 174, + 426, + 825, + 551 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Let $C$ denote the number of channels of a given architecture, and $C _ { m a x }$ the maximum number of channels for a node across the entire search space. All existing approaches allocate $C _ { m a x }$ channels and, during training, extract a subset of these channels. The existing methods then differ in how they extract the channels: Guo et al. (2019) use a fixed chunk of channels, e.g., $[ 0 : C ]$ ; Zhang et al. (2018) randomly shuffle the channels before extracting a fixed chunk; and Dong & Yang (2019a) linearly interpolate the $C _ { m a x }$ channels into $C$ channels using a moving average across neighboring channels. ", + "bbox": [ + 174, + 558, + 825, + 640 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Instead of sharing the channels between architectures, we propose to disable dynamic channelling completely. As the channel number only depends on the incoming edges, we separate the search space into a discrete number of sub-spaces, each with a fixed number of incoming edges. As shown in Table 3, disabling dynamic channeling improves the sparse Kendall-Tau and the final search performance by a large margin and yields a new state of the art on NASBench101. ", + "bbox": [ + 174, + 647, + 825, + 715 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "We compose another baseline, where we enable dynamic channeling during super-net training. During validation, we compute the average sparse Kendall-Tau of each sub-space, where we sample 200 architectures that shares the same number of channels. We call this baseline-v2. In Table 3, we can see this surpasses the original baseline by a significant margin. It further evidence the importance of disabling dynamic channels. Nonetheless, the best is to disable dynamic channeling during both the training and the validation phase. ", + "bbox": [ + 174, + 723, + 825, + 806 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "5 HOW SHOULD YOU TRAIN YOUR SUPER-NET? ", + "text_level": 1, + "bbox": [ + 174, + 833, + 581, + 848 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Figure 10 summarizes the influence of all tested factors on the final performance. It stands out that properly tuned hyper-parameters lead to the biggest improvements by far. Surprisingly, most other factors and techniques either have a hardly measurable effect or in some cases even lead to worse performance. Based on these findings, here is how you should train your super-net: ", + "bbox": [ + 174, + 868, + 823, + 924 + ], + "page_idx": 7 + }, + { + "type": "image", + "img_path": "images/f7b2ac1cd701333de67963633d61df0ce4d2c5a55802cd105796072b2d413fdd.jpg", + "image_caption": [ + "Figure 10: Influence of factors on the final model. We plot the difference in percent between the searched model’s performance with and without applying the corresponding factor. For the hyper-parameters of $P _ { w s }$ , the baseline is Random NAS, as reported in Table 4. For the other factors, the baseline of each search space uses the best setting of the hyper-parameters. Each experiment was run at least 3 times. " + ], + "image_footnote": [], + "bbox": [ + 163, + 99, + 818, + 204 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "1. Do not use super-net accuracy to judge the quality of your super-net. The sparse Kendall-Tau has much higher correlation with the final search performance. \n2. When batch normalization is used, do not use the moving average statistics during evaluation. Instead, compute the statistics on the fly over a batch of the same size as used during training. \n3. The loss landscape of super-nets is less smooth than that of standalone networks. Start from a smaller learning rate than standalone training. \n4. Do not use other low-fidelity estimates than moderately reducing the training set size to decrease the search time. \n5. Do not use dynamic channeling in search spaces that have a varying number of channels in the intermediate nodes. Break the search space into multiple sub-spaces such that dynamic channeling is not required. ", + "bbox": [ + 173, + 290, + 826, + 440 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Comparison to the state of the art. Table 4 shows that carefully controlling the relevant factors and adopting the techniques proposed in Section 4 allow us to considerably improve the performance of Random-NAS. Thanks to our evaluation, we were able to show that simple Random-NAS together with an appropriate training protocol $P _ { w s }$ and mapping function $f _ { w s }$ yields results that are competitive to and sometimes even surpass state-of-the-art algorithms. Our results provide a strong baseline upon which future work can build. ", + "bbox": [ + 174, + 453, + 485, + 616 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Table 4: Final results. Results on NASBench101 and 201 are from Yu et al. (2020b), and Dong & Yang (2020). We report the mean over 3 runs. Note that NASBench-101 ${ \\mathit { n } } = 7 $ ) in ( $\\mathrm { T u }$ et al., 2020b) is identical to our setting. Our new strategy significantly surpasses the random search baseline. ", + "bbox": [ + 498, + 452, + 825, + 534 + ], + "page_idx": 8 + }, + { + "type": "table", + "img_path": "images/8087fd2c3ebf063ea4ca715db29a52b27cd0c8f0ef774988a074025af964b69b.jpg", + "table_caption": [], + "table_footnote": [ + "†Results from Li & Talwalkar (2019) ?Trained according to Liu et al. (2019b) for 600 epochs. DARTS-V2 (Liu et al., 2019b), ENAS (Pham et al., 2018), NAO (Luo et al., 2018). Random-NAS (Li & Talwalkar, 2019), GDAS (Dong & Yang, 2019b) On NASBench-201, both random NAS and our approach samples 100 final architectures to follow Dong & Yang (2020) " + ], + "table_body": "
MethodNASBench 101 (n=7)NASBench 201DARTS NDSDARTS NDS*
ENAS91.83 ±0.4254.30±0.0094.45 ± 0.0997.11
DARTS-V292.21 ± 0.6154.30 ±0.0094.79 ± 0.1197.37
NAO92.59 ± 0.5997.10
GDAS=93.51 ± 0.1396.23
Random NAS89.89 ± 3.8987.66 ± 1.6991.33 ±0.1296.74†
Random NAS (Ours)93.12 ±0.0692.71 ± 0.1594.26±0.0597.08
", + "bbox": [ + 500, + 546, + 820, + 621 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "REFERENCES ", + "text_level": 1, + "bbox": [ + 176, + 103, + 287, + 117 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Gabriel Bender, Hanxiao Liu, Bo Chen, Grace Chu, Shuyang Cheng, Pieter-Jan Kindermans, and Quoc V. Le. Can weight sharing outperform random architecture search? an investigation with tunas. In CVPR, 2020. ", + "bbox": [ + 173, + 126, + 823, + 167 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Han Cai, Ligeng Zhu, and Song Han. ProxylessNAS: Direct Neural Architecture Search on Target Task and Hardware. In ICLR, 2019. ", + "bbox": [ + 169, + 176, + 823, + 205 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Han Cai, Chuang Gan, Tianzhe Wang, Zhekai Zhang, and Song Han. Once for all: Train one network and specialize it for efficient deployment. In ICLR, 2020. URL https://openreview.net/ forum?id $\\underline { { \\underline { { \\mathbf { \\Pi } } } } } =$ HylxE1HKwS. ", + "bbox": [ + 174, + 214, + 823, + 256 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Xin Chen, Lingxi Xie, Jun Wu, and Qi Tian. Progressive differentiable architecture search: Bridging the depth gap between search and evaluation. In ICCV, 2019a. ", + "bbox": [ + 173, + 265, + 825, + 295 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Yukang Chen, Tong Yang, Xiangyu Zhang, Gaofeng Meng, Chunhong Pan, and Jian Sun. DetNAS: Neural Architecture Search on Object Detection. NeurIPS, 2019b. ", + "bbox": [ + 174, + 303, + 825, + 333 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Xiangxiang Chu, Bo Zhang, Ruijun Xu, and Jixiang Li. FairNAS: Rethinking Evaluation Fairness of Weight Sharing Neural Architecture Search. arXiv:, 2019. ", + "bbox": [ + 173, + 340, + 823, + 369 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Xuanyi Dong and Yi Yang. Network pruning via transformable architecture search. In Advances in Neural Information Processing Systems, pp. 760–771, 2019a. ", + "bbox": [ + 173, + 378, + 823, + 409 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Xuanyi Dong and Yi Yang. Searching for a robust neural architecture in four gpu hours. In CVPR, 2019b. ", + "bbox": [ + 173, + 416, + 825, + 445 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Xuanyi Dong and Yi Yang. NAS-Bench-201: Extending the scope of reproducible neural architecture search. In ICLR, 2020. URL https://openreview.net/forum?id $\\underline { { \\underline { { \\mathbf { \\Pi } } } } } =$ HJxyZkBKDr. ", + "bbox": [ + 173, + 454, + 825, + 483 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Thomas Elsken, Jan Hendrik Metzen, and Frank Hutter. Neural architecture search: A survey. Journal of Machine Learning Research, 20(55):1–21, 2019. ", + "bbox": [ + 173, + 491, + 823, + 521 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Zichao Guo, Xiangyu Zhang, Haoyuan Mu, Wen Heng, Zechun Liu, Yichen Wei, and Jian Sun. Single Path One-Shot Neural Architecture Search with Uniform Sampling. ECCV, 2019. ", + "bbox": [ + 173, + 529, + 825, + 559 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Haifeng Jin, Qingquan Song, and Xia Hu. Auto-Keras: An efficient neural architecture search system. In International Conference on Knowledge Discovery & Data Mining, 2019. ", + "bbox": [ + 171, + 566, + 823, + 597 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Kirthevasan Kandasamy, Willie Neiswanger, Jeff Schneider, Barnabas Poczos, and Eric P Xing. Neural architecture search with bayesian optimisation and optimal transport. In NeurIPS, 2018. ", + "bbox": [ + 173, + 604, + 823, + 633 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Alex Krizhevsky, Vinod Nair, and Geoffrey Hinton. CIFAR-10 (canadian institute for advanced research). 2009. ", + "bbox": [ + 173, + 641, + 825, + 670 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Hao Li, Zheng Xu, Gavin Taylor, Christoph Studer, and Tom Goldstein. Visualizing the loss landscape of neural nets. In NeurIPS, 2018. ", + "bbox": [ + 171, + 679, + 825, + 708 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Liam Li and Ameet Talwalkar. Random search and reproducibility for neural architecture search. UAI, 2019. ", + "bbox": [ + 171, + 717, + 825, + 746 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Xiang Li, Chen Lin, Chuming Li, Ming Sun, Wei Wu, Junjie Yan, and Wanli Ouyang. Improving one-shot NAS by suppressing the posterior fading. CVPR, 2020. ", + "bbox": [ + 171, + 755, + 823, + 784 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Chenxi Liu, Barret Zoph, Maxim Neumann, Jonathon Shlens, Wei Hua, Li-Jia Li, Li Fei-Fei, Alan Yuille, Jonathan Huang, and Kevin Murphy. Progressive neural architecture search. In ECCV, 2018. ", + "bbox": [ + 174, + 791, + 823, + 835 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Chenxi Liu, Liang-Chieh Chen, Florian Schroff, Hartwig Adam, Wei Hua, Alan Yuille, and Li Fei-Fei. Auto-DeepLab: Hierarchical Neural Architecture Search for Semantic Image Segmentation. CVPR, 2019a. ", + "bbox": [ + 174, + 843, + 825, + 886 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Hanxiao Liu, Karen Simonyan, and Yiming Yang. DARTS: Differentiable architecture search. ICLR, 2019b. ", + "bbox": [ + 173, + 895, + 823, + 922 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Zhichao Lu, Ian Whalen, Vishnu Boddeti, Yashesh Dhebar, Kalyanmoy Deb, Erik Goodman, and Wolfgang Banzhaf. NSGA-NET: A multi-objective genetic algorithm for neural architecture search. arXiv:1810.03522, 2018. ", + "bbox": [ + 176, + 103, + 823, + 145 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Renqian Luo, Fei Tian, Tao Qin, En-Hong Chen, and Tie-Yan Liu. Neural architecture optimization. In NeurIPS, 2018. ", + "bbox": [ + 171, + 155, + 825, + 184 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Risto Miikkulainen, Jason Liang, Elliot Meyerson, Aditya Rawal, Daniel Fink, Olivier Francon, Bala Raju, Hormoz Shahrzad, Arshak Navruzyan, Nigel Duffy, et al. Evolving deep neural networks. In Artificial Intelligence in the Age of Neural Networks and Brain Computing, pp. 293–312. 2019. ", + "bbox": [ + 174, + 194, + 823, + 237 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Niv Nayman, Asaf Noy, Tal Ridnik, Itamar Friedman, Rong Jin, and Lihi Zelnik. Xnas: Neural architecture search with expert advice. In NeurIPS, 2019. ", + "bbox": [ + 173, + 246, + 823, + 276 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Hieu Pham, Melody Y Guan, Barret Zoph, Quoc V Le, and Jeff Dean. Efficient neural architecture search via parameter sharing. ICML, 2018. ", + "bbox": [ + 174, + 285, + 823, + 314 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Ilija Radosavovic, Justin Johnson, Saining Xie, Wan-Yen Lo, and Piotr Dollar. On Network Design ´ Spaces for Visual Recognition. In ICCV, 2019. ", + "bbox": [ + 174, + 324, + 823, + 353 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Esteban Real, Sherry Moore, Andrew Selle, Saurabh Saxena, Yutaka Leon Suematsu, Jie Tan, Quoc V. Le, and Alexey Kurakin. Large-scale evolution of image classifiers. ICML, 2017. ", + "bbox": [ + 174, + 362, + 825, + 392 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Esteban Real, Alok Aggarwal, Yanping Huang, and Quoc V Le. Regularized evolution for image classifier architecture search. AAAI, 2019. ", + "bbox": [ + 171, + 401, + 825, + 430 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Michael S. Ryoo, AJ Piergiovanni, Mingxing Tan, and Anelia Angelova. Assemblenet: Searching for multi-stream neural connectivity in video architectures. In ICLR, 2020. URL https:// openreview.net/forum?id $\\underline { { \\underline { { \\mathbf { \\Pi } } } } } =$ SJgMK64Ywr. ", + "bbox": [ + 173, + 440, + 823, + 483 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "David R. So, Chen Liang, and Quoc V. Le. The evolved transformer. In ICML, 2019. ", + "bbox": [ + 174, + 492, + 730, + 507 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Linnan Wang, Saining Xie, Teng Li, Rodrigo Fonseca, and Yuandong Tian. Neural architecture search by learning action space for monte carlo tree search. AAAI, 2020. URL https://openreview. net/forum?id ${ . } = { }$ SklR6aEtwH. ", + "bbox": [ + 174, + 517, + 825, + 559 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Bichen Wu, Xiaoliang Dai, Peizhao Zhang, Yanghan Wang, Fei Sun, Yiming Wu, Yuandong Tian, Peter Vajda, Yangqing Jia, and Kurt Keutzer. FBNet: Hardware-Aware Efficient ConvNet Design via Differentiable Neural Architecture Search. CVPR, 2019. ", + "bbox": [ + 176, + 569, + 825, + 612 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Sirui Xie, Hehui Zheng, Chunxiao Liu, and Liang Lin. SNAS: Stochastic neural architecture search. ICLR, 2019. ", + "bbox": [ + 173, + 621, + 823, + 651 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Yuhui Xu, Lingxi Xie, Xiaopeng Zhang, Xin Chen, Guo-Jun Qi, Qi Tian, and Hongkai Xiong. PC-DARTS: Partial channel connections for memory-efficient architecture search. In ICLR, 2020. URL https://openreview.net/forum?id $=$ BJlS634tPr. ", + "bbox": [ + 176, + 660, + 826, + 703 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Antoine Yang, Pedro M. Esperanc¸a, and Fabio M. Carlucci. NAS evaluation is frustratingly hard. In ICLR, 2020. URL https://openreview.net/forum?id $\\underline { { \\underline { { \\mathbf { \\Pi } } } } } =$ HygrdpVKvr. ", + "bbox": [ + 174, + 713, + 825, + 742 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Chris Ying, Aaron Klein, Esteban Real, Eric Christiansen, Kevin Murphy, and Frank Hutter. NASBench-101: Towards reproducible neural architecture search. ICLR, 2019. ", + "bbox": [ + 171, + 752, + 823, + 780 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Jiahui Yu and Thomas S. Huang. Network slimming by slimmable networks: Towards one-shot architecture search for channel numbers. ICLR, 2019. ", + "bbox": [ + 169, + 790, + 823, + 819 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Jiahui Yu, Pengchong Jin, Hanxiao Liu, Gabriel Bender, Pieter-Jan Kindermans, Mingxing Tan, Thomas Huang, Xiaodan Song, Ruoming Pang, and Quoc Le. BigNAS: Scaling Up Neural Architecture Search with Big Single-Stage Models. ECCV, 2020a. ", + "bbox": [ + 178, + 829, + 825, + 872 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Kaicheng Yu, Christian Sciuto, Martin Jaggi, Claudiu Musat, and Mathieu Salzmann. Evaluating the search phase of neural architecture search. In ICLR, 2020b. URL https://openreview. net/forum?id ${ . } = { }$ H1loF2NFwr. ", + "bbox": [ + 176, + 882, + 825, + 922 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Arber Zela, Thomas Elsken, Tonmoy Saikia, Yassine Marrakchi, Thomas Brox, and Frank Hutter. Understanding and robustifying differentiable architecture search. In ICLR, 2020a. URL https: //openreview.net/forum?id ${ . } =$ H1gDNyrKDS. ", + "bbox": [ + 176, + 103, + 825, + 146 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Arber Zela, Julien Siems, and Frank Hutter. NAS-Bench-1Shot1: Benchmarking and dissecting one-shot neural architecture search. In ICLR, 2020b. URL https://openreview.net/ forum?id $_ { \\cdot } =$ SJx9ngStPH. ", + "bbox": [ + 176, + 155, + 823, + 196 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Xiangyu Zhang, Xinyu Zhou, Mengxiao Lin, and Jian Sun. Shufflenet: An extremely efficient convolutional neural network for mobile devices. In CVPR, 2018. ", + "bbox": [ + 173, + 205, + 823, + 234 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Hongpeng Zhou, Minghao Yang, Jun Wang, and Wei Pan. BayesNAS: A bayesian approach for neural architecture search. In ICML, 2019. ", + "bbox": [ + 173, + 242, + 823, + 272 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Barret Zoph and Quoc V. Le. Neural Architecture Search with Reinforcement Learning. ICLR, 2017. ", + "bbox": [ + 174, + 280, + 825, + 296 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Barret Zoph, Vijay Vasudevan, Jonathon Shlens, and Quoc V Le. Learning transferable architectures for scalable image recognition. In CVPR, 2018. ", + "bbox": [ + 173, + 304, + 823, + 333 + ], + "page_idx": 11 + } +] \ No newline at end of file diff --git a/parse/train/txC1ObHJ0wB/txC1ObHJ0wB_middle.json b/parse/train/txC1ObHJ0wB/txC1ObHJ0wB_middle.json new file mode 100644 index 0000000000000000000000000000000000000000..34262661d273ad394c48f184b946a5340ae272aa --- /dev/null +++ b/parse/train/txC1ObHJ0wB/txC1ObHJ0wB_middle.json @@ -0,0 +1,35755 @@ +{ + "pdf_info": [ + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 78, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 77, + 506, + 97 + ], + "spans": [ + { + "bbox": [ + 105, + 77, + 506, + 97 + ], + "score": 1.0, + "content": "HOW TO TRAIN YOUR SUPER-NET: AN ANALYSIS OF", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 97, + 482, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 97, + 482, + 118 + ], + "score": 1.0, + "content": "TRAINING HEURISTICS IN WEIGHT-SHARING NAS", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 112, + 135, + 245, + 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, + 198 + ], + "lines": [ + { + "bbox": [ + 277, + 185, + 335, + 199 + ], + "spans": [ + { + "bbox": [ + 277, + 185, + 335, + 199 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 143, + 210, + 469, + 362 + ], + "lines": [ + { + "bbox": [ + 142, + 211, + 469, + 223 + ], + "spans": [ + { + "bbox": [ + 142, + 211, + 469, + 223 + ], + "score": 1.0, + "content": "Weight sharing promises to make neural architecture search (NAS) tractable even", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 222, + 470, + 234 + ], + "spans": [ + { + "bbox": [ + 141, + 222, + 470, + 234 + ], + "score": 1.0, + "content": "on commodity hardware. Existing methods in this space rely on a diverse set of", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 232, + 470, + 245 + ], + "spans": [ + { + "bbox": [ + 141, + 232, + 470, + 245 + ], + "score": 1.0, + "content": "heuristics to design and train the shared-weight backbone network, a.k.a. the super-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 141, + 244, + 469, + 255 + ], + "spans": [ + { + "bbox": [ + 141, + 244, + 469, + 255 + ], + "score": 1.0, + "content": "net. Since heuristics substantially vary across different methods and have not been", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 254, + 470, + 267 + ], + "spans": [ + { + "bbox": [ + 141, + 254, + 470, + 267 + ], + "score": 1.0, + "content": "carefully studied, it is unclear to which extent they impact super-net training and", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 265, + 470, + 278 + ], + "spans": [ + { + "bbox": [ + 141, + 265, + 470, + 278 + ], + "score": 1.0, + "content": "hence the weight-sharing NAS algorithms. In this paper, we disentangle super-net", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 142, + 276, + 470, + 288 + ], + "spans": [ + { + "bbox": [ + 142, + 276, + 470, + 288 + ], + "score": 1.0, + "content": "training from the search algorithm, isolate 14 frequently-used training heuristics,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 142, + 287, + 470, + 299 + ], + "spans": [ + { + "bbox": [ + 142, + 287, + 470, + 299 + ], + "score": 1.0, + "content": "and evaluate them over three benchmark search spaces. Our analysis uncovers that", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 298, + 471, + 310 + ], + "spans": [ + { + "bbox": [ + 141, + 298, + 471, + 310 + ], + "score": 1.0, + "content": "several commonly-used heuristics negatively impact the correlation between super-", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 141, + 309, + 471, + 320 + ], + "spans": [ + { + "bbox": [ + 141, + 309, + 471, + 320 + ], + "score": 1.0, + "content": "net and stand-alone performance, whereas simple, but often overlooked factors,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 142, + 320, + 471, + 331 + ], + "spans": [ + { + "bbox": [ + 142, + 320, + 471, + 331 + ], + "score": 1.0, + "content": "such as proper hyper-parameter settings, are key to achieve strong performance.", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 142, + 330, + 470, + 343 + ], + "spans": [ + { + "bbox": [ + 142, + 330, + 470, + 343 + ], + "score": 1.0, + "content": "Equipped with this knowledge, we show that simple random search achieves", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 141, + 341, + 469, + 353 + ], + "spans": [ + { + "bbox": [ + 141, + 341, + 469, + 353 + ], + "score": 1.0, + "content": "competitive performance to complex state-of-the-art NAS algorithms when the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 142, + 352, + 259, + 363 + ], + "spans": [ + { + "bbox": [ + 142, + 352, + 259, + 363 + ], + "score": 1.0, + "content": "super-net is properly trained.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 11.5 + }, + { + "type": "title", + "bbox": [ + 108, + 383, + 206, + 396 + ], + "lines": [ + { + "bbox": [ + 105, + 382, + 208, + 399 + ], + "spans": [ + { + "bbox": [ + 105, + 382, + 208, + 399 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 107, + 407, + 505, + 495 + ], + "lines": [ + { + "bbox": [ + 105, + 407, + 507, + 421 + ], + "spans": [ + { + "bbox": [ + 105, + 407, + 507, + 421 + ], + "score": 1.0, + "content": "Neural architecture search (NAS) has received growing attention in the past few years, yielding state-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 420, + 505, + 430 + ], + "spans": [ + { + "bbox": [ + 106, + 420, + 505, + 430 + ], + "score": 1.0, + "content": "of-the-art performance on several machine learning tasks (Liu et al., 2019a; Wu et al., 2019; Chen", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 430, + 505, + 442 + ], + "spans": [ + { + "bbox": [ + 105, + 430, + 505, + 442 + ], + "score": 1.0, + "content": "et al., 2019b; Ryoo et al., 2020). One of the milestones that led to the popularity of NAS is weight", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 441, + 505, + 453 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 505, + 453 + ], + "score": 1.0, + "content": "sharing (Pham et al., 2018; Liu et al., 2019b), which, by allowing all possible network architectures to", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 452, + 505, + 464 + ], + "spans": [ + { + "bbox": [ + 105, + 452, + 505, + 464 + ], + "score": 1.0, + "content": "share the same parameters, has reduced the computational requirements from thousands of GPU hours", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 462, + 506, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 506, + 474 + ], + "score": 1.0, + "content": "to just a few. Figure 1 shows the two phases that are common to weight-sharing NAS (WS-NAS)", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 473, + 506, + 485 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 506, + 485 + ], + "score": 1.0, + "content": "algorithms: the search phase, including the design of the search space and the search algorithm; and", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 104, + 483, + 459, + 497 + ], + "spans": [ + { + "bbox": [ + 104, + 483, + 459, + 497 + ], + "score": 1.0, + "content": "the evaluation phase, which encompasses the final training protocol on the proxy task 1.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 107, + 501, + 505, + 609 + ], + "lines": [ + { + "bbox": [ + 105, + 500, + 506, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 506, + 513 + ], + "score": 1.0, + "content": "While most works focus on developing a good sampling algorithm (Cai et al., 2019; Xie et al., 2019)", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 511, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 511, + 506, + 524 + ], + "score": 1.0, + "content": "or improving existing ones (Zela et al., 2020a; Nayman et al., 2019; Li et al., 2020), they tend to", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 522, + 505, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 505, + 535 + ], + "score": 1.0, + "content": "overlook or gloss over important factors related to the design and training of the shared-weight", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 532, + 506, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 532, + 506, + 546 + ], + "score": 1.0, + "content": "backbone network, i.e. the super-net. For example, the literature encompasses significant variations", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 543, + 506, + 557 + ], + "spans": [ + { + "bbox": [ + 105, + 543, + 506, + 557 + ], + "score": 1.0, + "content": "of learning hyper-parameter settings, batch normalization and dropout usage, capacities for the initial", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 555, + 505, + 567 + ], + "spans": [ + { + "bbox": [ + 106, + 555, + 505, + 567 + ], + "score": 1.0, + "content": "layers of the network, and depth of the super-net. Furthermore, some of these heuristics are directly", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 566, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 566, + 505, + 578 + ], + "score": 1.0, + "content": "transferred from standalone network training to super-net training without carefully studying their", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 577, + 505, + 589 + ], + "spans": [ + { + "bbox": [ + 105, + 577, + 505, + 589 + ], + "score": 1.0, + "content": "impact in this drastically different scenario. For example, the fundamental assumption of batch", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 587, + 505, + 600 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 505, + 600 + ], + "score": 1.0, + "content": "normalization that the input data follows a slowly changing distribution whose statistics can be", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 599, + 468, + 611 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 468, + 611 + ], + "score": 1.0, + "content": "tracked during training is violated in WS-NAS, but nonetheless typically assumed to hold.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 32.5 + }, + { + "type": "text", + "bbox": [ + 107, + 615, + 505, + 703 + ], + "lines": [ + { + "bbox": [ + 104, + 613, + 506, + 630 + ], + "spans": [ + { + "bbox": [ + 104, + 613, + 506, + 630 + ], + "score": 1.0, + "content": "In this paper, we revisit and systematically evaluate commonly-used super-net design and training", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 626, + 505, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 505, + 639 + ], + "score": 1.0, + "content": "heuristics and uncover the strong influence of certain factors on the success of super-net training. To", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 636, + 506, + 650 + ], + "spans": [ + { + "bbox": [ + 106, + 636, + 506, + 650 + ], + "score": 1.0, + "content": "this end, we leverage three benchmark search spaces, NASBench-101 (Ying et al., 2019), NASBench-", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 648, + 505, + 660 + ], + "spans": [ + { + "bbox": [ + 106, + 648, + 505, + 660 + ], + "score": 1.0, + "content": "201 (Dong & Yang, 2020), and DARTS-NDS (Radosavovic et al., 2019), for which the ground-truth", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 659, + 505, + 671 + ], + "spans": [ + { + "bbox": [ + 106, + 659, + 505, + 671 + ], + "score": 1.0, + "content": "stand-alone performance of a large number of architectures is available. We report the results of", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 670, + 505, + 682 + ], + "spans": [ + { + "bbox": [ + 106, + 670, + 505, + 682 + ], + "score": 1.0, + "content": "our experiments according to two sets of metrics: i) metrics that directly measure the quality of the", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 680, + 505, + 693 + ], + "spans": [ + { + "bbox": [ + 105, + 680, + 505, + 693 + ], + "score": 1.0, + "content": "super-net, such as the widely-adopted super-net accuracy 2 and a modified Kendall-Tau correlation", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 691, + 506, + 705 + ], + "spans": [ + { + "bbox": [ + 106, + 691, + 506, + 705 + ], + "score": 1.0, + "content": "between the searched architectures and their ground-truth performance, which we refer to as sparse", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 41.5 + } + ], + "page_idx": 0, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 118, + 711, + 472, + 732 + ], + "lines": [ + { + "bbox": [ + 119, + 708, + 414, + 722 + ], + "spans": [ + { + "bbox": [ + 119, + 708, + 414, + 722 + ], + "score": 1.0, + "content": "1Proxy task refers to the tasks that neural architecture search aims to optimize on.", + "type": "text" + } + ] + }, + { + "bbox": [ + 118, + 719, + 473, + 734 + ], + "spans": [ + { + "bbox": [ + 118, + 719, + 473, + 734 + ], + "score": 1.0, + "content": "2The mean accuracy over a small set of randomly sampled architectures during super-net training.", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 307, + 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 2021", + "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, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 77, + 506, + 97 + ], + "spans": [ + { + "bbox": [ + 105, + 77, + 506, + 97 + ], + "score": 1.0, + "content": "HOW TO TRAIN YOUR SUPER-NET: AN ANALYSIS OF", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 97, + 482, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 97, + 482, + 118 + ], + "score": 1.0, + "content": "TRAINING HEURISTICS IN WEIGHT-SHARING NAS", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 112, + 135, + 245, + 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, + 198 + ], + "lines": [ + { + "bbox": [ + 277, + 185, + 335, + 199 + ], + "spans": [ + { + "bbox": [ + 277, + 185, + 335, + 199 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 143, + 210, + 469, + 362 + ], + "lines": [ + { + "bbox": [ + 142, + 211, + 469, + 223 + ], + "spans": [ + { + "bbox": [ + 142, + 211, + 469, + 223 + ], + "score": 1.0, + "content": "Weight sharing promises to make neural architecture search (NAS) tractable even", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 222, + 470, + 234 + ], + "spans": [ + { + "bbox": [ + 141, + 222, + 470, + 234 + ], + "score": 1.0, + "content": "on commodity hardware. Existing methods in this space rely on a diverse set of", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 232, + 470, + 245 + ], + "spans": [ + { + "bbox": [ + 141, + 232, + 470, + 245 + ], + "score": 1.0, + "content": "heuristics to design and train the shared-weight backbone network, a.k.a. the super-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 141, + 244, + 469, + 255 + ], + "spans": [ + { + "bbox": [ + 141, + 244, + 469, + 255 + ], + "score": 1.0, + "content": "net. Since heuristics substantially vary across different methods and have not been", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 254, + 470, + 267 + ], + "spans": [ + { + "bbox": [ + 141, + 254, + 470, + 267 + ], + "score": 1.0, + "content": "carefully studied, it is unclear to which extent they impact super-net training and", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 265, + 470, + 278 + ], + "spans": [ + { + "bbox": [ + 141, + 265, + 470, + 278 + ], + "score": 1.0, + "content": "hence the weight-sharing NAS algorithms. In this paper, we disentangle super-net", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 142, + 276, + 470, + 288 + ], + "spans": [ + { + "bbox": [ + 142, + 276, + 470, + 288 + ], + "score": 1.0, + "content": "training from the search algorithm, isolate 14 frequently-used training heuristics,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 142, + 287, + 470, + 299 + ], + "spans": [ + { + "bbox": [ + 142, + 287, + 470, + 299 + ], + "score": 1.0, + "content": "and evaluate them over three benchmark search spaces. Our analysis uncovers that", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 298, + 471, + 310 + ], + "spans": [ + { + "bbox": [ + 141, + 298, + 471, + 310 + ], + "score": 1.0, + "content": "several commonly-used heuristics negatively impact the correlation between super-", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 141, + 309, + 471, + 320 + ], + "spans": [ + { + "bbox": [ + 141, + 309, + 471, + 320 + ], + "score": 1.0, + "content": "net and stand-alone performance, whereas simple, but often overlooked factors,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 142, + 320, + 471, + 331 + ], + "spans": [ + { + "bbox": [ + 142, + 320, + 471, + 331 + ], + "score": 1.0, + "content": "such as proper hyper-parameter settings, are key to achieve strong performance.", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 142, + 330, + 470, + 343 + ], + "spans": [ + { + "bbox": [ + 142, + 330, + 470, + 343 + ], + "score": 1.0, + "content": "Equipped with this knowledge, we show that simple random search achieves", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 141, + 341, + 469, + 353 + ], + "spans": [ + { + "bbox": [ + 141, + 341, + 469, + 353 + ], + "score": 1.0, + "content": "competitive performance to complex state-of-the-art NAS algorithms when the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 142, + 352, + 259, + 363 + ], + "spans": [ + { + "bbox": [ + 142, + 352, + 259, + 363 + ], + "score": 1.0, + "content": "super-net is properly trained.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 11.5, + "bbox_fs": [ + 141, + 211, + 471, + 363 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 383, + 206, + 396 + ], + "lines": [ + { + "bbox": [ + 105, + 382, + 208, + 399 + ], + "spans": [ + { + "bbox": [ + 105, + 382, + 208, + 399 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 107, + 407, + 505, + 495 + ], + "lines": [ + { + "bbox": [ + 105, + 407, + 507, + 421 + ], + "spans": [ + { + "bbox": [ + 105, + 407, + 507, + 421 + ], + "score": 1.0, + "content": "Neural architecture search (NAS) has received growing attention in the past few years, yielding state-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 420, + 505, + 430 + ], + "spans": [ + { + "bbox": [ + 106, + 420, + 505, + 430 + ], + "score": 1.0, + "content": "of-the-art performance on several machine learning tasks (Liu et al., 2019a; Wu et al., 2019; Chen", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 430, + 505, + 442 + ], + "spans": [ + { + "bbox": [ + 105, + 430, + 505, + 442 + ], + "score": 1.0, + "content": "et al., 2019b; Ryoo et al., 2020). One of the milestones that led to the popularity of NAS is weight", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 441, + 505, + 453 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 505, + 453 + ], + "score": 1.0, + "content": "sharing (Pham et al., 2018; Liu et al., 2019b), which, by allowing all possible network architectures to", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 452, + 505, + 464 + ], + "spans": [ + { + "bbox": [ + 105, + 452, + 505, + 464 + ], + "score": 1.0, + "content": "share the same parameters, has reduced the computational requirements from thousands of GPU hours", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 462, + 506, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 506, + 474 + ], + "score": 1.0, + "content": "to just a few. Figure 1 shows the two phases that are common to weight-sharing NAS (WS-NAS)", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 473, + 506, + 485 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 506, + 485 + ], + "score": 1.0, + "content": "algorithms: the search phase, including the design of the search space and the search algorithm; and", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 104, + 483, + 459, + 497 + ], + "spans": [ + { + "bbox": [ + 104, + 483, + 459, + 497 + ], + "score": 1.0, + "content": "the evaluation phase, which encompasses the final training protocol on the proxy task 1.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 23.5, + "bbox_fs": [ + 104, + 407, + 507, + 497 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 501, + 505, + 609 + ], + "lines": [ + { + "bbox": [ + 105, + 500, + 506, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 506, + 513 + ], + "score": 1.0, + "content": "While most works focus on developing a good sampling algorithm (Cai et al., 2019; Xie et al., 2019)", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 511, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 511, + 506, + 524 + ], + "score": 1.0, + "content": "or improving existing ones (Zela et al., 2020a; Nayman et al., 2019; Li et al., 2020), they tend to", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 522, + 505, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 505, + 535 + ], + "score": 1.0, + "content": "overlook or gloss over important factors related to the design and training of the shared-weight", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 532, + 506, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 532, + 506, + 546 + ], + "score": 1.0, + "content": "backbone network, i.e. the super-net. For example, the literature encompasses significant variations", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 543, + 506, + 557 + ], + "spans": [ + { + "bbox": [ + 105, + 543, + 506, + 557 + ], + "score": 1.0, + "content": "of learning hyper-parameter settings, batch normalization and dropout usage, capacities for the initial", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 555, + 505, + 567 + ], + "spans": [ + { + "bbox": [ + 106, + 555, + 505, + 567 + ], + "score": 1.0, + "content": "layers of the network, and depth of the super-net. Furthermore, some of these heuristics are directly", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 566, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 566, + 505, + 578 + ], + "score": 1.0, + "content": "transferred from standalone network training to super-net training without carefully studying their", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 577, + 505, + 589 + ], + "spans": [ + { + "bbox": [ + 105, + 577, + 505, + 589 + ], + "score": 1.0, + "content": "impact in this drastically different scenario. For example, the fundamental assumption of batch", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 587, + 505, + 600 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 505, + 600 + ], + "score": 1.0, + "content": "normalization that the input data follows a slowly changing distribution whose statistics can be", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 599, + 468, + 611 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 468, + 611 + ], + "score": 1.0, + "content": "tracked during training is violated in WS-NAS, but nonetheless typically assumed to hold.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 32.5, + "bbox_fs": [ + 105, + 500, + 506, + 611 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 615, + 505, + 703 + ], + "lines": [ + { + "bbox": [ + 104, + 613, + 506, + 630 + ], + "spans": [ + { + "bbox": [ + 104, + 613, + 506, + 630 + ], + "score": 1.0, + "content": "In this paper, we revisit and systematically evaluate commonly-used super-net design and training", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 626, + 505, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 505, + 639 + ], + "score": 1.0, + "content": "heuristics and uncover the strong influence of certain factors on the success of super-net training. To", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 636, + 506, + 650 + ], + "spans": [ + { + "bbox": [ + 106, + 636, + 506, + 650 + ], + "score": 1.0, + "content": "this end, we leverage three benchmark search spaces, NASBench-101 (Ying et al., 2019), NASBench-", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 648, + 505, + 660 + ], + "spans": [ + { + "bbox": [ + 106, + 648, + 505, + 660 + ], + "score": 1.0, + "content": "201 (Dong & Yang, 2020), and DARTS-NDS (Radosavovic et al., 2019), for which the ground-truth", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 659, + 505, + 671 + ], + "spans": [ + { + "bbox": [ + 106, + 659, + 505, + 671 + ], + "score": 1.0, + "content": "stand-alone performance of a large number of architectures is available. We report the results of", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 670, + 505, + 682 + ], + "spans": [ + { + "bbox": [ + 106, + 670, + 505, + 682 + ], + "score": 1.0, + "content": "our experiments according to two sets of metrics: i) metrics that directly measure the quality of the", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 680, + 505, + 693 + ], + "spans": [ + { + "bbox": [ + 105, + 680, + 505, + 693 + ], + "score": 1.0, + "content": "super-net, such as the widely-adopted super-net accuracy 2 and a modified Kendall-Tau correlation", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 691, + 506, + 705 + ], + "spans": [ + { + "bbox": [ + 106, + 691, + 506, + 705 + ], + "score": 1.0, + "content": "between the searched architectures and their ground-truth performance, which we refer to as sparse", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 41.5, + "bbox_fs": [ + 104, + 613, + 506, + 705 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 157, + 53, + 454, + 263 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 157, + 53, + 454, + 263 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 157, + 53, + 454, + 263 + ], + "spans": [ + { + "bbox": [ + 157, + 53, + 454, + 263 + ], + "score": 0.975, + "type": "image", + "image_path": "8c9f1fb332802d0a69c31ec05ae6a3107427c64b71219d8cedb6fb6cc6b9ad2a.jpg" + } + ] + } + ], + "index": 7.5, + "virtual_lines": [ + { + "bbox": [ + 157, + 53, + 454, + 66.125 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 157, + 66.125, + 454, + 79.25 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 157, + 79.25, + 454, + 92.375 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 157, + 92.375, + 454, + 105.5 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 157, + 105.5, + 454, + 118.625 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 157, + 118.625, + 454, + 131.75 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 157, + 131.75, + 454, + 144.875 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 157, + 144.875, + 454, + 158.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 157, + 158.0, + 454, + 171.125 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 157, + 171.125, + 454, + 184.25 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 157, + 184.25, + 454, + 197.375 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 157, + 197.375, + 454, + 210.5 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 157, + 210.5, + 454, + 223.625 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 157, + 223.625, + 454, + 236.75 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 157, + 236.75, + 454, + 249.875 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 157, + 249.875, + 454, + 263.0 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 266, + 505, + 375 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 265, + 505, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 265, + 505, + 277 + ], + "score": 1.0, + "content": "Figure 1: WS-NAS benchmarking. Green blocks indicate which aspects of NAS are benchmarked", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 276, + 505, + 289 + ], + "spans": [ + { + "bbox": [ + 105, + 276, + 505, + 289 + ], + "score": 1.0, + "content": "in different works. A search algorithm usually consists of a search space that encompass many", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 286, + 506, + 301 + ], + "spans": [ + { + "bbox": [ + 105, + 286, + 307, + 301 + ], + "score": 1.0, + "content": "architectures, and a policy to select the best one.", + "type": "text" + }, + { + "bbox": [ + 307, + 288, + 316, + 297 + ], + "score": 0.77, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 316, + 286, + 452, + 301 + ], + "score": 1.0, + "content": "indicates a training protocol, and", + "type": "text" + }, + { + "bbox": [ + 452, + 288, + 459, + 299 + ], + "score": 0.84, + "content": "f", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 286, + 506, + 301 + ], + "score": 1.0, + "content": "a mapping", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 297, + 506, + 311 + ], + "spans": [ + { + "bbox": [ + 105, + 297, + 506, + 311 + ], + "score": 1.0, + "content": "function from the search space to a neural network. (a) Early works fixed and compared the metrics", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 309, + 505, + 321 + ], + "spans": [ + { + "bbox": [ + 106, + 309, + 471, + 321 + ], + "score": 1.0, + "content": "on the proxy task, which doesn’t allow for a holistic comparison between algorithms.", + "type": "text" + }, + { + "bbox": [ + 471, + 309, + 484, + 320 + ], + "score": 0.28, + "content": "\\mathbf { ( b ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 309, + 505, + 321 + ], + "score": 1.0, + "content": "The", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 319, + 505, + 333 + ], + "spans": [ + { + "bbox": [ + 105, + 319, + 505, + 333 + ], + "score": 1.0, + "content": "NASBench benchmark series partially alleviates the problem by sharing the stand-alone training", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 331, + 506, + 344 + ], + "spans": [ + { + "bbox": [ + 105, + 331, + 506, + 344 + ], + "score": 1.0, + "content": "protocol and search space across algorithms. However, the design of the weight-sharing search space", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 342, + 505, + 354 + ], + "spans": [ + { + "bbox": [ + 106, + 342, + 505, + 354 + ], + "score": 1.0, + "content": "and training protocol is still not controlled. (c) We fill this gap by benchmarking existing techniques", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 352, + 505, + 365 + ], + "spans": [ + { + "bbox": [ + 105, + 352, + 505, + 365 + ], + "score": 1.0, + "content": "to construct and train the shared-weight backbone. We provide a controlled evaluation across three", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 363, + 184, + 375 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 184, + 375 + ], + "score": 1.0, + "content": "benchmark spaces.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 20.5 + } + ], + "index": 14.0 + }, + { + "type": "text", + "bbox": [ + 108, + 389, + 503, + 411 + ], + "lines": [ + { + "bbox": [ + 106, + 388, + 505, + 401 + ], + "spans": [ + { + "bbox": [ + 106, + 388, + 505, + 401 + ], + "score": 1.0, + "content": "Kendall-Tau; ii) proxy metrics such as the ability to surpass random search and the stand-alone", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 399, + 334, + 412 + ], + "spans": [ + { + "bbox": [ + 106, + 399, + 334, + 412 + ], + "score": 1.0, + "content": "accuracy of the model found by the WS-NAS algorithm.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5 + }, + { + "type": "text", + "bbox": [ + 107, + 416, + 505, + 504 + ], + "lines": [ + { + "bbox": [ + 106, + 416, + 506, + 429 + ], + "spans": [ + { + "bbox": [ + 106, + 416, + 506, + 429 + ], + "score": 1.0, + "content": "Via our extensive experiments (over 700 GPU days), we uncover that (i) the training behavior of a", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 428, + 506, + 439 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 506, + 439 + ], + "score": 1.0, + "content": "super-net drastically differs from that of a standalone network, e.g., in terms of feature statistics and", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 438, + 506, + 451 + ], + "spans": [ + { + "bbox": [ + 106, + 438, + 506, + 451 + ], + "score": 1.0, + "content": "loss landscape, thus allowing us to define training factor settings, e.g., for batch-normalization (BN)", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 449, + 505, + 461 + ], + "spans": [ + { + "bbox": [ + 106, + 449, + 505, + 461 + ], + "score": 1.0, + "content": "and learning rate, that are better suited for super-nets; (ii) while some neglected factors, such as the", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 460, + 505, + 472 + ], + "spans": [ + { + "bbox": [ + 106, + 460, + 505, + 472 + ], + "score": 1.0, + "content": "number of training epochs, have a strong impact on the final performance, others, believed to be", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 470, + 506, + 483 + ], + "spans": [ + { + "bbox": [ + 105, + 470, + 506, + 483 + ], + "score": 1.0, + "content": "important, such as path sampling, only have a marginal effect, and some commonly-used heuristics,", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 482, + 506, + 495 + ], + "spans": [ + { + "bbox": [ + 105, + 482, + 506, + 495 + ], + "score": 1.0, + "content": "such as the use of low-fidelity estimates, negatively impact it; (iii) the commonly-adopted super-net", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 492, + 327, + 506 + ], + "spans": [ + { + "bbox": [ + 105, + 492, + 327, + 506 + ], + "score": 1.0, + "content": "accuracy is unreliable to evaluate the super-net quality.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 31.5 + }, + { + "type": "text", + "bbox": [ + 107, + 509, + 505, + 574 + ], + "lines": [ + { + "bbox": [ + 105, + 508, + 505, + 521 + ], + "spans": [ + { + "bbox": [ + 105, + 508, + 505, + 521 + ], + "score": 1.0, + "content": "Altogether, our work is the first to systematically analyze the impact of the diverse factors of super-net", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 520, + 505, + 532 + ], + "spans": [ + { + "bbox": [ + 106, + 520, + 505, + 532 + ], + "score": 1.0, + "content": "design and training, and we uncover the factors that are crucial to design a super-net, as well as", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 531, + 505, + 543 + ], + "spans": [ + { + "bbox": [ + 105, + 531, + 505, + 543 + ], + "score": 1.0, + "content": "the non-important ones. Aggregating these findings allows us to boost the performance of simple", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 542, + 504, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 542, + 504, + 554 + ], + "score": 1.0, + "content": "weight-sharing random search to the point where it reaches that of complex state-of-the-art NAS", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 552, + 506, + 565 + ], + "spans": [ + { + "bbox": [ + 105, + 552, + 506, + 565 + ], + "score": 1.0, + "content": "algorithms across all tested search spaces. We will release our code and trained models so as to", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 563, + 322, + 575 + ], + "spans": [ + { + "bbox": [ + 106, + 563, + 322, + 575 + ], + "score": 1.0, + "content": "establish a solid baseline to facilitate further research.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 38.5 + }, + { + "type": "title", + "bbox": [ + 108, + 591, + 321, + 604 + ], + "lines": [ + { + "bbox": [ + 105, + 590, + 323, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 590, + 323, + 606 + ], + "score": 1.0, + "content": "2 PRELIMINARIES AND RELATED WORK", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 42 + }, + { + "type": "text", + "bbox": [ + 107, + 617, + 505, + 671 + ], + "lines": [ + { + "bbox": [ + 105, + 616, + 505, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 505, + 630 + ], + "score": 1.0, + "content": "We first introduce the necessary concepts that will be used throughout the paper. As shown in", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 628, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 106, + 628, + 135, + 640 + ], + "score": 1.0, + "content": "Figure", + "type": "text" + }, + { + "bbox": [ + 135, + 628, + 152, + 639 + ], + "score": 0.45, + "content": "1 ( a )", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 628, + 505, + 640 + ], + "score": 1.0, + "content": ", weight-sharing NAS algorithms consist of three key components: a search algorithm that", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 104, + 635, + 504, + 655 + ], + "spans": [ + { + "bbox": [ + 104, + 635, + 476, + 655 + ], + "score": 1.0, + "content": "samples an architecture from the search space in the form of an encoding, a mapping function", + "type": "text" + }, + { + "bbox": [ + 477, + 639, + 504, + 651 + ], + "score": 0.3, + "content": "f _ { p r o x y }", + "type": "inline_equation" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 649, + 505, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 505, + 662 + ], + "score": 1.0, + "content": "that maps the encoding into its corresponding neural network, and a training protocol for a proxy task", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 107, + 659, + 280, + 674 + ], + "spans": [ + { + "bbox": [ + 107, + 660, + 135, + 673 + ], + "score": 0.91, + "content": "P _ { p r o x y }", + "type": "inline_equation" + }, + { + "bbox": [ + 136, + 659, + 280, + 674 + ], + "score": 1.0, + "content": "for which the network is optimized.", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 45 + }, + { + "type": "text", + "bbox": [ + 107, + 677, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 676, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 676, + 468, + 689 + ], + "score": 1.0, + "content": "To train the search algorithm, one needs to additionally define the mapping function", + "type": "text" + }, + { + "bbox": [ + 468, + 677, + 484, + 689 + ], + "score": 0.9, + "content": "f _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 676, + 505, + 689 + ], + "score": 1.0, + "content": "that", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 686, + 507, + 703 + ], + "spans": [ + { + "bbox": [ + 105, + 686, + 360, + 703 + ], + "score": 1.0, + "content": "generates the shared-weight network. Note that the mapping", + "type": "text" + }, + { + "bbox": [ + 360, + 688, + 387, + 700 + ], + "score": 0.9, + "content": "f _ { p r o x y }", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 686, + 486, + 703 + ], + "score": 1.0, + "content": "frequently differs from", + "type": "text" + }, + { + "bbox": [ + 486, + 689, + 502, + 700 + ], + "score": 0.9, + "content": "f _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 686, + 507, + 703 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "score": 1.0, + "content": "since in practice the final model contains many more layers and parameters so as to yield competitive", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 709, + 507, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 258, + 723 + ], + "score": 1.0, + "content": "results on the proxy task. After fixing", + "type": "text" + }, + { + "bbox": [ + 258, + 710, + 274, + 721 + ], + "score": 0.9, + "content": "f _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 709, + 354, + 723 + ], + "score": 1.0, + "content": ", a training protocol", + "type": "text" + }, + { + "bbox": [ + 354, + 710, + 372, + 721 + ], + "score": 0.9, + "content": "P _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 709, + 507, + 723 + ], + "score": 1.0, + "content": "is required to learn the super-net.", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 106, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 154, + 733 + ], + "score": 1.0, + "content": "In practice,", + "type": "text" + }, + { + "bbox": [ + 155, + 721, + 172, + 732 + ], + "score": 0.9, + "content": "P _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 720, + 506, + 733 + ], + "score": 1.0, + "content": "often hides factors that are critical for the final performance of an approach, such", + "type": "text" + } + ], + "index": 52 + } + ], + "index": 50 + } + ], + "page_idx": 1, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 306, + 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 2021", + "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": [ + 157, + 53, + 454, + 263 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 157, + 53, + 454, + 263 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 157, + 53, + 454, + 263 + ], + "spans": [ + { + "bbox": [ + 157, + 53, + 454, + 263 + ], + "score": 0.975, + "type": "image", + "image_path": "8c9f1fb332802d0a69c31ec05ae6a3107427c64b71219d8cedb6fb6cc6b9ad2a.jpg" + } + ] + } + ], + "index": 7.5, + "virtual_lines": [ + { + "bbox": [ + 157, + 53, + 454, + 66.125 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 157, + 66.125, + 454, + 79.25 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 157, + 79.25, + 454, + 92.375 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 157, + 92.375, + 454, + 105.5 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 157, + 105.5, + 454, + 118.625 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 157, + 118.625, + 454, + 131.75 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 157, + 131.75, + 454, + 144.875 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 157, + 144.875, + 454, + 158.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 157, + 158.0, + 454, + 171.125 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 157, + 171.125, + 454, + 184.25 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 157, + 184.25, + 454, + 197.375 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 157, + 197.375, + 454, + 210.5 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 157, + 210.5, + 454, + 223.625 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 157, + 223.625, + 454, + 236.75 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 157, + 236.75, + 454, + 249.875 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 157, + 249.875, + 454, + 263.0 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 266, + 505, + 375 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 265, + 505, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 265, + 505, + 277 + ], + "score": 1.0, + "content": "Figure 1: WS-NAS benchmarking. Green blocks indicate which aspects of NAS are benchmarked", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 276, + 505, + 289 + ], + "spans": [ + { + "bbox": [ + 105, + 276, + 505, + 289 + ], + "score": 1.0, + "content": "in different works. A search algorithm usually consists of a search space that encompass many", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 286, + 506, + 301 + ], + "spans": [ + { + "bbox": [ + 105, + 286, + 307, + 301 + ], + "score": 1.0, + "content": "architectures, and a policy to select the best one.", + "type": "text" + }, + { + "bbox": [ + 307, + 288, + 316, + 297 + ], + "score": 0.77, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 316, + 286, + 452, + 301 + ], + "score": 1.0, + "content": "indicates a training protocol, and", + "type": "text" + }, + { + "bbox": [ + 452, + 288, + 459, + 299 + ], + "score": 0.84, + "content": "f", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 286, + 506, + 301 + ], + "score": 1.0, + "content": "a mapping", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 297, + 506, + 311 + ], + "spans": [ + { + "bbox": [ + 105, + 297, + 506, + 311 + ], + "score": 1.0, + "content": "function from the search space to a neural network. (a) Early works fixed and compared the metrics", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 309, + 505, + 321 + ], + "spans": [ + { + "bbox": [ + 106, + 309, + 471, + 321 + ], + "score": 1.0, + "content": "on the proxy task, which doesn’t allow for a holistic comparison between algorithms.", + "type": "text" + }, + { + "bbox": [ + 471, + 309, + 484, + 320 + ], + "score": 0.28, + "content": "\\mathbf { ( b ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 309, + 505, + 321 + ], + "score": 1.0, + "content": "The", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 319, + 505, + 333 + ], + "spans": [ + { + "bbox": [ + 105, + 319, + 505, + 333 + ], + "score": 1.0, + "content": "NASBench benchmark series partially alleviates the problem by sharing the stand-alone training", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 331, + 506, + 344 + ], + "spans": [ + { + "bbox": [ + 105, + 331, + 506, + 344 + ], + "score": 1.0, + "content": "protocol and search space across algorithms. However, the design of the weight-sharing search space", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 342, + 505, + 354 + ], + "spans": [ + { + "bbox": [ + 106, + 342, + 505, + 354 + ], + "score": 1.0, + "content": "and training protocol is still not controlled. (c) We fill this gap by benchmarking existing techniques", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 352, + 505, + 365 + ], + "spans": [ + { + "bbox": [ + 105, + 352, + 505, + 365 + ], + "score": 1.0, + "content": "to construct and train the shared-weight backbone. We provide a controlled evaluation across three", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 363, + 184, + 375 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 184, + 375 + ], + "score": 1.0, + "content": "benchmark spaces.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 20.5 + } + ], + "index": 14.0 + }, + { + "type": "text", + "bbox": [ + 108, + 389, + 503, + 411 + ], + "lines": [ + { + "bbox": [ + 106, + 388, + 505, + 401 + ], + "spans": [ + { + "bbox": [ + 106, + 388, + 505, + 401 + ], + "score": 1.0, + "content": "Kendall-Tau; ii) proxy metrics such as the ability to surpass random search and the stand-alone", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 399, + 334, + 412 + ], + "spans": [ + { + "bbox": [ + 106, + 399, + 334, + 412 + ], + "score": 1.0, + "content": "accuracy of the model found by the WS-NAS algorithm.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5, + "bbox_fs": [ + 106, + 388, + 505, + 412 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 416, + 505, + 504 + ], + "lines": [ + { + "bbox": [ + 106, + 416, + 506, + 429 + ], + "spans": [ + { + "bbox": [ + 106, + 416, + 506, + 429 + ], + "score": 1.0, + "content": "Via our extensive experiments (over 700 GPU days), we uncover that (i) the training behavior of a", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 428, + 506, + 439 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 506, + 439 + ], + "score": 1.0, + "content": "super-net drastically differs from that of a standalone network, e.g., in terms of feature statistics and", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 438, + 506, + 451 + ], + "spans": [ + { + "bbox": [ + 106, + 438, + 506, + 451 + ], + "score": 1.0, + "content": "loss landscape, thus allowing us to define training factor settings, e.g., for batch-normalization (BN)", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 449, + 505, + 461 + ], + "spans": [ + { + "bbox": [ + 106, + 449, + 505, + 461 + ], + "score": 1.0, + "content": "and learning rate, that are better suited for super-nets; (ii) while some neglected factors, such as the", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 460, + 505, + 472 + ], + "spans": [ + { + "bbox": [ + 106, + 460, + 505, + 472 + ], + "score": 1.0, + "content": "number of training epochs, have a strong impact on the final performance, others, believed to be", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 470, + 506, + 483 + ], + "spans": [ + { + "bbox": [ + 105, + 470, + 506, + 483 + ], + "score": 1.0, + "content": "important, such as path sampling, only have a marginal effect, and some commonly-used heuristics,", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 482, + 506, + 495 + ], + "spans": [ + { + "bbox": [ + 105, + 482, + 506, + 495 + ], + "score": 1.0, + "content": "such as the use of low-fidelity estimates, negatively impact it; (iii) the commonly-adopted super-net", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 492, + 327, + 506 + ], + "spans": [ + { + "bbox": [ + 105, + 492, + 327, + 506 + ], + "score": 1.0, + "content": "accuracy is unreliable to evaluate the super-net quality.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 31.5, + "bbox_fs": [ + 105, + 416, + 506, + 506 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 509, + 505, + 574 + ], + "lines": [ + { + "bbox": [ + 105, + 508, + 505, + 521 + ], + "spans": [ + { + "bbox": [ + 105, + 508, + 505, + 521 + ], + "score": 1.0, + "content": "Altogether, our work is the first to systematically analyze the impact of the diverse factors of super-net", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 520, + 505, + 532 + ], + "spans": [ + { + "bbox": [ + 106, + 520, + 505, + 532 + ], + "score": 1.0, + "content": "design and training, and we uncover the factors that are crucial to design a super-net, as well as", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 531, + 505, + 543 + ], + "spans": [ + { + "bbox": [ + 105, + 531, + 505, + 543 + ], + "score": 1.0, + "content": "the non-important ones. Aggregating these findings allows us to boost the performance of simple", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 542, + 504, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 542, + 504, + 554 + ], + "score": 1.0, + "content": "weight-sharing random search to the point where it reaches that of complex state-of-the-art NAS", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 552, + 506, + 565 + ], + "spans": [ + { + "bbox": [ + 105, + 552, + 506, + 565 + ], + "score": 1.0, + "content": "algorithms across all tested search spaces. We will release our code and trained models so as to", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 563, + 322, + 575 + ], + "spans": [ + { + "bbox": [ + 106, + 563, + 322, + 575 + ], + "score": 1.0, + "content": "establish a solid baseline to facilitate further research.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 38.5, + "bbox_fs": [ + 105, + 508, + 506, + 575 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 591, + 321, + 604 + ], + "lines": [ + { + "bbox": [ + 105, + 590, + 323, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 590, + 323, + 606 + ], + "score": 1.0, + "content": "2 PRELIMINARIES AND RELATED WORK", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 42 + }, + { + "type": "text", + "bbox": [ + 107, + 617, + 505, + 671 + ], + "lines": [ + { + "bbox": [ + 105, + 616, + 505, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 505, + 630 + ], + "score": 1.0, + "content": "We first introduce the necessary concepts that will be used throughout the paper. As shown in", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 628, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 106, + 628, + 135, + 640 + ], + "score": 1.0, + "content": "Figure", + "type": "text" + }, + { + "bbox": [ + 135, + 628, + 152, + 639 + ], + "score": 0.45, + "content": "1 ( a )", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 628, + 505, + 640 + ], + "score": 1.0, + "content": ", weight-sharing NAS algorithms consist of three key components: a search algorithm that", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 104, + 635, + 504, + 655 + ], + "spans": [ + { + "bbox": [ + 104, + 635, + 476, + 655 + ], + "score": 1.0, + "content": "samples an architecture from the search space in the form of an encoding, a mapping function", + "type": "text" + }, + { + "bbox": [ + 477, + 639, + 504, + 651 + ], + "score": 0.3, + "content": "f _ { p r o x y }", + "type": "inline_equation" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 649, + 505, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 505, + 662 + ], + "score": 1.0, + "content": "that maps the encoding into its corresponding neural network, and a training protocol for a proxy task", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 107, + 659, + 280, + 674 + ], + "spans": [ + { + "bbox": [ + 107, + 660, + 135, + 673 + ], + "score": 0.91, + "content": "P _ { p r o x y }", + "type": "inline_equation" + }, + { + "bbox": [ + 136, + 659, + 280, + 674 + ], + "score": 1.0, + "content": "for which the network is optimized.", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 45, + "bbox_fs": [ + 104, + 616, + 505, + 674 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 677, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 676, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 676, + 468, + 689 + ], + "score": 1.0, + "content": "To train the search algorithm, one needs to additionally define the mapping function", + "type": "text" + }, + { + "bbox": [ + 468, + 677, + 484, + 689 + ], + "score": 0.9, + "content": "f _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 676, + 505, + 689 + ], + "score": 1.0, + "content": "that", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 686, + 507, + 703 + ], + "spans": [ + { + "bbox": [ + 105, + 686, + 360, + 703 + ], + "score": 1.0, + "content": "generates the shared-weight network. Note that the mapping", + "type": "text" + }, + { + "bbox": [ + 360, + 688, + 387, + 700 + ], + "score": 0.9, + "content": "f _ { p r o x y }", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 686, + 486, + 703 + ], + "score": 1.0, + "content": "frequently differs from", + "type": "text" + }, + { + "bbox": [ + 486, + 689, + 502, + 700 + ], + "score": 0.9, + "content": "f _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 686, + 507, + 703 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "score": 1.0, + "content": "since in practice the final model contains many more layers and parameters so as to yield competitive", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 709, + 507, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 258, + 723 + ], + "score": 1.0, + "content": "results on the proxy task. After fixing", + "type": "text" + }, + { + "bbox": [ + 258, + 710, + 274, + 721 + ], + "score": 0.9, + "content": "f _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 709, + 354, + 723 + ], + "score": 1.0, + "content": ", a training protocol", + "type": "text" + }, + { + "bbox": [ + 354, + 710, + 372, + 721 + ], + "score": 0.9, + "content": "P _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 709, + 507, + 723 + ], + "score": 1.0, + "content": "is required to learn the super-net.", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 106, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 154, + 733 + ], + "score": 1.0, + "content": "In practice,", + "type": "text" + }, + { + "bbox": [ + 155, + 721, + 172, + 732 + ], + "score": 0.9, + "content": "P _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 720, + 506, + 733 + ], + "score": 1.0, + "content": "often hides factors that are critical for the final performance of an approach, such", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 106, + 82, + 505, + 94 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 94 + ], + "score": 1.0, + "content": "as hyper-parameter settings or the use of data augmentation strategies to achieve state-of-the-art", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 418, + 106 + ], + "score": 1.0, + "content": "performance (Liu et al., 2019b; Chu et al., 2019; Zela et al., 2020a). Again,", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 418, + 93, + 436, + 105 + ], + "score": 0.9, + "content": "P _ { w s }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 436, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "may differ from", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 107, + 102, + 507, + 120 + ], + "spans": [ + { + "bbox": [ + 107, + 104, + 135, + 117 + ], + "score": 0.85, + "content": "P _ { p r o x y }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 136, + 102, + 507, + 120 + ], + "score": 1.0, + "content": ", which is used to train the architecture that has been found by the search. For example, our", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "score": 1.0, + "content": "experiments reveal that the learning rate and the total number of epochs frequently differ due to the", + "type": "text", + "cross_page": true + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 126, + 399, + 138 + ], + "spans": [ + { + "bbox": [ + 106, + 126, + 399, + 138 + ], + "score": 1.0, + "content": "different training behavior of the super-net and stand-alone architectures.", + "type": "text", + "cross_page": true + } + ], + "index": 4 + } + ], + "index": 50, + "bbox_fs": [ + 105, + 676, + 507, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 137 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 94 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 94 + ], + "score": 1.0, + "content": "as hyper-parameter settings or the use of data augmentation strategies to achieve state-of-the-art", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 418, + 106 + ], + "score": 1.0, + "content": "performance (Liu et al., 2019b; Chu et al., 2019; Zela et al., 2020a). Again,", + "type": "text" + }, + { + "bbox": [ + 418, + 93, + 436, + 105 + ], + "score": 0.9, + "content": "P _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 436, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "may differ from", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 107, + 102, + 507, + 120 + ], + "spans": [ + { + "bbox": [ + 107, + 104, + 135, + 117 + ], + "score": 0.85, + "content": "P _ { p r o x y }", + "type": "inline_equation" + }, + { + "bbox": [ + 136, + 102, + 507, + 120 + ], + "score": 1.0, + "content": ", which is used to train the architecture that has been found by the search. For example, our", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "score": 1.0, + "content": "experiments reveal that the learning rate and the total number of epochs frequently differ due to the", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 126, + 399, + 138 + ], + "spans": [ + { + "bbox": [ + 106, + 126, + 399, + 138 + ], + "score": 1.0, + "content": "different training behavior of the super-net and stand-alone architectures.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 107, + 142, + 505, + 262 + ], + "lines": [ + { + "bbox": [ + 106, + 142, + 506, + 155 + ], + "spans": [ + { + "bbox": [ + 106, + 142, + 506, + 155 + ], + "score": 1.0, + "content": "Many strategies have been proposed to implement the search algorithm, such as reinforcement learn-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 154, + 506, + 166 + ], + "spans": [ + { + "bbox": [ + 106, + 154, + 506, + 166 + ], + "score": 1.0, + "content": "ing (Zoph & Le, 2017; Zoph et al., 2018), evolutionary algorithms (Real et al., 2017; Miikkulainen", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 164, + 506, + 177 + ], + "spans": [ + { + "bbox": [ + 105, + 164, + 506, + 177 + ], + "score": 1.0, + "content": "et al., 2019; So et al., 2019; Liu et al., 2018; Lu et al., 2018), gradient-based optimization (Liu et al.,", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 174, + 506, + 188 + ], + "spans": [ + { + "bbox": [ + 105, + 174, + 506, + 188 + ], + "score": 1.0, + "content": "2019b; Xu et al., 2020; Li et al., 2020), Bayesian optimization (Kandasamy et al., 2018; Jin et al.,", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 186, + 506, + 198 + ], + "spans": [ + { + "bbox": [ + 106, + 186, + 506, + 198 + ], + "score": 1.0, + "content": "2019; Zhou et al., 2019; Wang et al., 2020), and separate performance predictors (Liu et al., 2018;", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 197, + 506, + 209 + ], + "spans": [ + { + "bbox": [ + 106, + 197, + 506, + 209 + ], + "score": 1.0, + "content": "Luo et al., 2018). Until very recently, the common trend to evaluate NAS consisted of reporting the", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 208, + 506, + 220 + ], + "spans": [ + { + "bbox": [ + 106, + 208, + 506, + 220 + ], + "score": 1.0, + "content": "searched architecture’s performance on the proxy task (Xie et al., 2019; Real et al., 2019; Ryoo et al.,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 217, + 506, + 232 + ], + "spans": [ + { + "bbox": [ + 105, + 217, + 506, + 232 + ], + "score": 1.0, + "content": "2020). This, however, hardly provides real insights about the NAS algorithms themselves, because of", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 230, + 505, + 242 + ], + "spans": [ + { + "bbox": [ + 106, + 230, + 505, + 242 + ], + "score": 1.0, + "content": "the many components involved in them. Many factors that differ from one algorithm to another can", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 240, + 506, + 253 + ], + "spans": [ + { + "bbox": [ + 105, + 240, + 506, + 253 + ], + "score": 1.0, + "content": "influence the performance. In practice, the literature even commonly compares NAS methods that", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 252, + 311, + 263 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 311, + 263 + ], + "score": 1.0, + "content": "employ different protocols to train the final model.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 107, + 267, + 505, + 355 + ], + "lines": [ + { + "bbox": [ + 105, + 267, + 506, + 280 + ], + "spans": [ + { + "bbox": [ + 105, + 267, + 506, + 280 + ], + "score": 1.0, + "content": "Li & Talwalkar (2019) and Yu et al. (2020b) were the first to systematically compare different", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 279, + 506, + 291 + ], + "spans": [ + { + "bbox": [ + 105, + 279, + 506, + 291 + ], + "score": 1.0, + "content": "algorithms with the same settings for the proxy task and using several random initializations. Their", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 290, + 505, + 302 + ], + "spans": [ + { + "bbox": [ + 105, + 290, + 505, + 302 + ], + "score": 1.0, + "content": "surprising results revealed that many NAS algorithms produce architectures that do not significantly", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 301, + 505, + 313 + ], + "spans": [ + { + "bbox": [ + 105, + 301, + 505, + 313 + ], + "score": 1.0, + "content": "outperform a randomly-sampled architecture. Yang et al. (2020) highlighted the importance of", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 104, + 311, + 506, + 326 + ], + "spans": [ + { + "bbox": [ + 104, + 311, + 193, + 326 + ], + "score": 1.0, + "content": "the training protocol", + "type": "text" + }, + { + "bbox": [ + 193, + 312, + 222, + 324 + ], + "score": 0.91, + "content": "P _ { p r o x y }", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 311, + 506, + 326 + ], + "score": 1.0, + "content": ". They showed that optimizing the training protocol can improve the", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 322, + 506, + 335 + ], + "spans": [ + { + "bbox": [ + 105, + 322, + 506, + 335 + ], + "score": 1.0, + "content": "final architecture performance on the proxy task by three percent on CIFAR-10. This non-trivial", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 333, + 505, + 346 + ], + "spans": [ + { + "bbox": [ + 105, + 333, + 505, + 346 + ], + "score": 1.0, + "content": "improvement can be achieved regardless of the chosen sampler, which provides clear evidence for the", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 344, + 487, + 357 + ], + "spans": [ + { + "bbox": [ + 105, + 344, + 487, + 357 + ], + "score": 1.0, + "content": "importance of unifying the protocol to build a solid foundation for comparing NAS algorithms.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 19.5 + }, + { + "type": "text", + "bbox": [ + 107, + 360, + 505, + 426 + ], + "lines": [ + { + "bbox": [ + 105, + 361, + 505, + 373 + ], + "spans": [ + { + "bbox": [ + 105, + 361, + 505, + 373 + ], + "score": 1.0, + "content": "In parallel to this line of research, the recent series of “NASBench” works (Ying et al., 2019; Zela", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 371, + 506, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 371, + 506, + 385 + ], + "score": 1.0, + "content": "et al., 2020b; Dong & Yang, 2020) proposed to benchmark NAS approaches by providing a complete,", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 381, + 505, + 395 + ], + "spans": [ + { + "bbox": [ + 105, + 381, + 505, + 395 + ], + "score": 1.0, + "content": "tabular characterization of a search space. This was achieved by training every realizable stand-alone", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 393, + 506, + 407 + ], + "spans": [ + { + "bbox": [ + 105, + 393, + 251, + 407 + ], + "score": 1.0, + "content": "architecture using a fixed protocol", + "type": "text" + }, + { + "bbox": [ + 252, + 394, + 280, + 406 + ], + "score": 0.9, + "content": "P _ { p r o x y }", + "type": "inline_equation" + }, + { + "bbox": [ + 280, + 393, + 506, + 407 + ], + "score": 1.0, + "content": ". Similarly, other works proposed to provide a partial", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 404, + 505, + 417 + ], + "spans": [ + { + "bbox": [ + 105, + 404, + 505, + 417 + ], + "score": 1.0, + "content": "characterization by sampling and training a sufficient number of architectures in a given search space", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 415, + 453, + 428 + ], + "spans": [ + { + "bbox": [ + 106, + 415, + 453, + 428 + ], + "score": 1.0, + "content": "using a fixed protocol (Radosavovic et al., 2019; Zela et al., 2020a; Wang et al., 2020).", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 26.5 + }, + { + "type": "text", + "bbox": [ + 107, + 432, + 505, + 487 + ], + "lines": [ + { + "bbox": [ + 105, + 432, + 506, + 444 + ], + "spans": [ + { + "bbox": [ + 105, + 432, + 506, + 444 + ], + "score": 1.0, + "content": "While recent advances for systematic evaluation are promising, no work has yet thoroughly stud-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 442, + 505, + 456 + ], + "spans": [ + { + "bbox": [ + 105, + 442, + 316, + 456 + ], + "score": 1.0, + "content": "ied the influence of the super-net training protocol", + "type": "text" + }, + { + "bbox": [ + 317, + 443, + 335, + 454 + ], + "score": 0.9, + "content": "P _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 442, + 445, + 456 + ], + "score": 1.0, + "content": "and the mapping function", + "type": "text" + }, + { + "bbox": [ + 445, + 443, + 461, + 455 + ], + "score": 0.9, + "content": "f _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 461, + 442, + 505, + 456 + ], + "score": 1.0, + "content": ". Previous", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 452, + 506, + 467 + ], + "spans": [ + { + "bbox": [ + 105, + 452, + 506, + 467 + ], + "score": 1.0, + "content": "works (Zela et al., 2020a; Li & Talwalkar, 2019) performed hyper-parameter tuning to evaluate their", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 464, + 506, + 477 + ], + "spans": [ + { + "bbox": [ + 106, + 464, + 506, + 477 + ], + "score": 1.0, + "content": "own algorithms, and focused only on a few parameters. We fill this gap by benchmarking different", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 474, + 473, + 489 + ], + "spans": [ + { + "bbox": [ + 105, + 474, + 149, + 489 + ], + "score": 1.0, + "content": "choices of", + "type": "text" + }, + { + "bbox": [ + 150, + 476, + 167, + 486 + ], + "score": 0.9, + "content": "P _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 168, + 474, + 185, + 489 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 186, + 476, + 202, + 487 + ], + "score": 0.9, + "content": "f _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 202, + 474, + 473, + 489 + ], + "score": 1.0, + "content": "and by proposing novel variations to improve the super-net quality.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 107, + 492, + 505, + 558 + ], + "lines": [ + { + "bbox": [ + 106, + 492, + 505, + 505 + ], + "spans": [ + { + "bbox": [ + 106, + 492, + 505, + 505 + ], + "score": 1.0, + "content": "Recent works have shown that sub-nets of super-net training can surpass some human designed", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 502, + 505, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 505, + 515 + ], + "score": 1.0, + "content": "models without retraining (Yu et al., 2020a; Cai et al., 2020) and that reinforcement learning can", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 514, + 505, + 524 + ], + "spans": [ + { + "bbox": [ + 106, + 514, + 505, + 524 + ], + "score": 1.0, + "content": "surpass the performance of random search (Bender et al., 2020). However, these findings are still", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 525, + 505, + 536 + ], + "spans": [ + { + "bbox": [ + 106, + 525, + 505, + 536 + ], + "score": 1.0, + "content": "only shown on MobileNet-like search spaces where we only search for the size of convolution kernels", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 535, + 506, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 535, + 506, + 547 + ], + "score": 1.0, + "content": "and the channel ratio for each layer. This is an effective approach to discover a compact network, but", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 546, + 462, + 559 + ], + "spans": [ + { + "bbox": [ + 106, + 546, + 462, + 559 + ], + "score": 1.0, + "content": "it does not change the fact that on cell-based search space super-net quality remains low.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 37.5 + }, + { + "type": "title", + "bbox": [ + 108, + 577, + 277, + 590 + ], + "lines": [ + { + "bbox": [ + 105, + 576, + 280, + 592 + ], + "spans": [ + { + "bbox": [ + 105, + 576, + 280, + 592 + ], + "score": 1.0, + "content": "3 EVALUATION METHODOLOGY", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 41 + }, + { + "type": "text", + "bbox": [ + 107, + 605, + 505, + 638 + ], + "lines": [ + { + "bbox": [ + 105, + 603, + 506, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 603, + 506, + 618 + ], + "score": 1.0, + "content": "We first isolate 14 factors that need to be considered during the design and training of a super-net,", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 615, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 505, + 628 + ], + "score": 1.0, + "content": "and then introduce the metrics to evaluate the quality of the trained super-net. Note that these factors", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 627, + 395, + 639 + ], + "spans": [ + { + "bbox": [ + 106, + 627, + 395, + 639 + ], + "score": 1.0, + "content": "are agnostic to the search policy that is used after training the super-net.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43 + }, + { + "type": "title", + "bbox": [ + 107, + 656, + 411, + 666 + ], + "lines": [ + { + "bbox": [ + 105, + 655, + 412, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 412, + 667 + ], + "score": 1.0, + "content": "3.1 DISENTANGLING THE SUPER-NET FROM THE SEARCH ALGORITHM", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 45 + }, + { + "type": "text", + "bbox": [ + 107, + 677, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 105, + 676, + 505, + 691 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 370, + 691 + ], + "score": 1.0, + "content": "Our goal is to evaluate the influence of the super-net mapping", + "type": "text" + }, + { + "bbox": [ + 370, + 678, + 386, + 689 + ], + "score": 0.9, + "content": "f _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 386, + 676, + 505, + 691 + ], + "score": 1.0, + "content": "and weight-sharing training", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 688, + 505, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 141, + 701 + ], + "score": 1.0, + "content": "protocol", + "type": "text" + }, + { + "bbox": [ + 141, + 689, + 159, + 699 + ], + "score": 0.9, + "content": "P _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 688, + 251, + 701 + ], + "score": 1.0, + "content": ". As shown in Figure 2,", + "type": "text" + }, + { + "bbox": [ + 252, + 688, + 268, + 700 + ], + "score": 0.9, + "content": "f _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 688, + 505, + 701 + ], + "score": 1.0, + "content": "translates an architecture encoding, which typically consists", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "of a discrete number of choices or parameters, into a neural network. Based on a well-defined", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "mapping, the super-net is a network in which every sub-path has a one-to-one mapping with an", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 720, + 506, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 335, + 734 + ], + "score": 1.0, + "content": "architecture encoding (Pham et al., 2018). Recent works", + "type": "text" + }, + { + "bbox": [ + 336, + 721, + 349, + 731 + ], + "score": 0.34, + "content": "\\mathrm { { X u } }", + "type": "inline_equation" + }, + { + "bbox": [ + 350, + 720, + 506, + 734 + ], + "score": 1.0, + "content": "et al., 2020; Li et al., 2020; Ying et al.,", + "type": "text" + } + ], + "index": 50 + } + ], + "index": 48 + } + ], + "page_idx": 2, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 108, + 27, + 306, + 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 2021", + "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": "3", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 137 + ], + "lines": [], + "index": 2, + "bbox_fs": [ + 105, + 82, + 507, + 138 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 142, + 505, + 262 + ], + "lines": [ + { + "bbox": [ + 106, + 142, + 506, + 155 + ], + "spans": [ + { + "bbox": [ + 106, + 142, + 506, + 155 + ], + "score": 1.0, + "content": "Many strategies have been proposed to implement the search algorithm, such as reinforcement learn-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 154, + 506, + 166 + ], + "spans": [ + { + "bbox": [ + 106, + 154, + 506, + 166 + ], + "score": 1.0, + "content": "ing (Zoph & Le, 2017; Zoph et al., 2018), evolutionary algorithms (Real et al., 2017; Miikkulainen", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 164, + 506, + 177 + ], + "spans": [ + { + "bbox": [ + 105, + 164, + 506, + 177 + ], + "score": 1.0, + "content": "et al., 2019; So et al., 2019; Liu et al., 2018; Lu et al., 2018), gradient-based optimization (Liu et al.,", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 174, + 506, + 188 + ], + "spans": [ + { + "bbox": [ + 105, + 174, + 506, + 188 + ], + "score": 1.0, + "content": "2019b; Xu et al., 2020; Li et al., 2020), Bayesian optimization (Kandasamy et al., 2018; Jin et al.,", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 186, + 506, + 198 + ], + "spans": [ + { + "bbox": [ + 106, + 186, + 506, + 198 + ], + "score": 1.0, + "content": "2019; Zhou et al., 2019; Wang et al., 2020), and separate performance predictors (Liu et al., 2018;", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 197, + 506, + 209 + ], + "spans": [ + { + "bbox": [ + 106, + 197, + 506, + 209 + ], + "score": 1.0, + "content": "Luo et al., 2018). Until very recently, the common trend to evaluate NAS consisted of reporting the", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 208, + 506, + 220 + ], + "spans": [ + { + "bbox": [ + 106, + 208, + 506, + 220 + ], + "score": 1.0, + "content": "searched architecture’s performance on the proxy task (Xie et al., 2019; Real et al., 2019; Ryoo et al.,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 217, + 506, + 232 + ], + "spans": [ + { + "bbox": [ + 105, + 217, + 506, + 232 + ], + "score": 1.0, + "content": "2020). This, however, hardly provides real insights about the NAS algorithms themselves, because of", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 230, + 505, + 242 + ], + "spans": [ + { + "bbox": [ + 106, + 230, + 505, + 242 + ], + "score": 1.0, + "content": "the many components involved in them. Many factors that differ from one algorithm to another can", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 240, + 506, + 253 + ], + "spans": [ + { + "bbox": [ + 105, + 240, + 506, + 253 + ], + "score": 1.0, + "content": "influence the performance. In practice, the literature even commonly compares NAS methods that", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 252, + 311, + 263 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 311, + 263 + ], + "score": 1.0, + "content": "employ different protocols to train the final model.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 10, + "bbox_fs": [ + 105, + 142, + 506, + 263 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 267, + 505, + 355 + ], + "lines": [ + { + "bbox": [ + 105, + 267, + 506, + 280 + ], + "spans": [ + { + "bbox": [ + 105, + 267, + 506, + 280 + ], + "score": 1.0, + "content": "Li & Talwalkar (2019) and Yu et al. (2020b) were the first to systematically compare different", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 279, + 506, + 291 + ], + "spans": [ + { + "bbox": [ + 105, + 279, + 506, + 291 + ], + "score": 1.0, + "content": "algorithms with the same settings for the proxy task and using several random initializations. Their", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 290, + 505, + 302 + ], + "spans": [ + { + "bbox": [ + 105, + 290, + 505, + 302 + ], + "score": 1.0, + "content": "surprising results revealed that many NAS algorithms produce architectures that do not significantly", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 301, + 505, + 313 + ], + "spans": [ + { + "bbox": [ + 105, + 301, + 505, + 313 + ], + "score": 1.0, + "content": "outperform a randomly-sampled architecture. Yang et al. (2020) highlighted the importance of", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 104, + 311, + 506, + 326 + ], + "spans": [ + { + "bbox": [ + 104, + 311, + 193, + 326 + ], + "score": 1.0, + "content": "the training protocol", + "type": "text" + }, + { + "bbox": [ + 193, + 312, + 222, + 324 + ], + "score": 0.91, + "content": "P _ { p r o x y }", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 311, + 506, + 326 + ], + "score": 1.0, + "content": ". They showed that optimizing the training protocol can improve the", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 322, + 506, + 335 + ], + "spans": [ + { + "bbox": [ + 105, + 322, + 506, + 335 + ], + "score": 1.0, + "content": "final architecture performance on the proxy task by three percent on CIFAR-10. This non-trivial", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 333, + 505, + 346 + ], + "spans": [ + { + "bbox": [ + 105, + 333, + 505, + 346 + ], + "score": 1.0, + "content": "improvement can be achieved regardless of the chosen sampler, which provides clear evidence for the", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 344, + 487, + 357 + ], + "spans": [ + { + "bbox": [ + 105, + 344, + 487, + 357 + ], + "score": 1.0, + "content": "importance of unifying the protocol to build a solid foundation for comparing NAS algorithms.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 19.5, + "bbox_fs": [ + 104, + 267, + 506, + 357 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 360, + 505, + 426 + ], + "lines": [ + { + "bbox": [ + 105, + 361, + 505, + 373 + ], + "spans": [ + { + "bbox": [ + 105, + 361, + 505, + 373 + ], + "score": 1.0, + "content": "In parallel to this line of research, the recent series of “NASBench” works (Ying et al., 2019; Zela", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 371, + 506, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 371, + 506, + 385 + ], + "score": 1.0, + "content": "et al., 2020b; Dong & Yang, 2020) proposed to benchmark NAS approaches by providing a complete,", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 381, + 505, + 395 + ], + "spans": [ + { + "bbox": [ + 105, + 381, + 505, + 395 + ], + "score": 1.0, + "content": "tabular characterization of a search space. This was achieved by training every realizable stand-alone", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 393, + 506, + 407 + ], + "spans": [ + { + "bbox": [ + 105, + 393, + 251, + 407 + ], + "score": 1.0, + "content": "architecture using a fixed protocol", + "type": "text" + }, + { + "bbox": [ + 252, + 394, + 280, + 406 + ], + "score": 0.9, + "content": "P _ { p r o x y }", + "type": "inline_equation" + }, + { + "bbox": [ + 280, + 393, + 506, + 407 + ], + "score": 1.0, + "content": ". Similarly, other works proposed to provide a partial", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 404, + 505, + 417 + ], + "spans": [ + { + "bbox": [ + 105, + 404, + 505, + 417 + ], + "score": 1.0, + "content": "characterization by sampling and training a sufficient number of architectures in a given search space", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 415, + 453, + 428 + ], + "spans": [ + { + "bbox": [ + 106, + 415, + 453, + 428 + ], + "score": 1.0, + "content": "using a fixed protocol (Radosavovic et al., 2019; Zela et al., 2020a; Wang et al., 2020).", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 26.5, + "bbox_fs": [ + 105, + 361, + 506, + 428 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 432, + 505, + 487 + ], + "lines": [ + { + "bbox": [ + 105, + 432, + 506, + 444 + ], + "spans": [ + { + "bbox": [ + 105, + 432, + 506, + 444 + ], + "score": 1.0, + "content": "While recent advances for systematic evaluation are promising, no work has yet thoroughly stud-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 442, + 505, + 456 + ], + "spans": [ + { + "bbox": [ + 105, + 442, + 316, + 456 + ], + "score": 1.0, + "content": "ied the influence of the super-net training protocol", + "type": "text" + }, + { + "bbox": [ + 317, + 443, + 335, + 454 + ], + "score": 0.9, + "content": "P _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 442, + 445, + 456 + ], + "score": 1.0, + "content": "and the mapping function", + "type": "text" + }, + { + "bbox": [ + 445, + 443, + 461, + 455 + ], + "score": 0.9, + "content": "f _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 461, + 442, + 505, + 456 + ], + "score": 1.0, + "content": ". Previous", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 452, + 506, + 467 + ], + "spans": [ + { + "bbox": [ + 105, + 452, + 506, + 467 + ], + "score": 1.0, + "content": "works (Zela et al., 2020a; Li & Talwalkar, 2019) performed hyper-parameter tuning to evaluate their", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 464, + 506, + 477 + ], + "spans": [ + { + "bbox": [ + 106, + 464, + 506, + 477 + ], + "score": 1.0, + "content": "own algorithms, and focused only on a few parameters. We fill this gap by benchmarking different", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 474, + 473, + 489 + ], + "spans": [ + { + "bbox": [ + 105, + 474, + 149, + 489 + ], + "score": 1.0, + "content": "choices of", + "type": "text" + }, + { + "bbox": [ + 150, + 476, + 167, + 486 + ], + "score": 0.9, + "content": "P _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 168, + 474, + 185, + 489 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 186, + 476, + 202, + 487 + ], + "score": 0.9, + "content": "f _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 202, + 474, + 473, + 489 + ], + "score": 1.0, + "content": "and by proposing novel variations to improve the super-net quality.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 32, + "bbox_fs": [ + 105, + 432, + 506, + 489 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 492, + 505, + 558 + ], + "lines": [ + { + "bbox": [ + 106, + 492, + 505, + 505 + ], + "spans": [ + { + "bbox": [ + 106, + 492, + 505, + 505 + ], + "score": 1.0, + "content": "Recent works have shown that sub-nets of super-net training can surpass some human designed", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 502, + 505, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 505, + 515 + ], + "score": 1.0, + "content": "models without retraining (Yu et al., 2020a; Cai et al., 2020) and that reinforcement learning can", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 514, + 505, + 524 + ], + "spans": [ + { + "bbox": [ + 106, + 514, + 505, + 524 + ], + "score": 1.0, + "content": "surpass the performance of random search (Bender et al., 2020). However, these findings are still", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 525, + 505, + 536 + ], + "spans": [ + { + "bbox": [ + 106, + 525, + 505, + 536 + ], + "score": 1.0, + "content": "only shown on MobileNet-like search spaces where we only search for the size of convolution kernels", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 535, + 506, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 535, + 506, + 547 + ], + "score": 1.0, + "content": "and the channel ratio for each layer. This is an effective approach to discover a compact network, but", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 546, + 462, + 559 + ], + "spans": [ + { + "bbox": [ + 106, + 546, + 462, + 559 + ], + "score": 1.0, + "content": "it does not change the fact that on cell-based search space super-net quality remains low.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 37.5, + "bbox_fs": [ + 105, + 492, + 506, + 559 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 577, + 277, + 590 + ], + "lines": [ + { + "bbox": [ + 105, + 576, + 280, + 592 + ], + "spans": [ + { + "bbox": [ + 105, + 576, + 280, + 592 + ], + "score": 1.0, + "content": "3 EVALUATION METHODOLOGY", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 41 + }, + { + "type": "text", + "bbox": [ + 107, + 605, + 505, + 638 + ], + "lines": [ + { + "bbox": [ + 105, + 603, + 506, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 603, + 506, + 618 + ], + "score": 1.0, + "content": "We first isolate 14 factors that need to be considered during the design and training of a super-net,", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 615, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 505, + 628 + ], + "score": 1.0, + "content": "and then introduce the metrics to evaluate the quality of the trained super-net. Note that these factors", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 627, + 395, + 639 + ], + "spans": [ + { + "bbox": [ + 106, + 627, + 395, + 639 + ], + "score": 1.0, + "content": "are agnostic to the search policy that is used after training the super-net.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43, + "bbox_fs": [ + 105, + 603, + 506, + 639 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 656, + 411, + 666 + ], + "lines": [ + { + "bbox": [ + 105, + 655, + 412, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 412, + 667 + ], + "score": 1.0, + "content": "3.1 DISENTANGLING THE SUPER-NET FROM THE SEARCH ALGORITHM", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 45 + }, + { + "type": "text", + "bbox": [ + 107, + 677, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 105, + 676, + 505, + 691 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 370, + 691 + ], + "score": 1.0, + "content": "Our goal is to evaluate the influence of the super-net mapping", + "type": "text" + }, + { + "bbox": [ + 370, + 678, + 386, + 689 + ], + "score": 0.9, + "content": "f _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 386, + 676, + 505, + 691 + ], + "score": 1.0, + "content": "and weight-sharing training", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 688, + 505, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 141, + 701 + ], + "score": 1.0, + "content": "protocol", + "type": "text" + }, + { + "bbox": [ + 141, + 689, + 159, + 699 + ], + "score": 0.9, + "content": "P _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 688, + 251, + 701 + ], + "score": 1.0, + "content": ". As shown in Figure 2,", + "type": "text" + }, + { + "bbox": [ + 252, + 688, + 268, + 700 + ], + "score": 0.9, + "content": "f _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 688, + 505, + 701 + ], + "score": 1.0, + "content": "translates an architecture encoding, which typically consists", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "of a discrete number of choices or parameters, into a neural network. Based on a well-defined", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "mapping, the super-net is a network in which every sub-path has a one-to-one mapping with an", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 720, + 506, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 335, + 734 + ], + "score": 1.0, + "content": "architecture encoding (Pham et al., 2018). Recent works", + "type": "text" + }, + { + "bbox": [ + 336, + 721, + 349, + 731 + ], + "score": 0.34, + "content": "\\mathrm { { X u } }", + "type": "inline_equation" + }, + { + "bbox": [ + 350, + 720, + 506, + 734 + ], + "score": 1.0, + "content": "et al., 2020; Li et al., 2020; Ying et al.,", + "type": "text" + } + ], + "index": 50 + } + ], + "index": 48, + "bbox_fs": [ + 105, + 676, + 506, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 108, + 76, + 297, + 137 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 108, + 76, + 297, + 137 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 108, + 76, + 297, + 137 + ], + "spans": [ + { + "bbox": [ + 108, + 76, + 297, + 137 + ], + "score": 0.93, + "html": "
WS Mapping fwsWS Protocol Pws
implementationlow fidelityhyperparam.sampling
Dynamic Channeling OFA Conv WSBN Dropout#layer train portion batch size # channelsbatch-norm learning rate epochs weight decayFairNAS Random-NAS Random-A
", + "type": "table", + "image_path": "51fabc8d7e550e124f2e594edf2fb9a728c1b7b5111cdab7dc06856d2c09ce65.jpg" + } + ] + } + ], + "index": 1.5, + "virtual_lines": [ + { + "bbox": [ + 108, + 76, + 297, + 91.25 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 108, + 91.25, + 297, + 106.5 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 108, + 106.5, + 297, + 121.75 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 108, + 121.75, + 297, + 137.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 145, + 152, + 260, + 163 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 144, + 151, + 261, + 165 + ], + "spans": [ + { + "bbox": [ + 144, + 151, + 261, + 165 + ], + "score": 1.0, + "content": "Table 1: Summary of factors", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + } + ], + "index": 2.75 + }, + { + "type": "image", + "bbox": [ + 311, + 74, + 501, + 154 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 311, + 74, + 501, + 154 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 311, + 74, + 501, + 154 + ], + "spans": [ + { + "bbox": [ + 311, + 74, + 501, + 154 + ], + "score": 0.967, + "type": "image", + "image_path": "463271dd9cea14da998c14fcf209e360895a954aa979a36fcfdd692e498d3c94.jpg" + } + ] + } + ], + "index": 7.5, + "virtual_lines": [ + { + "bbox": [ + 311, + 74, + 501, + 87.33333333333333 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 311, + 87.33333333333333, + 501, + 100.66666666666666 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 311, + 100.66666666666666, + 501, + 113.99999999999999 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 311, + 113.99999999999999, + 501, + 127.33333333333331 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 311, + 127.33333333333331, + 501, + 140.66666666666666 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 311, + 140.66666666666666, + 501, + 154.0 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 337, + 160, + 475, + 172 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 335, + 158, + 477, + 174 + ], + "spans": [ + { + "bbox": [ + 335, + 158, + 477, + 174 + ], + "score": 1.0, + "content": "Figure 2: Constructing a super-net", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + } + ], + "index": 9.25 + }, + { + "type": "text", + "bbox": [ + 104, + 180, + 505, + 201 + ], + "lines": [ + { + "bbox": [ + 106, + 179, + 506, + 192 + ], + "spans": [ + { + "bbox": [ + 106, + 179, + 506, + 192 + ], + "score": 1.0, + "content": "2019) separate the encoding into cell parameters, which define the basic building blocks of a network,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 189, + 469, + 203 + ], + "spans": [ + { + "bbox": [ + 105, + 189, + 469, + 203 + ], + "score": 1.0, + "content": "and macro parameters, which define how cells are assembled into a complete architecture.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5 + }, + { + "type": "text", + "bbox": [ + 107, + 210, + 505, + 340 + ], + "lines": [ + { + "bbox": [ + 105, + 209, + 507, + 224 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 214, + 224 + ], + "score": 1.0, + "content": "Weight-sharing mapping", + "type": "text" + }, + { + "bbox": [ + 214, + 210, + 230, + 221 + ], + "score": 0.89, + "content": "f _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 209, + 507, + 224 + ], + "score": 1.0, + "content": ". To make the search space manageable, all cell and macro parameters", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 221, + 505, + 233 + ], + "spans": [ + { + "bbox": [ + 105, + 221, + 505, + 233 + ], + "score": 1.0, + "content": "are fixed during the search, except for the topology of the cell and its possible operations. However, the", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 231, + 505, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 231, + 505, + 244 + ], + "score": 1.0, + "content": "exact choices for each of these fixed factors differ between algorithms and search spaces. We report", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 241, + 505, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 241, + 505, + 255 + ], + "score": 1.0, + "content": "the common factors in the left part of Table 1. They include various implementation choices, e.g., the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 254, + 505, + 266 + ], + "spans": [ + { + "bbox": [ + 105, + 254, + 505, + 266 + ], + "score": 1.0, + "content": "use of convolutions with a dynamic number of channels (Dynamic Channeling), super-convolutional", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 264, + 506, + 276 + ], + "spans": [ + { + "bbox": [ + 105, + 264, + 506, + 276 + ], + "score": 1.0, + "content": "layers that support dynamic kernel sizes (OFA Kernel) (Cai et al., 2020), weight-sharing batch-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 276, + 506, + 288 + ], + "spans": [ + { + "bbox": [ + 105, + 276, + 506, + 288 + ], + "score": 1.0, + "content": "normalization (WSBN) that tracks independent running statistics and affine parameters for different", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 286, + 506, + 298 + ], + "spans": [ + { + "bbox": [ + 105, + 286, + 506, + 298 + ], + "score": 1.0, + "content": "incoming edges (Luo et al., 2018), and path and global dropout (Pham et al., 2018; Luo et al., 2018;", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 295, + 506, + 309 + ], + "spans": [ + { + "bbox": [ + 105, + 295, + 506, + 309 + ], + "score": 1.0, + "content": "Liu et al., 2019b). They also include the use of low-fidelity estimates (Elsken et al., 2019) to reduce", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 306, + 506, + 321 + ], + "spans": [ + { + "bbox": [ + 105, + 306, + 506, + 321 + ], + "score": 1.0, + "content": "the complexity of super-net training, e.g., by reducing the number of layers (Liu et al., 2019b) and", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 318, + 506, + 331 + ], + "spans": [ + { + "bbox": [ + 106, + 318, + 506, + 331 + ], + "score": 1.0, + "content": "channels (Yang et al., 2020; Chen et al., 2019a), the portion of the training set used for super-net", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 330, + 506, + 342 + ], + "spans": [ + { + "bbox": [ + 105, + 330, + 506, + 342 + ], + "score": 1.0, + "content": "training (Liu et al., 2019b), or the batch size (Liu et al., 2019b; Pham et al., 2018; Yang et al., 2020).", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 19.5 + }, + { + "type": "text", + "bbox": [ + 107, + 349, + 505, + 404 + ], + "lines": [ + { + "bbox": [ + 105, + 347, + 505, + 362 + ], + "spans": [ + { + "bbox": [ + 105, + 347, + 214, + 362 + ], + "score": 1.0, + "content": "Weight-sharing protocol", + "type": "text" + }, + { + "bbox": [ + 214, + 349, + 232, + 360 + ], + "score": 0.89, + "content": "P _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 347, + 317, + 362 + ], + "score": 1.0, + "content": ". Given a mapping", + "type": "text" + }, + { + "bbox": [ + 317, + 349, + 333, + 360 + ], + "score": 0.89, + "content": "f _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 347, + 454, + 362 + ], + "score": 1.0, + "content": ", different training protocols", + "type": "text" + }, + { + "bbox": [ + 455, + 349, + 472, + 360 + ], + "score": 0.9, + "content": "P _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 473, + 347, + 505, + 362 + ], + "score": 1.0, + "content": "can be", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 360, + 505, + 372 + ], + "spans": [ + { + "bbox": [ + 105, + 360, + 505, + 372 + ], + "score": 1.0, + "content": "employed to train the super-net. Protocols can differ in the training hyper-parameters and the", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 370, + 505, + 383 + ], + "spans": [ + { + "bbox": [ + 105, + 370, + 505, + 383 + ], + "score": 1.0, + "content": "sampling strategies they rely on. We will evaluate the different hyper-parameter choices listed", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 381, + 505, + 394 + ], + "spans": [ + { + "bbox": [ + 105, + 381, + 505, + 394 + ], + "score": 1.0, + "content": "in the right part of Table 1. This includes the initial learning rate, the hyper-parameters of batch", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 104, + 391, + 443, + 407 + ], + "spans": [ + { + "bbox": [ + 104, + 391, + 443, + 407 + ], + "score": 1.0, + "content": "normalization, the total number of training epochs, and the amount of weight decay.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 28 + }, + { + "type": "text", + "bbox": [ + 107, + 409, + 505, + 485 + ], + "lines": [ + { + "bbox": [ + 106, + 409, + 506, + 421 + ], + "spans": [ + { + "bbox": [ + 106, + 409, + 506, + 421 + ], + "score": 1.0, + "content": "We randomly sample one path to train the super-net (Guo et al., 2019), which is also known as", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 420, + 505, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 420, + 505, + 432 + ], + "score": 1.0, + "content": "single-path one-shot (SPOS) or Random-NAS (Li & Talwalkar, 2019). The reason for this choice", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 431, + 506, + 443 + ], + "spans": [ + { + "bbox": [ + 105, + 431, + 506, + 443 + ], + "score": 1.0, + "content": "is that Random-NAS is equivalent to the initial state of many search algorithms (Liu et al., 2019b;", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 441, + 506, + 454 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 506, + 454 + ], + "score": 1.0, + "content": "Pham et al., 2018; Luo et al., 2018), some of which even freeze the sampler training so as to use", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 452, + 505, + 465 + ], + "spans": [ + { + "bbox": [ + 105, + 452, + 505, + 465 + ], + "score": 1.0, + "content": "random sampling to warm-up the super-net (Xu et al., 2020; Dong & Yang, 2019b). Note that we also", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 463, + 505, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 463, + 505, + 476 + ], + "score": 1.0, + "content": "evaluated two variants of Random-NAS, but found their improvement to be only marginal. Please see", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 474, + 229, + 486 + ], + "spans": [ + { + "bbox": [ + 105, + 474, + 229, + 486 + ], + "score": 1.0, + "content": "Appendix C.2 for more detail.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 107, + 491, + 505, + 535 + ], + "lines": [ + { + "bbox": [ + 105, + 488, + 504, + 505 + ], + "spans": [ + { + "bbox": [ + 105, + 488, + 376, + 505 + ], + "score": 1.0, + "content": "In our experiments, for the sake of reproducibility, we ensure that", + "type": "text" + }, + { + "bbox": [ + 376, + 492, + 394, + 502 + ], + "score": 0.91, + "content": "P _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 488, + 412, + 505 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 412, + 492, + 441, + 503 + ], + "score": 0.89, + "content": "P _ { p r o x y }", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 488, + 487, + 505 + ], + "score": 1.0, + "content": ", as well as", + "type": "text" + }, + { + "bbox": [ + 488, + 491, + 504, + 503 + ], + "score": 0.88, + "content": "f _ { w s }", + "type": "inline_equation" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 501, + 506, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 501, + 123, + 515 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 123, + 502, + 150, + 514 + ], + "score": 0.92, + "content": "f _ { p r o x y }", + "type": "inline_equation" + }, + { + "bbox": [ + 150, + 501, + 413, + 515 + ], + "score": 1.0, + "content": ", are as close to each other as possible. For the hyper-parameters of", + "type": "text" + }, + { + "bbox": [ + 414, + 503, + 431, + 513 + ], + "score": 0.9, + "content": "P _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 431, + 501, + 506, + 515 + ], + "score": 1.0, + "content": ", we cross-validate", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 513, + 505, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 513, + 505, + 524 + ], + "score": 1.0, + "content": "each factor following the order in Table 1, and after each validation, use the value that yields the best", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 104, + 521, + 415, + 540 + ], + "spans": [ + { + "bbox": [ + 104, + 521, + 169, + 540 + ], + "score": 1.0, + "content": "performance in", + "type": "text" + }, + { + "bbox": [ + 170, + 524, + 198, + 536 + ], + "score": 0.91, + "content": "P _ { p r o x y }", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 521, + 415, + 540 + ], + "score": 1.0, + "content": ". For all other factors, we change one factor at a time.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 39.5 + }, + { + "type": "text", + "bbox": [ + 107, + 543, + 505, + 630 + ], + "lines": [ + { + "bbox": [ + 106, + 543, + 505, + 555 + ], + "spans": [ + { + "bbox": [ + 106, + 543, + 505, + 555 + ], + "score": 1.0, + "content": "Search spaces. We use three commonly-used search spaces, for which a large number of stand-alone", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 554, + 506, + 566 + ], + "spans": [ + { + "bbox": [ + 106, + 554, + 506, + 566 + ], + "score": 1.0, + "content": "architectures have been trained and evaluated on CIFAR-10 (Krizhevsky et al., 2009) to obtain their", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 564, + 506, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 564, + 506, + 578 + ], + "score": 1.0, + "content": "ground-truth performance. In particular, we use NASBench-101 (Ying et al., 2019), which consists", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 576, + 506, + 588 + ], + "spans": [ + { + "bbox": [ + 106, + 576, + 506, + 588 + ], + "score": 1.0, + "content": "of 423, 624 architectures and is compatible with weight-sharing NAS (Yu et al., 2020b; Zela et al.,", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 587, + 506, + 599 + ], + "spans": [ + { + "bbox": [ + 106, + 587, + 506, + 599 + ], + "score": 1.0, + "content": "2020b); NASBench-201 (Dong & Yang, 2020), which contains more operations than NASBench-101", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 597, + 506, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 597, + 421, + 609 + ], + "score": 1.0, + "content": "but fewer nodes; and DARTS-NDS (Radosavovic et al., 2019) that contains over", + "type": "text" + }, + { + "bbox": [ + 421, + 597, + 441, + 608 + ], + "score": 0.88, + "content": "1 0 ^ { 1 3 }", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 597, + 506, + 609 + ], + "score": 1.0, + "content": "architectures of", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 607, + 505, + 621 + ], + "spans": [ + { + "bbox": [ + 105, + 607, + 505, + 621 + ], + "score": 1.0, + "content": "which a subset of 5000 models was sampled and trained in a stand-alone fashion. See Appendix A.2", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 618, + 208, + 631 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 208, + 631 + ], + "score": 1.0, + "content": "for a detailed discussion.", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 45.5 + }, + { + "type": "title", + "bbox": [ + 108, + 648, + 421, + 659 + ], + "lines": [ + { + "bbox": [ + 105, + 648, + 423, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 423, + 661 + ], + "score": 1.0, + "content": "3.2 SPARSE KENDALL-TAU - A NOVEL SUPER-NET EVALUATION METRIC", + "type": "text" + } + ], + "index": 50 + } + ], + "index": 50 + }, + { + "type": "text", + "bbox": [ + 107, + 670, + 506, + 735 + ], + "lines": [ + { + "bbox": [ + 106, + 669, + 507, + 682 + ], + "spans": [ + { + "bbox": [ + 106, + 669, + 507, + 682 + ], + "score": 1.0, + "content": "We define a novel super-net metric, which we name sparse Kendall-Tau. It is inspired by the Kendall-", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 106, + 680, + 506, + 693 + ], + "spans": [ + { + "bbox": [ + 106, + 680, + 506, + 693 + ], + "score": 1.0, + "content": "Tau metric used by Yu et al. (2020b) to measure the discrepancy between the ordering of stand-alone", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 106, + 692, + 506, + 704 + ], + "spans": [ + { + "bbox": [ + 106, + 692, + 506, + 704 + ], + "score": 1.0, + "content": "architectures and the ordering that is implied by the trained super-net. An ideal super-net should yield", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 106, + 703, + 506, + 714 + ], + "spans": [ + { + "bbox": [ + 106, + 703, + 506, + 714 + ], + "score": 1.0, + "content": "the same ordering of architectures as the stand-alone one and thus would lead to a high Kendall-Tau.", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 105, + 713, + 507, + 726 + ], + "spans": [ + { + "bbox": [ + 105, + 713, + 507, + 726 + ], + "score": 1.0, + "content": "However, Kendall-Tau is not robust to negligible performance differences between architectures (c.f.", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 106, + 724, + 506, + 737 + ], + "spans": [ + { + "bbox": [ + 106, + 724, + 506, + 737 + ], + "score": 1.0, + "content": "Figure 3). To robustify this metric, we share the rank between two architectures if their stand-alone", + "type": "text" + } + ], + "index": 56 + } + ], + "index": 53.5 + } + ], + "page_idx": 3, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 307, + 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 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 752, + 308, + 759 + ], + "lines": [] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 108, + 76, + 297, + 137 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 108, + 76, + 297, + 137 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 108, + 76, + 297, + 137 + ], + "spans": [ + { + "bbox": [ + 108, + 76, + 297, + 137 + ], + "score": 0.93, + "html": "
WS Mapping fwsWS Protocol Pws
implementationlow fidelityhyperparam.sampling
Dynamic Channeling OFA Conv WSBN Dropout#layer train portion batch size # channelsbatch-norm learning rate epochs weight decayFairNAS Random-NAS Random-A
", + "type": "table", + "image_path": "51fabc8d7e550e124f2e594edf2fb9a728c1b7b5111cdab7dc06856d2c09ce65.jpg" + } + ] + } + ], + "index": 1.5, + "virtual_lines": [ + { + "bbox": [ + 108, + 76, + 297, + 91.25 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 108, + 91.25, + 297, + 106.5 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 108, + 106.5, + 297, + 121.75 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 108, + 121.75, + 297, + 137.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 145, + 152, + 260, + 163 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 144, + 151, + 261, + 165 + ], + "spans": [ + { + "bbox": [ + 144, + 151, + 261, + 165 + ], + "score": 1.0, + "content": "Table 1: Summary of factors", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + } + ], + "index": 2.75 + }, + { + "type": "image", + "bbox": [ + 311, + 74, + 501, + 154 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 311, + 74, + 501, + 154 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 311, + 74, + 501, + 154 + ], + "spans": [ + { + "bbox": [ + 311, + 74, + 501, + 154 + ], + "score": 0.967, + "type": "image", + "image_path": "463271dd9cea14da998c14fcf209e360895a954aa979a36fcfdd692e498d3c94.jpg" + } + ] + } + ], + "index": 7.5, + "virtual_lines": [ + { + "bbox": [ + 311, + 74, + 501, + 87.33333333333333 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 311, + 87.33333333333333, + 501, + 100.66666666666666 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 311, + 100.66666666666666, + 501, + 113.99999999999999 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 311, + 113.99999999999999, + 501, + 127.33333333333331 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 311, + 127.33333333333331, + 501, + 140.66666666666666 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 311, + 140.66666666666666, + 501, + 154.0 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 337, + 160, + 475, + 172 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 335, + 158, + 477, + 174 + ], + "spans": [ + { + "bbox": [ + 335, + 158, + 477, + 174 + ], + "score": 1.0, + "content": "Figure 2: Constructing a super-net", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + } + ], + "index": 9.25 + }, + { + "type": "text", + "bbox": [ + 104, + 180, + 505, + 201 + ], + "lines": [ + { + "bbox": [ + 106, + 179, + 506, + 192 + ], + "spans": [ + { + "bbox": [ + 106, + 179, + 506, + 192 + ], + "score": 1.0, + "content": "2019) separate the encoding into cell parameters, which define the basic building blocks of a network,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 189, + 469, + 203 + ], + "spans": [ + { + "bbox": [ + 105, + 189, + 469, + 203 + ], + "score": 1.0, + "content": "and macro parameters, which define how cells are assembled into a complete architecture.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5, + "bbox_fs": [ + 105, + 179, + 506, + 203 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 210, + 505, + 340 + ], + "lines": [ + { + "bbox": [ + 105, + 209, + 507, + 224 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 214, + 224 + ], + "score": 1.0, + "content": "Weight-sharing mapping", + "type": "text" + }, + { + "bbox": [ + 214, + 210, + 230, + 221 + ], + "score": 0.89, + "content": "f _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 209, + 507, + 224 + ], + "score": 1.0, + "content": ". To make the search space manageable, all cell and macro parameters", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 221, + 505, + 233 + ], + "spans": [ + { + "bbox": [ + 105, + 221, + 505, + 233 + ], + "score": 1.0, + "content": "are fixed during the search, except for the topology of the cell and its possible operations. However, the", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 231, + 505, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 231, + 505, + 244 + ], + "score": 1.0, + "content": "exact choices for each of these fixed factors differ between algorithms and search spaces. We report", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 241, + 505, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 241, + 505, + 255 + ], + "score": 1.0, + "content": "the common factors in the left part of Table 1. They include various implementation choices, e.g., the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 254, + 505, + 266 + ], + "spans": [ + { + "bbox": [ + 105, + 254, + 505, + 266 + ], + "score": 1.0, + "content": "use of convolutions with a dynamic number of channels (Dynamic Channeling), super-convolutional", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 264, + 506, + 276 + ], + "spans": [ + { + "bbox": [ + 105, + 264, + 506, + 276 + ], + "score": 1.0, + "content": "layers that support dynamic kernel sizes (OFA Kernel) (Cai et al., 2020), weight-sharing batch-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 276, + 506, + 288 + ], + "spans": [ + { + "bbox": [ + 105, + 276, + 506, + 288 + ], + "score": 1.0, + "content": "normalization (WSBN) that tracks independent running statistics and affine parameters for different", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 286, + 506, + 298 + ], + "spans": [ + { + "bbox": [ + 105, + 286, + 506, + 298 + ], + "score": 1.0, + "content": "incoming edges (Luo et al., 2018), and path and global dropout (Pham et al., 2018; Luo et al., 2018;", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 295, + 506, + 309 + ], + "spans": [ + { + "bbox": [ + 105, + 295, + 506, + 309 + ], + "score": 1.0, + "content": "Liu et al., 2019b). They also include the use of low-fidelity estimates (Elsken et al., 2019) to reduce", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 306, + 506, + 321 + ], + "spans": [ + { + "bbox": [ + 105, + 306, + 506, + 321 + ], + "score": 1.0, + "content": "the complexity of super-net training, e.g., by reducing the number of layers (Liu et al., 2019b) and", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 318, + 506, + 331 + ], + "spans": [ + { + "bbox": [ + 106, + 318, + 506, + 331 + ], + "score": 1.0, + "content": "channels (Yang et al., 2020; Chen et al., 2019a), the portion of the training set used for super-net", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 330, + 506, + 342 + ], + "spans": [ + { + "bbox": [ + 105, + 330, + 506, + 342 + ], + "score": 1.0, + "content": "training (Liu et al., 2019b), or the batch size (Liu et al., 2019b; Pham et al., 2018; Yang et al., 2020).", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 19.5, + "bbox_fs": [ + 105, + 209, + 507, + 342 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 349, + 505, + 404 + ], + "lines": [ + { + "bbox": [ + 105, + 347, + 505, + 362 + ], + "spans": [ + { + "bbox": [ + 105, + 347, + 214, + 362 + ], + "score": 1.0, + "content": "Weight-sharing protocol", + "type": "text" + }, + { + "bbox": [ + 214, + 349, + 232, + 360 + ], + "score": 0.89, + "content": "P _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 347, + 317, + 362 + ], + "score": 1.0, + "content": ". Given a mapping", + "type": "text" + }, + { + "bbox": [ + 317, + 349, + 333, + 360 + ], + "score": 0.89, + "content": "f _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 347, + 454, + 362 + ], + "score": 1.0, + "content": ", different training protocols", + "type": "text" + }, + { + "bbox": [ + 455, + 349, + 472, + 360 + ], + "score": 0.9, + "content": "P _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 473, + 347, + 505, + 362 + ], + "score": 1.0, + "content": "can be", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 360, + 505, + 372 + ], + "spans": [ + { + "bbox": [ + 105, + 360, + 505, + 372 + ], + "score": 1.0, + "content": "employed to train the super-net. Protocols can differ in the training hyper-parameters and the", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 370, + 505, + 383 + ], + "spans": [ + { + "bbox": [ + 105, + 370, + 505, + 383 + ], + "score": 1.0, + "content": "sampling strategies they rely on. We will evaluate the different hyper-parameter choices listed", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 381, + 505, + 394 + ], + "spans": [ + { + "bbox": [ + 105, + 381, + 505, + 394 + ], + "score": 1.0, + "content": "in the right part of Table 1. This includes the initial learning rate, the hyper-parameters of batch", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 104, + 391, + 443, + 407 + ], + "spans": [ + { + "bbox": [ + 104, + 391, + 443, + 407 + ], + "score": 1.0, + "content": "normalization, the total number of training epochs, and the amount of weight decay.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 28, + "bbox_fs": [ + 104, + 347, + 505, + 407 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 409, + 505, + 485 + ], + "lines": [ + { + "bbox": [ + 106, + 409, + 506, + 421 + ], + "spans": [ + { + "bbox": [ + 106, + 409, + 506, + 421 + ], + "score": 1.0, + "content": "We randomly sample one path to train the super-net (Guo et al., 2019), which is also known as", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 420, + 505, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 420, + 505, + 432 + ], + "score": 1.0, + "content": "single-path one-shot (SPOS) or Random-NAS (Li & Talwalkar, 2019). The reason for this choice", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 431, + 506, + 443 + ], + "spans": [ + { + "bbox": [ + 105, + 431, + 506, + 443 + ], + "score": 1.0, + "content": "is that Random-NAS is equivalent to the initial state of many search algorithms (Liu et al., 2019b;", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 441, + 506, + 454 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 506, + 454 + ], + "score": 1.0, + "content": "Pham et al., 2018; Luo et al., 2018), some of which even freeze the sampler training so as to use", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 452, + 505, + 465 + ], + "spans": [ + { + "bbox": [ + 105, + 452, + 505, + 465 + ], + "score": 1.0, + "content": "random sampling to warm-up the super-net (Xu et al., 2020; Dong & Yang, 2019b). Note that we also", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 463, + 505, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 463, + 505, + 476 + ], + "score": 1.0, + "content": "evaluated two variants of Random-NAS, but found their improvement to be only marginal. Please see", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 474, + 229, + 486 + ], + "spans": [ + { + "bbox": [ + 105, + 474, + 229, + 486 + ], + "score": 1.0, + "content": "Appendix C.2 for more detail.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 34, + "bbox_fs": [ + 105, + 409, + 506, + 486 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 491, + 505, + 535 + ], + "lines": [ + { + "bbox": [ + 105, + 488, + 504, + 505 + ], + "spans": [ + { + "bbox": [ + 105, + 488, + 376, + 505 + ], + "score": 1.0, + "content": "In our experiments, for the sake of reproducibility, we ensure that", + "type": "text" + }, + { + "bbox": [ + 376, + 492, + 394, + 502 + ], + "score": 0.91, + "content": "P _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 488, + 412, + 505 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 412, + 492, + 441, + 503 + ], + "score": 0.89, + "content": "P _ { p r o x y }", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 488, + 487, + 505 + ], + "score": 1.0, + "content": ", as well as", + "type": "text" + }, + { + "bbox": [ + 488, + 491, + 504, + 503 + ], + "score": 0.88, + "content": "f _ { w s }", + "type": "inline_equation" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 501, + 506, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 501, + 123, + 515 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 123, + 502, + 150, + 514 + ], + "score": 0.92, + "content": "f _ { p r o x y }", + "type": "inline_equation" + }, + { + "bbox": [ + 150, + 501, + 413, + 515 + ], + "score": 1.0, + "content": ", are as close to each other as possible. For the hyper-parameters of", + "type": "text" + }, + { + "bbox": [ + 414, + 503, + 431, + 513 + ], + "score": 0.9, + "content": "P _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 431, + 501, + 506, + 515 + ], + "score": 1.0, + "content": ", we cross-validate", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 513, + 505, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 513, + 505, + 524 + ], + "score": 1.0, + "content": "each factor following the order in Table 1, and after each validation, use the value that yields the best", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 104, + 521, + 415, + 540 + ], + "spans": [ + { + "bbox": [ + 104, + 521, + 169, + 540 + ], + "score": 1.0, + "content": "performance in", + "type": "text" + }, + { + "bbox": [ + 170, + 524, + 198, + 536 + ], + "score": 0.91, + "content": "P _ { p r o x y }", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 521, + 415, + 540 + ], + "score": 1.0, + "content": ". For all other factors, we change one factor at a time.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 39.5, + "bbox_fs": [ + 104, + 488, + 506, + 540 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 543, + 505, + 630 + ], + "lines": [ + { + "bbox": [ + 106, + 543, + 505, + 555 + ], + "spans": [ + { + "bbox": [ + 106, + 543, + 505, + 555 + ], + "score": 1.0, + "content": "Search spaces. We use three commonly-used search spaces, for which a large number of stand-alone", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 554, + 506, + 566 + ], + "spans": [ + { + "bbox": [ + 106, + 554, + 506, + 566 + ], + "score": 1.0, + "content": "architectures have been trained and evaluated on CIFAR-10 (Krizhevsky et al., 2009) to obtain their", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 564, + 506, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 564, + 506, + 578 + ], + "score": 1.0, + "content": "ground-truth performance. In particular, we use NASBench-101 (Ying et al., 2019), which consists", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 576, + 506, + 588 + ], + "spans": [ + { + "bbox": [ + 106, + 576, + 506, + 588 + ], + "score": 1.0, + "content": "of 423, 624 architectures and is compatible with weight-sharing NAS (Yu et al., 2020b; Zela et al.,", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 587, + 506, + 599 + ], + "spans": [ + { + "bbox": [ + 106, + 587, + 506, + 599 + ], + "score": 1.0, + "content": "2020b); NASBench-201 (Dong & Yang, 2020), which contains more operations than NASBench-101", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 597, + 506, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 597, + 421, + 609 + ], + "score": 1.0, + "content": "but fewer nodes; and DARTS-NDS (Radosavovic et al., 2019) that contains over", + "type": "text" + }, + { + "bbox": [ + 421, + 597, + 441, + 608 + ], + "score": 0.88, + "content": "1 0 ^ { 1 3 }", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 597, + 506, + 609 + ], + "score": 1.0, + "content": "architectures of", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 607, + 505, + 621 + ], + "spans": [ + { + "bbox": [ + 105, + 607, + 505, + 621 + ], + "score": 1.0, + "content": "which a subset of 5000 models was sampled and trained in a stand-alone fashion. See Appendix A.2", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 618, + 208, + 631 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 208, + 631 + ], + "score": 1.0, + "content": "for a detailed discussion.", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 45.5, + "bbox_fs": [ + 105, + 543, + 506, + 631 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 648, + 421, + 659 + ], + "lines": [ + { + "bbox": [ + 105, + 648, + 423, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 423, + 661 + ], + "score": 1.0, + "content": "3.2 SPARSE KENDALL-TAU - A NOVEL SUPER-NET EVALUATION METRIC", + "type": "text" + } + ], + "index": 50 + } + ], + "index": 50 + }, + { + "type": "text", + "bbox": [ + 107, + 670, + 506, + 735 + ], + "lines": [ + { + "bbox": [ + 106, + 669, + 507, + 682 + ], + "spans": [ + { + "bbox": [ + 106, + 669, + 507, + 682 + ], + "score": 1.0, + "content": "We define a novel super-net metric, which we name sparse Kendall-Tau. It is inspired by the Kendall-", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 106, + 680, + 506, + 693 + ], + "spans": [ + { + "bbox": [ + 106, + 680, + 506, + 693 + ], + "score": 1.0, + "content": "Tau metric used by Yu et al. (2020b) to measure the discrepancy between the ordering of stand-alone", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 106, + 692, + 506, + 704 + ], + "spans": [ + { + "bbox": [ + 106, + 692, + 506, + 704 + ], + "score": 1.0, + "content": "architectures and the ordering that is implied by the trained super-net. An ideal super-net should yield", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 106, + 703, + 506, + 714 + ], + "spans": [ + { + "bbox": [ + 106, + 703, + 506, + 714 + ], + "score": 1.0, + "content": "the same ordering of architectures as the stand-alone one and thus would lead to a high Kendall-Tau.", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 105, + 713, + 507, + 726 + ], + "spans": [ + { + "bbox": [ + 105, + 713, + 507, + 726 + ], + "score": 1.0, + "content": "However, Kendall-Tau is not robust to negligible performance differences between architectures (c.f.", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 106, + 724, + 506, + 737 + ], + "spans": [ + { + "bbox": [ + 106, + 724, + 506, + 737 + ], + "score": 1.0, + "content": "Figure 3). To robustify this metric, we share the rank between two architectures if their stand-alone", + "type": "text" + } + ], + "index": 56 + } + ], + "index": 53.5, + "bbox_fs": [ + 105, + 669, + 507, + 737 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 99, + 297, + 165 + ], + "lines": [ + { + "bbox": [ + 106, + 99, + 297, + 111 + ], + "spans": [ + { + "bbox": [ + 106, + 99, + 272, + 111 + ], + "score": 1.0, + "content": "accuracies differ by less than a threshold", + "type": "text" + }, + { + "bbox": [ + 272, + 99, + 297, + 110 + ], + "score": 0.79, + "content": "( 0 . 1 \\%", + "type": "inline_equation" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 110, + 298, + 123 + ], + "spans": [ + { + "bbox": [ + 106, + 110, + 298, + 123 + ], + "score": 1.0, + "content": "here). Since the resulting ranks are sparse, we", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 121, + 299, + 133 + ], + "spans": [ + { + "bbox": [ + 106, + 121, + 299, + 133 + ], + "score": 1.0, + "content": "call this metric sparse Kendall-Tau (s-KdT).", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 132, + 298, + 144 + ], + "spans": [ + { + "bbox": [ + 105, + 132, + 298, + 144 + ], + "score": 1.0, + "content": "Note that we also compare Kendall-Tau and", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 142, + 298, + 155 + ], + "spans": [ + { + "bbox": [ + 106, + 142, + 298, + 155 + ], + "score": 1.0, + "content": "Spearman correlation in Appendix A.3, and pro-", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 154, + 290, + 165 + ], + "spans": [ + { + "bbox": [ + 106, + 154, + 290, + 165 + ], + "score": 1.0, + "content": "vide implementation details in Appendix A.4.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 2.5 + }, + { + "type": "table", + "bbox": [ + 445, + 109, + 502, + 145 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 445, + 109, + 502, + 145 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 445, + 109, + 502, + 145 + ], + "spans": [ + { + "bbox": [ + 445, + 109, + 502, + 145 + ], + "score": 0.733, + "html": "
Kendall Tau
original0.6444
sparse0.8140
", + "type": "table", + "image_path": "149043d346fa3ba4e64d9b60d0a73598d90d0dd4b86ffd5a08f10756c4196450.jpg" + } + ] + } + ], + "index": 8.5, + "virtual_lines": [ + { + "bbox": [ + 445, + 109, + 502, + 127.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 445, + 127.0, + 502, + 145.0 + ], + "spans": [], + "index": 9 + } + ] + } + ], + "index": 8.5 + }, + { + "type": "text", + "bbox": [ + 107, + 171, + 297, + 268 + ], + "lines": [ + { + "bbox": [ + 105, + 169, + 297, + 183 + ], + "spans": [ + { + "bbox": [ + 105, + 169, + 297, + 183 + ], + "score": 1.0, + "content": "Although, sparse Kendall-Tau captures the", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 181, + 298, + 194 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 298, + 194 + ], + "score": 1.0, + "content": "super-net quality well, it may fail in extreme", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 192, + 298, + 204 + ], + "spans": [ + { + "bbox": [ + 106, + 192, + 298, + 204 + ], + "score": 1.0, + "content": "cases, such as when the top-performing archi-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 203, + 297, + 215 + ], + "spans": [ + { + "bbox": [ + 106, + 203, + 297, + 215 + ], + "score": 1.0, + "content": "tectures are ranked perfectly while poor ones", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 214, + 297, + 225 + ], + "spans": [ + { + "bbox": [ + 106, + 214, + 297, + 225 + ], + "score": 1.0, + "content": "are ordered randomly. To account for such rare", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 224, + 298, + 237 + ], + "spans": [ + { + "bbox": [ + 105, + 224, + 298, + 237 + ], + "score": 1.0, + "content": "situations and ensure the soundness of our analy-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 235, + 298, + 247 + ], + "spans": [ + { + "bbox": [ + 105, + 235, + 298, + 247 + ], + "score": 1.0, + "content": "sis, we also report additional metrics. We define", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 246, + 298, + 259 + ], + "spans": [ + { + "bbox": [ + 105, + 246, + 298, + 259 + ], + "score": 1.0, + "content": "two groups of metrics to holistically evaluate", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 256, + 298, + 270 + ], + "spans": [ + { + "bbox": [ + 105, + 256, + 298, + 270 + ], + "score": 1.0, + "content": "different aspects of a trained super-net. The first", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 14 + }, + { + "type": "image", + "bbox": [ + 308, + 100, + 436, + 180 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 308, + 100, + 436, + 180 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 308, + 100, + 436, + 180 + ], + "spans": [ + { + "bbox": [ + 308, + 100, + 436, + 180 + ], + "score": 0.843, + "type": "image", + "image_path": "833d29ee1aac1b8ac81197f787216600f0137c6ca77daf0ba561aada5ab69d2e.jpg" + } + ] + } + ], + "index": 8.5, + "virtual_lines": [ + { + "bbox": [ + 308, + 100, + 436, + 140.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 308, + 140.0, + 436, + 180.0 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 304, + 184, + 506, + 249 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 304, + 183, + 507, + 195 + ], + "spans": [ + { + "bbox": [ + 304, + 183, + 507, + 195 + ], + "score": 1.0, + "content": "Figure 3: Kendall-Tau vs sparse Kendall-Tau.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 304, + 194, + 505, + 206 + ], + "spans": [ + { + "bbox": [ + 304, + 194, + 505, + 206 + ], + "score": 1.0, + "content": "Kendall-Tau is not robust when many architectures", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 303, + 205, + 506, + 216 + ], + "spans": [ + { + "bbox": [ + 303, + 205, + 506, + 216 + ], + "score": 1.0, + "content": "have similar performance. Minor performance dif-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 303, + 216, + 506, + 228 + ], + "spans": [ + { + "bbox": [ + 303, + 216, + 506, + 228 + ], + "score": 1.0, + "content": "ferences can lead to large perturbations in the rank-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 303, + 227, + 507, + 239 + ], + "spans": [ + { + "bbox": [ + 303, + 227, + 507, + 239 + ], + "score": 1.0, + "content": "ing. Our sparse Kendall-Tau alleviates this by dis-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 303, + 237, + 477, + 250 + ], + "spans": [ + { + "bbox": [ + 303, + 237, + 477, + 250 + ], + "score": 1.0, + "content": "missing minor differences in performance.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 21.5 + } + ], + "index": 15.0 + }, + { + "type": "text", + "bbox": [ + 106, + 268, + 505, + 420 + ], + "lines": [ + { + "bbox": [ + 105, + 268, + 506, + 281 + ], + "spans": [ + { + "bbox": [ + 105, + 268, + 506, + 281 + ], + "score": 1.0, + "content": "group of metrics directly evaluates the quality of the super-net, including sparse Kendall-Tau and the", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 279, + 506, + 292 + ], + "spans": [ + { + "bbox": [ + 106, + 279, + 506, + 292 + ], + "score": 1.0, + "content": "widely-adopted super-net accuracy. For the super-net accuracy, we report the average accuracy of", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 288, + 506, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 288, + 506, + 304 + ], + "score": 1.0, + "content": "200 architectures on the validation set of the dataset of interest. We will refer to this metric simply", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 301, + 505, + 313 + ], + "spans": [ + { + "bbox": [ + 105, + 301, + 505, + 313 + ], + "score": 1.0, + "content": "as accuracy. It is frequently used (Guo et al., 2019; Chu et al., 2019) to assess the quality of the", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 312, + 505, + 324 + ], + "spans": [ + { + "bbox": [ + 106, + 312, + 505, + 324 + ], + "score": 1.0, + "content": "trained super-net, but we will show later that it is in fact a poor predictor of the final stand-alone", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 322, + 506, + 335 + ], + "spans": [ + { + "bbox": [ + 105, + 322, + 506, + 335 + ], + "score": 1.0, + "content": "performance. The metrics in the second group evaluate the search performance of a trained super-net.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 332, + 506, + 345 + ], + "spans": [ + { + "bbox": [ + 105, + 332, + 471, + 345 + ], + "score": 1.0, + "content": "The first metric is the probability to surpass random search: Given the ground-truth rank", + "type": "text" + }, + { + "bbox": [ + 471, + 335, + 478, + 343 + ], + "score": 0.69, + "content": "r", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 332, + 506, + 345 + ], + "score": 1.0, + "content": "of the", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 343, + 506, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 343, + 227, + 358 + ], + "score": 1.0, + "content": "best architecture found after", + "type": "text" + }, + { + "bbox": [ + 227, + 346, + 235, + 354 + ], + "score": 0.7, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 343, + 357, + 358 + ], + "score": 1.0, + "content": "runs and the maximum rank", + "type": "text" + }, + { + "bbox": [ + 358, + 345, + 380, + 355 + ], + "score": 0.9, + "content": "r _ { m a x }", + "type": "inline_equation" + }, + { + "bbox": [ + 380, + 343, + 506, + 358 + ], + "score": 1.0, + "content": ", equal to the total number of", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 356, + 506, + 367 + ], + "spans": [ + { + "bbox": [ + 106, + 356, + 506, + 367 + ], + "score": 1.0, + "content": "architectures, the probability that the best architecture found is better than a randomly searched one is", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 366, + 506, + 379 + ], + "spans": [ + { + "bbox": [ + 105, + 366, + 142, + 379 + ], + "score": 1.0, + "content": "given by", + "type": "text" + }, + { + "bbox": [ + 143, + 366, + 245, + 378 + ], + "score": 0.92, + "content": "p = 1 - \\bar { ( 1 - ( r / r _ { m a x } ) ) ^ { n } }", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 366, + 506, + 379 + ], + "score": 1.0, + "content": ". Finally, where appropriate, we report the stand-alone accuracy of", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 376, + 505, + 389 + ], + "spans": [ + { + "bbox": [ + 106, + 376, + 505, + 389 + ], + "score": 1.0, + "content": "the model that was found by the complete WS-NAS algorithm. Concretely, we randomly sample 200", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 387, + 506, + 401 + ], + "spans": [ + { + "bbox": [ + 105, + 387, + 506, + 401 + ], + "score": 1.0, + "content": "architectures, select the 3 best models based on the super-net accuracy and query the ground-truth", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 398, + 505, + 411 + ], + "spans": [ + { + "bbox": [ + 105, + 398, + 505, + 411 + ], + "score": 1.0, + "content": "performance. We then take the mean of these architectures as stand-alone accuracy. Note that the", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 410, + 361, + 421 + ], + "spans": [ + { + "bbox": [ + 106, + 410, + 361, + 421 + ], + "score": 1.0, + "content": "same architectures are used to compute the sparse Kendall-Tau.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 31.5 + }, + { + "type": "title", + "bbox": [ + 107, + 439, + 178, + 451 + ], + "lines": [ + { + "bbox": [ + 105, + 437, + 180, + 454 + ], + "spans": [ + { + "bbox": [ + 105, + 437, + 180, + 454 + ], + "score": 1.0, + "content": "4 ANALYSIS", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 39 + }, + { + "type": "text", + "bbox": [ + 107, + 465, + 505, + 498 + ], + "lines": [ + { + "bbox": [ + 106, + 465, + 505, + 478 + ], + "spans": [ + { + "bbox": [ + 106, + 465, + 505, + 478 + ], + "score": 1.0, + "content": "We provide an analysis on the impact of the factors that are shown in Table 1 across three different", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 477, + 505, + 488 + ], + "spans": [ + { + "bbox": [ + 106, + 477, + 505, + 488 + ], + "score": 1.0, + "content": "search spaces. Note that, in this section, we present the factors that are the most important for", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 487, + 421, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 487, + 421, + 500 + ], + "score": 1.0, + "content": "performance; our analysis of the remaining factors is provided in Appendix C.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41 + }, + { + "type": "title", + "bbox": [ + 108, + 515, + 259, + 525 + ], + "lines": [ + { + "bbox": [ + 106, + 515, + 261, + 527 + ], + "spans": [ + { + "bbox": [ + 106, + 515, + 261, + 527 + ], + "score": 1.0, + "content": "4.1 EVALUATION OF A SUPER-NET", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 43 + }, + { + "type": "text", + "bbox": [ + 107, + 537, + 297, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 536, + 297, + 547 + ], + "spans": [ + { + "bbox": [ + 106, + 536, + 297, + 547 + ], + "score": 1.0, + "content": "The standalone performance of the architecture", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 546, + 297, + 560 + ], + "spans": [ + { + "bbox": [ + 106, + 546, + 297, + 560 + ], + "score": 1.0, + "content": "that is found by a NAS algorithm is clearly", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 558, + 298, + 570 + ], + "spans": [ + { + "bbox": [ + 106, + 558, + 298, + 570 + ], + "score": 1.0, + "content": "the most important metric to judge its merits.", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 569, + 297, + 581 + ], + "spans": [ + { + "bbox": [ + 106, + 569, + 297, + 581 + ], + "score": 1.0, + "content": "However, in practice, one cannot access this", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 579, + 297, + 591 + ], + "spans": [ + { + "bbox": [ + 106, + 579, + 297, + 591 + ], + "score": 1.0, + "content": "metric—we wouldn’t need NAS if standalone", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 106, + 591, + 298, + 602 + ], + "spans": [ + { + "bbox": [ + 106, + 591, + 298, + 602 + ], + "score": 1.0, + "content": "performance was easy to query (the cost of com-", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 602, + 297, + 613 + ], + "spans": [ + { + "bbox": [ + 106, + 602, + 297, + 613 + ], + "score": 1.0, + "content": "puting stand-alone performance is discussed in", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 612, + 298, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 612, + 298, + 623 + ], + "score": 1.0, + "content": "Appendix B.2). Furthermore, stand-alone per-", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 623, + 299, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 623, + 299, + 635 + ], + "score": 1.0, + "content": "formance inevitably depends the sampling pol-", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 633, + 297, + 646 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 297, + 646 + ], + "score": 1.0, + "content": "icy, and does not directly evaluate the quality", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 105, + 644, + 298, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 298, + 657 + ], + "score": 1.0, + "content": "of the super-net (see Appendix B.3). Conse-", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 106, + 656, + 297, + 668 + ], + "spans": [ + { + "bbox": [ + 106, + 656, + 297, + 668 + ], + "score": 1.0, + "content": "quently, it is important to rely on metrics that", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 105, + 666, + 297, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 297, + 678 + ], + "score": 1.0, + "content": "are well correlated with the final performance", + "type": "text" + } + ], + "index": 56 + }, + { + "bbox": [ + 106, + 677, + 297, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 297, + 690 + ], + "score": 1.0, + "content": "but can be queried efficiently. To this end, we", + "type": "text" + } + ], + "index": 57 + }, + { + "bbox": [ + 106, + 688, + 297, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 297, + 700 + ], + "score": 1.0, + "content": "collect all our experiments and plot the pairwise", + "type": "text" + } + ], + "index": 58 + }, + { + "bbox": [ + 106, + 698, + 297, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 698, + 297, + 711 + ], + "score": 1.0, + "content": "correlation between final performance, sparse", + "type": "text" + } + ], + "index": 59 + }, + { + "bbox": [ + 106, + 709, + 297, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 297, + 722 + ], + "score": 1.0, + "content": "Kendall-Tau, and super-net accuracy. As shown", + "type": "text" + } + ], + "index": 60 + }, + { + "bbox": [ + 106, + 720, + 297, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 297, + 733 + ], + "score": 1.0, + "content": "in Figure 4, the super-net accuracy has a low", + "type": "text" + } + ], + "index": 61 + } + ], + "index": 52.5 + }, + { + "type": "image", + "bbox": [ + 299, + 537, + 499, + 645 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 299, + 537, + 499, + 645 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 299, + 537, + 499, + 645 + ], + "spans": [ + { + "bbox": [ + 299, + 537, + 499, + 645 + ], + "score": 0.965, + "type": "image", + "image_path": "9bbbf88b8ff46e3dc661ad3a1fb9b080e8445bd8a956a4fa0a17624818773028.jpg" + } + ] + } + ], + "index": 66, + "virtual_lines": [ + { + "bbox": [ + 299, + 537, + 499, + 549.0 + ], + "spans": [], + "index": 62 + }, + { + "bbox": [ + 299, + 549.0, + 499, + 561.0 + ], + "spans": [], + "index": 63 + }, + { + "bbox": [ + 299, + 561.0, + 499, + 573.0 + ], + "spans": [], + "index": 64 + }, + { + "bbox": [ + 299, + 573.0, + 499, + 585.0 + ], + "spans": [], + "index": 65 + }, + { + "bbox": [ + 299, + 585.0, + 499, + 597.0 + ], + "spans": [], + "index": 66 + }, + { + "bbox": [ + 299, + 597.0, + 499, + 609.0 + ], + "spans": [], + "index": 67 + }, + { + "bbox": [ + 299, + 609.0, + 499, + 621.0 + ], + "spans": [], + "index": 68 + }, + { + "bbox": [ + 299, + 621.0, + 499, + 633.0 + ], + "spans": [], + "index": 69 + }, + { + "bbox": [ + 299, + 633.0, + 499, + 645.0 + ], + "spans": [], + "index": 70 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 304, + 653, + 505, + 730 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 304, + 653, + 505, + 665 + ], + "spans": [ + { + "bbox": [ + 304, + 653, + 505, + 665 + ], + "score": 1.0, + "content": "Figure 4: Super-net evaluation. We collect all", + "type": "text" + } + ], + "index": 71 + }, + { + "bbox": [ + 303, + 663, + 506, + 677 + ], + "spans": [ + { + "bbox": [ + 303, + 663, + 506, + 677 + ], + "score": 1.0, + "content": "experiments across 3 benchmark spaces. (Top)", + "type": "text" + } + ], + "index": 72 + }, + { + "bbox": [ + 303, + 675, + 506, + 687 + ], + "spans": [ + { + "bbox": [ + 303, + 675, + 506, + 687 + ], + "score": 1.0, + "content": "Pairwise plots of super-net accuracy, final perfor-", + "type": "text" + } + ], + "index": 73 + }, + { + "bbox": [ + 303, + 685, + 506, + 698 + ], + "spans": [ + { + "bbox": [ + 303, + 685, + 506, + 698 + ], + "score": 1.0, + "content": "mance, and the sparse Kendall-Tau. Each point", + "type": "text" + } + ], + "index": 74 + }, + { + "bbox": [ + 303, + 697, + 505, + 708 + ], + "spans": [ + { + "bbox": [ + 303, + 697, + 505, + 708 + ], + "score": 1.0, + "content": "corresponds to statistics computed over a trained", + "type": "text" + } + ], + "index": 75 + }, + { + "bbox": [ + 303, + 707, + 506, + 719 + ], + "spans": [ + { + "bbox": [ + 303, + 707, + 506, + 719 + ], + "score": 1.0, + "content": "super-net. (Bottom) Spearman correlation coeffi-", + "type": "text" + } + ], + "index": 76 + }, + { + "bbox": [ + 304, + 718, + 415, + 730 + ], + "spans": [ + { + "bbox": [ + 304, + 718, + 415, + 730 + ], + "score": 1.0, + "content": "cients between the metrics.", + "type": "text" + } + ], + "index": 77 + } + ], + "index": 74 + } + ], + "index": 70.0 + } + ], + "page_idx": 4, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 108, + 27, + 306, + 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 2021", + "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": "text", + "bbox": [ + 107, + 99, + 297, + 165 + ], + "lines": [ + { + "bbox": [ + 106, + 99, + 297, + 111 + ], + "spans": [ + { + "bbox": [ + 106, + 99, + 272, + 111 + ], + "score": 1.0, + "content": "accuracies differ by less than a threshold", + "type": "text" + }, + { + "bbox": [ + 272, + 99, + 297, + 110 + ], + "score": 0.79, + "content": "( 0 . 1 \\%", + "type": "inline_equation" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 110, + 298, + 123 + ], + "spans": [ + { + "bbox": [ + 106, + 110, + 298, + 123 + ], + "score": 1.0, + "content": "here). Since the resulting ranks are sparse, we", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 121, + 299, + 133 + ], + "spans": [ + { + "bbox": [ + 106, + 121, + 299, + 133 + ], + "score": 1.0, + "content": "call this metric sparse Kendall-Tau (s-KdT).", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 132, + 298, + 144 + ], + "spans": [ + { + "bbox": [ + 105, + 132, + 298, + 144 + ], + "score": 1.0, + "content": "Note that we also compare Kendall-Tau and", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 142, + 298, + 155 + ], + "spans": [ + { + "bbox": [ + 106, + 142, + 298, + 155 + ], + "score": 1.0, + "content": "Spearman correlation in Appendix A.3, and pro-", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 154, + 290, + 165 + ], + "spans": [ + { + "bbox": [ + 106, + 154, + 290, + 165 + ], + "score": 1.0, + "content": "vide implementation details in Appendix A.4.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 2.5, + "bbox_fs": [ + 105, + 99, + 299, + 165 + ] + }, + { + "type": "table", + "bbox": [ + 445, + 109, + 502, + 145 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 445, + 109, + 502, + 145 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 445, + 109, + 502, + 145 + ], + "spans": [ + { + "bbox": [ + 445, + 109, + 502, + 145 + ], + "score": 0.733, + "html": "
Kendall Tau
original0.6444
sparse0.8140
", + "type": "table", + "image_path": "149043d346fa3ba4e64d9b60d0a73598d90d0dd4b86ffd5a08f10756c4196450.jpg" + } + ] + } + ], + "index": 8.5, + "virtual_lines": [ + { + "bbox": [ + 445, + 109, + 502, + 127.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 445, + 127.0, + 502, + 145.0 + ], + "spans": [], + "index": 9 + } + ] + } + ], + "index": 8.5 + }, + { + "type": "text", + "bbox": [ + 107, + 171, + 297, + 268 + ], + "lines": [ + { + "bbox": [ + 105, + 169, + 297, + 183 + ], + "spans": [ + { + "bbox": [ + 105, + 169, + 297, + 183 + ], + "score": 1.0, + "content": "Although, sparse Kendall-Tau captures the", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 181, + 298, + 194 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 298, + 194 + ], + "score": 1.0, + "content": "super-net quality well, it may fail in extreme", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 192, + 298, + 204 + ], + "spans": [ + { + "bbox": [ + 106, + 192, + 298, + 204 + ], + "score": 1.0, + "content": "cases, such as when the top-performing archi-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 203, + 297, + 215 + ], + "spans": [ + { + "bbox": [ + 106, + 203, + 297, + 215 + ], + "score": 1.0, + "content": "tectures are ranked perfectly while poor ones", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 214, + 297, + 225 + ], + "spans": [ + { + "bbox": [ + 106, + 214, + 297, + 225 + ], + "score": 1.0, + "content": "are ordered randomly. To account for such rare", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 224, + 298, + 237 + ], + "spans": [ + { + "bbox": [ + 105, + 224, + 298, + 237 + ], + "score": 1.0, + "content": "situations and ensure the soundness of our analy-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 235, + 298, + 247 + ], + "spans": [ + { + "bbox": [ + 105, + 235, + 298, + 247 + ], + "score": 1.0, + "content": "sis, we also report additional metrics. We define", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 246, + 298, + 259 + ], + "spans": [ + { + "bbox": [ + 105, + 246, + 298, + 259 + ], + "score": 1.0, + "content": "two groups of metrics to holistically evaluate", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 256, + 298, + 270 + ], + "spans": [ + { + "bbox": [ + 105, + 256, + 298, + 270 + ], + "score": 1.0, + "content": "different aspects of a trained super-net. The first", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 14, + "bbox_fs": [ + 105, + 169, + 298, + 270 + ] + }, + { + "type": "image", + "bbox": [ + 308, + 100, + 436, + 180 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 308, + 100, + 436, + 180 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 308, + 100, + 436, + 180 + ], + "spans": [ + { + "bbox": [ + 308, + 100, + 436, + 180 + ], + "score": 0.843, + "type": "image", + "image_path": "833d29ee1aac1b8ac81197f787216600f0137c6ca77daf0ba561aada5ab69d2e.jpg" + } + ] + } + ], + "index": 8.5, + "virtual_lines": [ + { + "bbox": [ + 308, + 100, + 436, + 140.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 308, + 140.0, + 436, + 180.0 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 304, + 184, + 506, + 249 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 304, + 183, + 507, + 195 + ], + "spans": [ + { + "bbox": [ + 304, + 183, + 507, + 195 + ], + "score": 1.0, + "content": "Figure 3: Kendall-Tau vs sparse Kendall-Tau.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 304, + 194, + 505, + 206 + ], + "spans": [ + { + "bbox": [ + 304, + 194, + 505, + 206 + ], + "score": 1.0, + "content": "Kendall-Tau is not robust when many architectures", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 303, + 205, + 506, + 216 + ], + "spans": [ + { + "bbox": [ + 303, + 205, + 506, + 216 + ], + "score": 1.0, + "content": "have similar performance. Minor performance dif-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 303, + 216, + 506, + 228 + ], + "spans": [ + { + "bbox": [ + 303, + 216, + 506, + 228 + ], + "score": 1.0, + "content": "ferences can lead to large perturbations in the rank-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 303, + 227, + 507, + 239 + ], + "spans": [ + { + "bbox": [ + 303, + 227, + 507, + 239 + ], + "score": 1.0, + "content": "ing. Our sparse Kendall-Tau alleviates this by dis-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 303, + 237, + 477, + 250 + ], + "spans": [ + { + "bbox": [ + 303, + 237, + 477, + 250 + ], + "score": 1.0, + "content": "missing minor differences in performance.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 21.5 + } + ], + "index": 15.0 + }, + { + "type": "text", + "bbox": [ + 106, + 268, + 505, + 420 + ], + "lines": [ + { + "bbox": [ + 105, + 268, + 506, + 281 + ], + "spans": [ + { + "bbox": [ + 105, + 268, + 506, + 281 + ], + "score": 1.0, + "content": "group of metrics directly evaluates the quality of the super-net, including sparse Kendall-Tau and the", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 279, + 506, + 292 + ], + "spans": [ + { + "bbox": [ + 106, + 279, + 506, + 292 + ], + "score": 1.0, + "content": "widely-adopted super-net accuracy. For the super-net accuracy, we report the average accuracy of", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 288, + 506, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 288, + 506, + 304 + ], + "score": 1.0, + "content": "200 architectures on the validation set of the dataset of interest. We will refer to this metric simply", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 301, + 505, + 313 + ], + "spans": [ + { + "bbox": [ + 105, + 301, + 505, + 313 + ], + "score": 1.0, + "content": "as accuracy. It is frequently used (Guo et al., 2019; Chu et al., 2019) to assess the quality of the", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 312, + 505, + 324 + ], + "spans": [ + { + "bbox": [ + 106, + 312, + 505, + 324 + ], + "score": 1.0, + "content": "trained super-net, but we will show later that it is in fact a poor predictor of the final stand-alone", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 322, + 506, + 335 + ], + "spans": [ + { + "bbox": [ + 105, + 322, + 506, + 335 + ], + "score": 1.0, + "content": "performance. The metrics in the second group evaluate the search performance of a trained super-net.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 332, + 506, + 345 + ], + "spans": [ + { + "bbox": [ + 105, + 332, + 471, + 345 + ], + "score": 1.0, + "content": "The first metric is the probability to surpass random search: Given the ground-truth rank", + "type": "text" + }, + { + "bbox": [ + 471, + 335, + 478, + 343 + ], + "score": 0.69, + "content": "r", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 332, + 506, + 345 + ], + "score": 1.0, + "content": "of the", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 343, + 506, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 343, + 227, + 358 + ], + "score": 1.0, + "content": "best architecture found after", + "type": "text" + }, + { + "bbox": [ + 227, + 346, + 235, + 354 + ], + "score": 0.7, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 343, + 357, + 358 + ], + "score": 1.0, + "content": "runs and the maximum rank", + "type": "text" + }, + { + "bbox": [ + 358, + 345, + 380, + 355 + ], + "score": 0.9, + "content": "r _ { m a x }", + "type": "inline_equation" + }, + { + "bbox": [ + 380, + 343, + 506, + 358 + ], + "score": 1.0, + "content": ", equal to the total number of", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 356, + 506, + 367 + ], + "spans": [ + { + "bbox": [ + 106, + 356, + 506, + 367 + ], + "score": 1.0, + "content": "architectures, the probability that the best architecture found is better than a randomly searched one is", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 366, + 506, + 379 + ], + "spans": [ + { + "bbox": [ + 105, + 366, + 142, + 379 + ], + "score": 1.0, + "content": "given by", + "type": "text" + }, + { + "bbox": [ + 143, + 366, + 245, + 378 + ], + "score": 0.92, + "content": "p = 1 - \\bar { ( 1 - ( r / r _ { m a x } ) ) ^ { n } }", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 366, + 506, + 379 + ], + "score": 1.0, + "content": ". Finally, where appropriate, we report the stand-alone accuracy of", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 376, + 505, + 389 + ], + "spans": [ + { + "bbox": [ + 106, + 376, + 505, + 389 + ], + "score": 1.0, + "content": "the model that was found by the complete WS-NAS algorithm. Concretely, we randomly sample 200", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 387, + 506, + 401 + ], + "spans": [ + { + "bbox": [ + 105, + 387, + 506, + 401 + ], + "score": 1.0, + "content": "architectures, select the 3 best models based on the super-net accuracy and query the ground-truth", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 398, + 505, + 411 + ], + "spans": [ + { + "bbox": [ + 105, + 398, + 505, + 411 + ], + "score": 1.0, + "content": "performance. We then take the mean of these architectures as stand-alone accuracy. Note that the", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 410, + 361, + 421 + ], + "spans": [ + { + "bbox": [ + 106, + 410, + 361, + 421 + ], + "score": 1.0, + "content": "same architectures are used to compute the sparse Kendall-Tau.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 31.5, + "bbox_fs": [ + 105, + 268, + 506, + 421 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 439, + 178, + 451 + ], + "lines": [ + { + "bbox": [ + 105, + 437, + 180, + 454 + ], + "spans": [ + { + "bbox": [ + 105, + 437, + 180, + 454 + ], + "score": 1.0, + "content": "4 ANALYSIS", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 39 + }, + { + "type": "text", + "bbox": [ + 107, + 465, + 505, + 498 + ], + "lines": [ + { + "bbox": [ + 106, + 465, + 505, + 478 + ], + "spans": [ + { + "bbox": [ + 106, + 465, + 505, + 478 + ], + "score": 1.0, + "content": "We provide an analysis on the impact of the factors that are shown in Table 1 across three different", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 477, + 505, + 488 + ], + "spans": [ + { + "bbox": [ + 106, + 477, + 505, + 488 + ], + "score": 1.0, + "content": "search spaces. Note that, in this section, we present the factors that are the most important for", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 487, + 421, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 487, + 421, + 500 + ], + "score": 1.0, + "content": "performance; our analysis of the remaining factors is provided in Appendix C.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41, + "bbox_fs": [ + 105, + 465, + 505, + 500 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 515, + 259, + 525 + ], + "lines": [ + { + "bbox": [ + 106, + 515, + 261, + 527 + ], + "spans": [ + { + "bbox": [ + 106, + 515, + 261, + 527 + ], + "score": 1.0, + "content": "4.1 EVALUATION OF A SUPER-NET", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 43 + }, + { + "type": "text", + "bbox": [ + 107, + 537, + 297, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 536, + 297, + 547 + ], + "spans": [ + { + "bbox": [ + 106, + 536, + 297, + 547 + ], + "score": 1.0, + "content": "The standalone performance of the architecture", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 546, + 297, + 560 + ], + "spans": [ + { + "bbox": [ + 106, + 546, + 297, + 560 + ], + "score": 1.0, + "content": "that is found by a NAS algorithm is clearly", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 558, + 298, + 570 + ], + "spans": [ + { + "bbox": [ + 106, + 558, + 298, + 570 + ], + "score": 1.0, + "content": "the most important metric to judge its merits.", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 569, + 297, + 581 + ], + "spans": [ + { + "bbox": [ + 106, + 569, + 297, + 581 + ], + "score": 1.0, + "content": "However, in practice, one cannot access this", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 579, + 297, + 591 + ], + "spans": [ + { + "bbox": [ + 106, + 579, + 297, + 591 + ], + "score": 1.0, + "content": "metric—we wouldn’t need NAS if standalone", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 106, + 591, + 298, + 602 + ], + "spans": [ + { + "bbox": [ + 106, + 591, + 298, + 602 + ], + "score": 1.0, + "content": "performance was easy to query (the cost of com-", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 602, + 297, + 613 + ], + "spans": [ + { + "bbox": [ + 106, + 602, + 297, + 613 + ], + "score": 1.0, + "content": "puting stand-alone performance is discussed in", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 612, + 298, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 612, + 298, + 623 + ], + "score": 1.0, + "content": "Appendix B.2). Furthermore, stand-alone per-", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 623, + 299, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 623, + 299, + 635 + ], + "score": 1.0, + "content": "formance inevitably depends the sampling pol-", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 633, + 297, + 646 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 297, + 646 + ], + "score": 1.0, + "content": "icy, and does not directly evaluate the quality", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 105, + 644, + 298, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 298, + 657 + ], + "score": 1.0, + "content": "of the super-net (see Appendix B.3). Conse-", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 106, + 656, + 297, + 668 + ], + "spans": [ + { + "bbox": [ + 106, + 656, + 297, + 668 + ], + "score": 1.0, + "content": "quently, it is important to rely on metrics that", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 105, + 666, + 297, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 297, + 678 + ], + "score": 1.0, + "content": "are well correlated with the final performance", + "type": "text" + } + ], + "index": 56 + }, + { + "bbox": [ + 106, + 677, + 297, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 297, + 690 + ], + "score": 1.0, + "content": "but can be queried efficiently. To this end, we", + "type": "text" + } + ], + "index": 57 + }, + { + "bbox": [ + 106, + 688, + 297, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 297, + 700 + ], + "score": 1.0, + "content": "collect all our experiments and plot the pairwise", + "type": "text" + } + ], + "index": 58 + }, + { + "bbox": [ + 106, + 698, + 297, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 698, + 297, + 711 + ], + "score": 1.0, + "content": "correlation between final performance, sparse", + "type": "text" + } + ], + "index": 59 + }, + { + "bbox": [ + 106, + 709, + 297, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 297, + 722 + ], + "score": 1.0, + "content": "Kendall-Tau, and super-net accuracy. As shown", + "type": "text" + } + ], + "index": 60 + }, + { + "bbox": [ + 106, + 720, + 297, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 297, + 733 + ], + "score": 1.0, + "content": "in Figure 4, the super-net accuracy has a low", + "type": "text" + } + ], + "index": 61 + } + ], + "index": 52.5, + "bbox_fs": [ + 105, + 536, + 299, + 733 + ] + }, + { + "type": "image", + "bbox": [ + 299, + 537, + 499, + 645 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 299, + 537, + 499, + 645 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 299, + 537, + 499, + 645 + ], + "spans": [ + { + "bbox": [ + 299, + 537, + 499, + 645 + ], + "score": 0.965, + "type": "image", + "image_path": "9bbbf88b8ff46e3dc661ad3a1fb9b080e8445bd8a956a4fa0a17624818773028.jpg" + } + ] + } + ], + "index": 66, + "virtual_lines": [ + { + "bbox": [ + 299, + 537, + 499, + 549.0 + ], + "spans": [], + "index": 62 + }, + { + "bbox": [ + 299, + 549.0, + 499, + 561.0 + ], + "spans": [], + "index": 63 + }, + { + "bbox": [ + 299, + 561.0, + 499, + 573.0 + ], + "spans": [], + "index": 64 + }, + { + "bbox": [ + 299, + 573.0, + 499, + 585.0 + ], + "spans": [], + "index": 65 + }, + { + "bbox": [ + 299, + 585.0, + 499, + 597.0 + ], + "spans": [], + "index": 66 + }, + { + "bbox": [ + 299, + 597.0, + 499, + 609.0 + ], + "spans": [], + "index": 67 + }, + { + "bbox": [ + 299, + 609.0, + 499, + 621.0 + ], + "spans": [], + "index": 68 + }, + { + "bbox": [ + 299, + 621.0, + 499, + 633.0 + ], + "spans": [], + "index": 69 + }, + { + "bbox": [ + 299, + 633.0, + 499, + 645.0 + ], + "spans": [], + "index": 70 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 304, + 653, + 505, + 730 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 304, + 653, + 505, + 665 + ], + "spans": [ + { + "bbox": [ + 304, + 653, + 505, + 665 + ], + "score": 1.0, + "content": "Figure 4: Super-net evaluation. We collect all", + "type": "text" + } + ], + "index": 71 + }, + { + "bbox": [ + 303, + 663, + 506, + 677 + ], + "spans": [ + { + "bbox": [ + 303, + 663, + 506, + 677 + ], + "score": 1.0, + "content": "experiments across 3 benchmark spaces. (Top)", + "type": "text" + } + ], + "index": 72 + }, + { + "bbox": [ + 303, + 675, + 506, + 687 + ], + "spans": [ + { + "bbox": [ + 303, + 675, + 506, + 687 + ], + "score": 1.0, + "content": "Pairwise plots of super-net accuracy, final perfor-", + "type": "text" + } + ], + "index": 73 + }, + { + "bbox": [ + 303, + 685, + 506, + 698 + ], + "spans": [ + { + "bbox": [ + 303, + 685, + 506, + 698 + ], + "score": 1.0, + "content": "mance, and the sparse Kendall-Tau. Each point", + "type": "text" + } + ], + "index": 74 + }, + { + "bbox": [ + 303, + 697, + 505, + 708 + ], + "spans": [ + { + "bbox": [ + 303, + 697, + 505, + 708 + ], + "score": 1.0, + "content": "corresponds to statistics computed over a trained", + "type": "text" + } + ], + "index": 75 + }, + { + "bbox": [ + 303, + 707, + 506, + 719 + ], + "spans": [ + { + "bbox": [ + 303, + 707, + 506, + 719 + ], + "score": 1.0, + "content": "super-net. (Bottom) Spearman correlation coeffi-", + "type": "text" + } + ], + "index": 76 + }, + { + "bbox": [ + 304, + 718, + 415, + 730 + ], + "spans": [ + { + "bbox": [ + 304, + 718, + 415, + 730 + ], + "score": 1.0, + "content": "cients between the metrics.", + "type": "text" + } + ], + "index": 77 + } + ], + "index": 74 + } + ], + "index": 70.0 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 138 + ], + "lines": [ + { + "bbox": [ + 106, + 83, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 505, + 95 + ], + "score": 1.0, + "content": "correlation with the final performance on NASBench-101 and DARTS-NDS. Only on NASBench-201", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "does it reach a correlation of 0.52. The sparse Kendall-Tau yields a consistently higher correlation", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 104, + 505, + 116 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 505, + 116 + ], + "score": 1.0, + "content": "with the final performance. This is evidence that one should not focus too strongly on improving the", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 114, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 114, + 505, + 128 + ], + "score": 1.0, + "content": "super-net accuracy. While this metric remains computationally heavy, it serves as a middle ground", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 126, + 319, + 138 + ], + "spans": [ + { + "bbox": [ + 106, + 126, + 319, + 138 + ], + "score": 1.0, + "content": "that is feasible to evaluate in real-world applications.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 108, + 142, + 504, + 176 + ], + "lines": [ + { + "bbox": [ + 105, + 142, + 506, + 155 + ], + "spans": [ + { + "bbox": [ + 105, + 142, + 506, + 155 + ], + "score": 1.0, + "content": "In the following experiments, we thus mainly rely on sparse Kendall-Tau, and use final search", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 153, + 506, + 166 + ], + "spans": [ + { + "bbox": [ + 105, + 153, + 506, + 166 + ], + "score": 1.0, + "content": "performance as a reference only. We report the training details in Appendix B.1 and the complete", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 165, + 261, + 177 + ], + "spans": [ + { + "bbox": [ + 106, + 165, + 261, + 177 + ], + "score": 1.0, + "content": "results of all metrics in Appendix C.6.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6 + }, + { + "type": "title", + "bbox": [ + 107, + 194, + 318, + 205 + ], + "lines": [ + { + "bbox": [ + 106, + 194, + 320, + 206 + ], + "spans": [ + { + "bbox": [ + 106, + 194, + 320, + 206 + ], + "score": 1.0, + "content": "4.2 BATCH NORMALIZATION IN THE SUPER-NET", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 106, + 216, + 504, + 261 + ], + "lines": [ + { + "bbox": [ + 106, + 217, + 506, + 228 + ], + "spans": [ + { + "bbox": [ + 106, + 217, + 506, + 228 + ], + "score": 1.0, + "content": "Batch normalization (BN) is commonly used in standalone networks to allow for faster and more", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 228, + 505, + 240 + ], + "spans": [ + { + "bbox": [ + 106, + 228, + 505, + 240 + ], + "score": 1.0, + "content": "stable training. It is thus also employed in most CNN search spaces. However, BN behaves differently", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 239, + 505, + 250 + ], + "spans": [ + { + "bbox": [ + 105, + 239, + 505, + 250 + ], + "score": 1.0, + "content": "in the context of WS-NAS, and special care has to be taken when using it. In a standalone network", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 250, + 506, + 262 + ], + "spans": [ + { + "bbox": [ + 106, + 250, + 410, + 262 + ], + "score": 1.0, + "content": "(c.f. Figure 5 (Top)), a BN layer during training computes the batch statistics", + "type": "text" + }, + { + "bbox": [ + 410, + 251, + 424, + 261 + ], + "score": 0.86, + "content": "\\mu _ { B }", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 250, + 442, + 262 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 442, + 251, + 456, + 260 + ], + "score": 0.86, + "content": "\\sigma _ { B }", + "type": "inline_equation" + }, + { + "bbox": [ + 456, + 250, + 506, + 262 + ], + "score": 1.0, + "content": ", normalizes", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 10.5 + }, + { + "type": "text", + "bbox": [ + 107, + 276, + 356, + 353 + ], + "lines": [ + { + "bbox": [ + 106, + 276, + 356, + 289 + ], + "spans": [ + { + "bbox": [ + 106, + 276, + 164, + 289 + ], + "score": 1.0, + "content": "the activations", + "type": "text" + }, + { + "bbox": [ + 165, + 277, + 191, + 289 + ], + "score": 0.94, + "content": "f _ { A } ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 276, + 203, + 289 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 203, + 277, + 277, + 289 + ], + "score": 0.93, + "content": "( f _ { A } ( \\boldsymbol { x } ) - \\mu _ { B } ) / \\sigma _ { B }", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 276, + 356, + 289 + ], + "score": 1.0, + "content": ", and finally updates", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 288, + 358, + 300 + ], + "spans": [ + { + "bbox": [ + 106, + 288, + 358, + 300 + ], + "score": 1.0, + "content": "the population statistics using a moving average. For instance,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 298, + 357, + 311 + ], + "spans": [ + { + "bbox": [ + 106, + 298, + 243, + 311 + ], + "score": 1.0, + "content": "the mean statistics is updated as", + "type": "text" + }, + { + "bbox": [ + 243, + 299, + 337, + 311 + ], + "score": 0.92, + "content": "\\hat { \\mu } \\gamma \\hat { \\mu } + ( 1 - \\gamma ) \\mu _ { B }", + "type": "inline_equation" + }, + { + "bbox": [ + 338, + 298, + 357, + 311 + ], + "score": 1.0, + "content": ". At", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 309, + 356, + 320 + ], + "spans": [ + { + "bbox": [ + 106, + 309, + 356, + 320 + ], + "score": 1.0, + "content": "test time, the stored population statistics are used to normalize", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 319, + 356, + 331 + ], + "spans": [ + { + "bbox": [ + 106, + 319, + 356, + 331 + ], + "score": 1.0, + "content": "the feature map. In the standalone setting, both batch and", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 331, + 357, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 331, + 357, + 343 + ], + "score": 1.0, + "content": "population statistics are unbiased estimators of the population", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 340, + 194, + 355 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 154, + 355 + ], + "score": 1.0, + "content": "distribution", + "type": "text" + }, + { + "bbox": [ + 155, + 342, + 190, + 354 + ], + "score": 0.93, + "content": "\\mathcal { N } ( \\mu , \\sigma )", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 340, + 194, + 355 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 16 + }, + { + "type": "image", + "bbox": [ + 366, + 283, + 505, + 387 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 366, + 283, + 505, + 387 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 366, + 283, + 505, + 387 + ], + "spans": [ + { + "bbox": [ + 366, + 283, + 505, + 387 + ], + "score": 0.968, + "type": "image", + "image_path": "097b99a6ea8098381ddda49bd7da3b1612f5bd27425fd0a6d7d1e0d2d298b38e.jpg" + } + ] + } + ], + "index": 20.5, + "virtual_lines": [ + { + "bbox": [ + 366, + 283, + 505, + 335.0 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 366, + 335.0, + 505, + 387.0 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 363, + 401, + 505, + 424 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 363, + 401, + 505, + 413 + ], + "spans": [ + { + "bbox": [ + 363, + 401, + 505, + 413 + ], + "score": 1.0, + "content": "Figure 5: Batch normalization in", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 363, + 411, + 501, + 426 + ], + "spans": [ + { + "bbox": [ + 363, + 411, + 501, + 426 + ], + "score": 1.0, + "content": "standalone and super-net training.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5 + } + ], + "index": 25.0 + }, + { + "type": "text", + "bbox": [ + 107, + 358, + 357, + 590 + ], + "lines": [ + { + "bbox": [ + 106, + 358, + 356, + 371 + ], + "spans": [ + { + "bbox": [ + 106, + 358, + 356, + 371 + ], + "score": 1.0, + "content": "By contrast, when training a super-net (Figure 5 (Bottom)) the", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 369, + 357, + 383 + ], + "spans": [ + { + "bbox": [ + 105, + 369, + 357, + 383 + ], + "score": 1.0, + "content": "population statistics that are computed based on the running", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 380, + 358, + 392 + ], + "spans": [ + { + "bbox": [ + 105, + 380, + 358, + 392 + ], + "score": 1.0, + "content": "average are not unbiased estimators of the population distri-", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 390, + 357, + 403 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 357, + 403 + ], + "score": 1.0, + "content": "bution, because the effective architecture before the BN layer", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 402, + 356, + 414 + ], + "spans": [ + { + "bbox": [ + 106, + 402, + 276, + 414 + ], + "score": 1.0, + "content": "varies in each epoch. More formally, let", + "type": "text" + }, + { + "bbox": [ + 276, + 402, + 291, + 414 + ], + "score": 0.91, + "content": "f _ { A _ { i } }", + "type": "inline_equation" + }, + { + "bbox": [ + 292, + 402, + 339, + 414 + ], + "score": 1.0, + "content": "denote the", + "type": "text" + }, + { + "bbox": [ + 339, + 403, + 344, + 412 + ], + "score": 0.67, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 344, + 402, + 356, + 414 + ], + "score": 1.0, + "content": "-th", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 413, + 357, + 425 + ], + "spans": [ + { + "bbox": [ + 106, + 413, + 357, + 425 + ], + "score": 1.0, + "content": "architecture. During training, the batch statistics are computed", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 423, + 357, + 438 + ], + "spans": [ + { + "bbox": [ + 105, + 423, + 118, + 438 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 118, + 423, + 210, + 437 + ], + "score": 0.91, + "content": "\\textstyle { \\mu _ { B } ^ { i } = \\sum _ { j } f _ { A _ { i } } ( \\bar { x } _ { j } ) } / m", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 423, + 357, + 438 + ], + "score": 1.0, + "content": ", and the output feature follows the", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 437, + 357, + 450 + ], + "spans": [ + { + "bbox": [ + 106, + 437, + 155, + 450 + ], + "score": 1.0, + "content": "distribution", + "type": "text" + }, + { + "bbox": [ + 155, + 437, + 203, + 450 + ], + "score": 0.91, + "content": "\\mathcal { N } ( \\mu _ { B } ^ { i } , \\sigma _ { B } ^ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 437, + 295, + 450 + ], + "score": 1.0, + "content": ", where the superscript", + "type": "text" + }, + { + "bbox": [ + 295, + 438, + 300, + 447 + ], + "score": 0.74, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 437, + 357, + 450 + ], + "score": 1.0, + "content": "indicates that", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 447, + 356, + 461 + ], + "spans": [ + { + "bbox": [ + 106, + 447, + 258, + 461 + ], + "score": 1.0, + "content": "the current batch statistics depends on", + "type": "text" + }, + { + "bbox": [ + 259, + 449, + 270, + 459 + ], + "score": 0.87, + "content": "A _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 271, + 447, + 356, + 461 + ], + "score": 1.0, + "content": "only. The population", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 459, + 358, + 472 + ], + "spans": [ + { + "bbox": [ + 106, + 459, + 239, + 472 + ], + "score": 1.0, + "content": "mean statistics is then updated as", + "type": "text" + }, + { + "bbox": [ + 239, + 459, + 329, + 471 + ], + "score": 0.92, + "content": "\\hat { \\mu } \\gamma \\hat { \\mu } + ( 1 - \\gamma ) \\mu _ { B } ^ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 459, + 358, + 472 + ], + "score": 1.0, + "content": ". How-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 470, + 357, + 482 + ], + "spans": [ + { + "bbox": [ + 105, + 470, + 357, + 482 + ], + "score": 1.0, + "content": "ever, during training, different architecture from the super-net", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 480, + 358, + 493 + ], + "spans": [ + { + "bbox": [ + 106, + 480, + 358, + 493 + ], + "score": 1.0, + "content": "are sampled. Therefore, the population mean statistics essen-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 491, + 357, + 504 + ], + "spans": [ + { + "bbox": [ + 106, + 491, + 357, + 504 + ], + "score": 1.0, + "content": "tially becomes a weighted combination of means from different", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 499, + 358, + 517 + ], + "spans": [ + { + "bbox": [ + 105, + 499, + 181, + 517 + ], + "score": 1.0, + "content": "architectures, i.e.,", + "type": "text" + }, + { + "bbox": [ + 182, + 502, + 303, + 515 + ], + "score": 0.91, + "content": "\\bar { \\mu } \\textstyle \\sum { \\alpha _ { i } \\mu _ { B } ^ { i } } = \\textstyle \\sum { \\alpha _ { i } f _ { A _ { i } } ( x ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 499, + 334, + 517 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 335, + 504, + 345, + 514 + ], + "score": 0.85, + "content": "\\alpha _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 346, + 499, + 358, + 517 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 513, + 358, + 525 + ], + "spans": [ + { + "bbox": [ + 106, + 513, + 234, + 525 + ], + "score": 1.0, + "content": "the sampling frequency of the", + "type": "text" + }, + { + "bbox": [ + 234, + 515, + 239, + 523 + ], + "score": 0.78, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 513, + 358, + 525 + ], + "score": 1.0, + "content": "-th architecture. When eval-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 524, + 357, + 536 + ], + "spans": [ + { + "bbox": [ + 106, + 524, + 230, + 536 + ], + "score": 1.0, + "content": "uating a specific architecture", + "type": "text" + }, + { + "bbox": [ + 231, + 525, + 243, + 535 + ], + "score": 0.88, + "content": "A _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 243, + 524, + 357, + 536 + ], + "score": 1.0, + "content": "at test time, the estimated", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 535, + 357, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 535, + 357, + 547 + ], + "score": 1.0, + "content": "population statistics thus depend on the other architectures in", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 546, + 357, + 558 + ], + "spans": [ + { + "bbox": [ + 106, + 546, + 357, + 558 + ], + "score": 1.0, + "content": "the super-net. This leads to a train-test discrepancy. One solu-", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 557, + 356, + 568 + ], + "spans": [ + { + "bbox": [ + 106, + 557, + 356, + 568 + ], + "score": 1.0, + "content": "tion to mitigate this problem is to re-calibrate the batch statistics", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 567, + 356, + 579 + ], + "spans": [ + { + "bbox": [ + 105, + 567, + 356, + 579 + ], + "score": 1.0, + "content": "by recomputing the statistics on the entire training set before", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 579, + 357, + 590 + ], + "spans": [ + { + "bbox": [ + 106, + 579, + 357, + 590 + ], + "score": 1.0, + "content": "the the final evaluation (Yu & Huang, 2019). While the cost of", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 34 + }, + { + "type": "image", + "bbox": [ + 367, + 429, + 499, + 560 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 367, + 429, + 499, + 560 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 367, + 429, + 499, + 560 + ], + "spans": [ + { + "bbox": [ + 367, + 429, + 499, + 560 + ], + "score": 0.964, + "type": "image", + "image_path": "88a8290dd3f707ce7e1e63af3e468cae9961027ebdce1bdfa8ae1bf61800e9af.jpg" + } + ] + } + ], + "index": 40.5, + "virtual_lines": [ + { + "bbox": [ + 367, + 429, + 499, + 494.5 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 367, + 494.5, + 499, + 560.0 + ], + "spans": [], + "index": 42 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 378, + 564, + 489, + 576 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 378, + 563, + 491, + 577 + ], + "spans": [ + { + "bbox": [ + 378, + 563, + 491, + 577 + ], + "score": 1.0, + "content": "Figure 6: Validation of BN.", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 47 + } + ], + "index": 43.75 + }, + { + "type": "text", + "bbox": [ + 109, + 590, + 504, + 612 + ], + "lines": [ + { + "bbox": [ + 107, + 588, + 505, + 601 + ], + "spans": [ + { + "bbox": [ + 107, + 589, + 425, + 601 + ], + "score": 1.0, + "content": "doing so is negligible for a standalone network, NAS algorithms typically sample", + "type": "text" + }, + { + "bbox": [ + 425, + 588, + 451, + 600 + ], + "score": 0.9, + "content": "\\sim 1 0 ^ { 5 }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 589, + 505, + 601 + ], + "score": 1.0, + "content": "architectures", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 107, + 600, + 324, + 612 + ], + "spans": [ + { + "bbox": [ + 107, + 600, + 324, + 612 + ], + "score": 1.0, + "content": "for evaluation, which makes this approach intractable.", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 48.5 + }, + { + "type": "text", + "bbox": [ + 107, + 617, + 505, + 694 + ], + "lines": [ + { + "bbox": [ + 105, + 615, + 506, + 631 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 506, + 631 + ], + "score": 1.0, + "content": "In contrast to Dong & Yang (2020) and Bender et al. (2020) who use the training mode also during", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 627, + 506, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 506, + 640 + ], + "score": 1.0, + "content": "testing, we formalize a simple, yet effective, approach to tackle the train-test discrepancy of BN in", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 639, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 639, + 506, + 651 + ], + "score": 1.0, + "content": "super-net training: we leave the normalization based on batch statistics during training unchanged,", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 106, + 650, + 506, + 661 + ], + "spans": [ + { + "bbox": [ + 106, + 650, + 506, + 661 + ], + "score": 1.0, + "content": "but use batch statistics also during testing. Since super-net evaluation is always conducted over a", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 105, + 660, + 506, + 672 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 506, + 672 + ], + "score": 1.0, + "content": "complete dataset, we are free to perform inference in mini-batches of the same size as the ones used", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 105, + 670, + 506, + 684 + ], + "spans": [ + { + "bbox": [ + 105, + 670, + 506, + 684 + ], + "score": 1.0, + "content": "during training. This allows us to compute the batch statistics on the fly in the exact same way as", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 105, + 681, + 171, + 696 + ], + "spans": [ + { + "bbox": [ + 105, + 681, + 171, + 696 + ], + "score": 1.0, + "content": "during training.", + "type": "text" + } + ], + "index": 56 + } + ], + "index": 53 + }, + { + "type": "text", + "bbox": [ + 107, + 699, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "Figure 6 compares standard BN to our proposed modification. Using the tracked population statis-", + "type": "text" + } + ], + "index": 57 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 350, + 722 + ], + "score": 1.0, + "content": "tics leads to many architectures with an accuracy around", + "type": "text" + }, + { + "bbox": [ + 351, + 710, + 370, + 720 + ], + "score": 0.87, + "content": "10 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 709, + 505, + 722 + ], + "score": 1.0, + "content": ", i.e., performing no better than", + "type": "text" + } + ], + "index": 58 + }, + { + "bbox": [ + 105, + 721, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 506, + 733 + ], + "score": 1.0, + "content": "random guessing. Our proposed modification allows us to significantly increase the fraction of", + "type": "text" + } + ], + "index": 59 + } + ], + "index": 58 + } + ], + "page_idx": 5, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 108, + 27, + 306, + 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 2021", + "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": "6", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 138 + ], + "lines": [ + { + "bbox": [ + 106, + 83, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 505, + 95 + ], + "score": 1.0, + "content": "correlation with the final performance on NASBench-101 and DARTS-NDS. Only on NASBench-201", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "does it reach a correlation of 0.52. The sparse Kendall-Tau yields a consistently higher correlation", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 104, + 505, + 116 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 505, + 116 + ], + "score": 1.0, + "content": "with the final performance. This is evidence that one should not focus too strongly on improving the", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 114, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 114, + 505, + 128 + ], + "score": 1.0, + "content": "super-net accuracy. While this metric remains computationally heavy, it serves as a middle ground", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 126, + 319, + 138 + ], + "spans": [ + { + "bbox": [ + 106, + 126, + 319, + 138 + ], + "score": 1.0, + "content": "that is feasible to evaluate in real-world applications.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2, + "bbox_fs": [ + 105, + 83, + 505, + 138 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 142, + 504, + 176 + ], + "lines": [ + { + "bbox": [ + 105, + 142, + 506, + 155 + ], + "spans": [ + { + "bbox": [ + 105, + 142, + 506, + 155 + ], + "score": 1.0, + "content": "In the following experiments, we thus mainly rely on sparse Kendall-Tau, and use final search", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 153, + 506, + 166 + ], + "spans": [ + { + "bbox": [ + 105, + 153, + 506, + 166 + ], + "score": 1.0, + "content": "performance as a reference only. We report the training details in Appendix B.1 and the complete", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 165, + 261, + 177 + ], + "spans": [ + { + "bbox": [ + 106, + 165, + 261, + 177 + ], + "score": 1.0, + "content": "results of all metrics in Appendix C.6.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6, + "bbox_fs": [ + 105, + 142, + 506, + 177 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 194, + 318, + 205 + ], + "lines": [ + { + "bbox": [ + 106, + 194, + 320, + 206 + ], + "spans": [ + { + "bbox": [ + 106, + 194, + 320, + 206 + ], + "score": 1.0, + "content": "4.2 BATCH NORMALIZATION IN THE SUPER-NET", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 106, + 216, + 504, + 261 + ], + "lines": [ + { + "bbox": [ + 106, + 217, + 506, + 228 + ], + "spans": [ + { + "bbox": [ + 106, + 217, + 506, + 228 + ], + "score": 1.0, + "content": "Batch normalization (BN) is commonly used in standalone networks to allow for faster and more", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 228, + 505, + 240 + ], + "spans": [ + { + "bbox": [ + 106, + 228, + 505, + 240 + ], + "score": 1.0, + "content": "stable training. It is thus also employed in most CNN search spaces. However, BN behaves differently", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 239, + 505, + 250 + ], + "spans": [ + { + "bbox": [ + 105, + 239, + 505, + 250 + ], + "score": 1.0, + "content": "in the context of WS-NAS, and special care has to be taken when using it. In a standalone network", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 250, + 506, + 262 + ], + "spans": [ + { + "bbox": [ + 106, + 250, + 410, + 262 + ], + "score": 1.0, + "content": "(c.f. Figure 5 (Top)), a BN layer during training computes the batch statistics", + "type": "text" + }, + { + "bbox": [ + 410, + 251, + 424, + 261 + ], + "score": 0.86, + "content": "\\mu _ { B }", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 250, + 442, + 262 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 442, + 251, + 456, + 260 + ], + "score": 0.86, + "content": "\\sigma _ { B }", + "type": "inline_equation" + }, + { + "bbox": [ + 456, + 250, + 506, + 262 + ], + "score": 1.0, + "content": ", normalizes", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 276, + 356, + 289 + ], + "spans": [ + { + "bbox": [ + 106, + 276, + 164, + 289 + ], + "score": 1.0, + "content": "the activations", + "type": "text" + }, + { + "bbox": [ + 165, + 277, + 191, + 289 + ], + "score": 0.94, + "content": "f _ { A } ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 276, + 203, + 289 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 203, + 277, + 277, + 289 + ], + "score": 0.93, + "content": "( f _ { A } ( \\boldsymbol { x } ) - \\mu _ { B } ) / \\sigma _ { B }", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 276, + 356, + 289 + ], + "score": 1.0, + "content": ", and finally updates", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 288, + 358, + 300 + ], + "spans": [ + { + "bbox": [ + 106, + 288, + 358, + 300 + ], + "score": 1.0, + "content": "the population statistics using a moving average. For instance,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 298, + 357, + 311 + ], + "spans": [ + { + "bbox": [ + 106, + 298, + 243, + 311 + ], + "score": 1.0, + "content": "the mean statistics is updated as", + "type": "text" + }, + { + "bbox": [ + 243, + 299, + 337, + 311 + ], + "score": 0.92, + "content": "\\hat { \\mu } \\gamma \\hat { \\mu } + ( 1 - \\gamma ) \\mu _ { B }", + "type": "inline_equation" + }, + { + "bbox": [ + 338, + 298, + 357, + 311 + ], + "score": 1.0, + "content": ". At", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 309, + 356, + 320 + ], + "spans": [ + { + "bbox": [ + 106, + 309, + 356, + 320 + ], + "score": 1.0, + "content": "test time, the stored population statistics are used to normalize", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 319, + 356, + 331 + ], + "spans": [ + { + "bbox": [ + 106, + 319, + 356, + 331 + ], + "score": 1.0, + "content": "the feature map. In the standalone setting, both batch and", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 331, + 357, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 331, + 357, + 343 + ], + "score": 1.0, + "content": "population statistics are unbiased estimators of the population", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 340, + 194, + 355 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 154, + 355 + ], + "score": 1.0, + "content": "distribution", + "type": "text" + }, + { + "bbox": [ + 155, + 342, + 190, + 354 + ], + "score": 0.93, + "content": "\\mathcal { N } ( \\mu , \\sigma )", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 340, + 194, + 355 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 10.5, + "bbox_fs": [ + 105, + 217, + 506, + 262 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 276, + 356, + 353 + ], + "lines": [], + "index": 16, + "bbox_fs": [ + 105, + 276, + 358, + 355 + ], + "lines_deleted": true + }, + { + "type": "image", + "bbox": [ + 366, + 283, + 505, + 387 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 366, + 283, + 505, + 387 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 366, + 283, + 505, + 387 + ], + "spans": [ + { + "bbox": [ + 366, + 283, + 505, + 387 + ], + "score": 0.968, + "type": "image", + "image_path": "097b99a6ea8098381ddda49bd7da3b1612f5bd27425fd0a6d7d1e0d2d298b38e.jpg" + } + ] + } + ], + "index": 20.5, + "virtual_lines": [ + { + "bbox": [ + 366, + 283, + 505, + 335.0 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 366, + 335.0, + 505, + 387.0 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 363, + 401, + 505, + 424 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 363, + 401, + 505, + 413 + ], + "spans": [ + { + "bbox": [ + 363, + 401, + 505, + 413 + ], + "score": 1.0, + "content": "Figure 5: Batch normalization in", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 363, + 411, + 501, + 426 + ], + "spans": [ + { + "bbox": [ + 363, + 411, + 501, + 426 + ], + "score": 1.0, + "content": "standalone and super-net training.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5 + } + ], + "index": 25.0 + }, + { + "type": "text", + "bbox": [ + 107, + 358, + 357, + 590 + ], + "lines": [ + { + "bbox": [ + 106, + 358, + 356, + 371 + ], + "spans": [ + { + "bbox": [ + 106, + 358, + 356, + 371 + ], + "score": 1.0, + "content": "By contrast, when training a super-net (Figure 5 (Bottom)) the", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 369, + 357, + 383 + ], + "spans": [ + { + "bbox": [ + 105, + 369, + 357, + 383 + ], + "score": 1.0, + "content": "population statistics that are computed based on the running", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 380, + 358, + 392 + ], + "spans": [ + { + "bbox": [ + 105, + 380, + 358, + 392 + ], + "score": 1.0, + "content": "average are not unbiased estimators of the population distri-", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 390, + 357, + 403 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 357, + 403 + ], + "score": 1.0, + "content": "bution, because the effective architecture before the BN layer", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 402, + 356, + 414 + ], + "spans": [ + { + "bbox": [ + 106, + 402, + 276, + 414 + ], + "score": 1.0, + "content": "varies in each epoch. More formally, let", + "type": "text" + }, + { + "bbox": [ + 276, + 402, + 291, + 414 + ], + "score": 0.91, + "content": "f _ { A _ { i } }", + "type": "inline_equation" + }, + { + "bbox": [ + 292, + 402, + 339, + 414 + ], + "score": 1.0, + "content": "denote the", + "type": "text" + }, + { + "bbox": [ + 339, + 403, + 344, + 412 + ], + "score": 0.67, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 344, + 402, + 356, + 414 + ], + "score": 1.0, + "content": "-th", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 413, + 357, + 425 + ], + "spans": [ + { + "bbox": [ + 106, + 413, + 357, + 425 + ], + "score": 1.0, + "content": "architecture. During training, the batch statistics are computed", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 423, + 357, + 438 + ], + "spans": [ + { + "bbox": [ + 105, + 423, + 118, + 438 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 118, + 423, + 210, + 437 + ], + "score": 0.91, + "content": "\\textstyle { \\mu _ { B } ^ { i } = \\sum _ { j } f _ { A _ { i } } ( \\bar { x } _ { j } ) } / m", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 423, + 357, + 438 + ], + "score": 1.0, + "content": ", and the output feature follows the", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 437, + 357, + 450 + ], + "spans": [ + { + "bbox": [ + 106, + 437, + 155, + 450 + ], + "score": 1.0, + "content": "distribution", + "type": "text" + }, + { + "bbox": [ + 155, + 437, + 203, + 450 + ], + "score": 0.91, + "content": "\\mathcal { N } ( \\mu _ { B } ^ { i } , \\sigma _ { B } ^ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 437, + 295, + 450 + ], + "score": 1.0, + "content": ", where the superscript", + "type": "text" + }, + { + "bbox": [ + 295, + 438, + 300, + 447 + ], + "score": 0.74, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 437, + 357, + 450 + ], + "score": 1.0, + "content": "indicates that", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 447, + 356, + 461 + ], + "spans": [ + { + "bbox": [ + 106, + 447, + 258, + 461 + ], + "score": 1.0, + "content": "the current batch statistics depends on", + "type": "text" + }, + { + "bbox": [ + 259, + 449, + 270, + 459 + ], + "score": 0.87, + "content": "A _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 271, + 447, + 356, + 461 + ], + "score": 1.0, + "content": "only. The population", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 459, + 358, + 472 + ], + "spans": [ + { + "bbox": [ + 106, + 459, + 239, + 472 + ], + "score": 1.0, + "content": "mean statistics is then updated as", + "type": "text" + }, + { + "bbox": [ + 239, + 459, + 329, + 471 + ], + "score": 0.92, + "content": "\\hat { \\mu } \\gamma \\hat { \\mu } + ( 1 - \\gamma ) \\mu _ { B } ^ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 459, + 358, + 472 + ], + "score": 1.0, + "content": ". How-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 470, + 357, + 482 + ], + "spans": [ + { + "bbox": [ + 105, + 470, + 357, + 482 + ], + "score": 1.0, + "content": "ever, during training, different architecture from the super-net", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 480, + 358, + 493 + ], + "spans": [ + { + "bbox": [ + 106, + 480, + 358, + 493 + ], + "score": 1.0, + "content": "are sampled. Therefore, the population mean statistics essen-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 491, + 357, + 504 + ], + "spans": [ + { + "bbox": [ + 106, + 491, + 357, + 504 + ], + "score": 1.0, + "content": "tially becomes a weighted combination of means from different", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 499, + 358, + 517 + ], + "spans": [ + { + "bbox": [ + 105, + 499, + 181, + 517 + ], + "score": 1.0, + "content": "architectures, i.e.,", + "type": "text" + }, + { + "bbox": [ + 182, + 502, + 303, + 515 + ], + "score": 0.91, + "content": "\\bar { \\mu } \\textstyle \\sum { \\alpha _ { i } \\mu _ { B } ^ { i } } = \\textstyle \\sum { \\alpha _ { i } f _ { A _ { i } } ( x ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 499, + 334, + 517 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 335, + 504, + 345, + 514 + ], + "score": 0.85, + "content": "\\alpha _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 346, + 499, + 358, + 517 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 513, + 358, + 525 + ], + "spans": [ + { + "bbox": [ + 106, + 513, + 234, + 525 + ], + "score": 1.0, + "content": "the sampling frequency of the", + "type": "text" + }, + { + "bbox": [ + 234, + 515, + 239, + 523 + ], + "score": 0.78, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 513, + 358, + 525 + ], + "score": 1.0, + "content": "-th architecture. When eval-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 524, + 357, + 536 + ], + "spans": [ + { + "bbox": [ + 106, + 524, + 230, + 536 + ], + "score": 1.0, + "content": "uating a specific architecture", + "type": "text" + }, + { + "bbox": [ + 231, + 525, + 243, + 535 + ], + "score": 0.88, + "content": "A _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 243, + 524, + 357, + 536 + ], + "score": 1.0, + "content": "at test time, the estimated", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 535, + 357, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 535, + 357, + 547 + ], + "score": 1.0, + "content": "population statistics thus depend on the other architectures in", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 546, + 357, + 558 + ], + "spans": [ + { + "bbox": [ + 106, + 546, + 357, + 558 + ], + "score": 1.0, + "content": "the super-net. This leads to a train-test discrepancy. One solu-", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 557, + 356, + 568 + ], + "spans": [ + { + "bbox": [ + 106, + 557, + 356, + 568 + ], + "score": 1.0, + "content": "tion to mitigate this problem is to re-calibrate the batch statistics", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 567, + 356, + 579 + ], + "spans": [ + { + "bbox": [ + 105, + 567, + 356, + 579 + ], + "score": 1.0, + "content": "by recomputing the statistics on the entire training set before", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 579, + 357, + 590 + ], + "spans": [ + { + "bbox": [ + 106, + 579, + 357, + 590 + ], + "score": 1.0, + "content": "the the final evaluation (Yu & Huang, 2019). While the cost of", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 107, + 588, + 505, + 601 + ], + "spans": [ + { + "bbox": [ + 107, + 589, + 425, + 601 + ], + "score": 1.0, + "content": "doing so is negligible for a standalone network, NAS algorithms typically sample", + "type": "text" + }, + { + "bbox": [ + 425, + 588, + 451, + 600 + ], + "score": 0.9, + "content": "\\sim 1 0 ^ { 5 }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 589, + 505, + 601 + ], + "score": 1.0, + "content": "architectures", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 107, + 600, + 324, + 612 + ], + "spans": [ + { + "bbox": [ + 107, + 600, + 324, + 612 + ], + "score": 1.0, + "content": "for evaluation, which makes this approach intractable.", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 34, + "bbox_fs": [ + 105, + 358, + 358, + 590 + ] + }, + { + "type": "image", + "bbox": [ + 367, + 429, + 499, + 560 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 367, + 429, + 499, + 560 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 367, + 429, + 499, + 560 + ], + "spans": [ + { + "bbox": [ + 367, + 429, + 499, + 560 + ], + "score": 0.964, + "type": "image", + "image_path": "88a8290dd3f707ce7e1e63af3e468cae9961027ebdce1bdfa8ae1bf61800e9af.jpg" + } + ] + } + ], + "index": 40.5, + "virtual_lines": [ + { + "bbox": [ + 367, + 429, + 499, + 494.5 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 367, + 494.5, + 499, + 560.0 + ], + "spans": [], + "index": 42 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 378, + 564, + 489, + 576 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 378, + 563, + 491, + 577 + ], + "spans": [ + { + "bbox": [ + 378, + 563, + 491, + 577 + ], + "score": 1.0, + "content": "Figure 6: Validation of BN.", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 47 + } + ], + "index": 43.75 + }, + { + "type": "text", + "bbox": [ + 109, + 590, + 504, + 612 + ], + "lines": [], + "index": 48.5, + "bbox_fs": [ + 107, + 588, + 505, + 612 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 617, + 505, + 694 + ], + "lines": [ + { + "bbox": [ + 105, + 615, + 506, + 631 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 506, + 631 + ], + "score": 1.0, + "content": "In contrast to Dong & Yang (2020) and Bender et al. (2020) who use the training mode also during", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 627, + 506, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 506, + 640 + ], + "score": 1.0, + "content": "testing, we formalize a simple, yet effective, approach to tackle the train-test discrepancy of BN in", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 639, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 639, + 506, + 651 + ], + "score": 1.0, + "content": "super-net training: we leave the normalization based on batch statistics during training unchanged,", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 106, + 650, + 506, + 661 + ], + "spans": [ + { + "bbox": [ + 106, + 650, + 506, + 661 + ], + "score": 1.0, + "content": "but use batch statistics also during testing. Since super-net evaluation is always conducted over a", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 105, + 660, + 506, + 672 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 506, + 672 + ], + "score": 1.0, + "content": "complete dataset, we are free to perform inference in mini-batches of the same size as the ones used", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 105, + 670, + 506, + 684 + ], + "spans": [ + { + "bbox": [ + 105, + 670, + 506, + 684 + ], + "score": 1.0, + "content": "during training. This allows us to compute the batch statistics on the fly in the exact same way as", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 105, + 681, + 171, + 696 + ], + "spans": [ + { + "bbox": [ + 105, + 681, + 171, + 696 + ], + "score": 1.0, + "content": "during training.", + "type": "text" + } + ], + "index": 56 + } + ], + "index": 53, + "bbox_fs": [ + 105, + 615, + 506, + 696 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 699, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "Figure 6 compares standard BN to our proposed modification. Using the tracked population statis-", + "type": "text" + } + ], + "index": 57 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 350, + 722 + ], + "score": 1.0, + "content": "tics leads to many architectures with an accuracy around", + "type": "text" + }, + { + "bbox": [ + 351, + 710, + 370, + 720 + ], + "score": 0.87, + "content": "10 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 709, + 505, + 722 + ], + "score": 1.0, + "content": ", i.e., performing no better than", + "type": "text" + } + ], + "index": 58 + }, + { + "bbox": [ + 105, + 721, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 506, + 733 + ], + "score": 1.0, + "content": "random guessing. Our proposed modification allows us to significantly increase the fraction of", + "type": "text" + } + ], + "index": 59 + }, + { + "bbox": [ + 106, + 183, + 505, + 196 + ], + "spans": [ + { + "bbox": [ + 106, + 183, + 505, + 196 + ], + "score": 1.0, + "content": "high-performing architectures. Our results also show that the choice of fixing vs. learning an affine", + "type": "text", + "cross_page": true + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 190, + 445, + 210 + ], + "spans": [ + { + "bbox": [ + 104, + 190, + 411, + 210 + ], + "score": 1.0, + "content": "transformation in batch normalization should match the standalone protocol", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 411, + 195, + 440, + 207 + ], + "score": 0.9, + "content": "P _ { p r o x y }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 440, + 190, + 445, + 210 + ], + "score": 1.0, + "content": ".", + "type": "text", + "cross_page": true + } + ], + "index": 16 + } + ], + "index": 58, + "bbox_fs": [ + 105, + 698, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 108, + 72, + 297, + 160 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 108, + 72, + 297, + 160 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 108, + 72, + 297, + 160 + ], + "spans": [ + { + "bbox": [ + 108, + 72, + 297, + 160 + ], + "score": 0.969, + "type": "image", + "image_path": "d0bae44d8ba4dbd9c53630d367aa2579be0af1410a58ec098d3341a04a3d50b4.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 108, + 72, + 297, + 84.57142857142857 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 108, + 84.57142857142857, + 297, + 97.14285714285714 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 108, + 97.14285714285714, + 297, + 109.71428571428571 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 108, + 109.71428571428571, + 297, + 122.28571428571428 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 108, + 122.28571428571428, + 297, + 134.85714285714286 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 108, + 134.85714285714286, + 297, + 147.42857142857144 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 108, + 147.42857142857144, + 297, + 160.00000000000003 + ], + "spans": [], + "index": 6 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 149, + 162, + 256, + 173 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 147, + 161, + 257, + 175 + ], + "spans": [ + { + "bbox": [ + 147, + 161, + 257, + 175 + ], + "score": 1.0, + "content": "Figure 7: Loss landscapes.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 7 + } + ], + "index": 5.0 + }, + { + "type": "image", + "bbox": [ + 315, + 83, + 502, + 160 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 315, + 83, + 502, + 160 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 315, + 83, + 502, + 160 + ], + "spans": [ + { + "bbox": [ + 315, + 83, + 502, + 160 + ], + "score": 0.964, + "type": "image", + "image_path": "18c3e8683febe2570d105043c4ee42b1fe96a8ce5f9b895ab808dfe5ed097d7f.jpg" + } + ] + } + ], + "index": 10.5, + "virtual_lines": [ + { + "bbox": [ + 315, + 83, + 502, + 95.83333333333333 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 315, + 95.83333333333333, + 502, + 108.66666666666666 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 315, + 108.66666666666666, + 502, + 121.49999999999999 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 315, + 121.49999999999999, + 502, + 134.33333333333331 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 315, + 134.33333333333331, + 502, + 147.16666666666666 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 315, + 147.16666666666666, + 502, + 160.0 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 322, + 162, + 494, + 173 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 319, + 161, + 497, + 174 + ], + "spans": [ + { + "bbox": [ + 319, + 161, + 497, + 174 + ], + "score": 1.0, + "content": "Figure 8: Learning rate on NASBench-201.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + } + ], + "index": 12.25 + }, + { + "type": "text", + "bbox": [ + 103, + 183, + 504, + 206 + ], + "lines": [ + { + "bbox": [ + 106, + 183, + 505, + 196 + ], + "spans": [ + { + "bbox": [ + 106, + 183, + 505, + 196 + ], + "score": 1.0, + "content": "high-performing architectures. Our results also show that the choice of fixing vs. learning an affine", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 190, + 445, + 210 + ], + "spans": [ + { + "bbox": [ + 104, + 190, + 411, + 210 + ], + "score": 1.0, + "content": "transformation in batch normalization should match the standalone protocol", + "type": "text" + }, + { + "bbox": [ + 411, + 195, + 440, + 207 + ], + "score": 0.9, + "content": "P _ { p r o x y }", + "type": "inline_equation" + }, + { + "bbox": [ + 440, + 190, + 445, + 210 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15.5 + }, + { + "type": "title", + "bbox": [ + 108, + 219, + 263, + 230 + ], + "lines": [ + { + "bbox": [ + 105, + 218, + 265, + 231 + ], + "spans": [ + { + "bbox": [ + 105, + 218, + 265, + 231 + ], + "score": 1.0, + "content": "4.3 SUPER-NET LOSS LANDSCAPES", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 106, + 239, + 505, + 294 + ], + "lines": [ + { + "bbox": [ + 105, + 238, + 506, + 252 + ], + "spans": [ + { + "bbox": [ + 105, + 238, + 506, + 252 + ], + "score": 1.0, + "content": "The training loss of the super-net encompasses the task losses of all possible architectures. We suspect", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 249, + 506, + 263 + ], + "spans": [ + { + "bbox": [ + 106, + 249, + 506, + 263 + ], + "score": 1.0, + "content": "that the training difficulty increases with the number of architectures represented by the super-net.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 261, + 506, + 273 + ], + "spans": [ + { + "bbox": [ + 105, + 261, + 506, + 273 + ], + "score": 1.0, + "content": "To better study this, we visualize the loss landscape (Li et al., 2018) of the standalone network and", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 104, + 272, + 506, + 285 + ], + "spans": [ + { + "bbox": [ + 104, + 272, + 174, + 285 + ], + "score": 1.0, + "content": "a super-net with", + "type": "text" + }, + { + "bbox": [ + 175, + 273, + 211, + 282 + ], + "score": 0.89, + "content": "n = 3 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 211, + 272, + 506, + 285 + ], + "score": 1.0, + "content": "architectures. Concretely, the landscape is computed over the super-net", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 282, + 355, + 296 + ], + "spans": [ + { + "bbox": [ + 105, + 282, + 355, + 296 + ], + "score": 1.0, + "content": "training loss under the single-path one-shot sampling method,", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 20 + }, + { + "type": "interline_equation", + "bbox": [ + 203, + 299, + 407, + 326 + ], + "lines": [ + { + "bbox": [ + 203, + 299, + 407, + 326 + ], + "spans": [ + { + "bbox": [ + 203, + 299, + 407, + 326 + ], + "score": 0.94, + "content": "\\mathcal { L } _ { s } ( x , \\theta _ { s } ) = \\sum _ { i } \\mathcal { L } _ { s } ( x , \\theta _ { i } ) , \\quad \\mathrm { w h e r e } \\forall i , \\cup _ { i } \\theta _ { i } = \\theta _ { s } .", + "type": "interline_equation", + "image_path": "d56e1f0ba139e03078041a501a308dfff2b7571ca1d554a52e787e3f8b199aba.jpg" + } + ] + } + ], + "index": 23.5, + "virtual_lines": [ + { + "bbox": [ + 203, + 299, + 407, + 312.5 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 203, + 312.5, + 407, + 326.0 + ], + "spans": [], + "index": 24 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 331, + 505, + 376 + ], + "lines": [ + { + "bbox": [ + 105, + 331, + 506, + 344 + ], + "spans": [ + { + "bbox": [ + 105, + 331, + 506, + 344 + ], + "score": 1.0, + "content": "Figure 7 shows that the loss landscape of the super-net is less smooth than that of a standalone", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 342, + 505, + 354 + ], + "spans": [ + { + "bbox": [ + 106, + 342, + 505, + 354 + ], + "score": 1.0, + "content": "architecture, which confirms our intuition. A smoother landscape indicates that optimization will", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 354, + 505, + 365 + ], + "spans": [ + { + "bbox": [ + 106, + 354, + 505, + 365 + ], + "score": 1.0, + "content": "converge more easily to a good local optimum. With a smooth landscape, one can thus use a relatively", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 365, + 432, + 376 + ], + "spans": [ + { + "bbox": [ + 106, + 365, + 432, + 376 + ], + "score": 1.0, + "content": "large learning. By contrast, a less smooth landscape requires using a smaller one.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 26.5 + }, + { + "type": "text", + "bbox": [ + 107, + 381, + 505, + 435 + ], + "lines": [ + { + "bbox": [ + 105, + 379, + 506, + 395 + ], + "spans": [ + { + "bbox": [ + 105, + 379, + 421, + 395 + ], + "score": 1.0, + "content": "Our experiments further confirm this observation. In the standalone protocol", + "type": "text" + }, + { + "bbox": [ + 421, + 381, + 450, + 393 + ], + "score": 0.92, + "content": "P _ { p r o x y }", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 379, + 506, + 395 + ], + "score": 1.0, + "content": ", the learning", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 390, + 506, + 404 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 506, + 404 + ], + "score": 1.0, + "content": "rate is set to 0.2 for NASBench-101, and to 0.1 for NASBench-201 and DARTS-NDS, respectively.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 403, + 505, + 415 + ], + "spans": [ + { + "bbox": [ + 106, + 403, + 505, + 415 + ], + "score": 1.0, + "content": "All protocols use a cosine learning rate decay. Figure 8 shows that super-net training requires", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 412, + 506, + 426 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 506, + 426 + ], + "score": 1.0, + "content": "lower learning rates than standalone training. The same trend is shown for other search spaces in", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 423, + 487, + 437 + ], + "spans": [ + { + "bbox": [ + 105, + 423, + 487, + 437 + ], + "score": 1.0, + "content": "Appendix C.1. We set the learning rate to 0.025 to be consistent across the three search spaces.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 31 + }, + { + "type": "title", + "bbox": [ + 114, + 450, + 414, + 460 + ], + "lines": [ + { + "bbox": [ + 112, + 449, + 416, + 461 + ], + "spans": [ + { + "bbox": [ + 112, + 449, + 416, + 461 + ], + "score": 1.0, + "content": ".4 LOWER FIDELITY ESTIMATES LOWER THE RANKING CORRELATION", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 107, + 470, + 296, + 644 + ], + "lines": [ + { + "bbox": [ + 106, + 470, + 296, + 482 + ], + "spans": [ + { + "bbox": [ + 106, + 470, + 296, + 482 + ], + "score": 1.0, + "content": "Reducing memory foot-print and training time", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 481, + 297, + 492 + ], + "spans": [ + { + "bbox": [ + 106, + 481, + 297, + 492 + ], + "score": 1.0, + "content": "by proposing smaller super-nets has been an", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 491, + 297, + 504 + ], + "spans": [ + { + "bbox": [ + 105, + 491, + 297, + 504 + ], + "score": 1.0, + "content": "active research direction, and the resulting", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 502, + 298, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 298, + 515 + ], + "score": 1.0, + "content": "super-nets are referred to as lower fidelity es-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 514, + 297, + 525 + ], + "spans": [ + { + "bbox": [ + 106, + 514, + 297, + 525 + ], + "score": 1.0, + "content": "timates (Elsken et al., 2019). The impact of this", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 525, + 297, + 536 + ], + "spans": [ + { + "bbox": [ + 106, + 525, + 297, + 536 + ], + "score": 1.0, + "content": "approach on the super-net quality, however, has", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 536, + 297, + 546 + ], + "spans": [ + { + "bbox": [ + 106, + 536, + 297, + 546 + ], + "score": 1.0, + "content": "never been studied systematically over multiple", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 546, + 298, + 558 + ], + "spans": [ + { + "bbox": [ + 106, + 546, + 298, + 558 + ], + "score": 1.0, + "content": "search spaces . We compare four popular strate-", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 556, + 297, + 569 + ], + "spans": [ + { + "bbox": [ + 106, + 556, + 297, + 569 + ], + "score": 1.0, + "content": "gies in Table 2. We deliberately prolong the", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 568, + 297, + 580 + ], + "spans": [ + { + "bbox": [ + 106, + 568, + 297, + 580 + ], + "score": 1.0, + "content": "training epochs inversely proportionally to the", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 579, + 297, + 590 + ], + "spans": [ + { + "bbox": [ + 106, + 579, + 297, + 590 + ], + "score": 1.0, + "content": "computational budget that would be saved by the", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 589, + 297, + 601 + ], + "spans": [ + { + "bbox": [ + 106, + 589, + 297, + 601 + ], + "score": 1.0, + "content": "low-fidelity estimates, e.g. if the channel num-", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 600, + 297, + 612 + ], + "spans": [ + { + "bbox": [ + 106, + 600, + 297, + 612 + ], + "score": 1.0, + "content": "ber is reduced by half, we train the model for two", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 610, + 296, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 610, + 296, + 623 + ], + "score": 1.0, + "content": "times more epoch. Note that this provides an", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 622, + 297, + 634 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 297, + 634 + ], + "score": 1.0, + "content": "upper bound to the performance of low-fidelity", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 632, + 149, + 644 + ], + "spans": [ + { + "bbox": [ + 106, + 632, + 149, + 644 + ], + "score": 1.0, + "content": "estimates.", + "type": "text" + } + ], + "index": 50 + } + ], + "index": 42.5 + }, + { + "type": "text", + "bbox": [ + 107, + 650, + 296, + 671 + ], + "lines": [ + { + "bbox": [ + 105, + 649, + 297, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 297, + 662 + ], + "score": 1.0, + "content": "A commonly-used approach to reduce memory", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 659, + 298, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 298, + 673 + ], + "score": 1.0, + "content": "requirements is to decrease the batch size (Yang", + "type": "text" + } + ], + "index": 52 + } + ], + "index": 51.5 + }, + { + "type": "table", + "bbox": [ + 306, + 522, + 503, + 670 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 304, + 472, + 505, + 515 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 304, + 471, + 506, + 484 + ], + "spans": [ + { + "bbox": [ + 304, + 471, + 506, + 484 + ], + "score": 1.0, + "content": "Table 2: Low fidelity estimates under same com-", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 303, + 483, + 506, + 495 + ], + "spans": [ + { + "bbox": [ + 303, + 483, + 506, + 495 + ], + "score": 1.0, + "content": "putational budget, reporting final search model ac-", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 303, + 493, + 505, + 506 + ], + "spans": [ + { + "bbox": [ + 303, + 493, + 505, + 506 + ], + "score": 1.0, + "content": "curacy (FSA) and sparse Kendall-Tau (S-KdT) on", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 304, + 504, + 373, + 516 + ], + "spans": [ + { + "bbox": [ + 304, + 504, + 373, + 516 + ], + "score": 1.0, + "content": "NASBench-201.", + "type": "text" + } + ], + "index": 56 + } + ], + "index": 54.5 + }, + { + "type": "table_body", + "bbox": [ + 306, + 522, + 503, + 670 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 306, + 522, + 503, + 670 + ], + "spans": [ + { + "bbox": [ + 306, + 522, + 503, + 670 + ], + "score": 0.982, + "html": "
MetricsSettings
Repeated cells321
S-KdT FSA0.751± 0.090.692 ±0.180.502 ± 0.21
91.91 ± 0.0991.95 ± 0.1090.30 ± 0.71
Init Channel1684
S-KdT FSA0.740 ± 0.07 92.92 ± 0.480.677 ± 0.10 92.32 ± 0.370.691 ± 0.15 92.79± 0.85
Batch-size
S-KdT25612864
FSA0.740±0.07 92.92 ± 0.480.728 ±0.16 92.37 ± 0.610.703 ± 0.16 92.35 ± 0.34
Train portion0.750.50.25
S-KdT FSA0.751 ± 0.11 92.13 ± 0.510.742 ± 0.12 92.74 ± 0.430.693 ± 0.13 91.47 ± 0.81
", + "type": "table", + "image_path": "dc205529a1ad9fb2961cfe3b6d8e2ca764ce84ce8f191007d387241844c417ac.jpg" + } + ] + } + ], + "index": 62.5, + "virtual_lines": [ + { + "bbox": [ + 306, + 522, + 503, + 534.3333333333334 + ], + "spans": [], + "index": 57 + }, + { + "bbox": [ + 306, + 534.3333333333334, + 503, + 546.6666666666667 + ], + "spans": [], + "index": 58 + }, + { + "bbox": [ + 306, + 546.6666666666667, + 503, + 559.0000000000001 + ], + "spans": [], + "index": 59 + }, + { + "bbox": [ + 306, + 559.0000000000001, + 503, + 571.3333333333335 + ], + "spans": [], + "index": 60 + }, + { + "bbox": [ + 306, + 571.3333333333335, + 503, + 583.6666666666669 + ], + "spans": [], + "index": 61 + }, + { + "bbox": [ + 306, + 583.6666666666669, + 503, + 596.0000000000002 + ], + "spans": [], + "index": 62 + }, + { + "bbox": [ + 306, + 596.0000000000002, + 503, + 608.3333333333336 + ], + "spans": [], + "index": 63 + }, + { + "bbox": [ + 306, + 608.3333333333336, + 503, + 620.666666666667 + ], + "spans": [], + "index": 64 + }, + { + "bbox": [ + 306, + 620.666666666667, + 503, + 633.0000000000003 + ], + "spans": [], + "index": 65 + }, + { + "bbox": [ + 306, + 633.0000000000003, + 503, + 645.3333333333337 + ], + "spans": [], + "index": 66 + }, + { + "bbox": [ + 306, + 645.3333333333337, + 503, + 657.6666666666671 + ], + "spans": [], + "index": 67 + }, + { + "bbox": [ + 306, + 657.6666666666671, + 503, + 670.0000000000005 + ], + "spans": [], + "index": 68 + } + ] + } + ], + "index": 58.5 + }, + { + "type": "text", + "bbox": [ + 107, + 672, + 506, + 704 + ], + "lines": [ + { + "bbox": [ + 104, + 669, + 506, + 685 + ], + "spans": [ + { + "bbox": [ + 104, + 669, + 506, + 685 + ], + "score": 1.0, + "content": "et al., 2020). Surprisingly, lowering the batch size from 256 to 64 has limited impact on the accuracy,", + "type": "text" + } + ], + "index": 69 + }, + { + "bbox": [ + 106, + 682, + 505, + 694 + ], + "spans": [ + { + "bbox": [ + 106, + 682, + 505, + 694 + ], + "score": 1.0, + "content": "but decreases sparse Kendall-Tau and the final searched model’s performance, the most important", + "type": "text" + } + ], + "index": 70 + }, + { + "bbox": [ + 105, + 693, + 181, + 705 + ], + "spans": [ + { + "bbox": [ + 105, + 693, + 181, + 705 + ], + "score": 1.0, + "content": "metric in practice.", + "type": "text" + } + ], + "index": 71 + } + ], + "index": 70 + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 710, + 505, + 721 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 505, + 721 + ], + "score": 1.0, + "content": "Another approach is to decrease the number of channels in the first layer (Liu et al., 2019b). This", + "type": "text" + } + ], + "index": 72 + }, + { + "bbox": [ + 106, + 721, + 505, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 505, + 732 + ], + "score": 1.0, + "content": "reduces the total number of parameters proportionally, since the number of channels in consecutive", + "type": "text" + } + ], + "index": 73 + } + ], + "index": 72.5 + } + ], + "page_idx": 6, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "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" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 307, + 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 2021", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 108, + 72, + 297, + 160 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 108, + 72, + 297, + 160 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 108, + 72, + 297, + 160 + ], + "spans": [ + { + "bbox": [ + 108, + 72, + 297, + 160 + ], + "score": 0.969, + "type": "image", + "image_path": "d0bae44d8ba4dbd9c53630d367aa2579be0af1410a58ec098d3341a04a3d50b4.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 108, + 72, + 297, + 84.57142857142857 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 108, + 84.57142857142857, + 297, + 97.14285714285714 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 108, + 97.14285714285714, + 297, + 109.71428571428571 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 108, + 109.71428571428571, + 297, + 122.28571428571428 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 108, + 122.28571428571428, + 297, + 134.85714285714286 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 108, + 134.85714285714286, + 297, + 147.42857142857144 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 108, + 147.42857142857144, + 297, + 160.00000000000003 + ], + "spans": [], + "index": 6 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 149, + 162, + 256, + 173 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 147, + 161, + 257, + 175 + ], + "spans": [ + { + "bbox": [ + 147, + 161, + 257, + 175 + ], + "score": 1.0, + "content": "Figure 7: Loss landscapes.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 7 + } + ], + "index": 5.0 + }, + { + "type": "image", + "bbox": [ + 315, + 83, + 502, + 160 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 315, + 83, + 502, + 160 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 315, + 83, + 502, + 160 + ], + "spans": [ + { + "bbox": [ + 315, + 83, + 502, + 160 + ], + "score": 0.964, + "type": "image", + "image_path": "18c3e8683febe2570d105043c4ee42b1fe96a8ce5f9b895ab808dfe5ed097d7f.jpg" + } + ] + } + ], + "index": 10.5, + "virtual_lines": [ + { + "bbox": [ + 315, + 83, + 502, + 95.83333333333333 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 315, + 95.83333333333333, + 502, + 108.66666666666666 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 315, + 108.66666666666666, + 502, + 121.49999999999999 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 315, + 121.49999999999999, + 502, + 134.33333333333331 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 315, + 134.33333333333331, + 502, + 147.16666666666666 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 315, + 147.16666666666666, + 502, + 160.0 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 322, + 162, + 494, + 173 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 319, + 161, + 497, + 174 + ], + "spans": [ + { + "bbox": [ + 319, + 161, + 497, + 174 + ], + "score": 1.0, + "content": "Figure 8: Learning rate on NASBench-201.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + } + ], + "index": 12.25 + }, + { + "type": "text", + "bbox": [ + 103, + 183, + 504, + 206 + ], + "lines": [], + "index": 15.5, + "bbox_fs": [ + 104, + 183, + 505, + 210 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 108, + 219, + 263, + 230 + ], + "lines": [ + { + "bbox": [ + 105, + 218, + 265, + 231 + ], + "spans": [ + { + "bbox": [ + 105, + 218, + 265, + 231 + ], + "score": 1.0, + "content": "4.3 SUPER-NET LOSS LANDSCAPES", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 106, + 239, + 505, + 294 + ], + "lines": [ + { + "bbox": [ + 105, + 238, + 506, + 252 + ], + "spans": [ + { + "bbox": [ + 105, + 238, + 506, + 252 + ], + "score": 1.0, + "content": "The training loss of the super-net encompasses the task losses of all possible architectures. We suspect", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 249, + 506, + 263 + ], + "spans": [ + { + "bbox": [ + 106, + 249, + 506, + 263 + ], + "score": 1.0, + "content": "that the training difficulty increases with the number of architectures represented by the super-net.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 261, + 506, + 273 + ], + "spans": [ + { + "bbox": [ + 105, + 261, + 506, + 273 + ], + "score": 1.0, + "content": "To better study this, we visualize the loss landscape (Li et al., 2018) of the standalone network and", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 104, + 272, + 506, + 285 + ], + "spans": [ + { + "bbox": [ + 104, + 272, + 174, + 285 + ], + "score": 1.0, + "content": "a super-net with", + "type": "text" + }, + { + "bbox": [ + 175, + 273, + 211, + 282 + ], + "score": 0.89, + "content": "n = 3 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 211, + 272, + 506, + 285 + ], + "score": 1.0, + "content": "architectures. Concretely, the landscape is computed over the super-net", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 282, + 355, + 296 + ], + "spans": [ + { + "bbox": [ + 105, + 282, + 355, + 296 + ], + "score": 1.0, + "content": "training loss under the single-path one-shot sampling method,", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 20, + "bbox_fs": [ + 104, + 238, + 506, + 296 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 203, + 299, + 407, + 326 + ], + "lines": [ + { + "bbox": [ + 203, + 299, + 407, + 326 + ], + "spans": [ + { + "bbox": [ + 203, + 299, + 407, + 326 + ], + "score": 0.94, + "content": "\\mathcal { L } _ { s } ( x , \\theta _ { s } ) = \\sum _ { i } \\mathcal { L } _ { s } ( x , \\theta _ { i } ) , \\quad \\mathrm { w h e r e } \\forall i , \\cup _ { i } \\theta _ { i } = \\theta _ { s } .", + "type": "interline_equation", + "image_path": "d56e1f0ba139e03078041a501a308dfff2b7571ca1d554a52e787e3f8b199aba.jpg" + } + ] + } + ], + "index": 23.5, + "virtual_lines": [ + { + "bbox": [ + 203, + 299, + 407, + 312.5 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 203, + 312.5, + 407, + 326.0 + ], + "spans": [], + "index": 24 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 331, + 505, + 376 + ], + "lines": [ + { + "bbox": [ + 105, + 331, + 506, + 344 + ], + "spans": [ + { + "bbox": [ + 105, + 331, + 506, + 344 + ], + "score": 1.0, + "content": "Figure 7 shows that the loss landscape of the super-net is less smooth than that of a standalone", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 342, + 505, + 354 + ], + "spans": [ + { + "bbox": [ + 106, + 342, + 505, + 354 + ], + "score": 1.0, + "content": "architecture, which confirms our intuition. A smoother landscape indicates that optimization will", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 354, + 505, + 365 + ], + "spans": [ + { + "bbox": [ + 106, + 354, + 505, + 365 + ], + "score": 1.0, + "content": "converge more easily to a good local optimum. With a smooth landscape, one can thus use a relatively", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 365, + 432, + 376 + ], + "spans": [ + { + "bbox": [ + 106, + 365, + 432, + 376 + ], + "score": 1.0, + "content": "large learning. By contrast, a less smooth landscape requires using a smaller one.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 26.5, + "bbox_fs": [ + 105, + 331, + 506, + 376 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 381, + 505, + 435 + ], + "lines": [ + { + "bbox": [ + 105, + 379, + 506, + 395 + ], + "spans": [ + { + "bbox": [ + 105, + 379, + 421, + 395 + ], + "score": 1.0, + "content": "Our experiments further confirm this observation. In the standalone protocol", + "type": "text" + }, + { + "bbox": [ + 421, + 381, + 450, + 393 + ], + "score": 0.92, + "content": "P _ { p r o x y }", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 379, + 506, + 395 + ], + "score": 1.0, + "content": ", the learning", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 390, + 506, + 404 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 506, + 404 + ], + "score": 1.0, + "content": "rate is set to 0.2 for NASBench-101, and to 0.1 for NASBench-201 and DARTS-NDS, respectively.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 403, + 505, + 415 + ], + "spans": [ + { + "bbox": [ + 106, + 403, + 505, + 415 + ], + "score": 1.0, + "content": "All protocols use a cosine learning rate decay. Figure 8 shows that super-net training requires", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 412, + 506, + 426 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 506, + 426 + ], + "score": 1.0, + "content": "lower learning rates than standalone training. The same trend is shown for other search spaces in", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 423, + 487, + 437 + ], + "spans": [ + { + "bbox": [ + 105, + 423, + 487, + 437 + ], + "score": 1.0, + "content": "Appendix C.1. We set the learning rate to 0.025 to be consistent across the three search spaces.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 31, + "bbox_fs": [ + 105, + 379, + 506, + 437 + ] + }, + { + "type": "title", + "bbox": [ + 114, + 450, + 414, + 460 + ], + "lines": [ + { + "bbox": [ + 112, + 449, + 416, + 461 + ], + "spans": [ + { + "bbox": [ + 112, + 449, + 416, + 461 + ], + "score": 1.0, + "content": ".4 LOWER FIDELITY ESTIMATES LOWER THE RANKING CORRELATION", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 107, + 470, + 296, + 644 + ], + "lines": [ + { + "bbox": [ + 106, + 470, + 296, + 482 + ], + "spans": [ + { + "bbox": [ + 106, + 470, + 296, + 482 + ], + "score": 1.0, + "content": "Reducing memory foot-print and training time", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 481, + 297, + 492 + ], + "spans": [ + { + "bbox": [ + 106, + 481, + 297, + 492 + ], + "score": 1.0, + "content": "by proposing smaller super-nets has been an", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 491, + 297, + 504 + ], + "spans": [ + { + "bbox": [ + 105, + 491, + 297, + 504 + ], + "score": 1.0, + "content": "active research direction, and the resulting", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 502, + 298, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 298, + 515 + ], + "score": 1.0, + "content": "super-nets are referred to as lower fidelity es-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 514, + 297, + 525 + ], + "spans": [ + { + "bbox": [ + 106, + 514, + 297, + 525 + ], + "score": 1.0, + "content": "timates (Elsken et al., 2019). The impact of this", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 525, + 297, + 536 + ], + "spans": [ + { + "bbox": [ + 106, + 525, + 297, + 536 + ], + "score": 1.0, + "content": "approach on the super-net quality, however, has", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 536, + 297, + 546 + ], + "spans": [ + { + "bbox": [ + 106, + 536, + 297, + 546 + ], + "score": 1.0, + "content": "never been studied systematically over multiple", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 546, + 298, + 558 + ], + "spans": [ + { + "bbox": [ + 106, + 546, + 298, + 558 + ], + "score": 1.0, + "content": "search spaces . We compare four popular strate-", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 556, + 297, + 569 + ], + "spans": [ + { + "bbox": [ + 106, + 556, + 297, + 569 + ], + "score": 1.0, + "content": "gies in Table 2. We deliberately prolong the", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 568, + 297, + 580 + ], + "spans": [ + { + "bbox": [ + 106, + 568, + 297, + 580 + ], + "score": 1.0, + "content": "training epochs inversely proportionally to the", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 579, + 297, + 590 + ], + "spans": [ + { + "bbox": [ + 106, + 579, + 297, + 590 + ], + "score": 1.0, + "content": "computational budget that would be saved by the", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 589, + 297, + 601 + ], + "spans": [ + { + "bbox": [ + 106, + 589, + 297, + 601 + ], + "score": 1.0, + "content": "low-fidelity estimates, e.g. if the channel num-", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 600, + 297, + 612 + ], + "spans": [ + { + "bbox": [ + 106, + 600, + 297, + 612 + ], + "score": 1.0, + "content": "ber is reduced by half, we train the model for two", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 610, + 296, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 610, + 296, + 623 + ], + "score": 1.0, + "content": "times more epoch. Note that this provides an", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 622, + 297, + 634 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 297, + 634 + ], + "score": 1.0, + "content": "upper bound to the performance of low-fidelity", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 632, + 149, + 644 + ], + "spans": [ + { + "bbox": [ + 106, + 632, + 149, + 644 + ], + "score": 1.0, + "content": "estimates.", + "type": "text" + } + ], + "index": 50 + } + ], + "index": 42.5, + "bbox_fs": [ + 105, + 470, + 298, + 644 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 650, + 296, + 671 + ], + "lines": [ + { + "bbox": [ + 105, + 649, + 297, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 297, + 662 + ], + "score": 1.0, + "content": "A commonly-used approach to reduce memory", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 659, + 298, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 298, + 673 + ], + "score": 1.0, + "content": "requirements is to decrease the batch size (Yang", + "type": "text" + } + ], + "index": 52 + } + ], + "index": 51.5, + "bbox_fs": [ + 105, + 649, + 298, + 673 + ] + }, + { + "type": "table", + "bbox": [ + 306, + 522, + 503, + 670 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 304, + 472, + 505, + 515 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 304, + 471, + 506, + 484 + ], + "spans": [ + { + "bbox": [ + 304, + 471, + 506, + 484 + ], + "score": 1.0, + "content": "Table 2: Low fidelity estimates under same com-", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 303, + 483, + 506, + 495 + ], + "spans": [ + { + "bbox": [ + 303, + 483, + 506, + 495 + ], + "score": 1.0, + "content": "putational budget, reporting final search model ac-", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 303, + 493, + 505, + 506 + ], + "spans": [ + { + "bbox": [ + 303, + 493, + 505, + 506 + ], + "score": 1.0, + "content": "curacy (FSA) and sparse Kendall-Tau (S-KdT) on", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 304, + 504, + 373, + 516 + ], + "spans": [ + { + "bbox": [ + 304, + 504, + 373, + 516 + ], + "score": 1.0, + "content": "NASBench-201.", + "type": "text" + } + ], + "index": 56 + } + ], + "index": 54.5 + }, + { + "type": "table_body", + "bbox": [ + 306, + 522, + 503, + 670 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 306, + 522, + 503, + 670 + ], + "spans": [ + { + "bbox": [ + 306, + 522, + 503, + 670 + ], + "score": 0.982, + "html": "
MetricsSettings
Repeated cells321
S-KdT FSA0.751± 0.090.692 ±0.180.502 ± 0.21
91.91 ± 0.0991.95 ± 0.1090.30 ± 0.71
Init Channel1684
S-KdT FSA0.740 ± 0.07 92.92 ± 0.480.677 ± 0.10 92.32 ± 0.370.691 ± 0.15 92.79± 0.85
Batch-size
S-KdT25612864
FSA0.740±0.07 92.92 ± 0.480.728 ±0.16 92.37 ± 0.610.703 ± 0.16 92.35 ± 0.34
Train portion0.750.50.25
S-KdT FSA0.751 ± 0.11 92.13 ± 0.510.742 ± 0.12 92.74 ± 0.430.693 ± 0.13 91.47 ± 0.81
", + "type": "table", + "image_path": "dc205529a1ad9fb2961cfe3b6d8e2ca764ce84ce8f191007d387241844c417ac.jpg" + } + ] + } + ], + "index": 62.5, + "virtual_lines": [ + { + "bbox": [ + 306, + 522, + 503, + 534.3333333333334 + ], + "spans": [], + "index": 57 + }, + { + "bbox": [ + 306, + 534.3333333333334, + 503, + 546.6666666666667 + ], + "spans": [], + "index": 58 + }, + { + "bbox": [ + 306, + 546.6666666666667, + 503, + 559.0000000000001 + ], + "spans": [], + "index": 59 + }, + { + "bbox": [ + 306, + 559.0000000000001, + 503, + 571.3333333333335 + ], + "spans": [], + "index": 60 + }, + { + "bbox": [ + 306, + 571.3333333333335, + 503, + 583.6666666666669 + ], + "spans": [], + "index": 61 + }, + { + "bbox": [ + 306, + 583.6666666666669, + 503, + 596.0000000000002 + ], + "spans": [], + "index": 62 + }, + { + "bbox": [ + 306, + 596.0000000000002, + 503, + 608.3333333333336 + ], + "spans": [], + "index": 63 + }, + { + "bbox": [ + 306, + 608.3333333333336, + 503, + 620.666666666667 + ], + "spans": [], + "index": 64 + }, + { + "bbox": [ + 306, + 620.666666666667, + 503, + 633.0000000000003 + ], + "spans": [], + "index": 65 + }, + { + "bbox": [ + 306, + 633.0000000000003, + 503, + 645.3333333333337 + ], + "spans": [], + "index": 66 + }, + { + "bbox": [ + 306, + 645.3333333333337, + 503, + 657.6666666666671 + ], + "spans": [], + "index": 67 + }, + { + "bbox": [ + 306, + 657.6666666666671, + 503, + 670.0000000000005 + ], + "spans": [], + "index": 68 + } + ] + } + ], + "index": 58.5 + }, + { + "type": "text", + "bbox": [ + 107, + 672, + 506, + 704 + ], + "lines": [ + { + "bbox": [ + 104, + 669, + 506, + 685 + ], + "spans": [ + { + "bbox": [ + 104, + 669, + 506, + 685 + ], + "score": 1.0, + "content": "et al., 2020). Surprisingly, lowering the batch size from 256 to 64 has limited impact on the accuracy,", + "type": "text" + } + ], + "index": 69 + }, + { + "bbox": [ + 106, + 682, + 505, + 694 + ], + "spans": [ + { + "bbox": [ + 106, + 682, + 505, + 694 + ], + "score": 1.0, + "content": "but decreases sparse Kendall-Tau and the final searched model’s performance, the most important", + "type": "text" + } + ], + "index": 70 + }, + { + "bbox": [ + 105, + 693, + 181, + 705 + ], + "spans": [ + { + "bbox": [ + 105, + 693, + 181, + 705 + ], + "score": 1.0, + "content": "metric in practice.", + "type": "text" + } + ], + "index": 71 + } + ], + "index": 70, + "bbox_fs": [ + 104, + 669, + 506, + 705 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 710, + 505, + 721 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 505, + 721 + ], + "score": 1.0, + "content": "Another approach is to decrease the number of channels in the first layer (Liu et al., 2019b). This", + "type": "text" + } + ], + "index": 72 + }, + { + "bbox": [ + 106, + 721, + 505, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 505, + 732 + ], + "score": 1.0, + "content": "reduces the total number of parameters proportionally, since the number of channels in consecutive", + "type": "text" + } + ], + "index": 73 + }, + { + "bbox": [ + 105, + 192, + 506, + 205 + ], + "spans": [ + { + "bbox": [ + 105, + 192, + 506, + 205 + ], + "score": 1.0, + "content": "layers depends on the first one. Table 2 shows that this decreases the sparse Kendall-Tau from 0.7", + "type": "text", + "cross_page": true + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 204, + 505, + 217 + ], + "spans": [ + { + "bbox": [ + 105, + 204, + 505, + 217 + ], + "score": 1.0, + "content": "to 0.5. By contrast, reducing the number of repeated cells (Pham et al., 2018; Chu et al., 2019) by", + "type": "text", + "cross_page": true + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 214, + 506, + 227 + ], + "spans": [ + { + "bbox": [ + 105, + 214, + 470, + 227 + ], + "score": 1.0, + "content": "one has little impact. Hence, to train a good super-net, one should avoid changes between", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 470, + 215, + 487, + 226 + ], + "score": 0.9, + "content": "f _ { w s }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 487, + 214, + 506, + 227 + ], + "score": 1.0, + "content": "and", + "type": "text", + "cross_page": true + } + ], + "index": 15 + }, + { + "bbox": [ + 107, + 225, + 468, + 238 + ], + "spans": [ + { + "bbox": [ + 107, + 226, + 133, + 238 + ], + "score": 0.37, + "content": "f _ { p r o x y }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 134, + 225, + 316, + 238 + ], + "score": 1.0, + "content": ", but one can reduce the batch size by a factor", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 316, + 226, + 341, + 236 + ], + "score": 0.86, + "content": "> 0 . 5", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 341, + 225, + 468, + 238 + ], + "score": 1.0, + "content": "and use only one repeated cell.", + "type": "text", + "cross_page": true + } + ], + "index": 16 + } + ], + "index": 72.5, + "bbox_fs": [ + 106, + 710, + 505, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 108, + 96, + 297, + 154 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 108, + 96, + 297, + 154 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 108, + 96, + 297, + 154 + ], + "spans": [ + { + "bbox": [ + 108, + 96, + 297, + 154 + ], + "score": 0.962, + "html": "
TypeAccuracyS-KdTP>RFinal searched model
Fixed71.52 ± 6.940.220.54691.79 ± 1.72
Shuffle31.79 ± 10.900.170.39190.58 ± 1.58
Interpolate57.53 ± 10.050.370.86593.35 ± 3.27
Baselinet76.91 ± 10.050.220.86589.43± 4.30
Baseline-v275.18± 9.280.330.89191.27 ± 1.18
Ours76.95 ± 8.290.460.94993.65 ± 0.73
", + "type": "table", + "image_path": "31285ec242fcc9471e705d94021b62779ae73c786bf6695087b454cb45a0b937.jpg" + } + ] + } + ], + "index": 1.5, + "virtual_lines": [ + { + "bbox": [ + 108, + 96, + 297, + 110.5 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 108, + 110.5, + 297, + 125.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 108, + 125.0, + 297, + 139.5 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 108, + 139.5, + 297, + 154.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "table_footnote", + "bbox": [ + 110, + 154, + 204, + 160 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 110, + 152, + 205, + 162 + ], + "spans": [ + { + "bbox": [ + 110, + 152, + 205, + 162 + ], + "score": 1.0, + "content": "† See Appendix C.3 for more details.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "table_caption", + "bbox": [ + 109, + 169, + 297, + 181 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 169, + 298, + 182 + ], + "spans": [ + { + "bbox": [ + 107, + 169, + 298, + 182 + ], + "score": 1.0, + "content": "Table 3: Dynamic channels on NASBench-101.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + } + ], + "index": 4 + }, + { + "type": "image", + "bbox": [ + 313, + 77, + 504, + 160 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 313, + 77, + 504, + 160 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 313, + 77, + 504, + 160 + ], + "spans": [ + { + "bbox": [ + 313, + 77, + 504, + 160 + ], + "score": 0.968, + "type": "image", + "image_path": "84a6e9175d351bc94c6c0098d840e687e17917e206c44657a299f25099c579c6.jpg" + } + ] + } + ], + "index": 8.5, + "virtual_lines": [ + { + "bbox": [ + 313, + 77, + 504, + 90.83333333333333 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 313, + 90.83333333333333, + 504, + 104.66666666666666 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 313, + 104.66666666666666, + 504, + 118.49999999999999 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 313, + 118.49999999999999, + 504, + 132.33333333333331 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 313, + 132.33333333333331, + 504, + 146.16666666666666 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 313, + 146.16666666666666, + 504, + 160.0 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 320, + 163, + 496, + 175 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 319, + 162, + 497, + 177 + ], + "spans": [ + { + "bbox": [ + 319, + 162, + 497, + 177 + ], + "score": 1.0, + "content": "Figure 9: NASBench-101 dynamic channel.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + } + ], + "index": 10.25 + }, + { + "type": "text", + "bbox": [ + 107, + 193, + 505, + 237 + ], + "lines": [ + { + "bbox": [ + 105, + 192, + 506, + 205 + ], + "spans": [ + { + "bbox": [ + 105, + 192, + 506, + 205 + ], + "score": 1.0, + "content": "layers depends on the first one. Table 2 shows that this decreases the sparse Kendall-Tau from 0.7", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 204, + 505, + 217 + ], + "spans": [ + { + "bbox": [ + 105, + 204, + 505, + 217 + ], + "score": 1.0, + "content": "to 0.5. By contrast, reducing the number of repeated cells (Pham et al., 2018; Chu et al., 2019) by", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 214, + 506, + 227 + ], + "spans": [ + { + "bbox": [ + 105, + 214, + 470, + 227 + ], + "score": 1.0, + "content": "one has little impact. Hence, to train a good super-net, one should avoid changes between", + "type": "text" + }, + { + "bbox": [ + 470, + 215, + 487, + 226 + ], + "score": 0.9, + "content": "f _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 214, + 506, + 227 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 107, + 225, + 468, + 238 + ], + "spans": [ + { + "bbox": [ + 107, + 226, + 133, + 238 + ], + "score": 0.37, + "content": "f _ { p r o x y }", + "type": "inline_equation" + }, + { + "bbox": [ + 134, + 225, + 316, + 238 + ], + "score": 1.0, + "content": ", but one can reduce the batch size by a factor", + "type": "text" + }, + { + "bbox": [ + 316, + 226, + 341, + 236 + ], + "score": 0.86, + "content": "> 0 . 5", + "type": "inline_equation" + }, + { + "bbox": [ + 341, + 225, + 468, + 238 + ], + "score": 1.0, + "content": "and use only one repeated cell.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14.5 + }, + { + "type": "text", + "bbox": [ + 107, + 242, + 505, + 297 + ], + "lines": [ + { + "bbox": [ + 105, + 241, + 506, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 241, + 506, + 255 + ], + "score": 1.0, + "content": "The last lower-fidelity factor is the portion of training data that is used (Liu et al., 2019b; Xu et al.,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 252, + 506, + 267 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 506, + 267 + ], + "score": 1.0, + "content": "2020). Surprisingly, reducing the training portion only marginally decreases the sparse Kendall-Tau", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 263, + 506, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 263, + 348, + 277 + ], + "score": 1.0, + "content": "for all three search spaces. On NASBench-201, keeping only", + "type": "text" + }, + { + "bbox": [ + 348, + 264, + 367, + 275 + ], + "score": 0.86, + "content": "2 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 368, + 263, + 506, + 277 + ], + "score": 1.0, + "content": "of the CIFAR-10 dataset results in", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 274, + 505, + 288 + ], + "spans": [ + { + "bbox": [ + 105, + 274, + 485, + 288 + ], + "score": 1.0, + "content": "a 0.1 drop in sparse Kendall-Tau. This explains why DARTS-based methods typically use only", + "type": "text" + }, + { + "bbox": [ + 485, + 275, + 505, + 285 + ], + "score": 0.85, + "content": "50 \\%", + "type": "inline_equation" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 286, + 395, + 298 + ], + "spans": [ + { + "bbox": [ + 105, + 286, + 395, + 298 + ], + "score": 1.0, + "content": "of the data to train the super-net but can still produce reasonable results.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 19 + }, + { + "type": "title", + "bbox": [ + 107, + 316, + 355, + 327 + ], + "lines": [ + { + "bbox": [ + 106, + 315, + 357, + 329 + ], + "spans": [ + { + "bbox": [ + 106, + 315, + 357, + 329 + ], + "score": 1.0, + "content": "4.5 DYNAMIC CHANNELING HURTS SUPER-NET QUALITY", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 107, + 338, + 505, + 437 + ], + "lines": [ + { + "bbox": [ + 106, + 338, + 506, + 351 + ], + "spans": [ + { + "bbox": [ + 106, + 338, + 506, + 351 + ], + "score": 1.0, + "content": "Dynamic channeling is an implicit factor in many search spaces (Ying et al., 2019; Cai et al., 2019;", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 349, + 506, + 362 + ], + "spans": [ + { + "bbox": [ + 106, + 349, + 506, + 362 + ], + "score": 1.0, + "content": "Guo et al., 2019; Dong & Yang, 2019b). It refers to the fact that the number of channels of the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 358, + 506, + 374 + ], + "spans": [ + { + "bbox": [ + 105, + 358, + 506, + 374 + ], + "score": 1.0, + "content": "intermediate layers depends on the number of incoming edges to the output node. This is depicted by", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 370, + 506, + 384 + ], + "spans": [ + { + "bbox": [ + 105, + 370, + 248, + 384 + ], + "score": 1.0, + "content": "Figure 9 (a): for a search cell with", + "type": "text" + }, + { + "bbox": [ + 249, + 372, + 256, + 381 + ], + "score": 0.74, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 370, + 366, + 384 + ], + "score": 1.0, + "content": "intermediate nodes, where", + "type": "text" + }, + { + "bbox": [ + 367, + 371, + 377, + 381 + ], + "score": 0.82, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 377, + 370, + 395, + 384 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 396, + 371, + 405, + 381 + ], + "score": 0.73, + "content": "Y", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 370, + 506, + 384 + ], + "score": 1.0, + "content": "are the input and output", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 381, + 506, + 396 + ], + "spans": [ + { + "bbox": [ + 105, + 381, + 150, + 396 + ], + "score": 1.0, + "content": "node with", + "type": "text" + }, + { + "bbox": [ + 150, + 382, + 167, + 393 + ], + "score": 0.9, + "content": "C _ { i n }", + "type": "inline_equation" + }, + { + "bbox": [ + 167, + 381, + 186, + 396 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 187, + 382, + 207, + 393 + ], + "score": 0.91, + "content": "C _ { o u t }", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 381, + 371, + 396 + ], + "score": 1.0, + "content": "channels, respectively. When there are", + "type": "text" + }, + { + "bbox": [ + 372, + 382, + 399, + 392 + ], + "score": 0.89, + "content": "n = 2", + "type": "inline_equation" + }, + { + "bbox": [ + 400, + 381, + 486, + 396 + ], + "score": 1.0, + "content": "edges (c.f. Figure 9", + "type": "text" + }, + { + "bbox": [ + 486, + 382, + 499, + 393 + ], + "score": 0.51, + "content": "( b )", + "type": "inline_equation" + }, + { + "bbox": [ + 499, + 381, + 506, + 396 + ], + "score": 1.0, + "content": "),", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 392, + 506, + 406 + ], + "spans": [ + { + "bbox": [ + 105, + 392, + 376, + 406 + ], + "score": 1.0, + "content": "the associated channel numbers decrease so that their sum equals", + "type": "text" + }, + { + "bbox": [ + 377, + 393, + 397, + 403 + ], + "score": 0.89, + "content": "C _ { o u t }", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 392, + 506, + 406 + ], + "score": 1.0, + "content": ". That is, the intermediate", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 402, + 505, + 416 + ], + "spans": [ + { + "bbox": [ + 106, + 402, + 153, + 416 + ], + "score": 1.0, + "content": "nodes have", + "type": "text" + }, + { + "bbox": [ + 154, + 403, + 191, + 415 + ], + "score": 0.92, + "content": "\\lfloor C _ { o u t } / 2 \\rfloor", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 402, + 505, + 416 + ], + "score": 1.0, + "content": "channels. In the general case, shown in Figure 9 (c), the number of channels in", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 413, + 506, + 428 + ], + "spans": [ + { + "bbox": [ + 105, + 413, + 214, + 428 + ], + "score": 1.0, + "content": "intermediate nodes is thus", + "type": "text" + }, + { + "bbox": [ + 214, + 414, + 253, + 426 + ], + "score": 0.93, + "content": "\\lfloor C _ { o u t } / n \\rfloor", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 413, + 269, + 428 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 269, + 416, + 277, + 424 + ], + "score": 0.79, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 413, + 506, + 428 + ], + "score": 1.0, + "content": "incoming edges. A weight sharing approach has to cope", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 424, + 452, + 439 + ], + "spans": [ + { + "bbox": [ + 105, + 424, + 452, + 439 + ], + "score": 1.0, + "content": "with this architecture-dependent fluctuation of the number of channels during training.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 107, + 442, + 505, + 507 + ], + "lines": [ + { + "bbox": [ + 105, + 441, + 506, + 455 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 123, + 455 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 123, + 442, + 132, + 452 + ], + "score": 0.79, + "content": "C", + "type": "inline_equation" + }, + { + "bbox": [ + 132, + 441, + 375, + 455 + ], + "score": 1.0, + "content": "denote the number of channels of a given architecture, and", + "type": "text" + }, + { + "bbox": [ + 375, + 442, + 400, + 453 + ], + "score": 0.91, + "content": "C _ { m a x }", + "type": "inline_equation" + }, + { + "bbox": [ + 400, + 441, + 506, + 455 + ], + "score": 1.0, + "content": "the maximum number of", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 451, + 506, + 465 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 441, + 465 + ], + "score": 1.0, + "content": "channels for a node across the entire search space. All existing approaches allocate", + "type": "text" + }, + { + "bbox": [ + 442, + 453, + 466, + 464 + ], + "score": 0.91, + "content": "C _ { m a x }", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 451, + 506, + 465 + ], + "score": 1.0, + "content": "channels", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 462, + 506, + 477 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 506, + 477 + ], + "score": 1.0, + "content": "and, during training, extract a subset of these channels. The existing methods then differ in how they", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 474, + 506, + 487 + ], + "spans": [ + { + "bbox": [ + 105, + 475, + 397, + 487 + ], + "score": 1.0, + "content": "extract the channels: Guo et al. (2019) use a fixed chunk of channels, e.g.,", + "type": "text" + }, + { + "bbox": [ + 397, + 474, + 425, + 486 + ], + "score": 0.93, + "content": "[ 0 : C ]", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 475, + 506, + 487 + ], + "score": 1.0, + "content": "; Zhang et al. (2018)", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 484, + 506, + 498 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 506, + 498 + ], + "score": 1.0, + "content": "randomly shuffle the channels before extracting a fixed chunk; and Dong & Yang (2019a) linearly", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 496, + 506, + 509 + ], + "spans": [ + { + "bbox": [ + 105, + 496, + 165, + 509 + ], + "score": 1.0, + "content": "interpolate the", + "type": "text" + }, + { + "bbox": [ + 166, + 496, + 190, + 507 + ], + "score": 0.93, + "content": "C _ { m a x }", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 496, + 246, + 509 + ], + "score": 1.0, + "content": "channels into", + "type": "text" + }, + { + "bbox": [ + 247, + 497, + 256, + 506 + ], + "score": 0.81, + "content": "C", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 496, + 506, + 509 + ], + "score": 1.0, + "content": "channels using a moving average across neighboring channels.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 34.5 + }, + { + "type": "text", + "bbox": [ + 107, + 513, + 505, + 567 + ], + "lines": [ + { + "bbox": [ + 105, + 512, + 505, + 527 + ], + "spans": [ + { + "bbox": [ + 105, + 512, + 505, + 527 + ], + "score": 1.0, + "content": "Instead of sharing the channels between architectures, we propose to disable dynamic channelling", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 524, + 505, + 537 + ], + "spans": [ + { + "bbox": [ + 106, + 524, + 505, + 537 + ], + "score": 1.0, + "content": "completely. As the channel number only depends on the incoming edges, we separate the search", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 534, + 505, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 534, + 505, + 547 + ], + "score": 1.0, + "content": "space into a discrete number of sub-spaces, each with a fixed number of incoming edges. As shown", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 544, + 506, + 558 + ], + "spans": [ + { + "bbox": [ + 105, + 544, + 506, + 558 + ], + "score": 1.0, + "content": "in Table 3, disabling dynamic channeling improves the sparse Kendall-Tau and the final search", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 556, + 437, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 556, + 437, + 568 + ], + "score": 1.0, + "content": "performance by a large margin and yields a new state of the art on NASBench101.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 40 + }, + { + "type": "text", + "bbox": [ + 107, + 573, + 505, + 639 + ], + "lines": [ + { + "bbox": [ + 105, + 572, + 505, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 505, + 586 + ], + "score": 1.0, + "content": "We compose another baseline, where we enable dynamic channeling during super-net training. During", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 583, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 505, + 595 + ], + "score": 1.0, + "content": "validation, we compute the average sparse Kendall-Tau of each sub-space, where we sample 200", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 594, + 506, + 607 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 506, + 607 + ], + "score": 1.0, + "content": "architectures that shares the same number of channels. We call this baseline-v2. In Table 3, we can", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 606, + 504, + 617 + ], + "spans": [ + { + "bbox": [ + 106, + 606, + 504, + 617 + ], + "score": 1.0, + "content": "see this surpasses the original baseline by a significant margin. It further evidence the importance of", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 617, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 106, + 617, + 505, + 628 + ], + "score": 1.0, + "content": "disabling dynamic channels. Nonetheless, the best is to disable dynamic channeling during both the", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 627, + 241, + 640 + ], + "spans": [ + { + "bbox": [ + 106, + 627, + 241, + 640 + ], + "score": 1.0, + "content": "training and the validation phase.", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 45.5 + }, + { + "type": "title", + "bbox": [ + 107, + 660, + 356, + 672 + ], + "lines": [ + { + "bbox": [ + 105, + 660, + 358, + 674 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 358, + 674 + ], + "score": 1.0, + "content": "5 HOW SHOULD YOU TRAIN YOUR SUPER-NET?", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 49 + }, + { + "type": "text", + "bbox": [ + 107, + 688, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "Figure 10 summarizes the influence of all tested factors on the final performance. It stands out that", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "properly tuned hyper-parameters lead to the biggest improvements by far. Surprisingly, most other", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "factors and techniques either have a hardly measurable effect or in some cases even lead to worse", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 721, + 441, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 441, + 733 + ], + "score": 1.0, + "content": "performance. Based on these findings, here is how you should train your super-net:", + "type": "text" + } + ], + "index": 53 + } + ], + "index": 51.5 + } + ], + "page_idx": 7, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "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" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 307, + 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 2021", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 108, + 96, + 297, + 154 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 108, + 96, + 297, + 154 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 108, + 96, + 297, + 154 + ], + "spans": [ + { + "bbox": [ + 108, + 96, + 297, + 154 + ], + "score": 0.962, + "html": "
TypeAccuracyS-KdTP>RFinal searched model
Fixed71.52 ± 6.940.220.54691.79 ± 1.72
Shuffle31.79 ± 10.900.170.39190.58 ± 1.58
Interpolate57.53 ± 10.050.370.86593.35 ± 3.27
Baselinet76.91 ± 10.050.220.86589.43± 4.30
Baseline-v275.18± 9.280.330.89191.27 ± 1.18
Ours76.95 ± 8.290.460.94993.65 ± 0.73
", + "type": "table", + "image_path": "31285ec242fcc9471e705d94021b62779ae73c786bf6695087b454cb45a0b937.jpg" + } + ] + } + ], + "index": 1.5, + "virtual_lines": [ + { + "bbox": [ + 108, + 96, + 297, + 110.5 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 108, + 110.5, + 297, + 125.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 108, + 125.0, + 297, + 139.5 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 108, + 139.5, + 297, + 154.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "table_footnote", + "bbox": [ + 110, + 154, + 204, + 160 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 110, + 152, + 205, + 162 + ], + "spans": [ + { + "bbox": [ + 110, + 152, + 205, + 162 + ], + "score": 1.0, + "content": "† See Appendix C.3 for more details.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "table_caption", + "bbox": [ + 109, + 169, + 297, + 181 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 169, + 298, + 182 + ], + "spans": [ + { + "bbox": [ + 107, + 169, + 298, + 182 + ], + "score": 1.0, + "content": "Table 3: Dynamic channels on NASBench-101.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + } + ], + "index": 4 + }, + { + "type": "image", + "bbox": [ + 313, + 77, + 504, + 160 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 313, + 77, + 504, + 160 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 313, + 77, + 504, + 160 + ], + "spans": [ + { + "bbox": [ + 313, + 77, + 504, + 160 + ], + "score": 0.968, + "type": "image", + "image_path": "84a6e9175d351bc94c6c0098d840e687e17917e206c44657a299f25099c579c6.jpg" + } + ] + } + ], + "index": 8.5, + "virtual_lines": [ + { + "bbox": [ + 313, + 77, + 504, + 90.83333333333333 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 313, + 90.83333333333333, + 504, + 104.66666666666666 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 313, + 104.66666666666666, + 504, + 118.49999999999999 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 313, + 118.49999999999999, + 504, + 132.33333333333331 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 313, + 132.33333333333331, + 504, + 146.16666666666666 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 313, + 146.16666666666666, + 504, + 160.0 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 320, + 163, + 496, + 175 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 319, + 162, + 497, + 177 + ], + "spans": [ + { + "bbox": [ + 319, + 162, + 497, + 177 + ], + "score": 1.0, + "content": "Figure 9: NASBench-101 dynamic channel.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + } + ], + "index": 10.25 + }, + { + "type": "text", + "bbox": [ + 107, + 193, + 505, + 237 + ], + "lines": [], + "index": 14.5, + "bbox_fs": [ + 105, + 192, + 506, + 238 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 242, + 505, + 297 + ], + "lines": [ + { + "bbox": [ + 105, + 241, + 506, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 241, + 506, + 255 + ], + "score": 1.0, + "content": "The last lower-fidelity factor is the portion of training data that is used (Liu et al., 2019b; Xu et al.,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 252, + 506, + 267 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 506, + 267 + ], + "score": 1.0, + "content": "2020). Surprisingly, reducing the training portion only marginally decreases the sparse Kendall-Tau", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 263, + 506, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 263, + 348, + 277 + ], + "score": 1.0, + "content": "for all three search spaces. On NASBench-201, keeping only", + "type": "text" + }, + { + "bbox": [ + 348, + 264, + 367, + 275 + ], + "score": 0.86, + "content": "2 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 368, + 263, + 506, + 277 + ], + "score": 1.0, + "content": "of the CIFAR-10 dataset results in", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 274, + 505, + 288 + ], + "spans": [ + { + "bbox": [ + 105, + 274, + 485, + 288 + ], + "score": 1.0, + "content": "a 0.1 drop in sparse Kendall-Tau. This explains why DARTS-based methods typically use only", + "type": "text" + }, + { + "bbox": [ + 485, + 275, + 505, + 285 + ], + "score": 0.85, + "content": "50 \\%", + "type": "inline_equation" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 286, + 395, + 298 + ], + "spans": [ + { + "bbox": [ + 105, + 286, + 395, + 298 + ], + "score": 1.0, + "content": "of the data to train the super-net but can still produce reasonable results.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 19, + "bbox_fs": [ + 105, + 241, + 506, + 298 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 316, + 355, + 327 + ], + "lines": [ + { + "bbox": [ + 106, + 315, + 357, + 329 + ], + "spans": [ + { + "bbox": [ + 106, + 315, + 357, + 329 + ], + "score": 1.0, + "content": "4.5 DYNAMIC CHANNELING HURTS SUPER-NET QUALITY", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 107, + 338, + 505, + 437 + ], + "lines": [ + { + "bbox": [ + 106, + 338, + 506, + 351 + ], + "spans": [ + { + "bbox": [ + 106, + 338, + 506, + 351 + ], + "score": 1.0, + "content": "Dynamic channeling is an implicit factor in many search spaces (Ying et al., 2019; Cai et al., 2019;", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 349, + 506, + 362 + ], + "spans": [ + { + "bbox": [ + 106, + 349, + 506, + 362 + ], + "score": 1.0, + "content": "Guo et al., 2019; Dong & Yang, 2019b). It refers to the fact that the number of channels of the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 358, + 506, + 374 + ], + "spans": [ + { + "bbox": [ + 105, + 358, + 506, + 374 + ], + "score": 1.0, + "content": "intermediate layers depends on the number of incoming edges to the output node. This is depicted by", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 370, + 506, + 384 + ], + "spans": [ + { + "bbox": [ + 105, + 370, + 248, + 384 + ], + "score": 1.0, + "content": "Figure 9 (a): for a search cell with", + "type": "text" + }, + { + "bbox": [ + 249, + 372, + 256, + 381 + ], + "score": 0.74, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 370, + 366, + 384 + ], + "score": 1.0, + "content": "intermediate nodes, where", + "type": "text" + }, + { + "bbox": [ + 367, + 371, + 377, + 381 + ], + "score": 0.82, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 377, + 370, + 395, + 384 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 396, + 371, + 405, + 381 + ], + "score": 0.73, + "content": "Y", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 370, + 506, + 384 + ], + "score": 1.0, + "content": "are the input and output", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 381, + 506, + 396 + ], + "spans": [ + { + "bbox": [ + 105, + 381, + 150, + 396 + ], + "score": 1.0, + "content": "node with", + "type": "text" + }, + { + "bbox": [ + 150, + 382, + 167, + 393 + ], + "score": 0.9, + "content": "C _ { i n }", + "type": "inline_equation" + }, + { + "bbox": [ + 167, + 381, + 186, + 396 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 187, + 382, + 207, + 393 + ], + "score": 0.91, + "content": "C _ { o u t }", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 381, + 371, + 396 + ], + "score": 1.0, + "content": "channels, respectively. When there are", + "type": "text" + }, + { + "bbox": [ + 372, + 382, + 399, + 392 + ], + "score": 0.89, + "content": "n = 2", + "type": "inline_equation" + }, + { + "bbox": [ + 400, + 381, + 486, + 396 + ], + "score": 1.0, + "content": "edges (c.f. Figure 9", + "type": "text" + }, + { + "bbox": [ + 486, + 382, + 499, + 393 + ], + "score": 0.51, + "content": "( b )", + "type": "inline_equation" + }, + { + "bbox": [ + 499, + 381, + 506, + 396 + ], + "score": 1.0, + "content": "),", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 392, + 506, + 406 + ], + "spans": [ + { + "bbox": [ + 105, + 392, + 376, + 406 + ], + "score": 1.0, + "content": "the associated channel numbers decrease so that their sum equals", + "type": "text" + }, + { + "bbox": [ + 377, + 393, + 397, + 403 + ], + "score": 0.89, + "content": "C _ { o u t }", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 392, + 506, + 406 + ], + "score": 1.0, + "content": ". That is, the intermediate", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 402, + 505, + 416 + ], + "spans": [ + { + "bbox": [ + 106, + 402, + 153, + 416 + ], + "score": 1.0, + "content": "nodes have", + "type": "text" + }, + { + "bbox": [ + 154, + 403, + 191, + 415 + ], + "score": 0.92, + "content": "\\lfloor C _ { o u t } / 2 \\rfloor", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 402, + 505, + 416 + ], + "score": 1.0, + "content": "channels. In the general case, shown in Figure 9 (c), the number of channels in", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 413, + 506, + 428 + ], + "spans": [ + { + "bbox": [ + 105, + 413, + 214, + 428 + ], + "score": 1.0, + "content": "intermediate nodes is thus", + "type": "text" + }, + { + "bbox": [ + 214, + 414, + 253, + 426 + ], + "score": 0.93, + "content": "\\lfloor C _ { o u t } / n \\rfloor", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 413, + 269, + 428 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 269, + 416, + 277, + 424 + ], + "score": 0.79, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 413, + 506, + 428 + ], + "score": 1.0, + "content": "incoming edges. A weight sharing approach has to cope", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 424, + 452, + 439 + ], + "spans": [ + { + "bbox": [ + 105, + 424, + 452, + 439 + ], + "score": 1.0, + "content": "with this architecture-dependent fluctuation of the number of channels during training.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 27, + "bbox_fs": [ + 105, + 338, + 506, + 439 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 442, + 505, + 507 + ], + "lines": [ + { + "bbox": [ + 105, + 441, + 506, + 455 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 123, + 455 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 123, + 442, + 132, + 452 + ], + "score": 0.79, + "content": "C", + "type": "inline_equation" + }, + { + "bbox": [ + 132, + 441, + 375, + 455 + ], + "score": 1.0, + "content": "denote the number of channels of a given architecture, and", + "type": "text" + }, + { + "bbox": [ + 375, + 442, + 400, + 453 + ], + "score": 0.91, + "content": "C _ { m a x }", + "type": "inline_equation" + }, + { + "bbox": [ + 400, + 441, + 506, + 455 + ], + "score": 1.0, + "content": "the maximum number of", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 451, + 506, + 465 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 441, + 465 + ], + "score": 1.0, + "content": "channels for a node across the entire search space. All existing approaches allocate", + "type": "text" + }, + { + "bbox": [ + 442, + 453, + 466, + 464 + ], + "score": 0.91, + "content": "C _ { m a x }", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 451, + 506, + 465 + ], + "score": 1.0, + "content": "channels", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 462, + 506, + 477 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 506, + 477 + ], + "score": 1.0, + "content": "and, during training, extract a subset of these channels. The existing methods then differ in how they", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 474, + 506, + 487 + ], + "spans": [ + { + "bbox": [ + 105, + 475, + 397, + 487 + ], + "score": 1.0, + "content": "extract the channels: Guo et al. (2019) use a fixed chunk of channels, e.g.,", + "type": "text" + }, + { + "bbox": [ + 397, + 474, + 425, + 486 + ], + "score": 0.93, + "content": "[ 0 : C ]", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 475, + 506, + 487 + ], + "score": 1.0, + "content": "; Zhang et al. (2018)", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 484, + 506, + 498 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 506, + 498 + ], + "score": 1.0, + "content": "randomly shuffle the channels before extracting a fixed chunk; and Dong & Yang (2019a) linearly", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 496, + 506, + 509 + ], + "spans": [ + { + "bbox": [ + 105, + 496, + 165, + 509 + ], + "score": 1.0, + "content": "interpolate the", + "type": "text" + }, + { + "bbox": [ + 166, + 496, + 190, + 507 + ], + "score": 0.93, + "content": "C _ { m a x }", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 496, + 246, + 509 + ], + "score": 1.0, + "content": "channels into", + "type": "text" + }, + { + "bbox": [ + 247, + 497, + 256, + 506 + ], + "score": 0.81, + "content": "C", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 496, + 506, + 509 + ], + "score": 1.0, + "content": "channels using a moving average across neighboring channels.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 34.5, + "bbox_fs": [ + 105, + 441, + 506, + 509 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 513, + 505, + 567 + ], + "lines": [ + { + "bbox": [ + 105, + 512, + 505, + 527 + ], + "spans": [ + { + "bbox": [ + 105, + 512, + 505, + 527 + ], + "score": 1.0, + "content": "Instead of sharing the channels between architectures, we propose to disable dynamic channelling", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 524, + 505, + 537 + ], + "spans": [ + { + "bbox": [ + 106, + 524, + 505, + 537 + ], + "score": 1.0, + "content": "completely. As the channel number only depends on the incoming edges, we separate the search", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 534, + 505, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 534, + 505, + 547 + ], + "score": 1.0, + "content": "space into a discrete number of sub-spaces, each with a fixed number of incoming edges. As shown", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 544, + 506, + 558 + ], + "spans": [ + { + "bbox": [ + 105, + 544, + 506, + 558 + ], + "score": 1.0, + "content": "in Table 3, disabling dynamic channeling improves the sparse Kendall-Tau and the final search", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 556, + 437, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 556, + 437, + 568 + ], + "score": 1.0, + "content": "performance by a large margin and yields a new state of the art on NASBench101.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 40, + "bbox_fs": [ + 105, + 512, + 506, + 568 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 573, + 505, + 639 + ], + "lines": [ + { + "bbox": [ + 105, + 572, + 505, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 505, + 586 + ], + "score": 1.0, + "content": "We compose another baseline, where we enable dynamic channeling during super-net training. During", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 583, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 505, + 595 + ], + "score": 1.0, + "content": "validation, we compute the average sparse Kendall-Tau of each sub-space, where we sample 200", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 594, + 506, + 607 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 506, + 607 + ], + "score": 1.0, + "content": "architectures that shares the same number of channels. We call this baseline-v2. In Table 3, we can", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 606, + 504, + 617 + ], + "spans": [ + { + "bbox": [ + 106, + 606, + 504, + 617 + ], + "score": 1.0, + "content": "see this surpasses the original baseline by a significant margin. It further evidence the importance of", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 617, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 106, + 617, + 505, + 628 + ], + "score": 1.0, + "content": "disabling dynamic channels. Nonetheless, the best is to disable dynamic channeling during both the", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 627, + 241, + 640 + ], + "spans": [ + { + "bbox": [ + 106, + 627, + 241, + 640 + ], + "score": 1.0, + "content": "training and the validation phase.", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 45.5, + "bbox_fs": [ + 105, + 572, + 506, + 640 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 660, + 356, + 672 + ], + "lines": [ + { + "bbox": [ + 105, + 660, + 358, + 674 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 358, + 674 + ], + "score": 1.0, + "content": "5 HOW SHOULD YOU TRAIN YOUR SUPER-NET?", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 49 + }, + { + "type": "text", + "bbox": [ + 107, + 688, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "Figure 10 summarizes the influence of all tested factors on the final performance. It stands out that", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "properly tuned hyper-parameters lead to the biggest improvements by far. Surprisingly, most other", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "factors and techniques either have a hardly measurable effect or in some cases even lead to worse", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 721, + 441, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 441, + 733 + ], + "score": 1.0, + "content": "performance. Based on these findings, here is how you should train your super-net:", + "type": "text" + } + ], + "index": 53 + } + ], + "index": 51.5, + "bbox_fs": [ + 105, + 688, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 100, + 79, + 501, + 162 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 100, + 79, + 501, + 162 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 100, + 79, + 501, + 162 + ], + "spans": [ + { + "bbox": [ + 100, + 79, + 501, + 162 + ], + "score": 0.961, + "type": "image", + "image_path": "f7b2ac1cd701333de67963633d61df0ce4d2c5a55802cd105796072b2d413fdd.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 100, + 79, + 501, + 106.66666666666667 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 100, + 106.66666666666667, + 501, + 134.33333333333334 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 100, + 134.33333333333334, + 501, + 162.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 105, + 165, + 506, + 220 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 164, + 505, + 177 + ], + "spans": [ + { + "bbox": [ + 106, + 164, + 505, + 177 + ], + "score": 1.0, + "content": "Figure 10: Influence of factors on the final model. We plot the difference in percent between", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 175, + 506, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 175, + 506, + 189 + ], + "score": 1.0, + "content": "the searched model’s performance with and without applying the corresponding factor. For the", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 186, + 507, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 186, + 189, + 200 + ], + "score": 1.0, + "content": "hyper-parameters of", + "type": "text" + }, + { + "bbox": [ + 189, + 187, + 206, + 198 + ], + "score": 0.9, + "content": "P _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 186, + 507, + 200 + ], + "score": 1.0, + "content": ", the baseline is Random NAS, as reported in Table 4. For the other factors,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 197, + 505, + 210 + ], + "spans": [ + { + "bbox": [ + 105, + 197, + 505, + 210 + ], + "score": 1.0, + "content": "the baseline of each search space uses the best setting of the hyper-parameters. Each experiment was", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 208, + 187, + 221 + ], + "spans": [ + { + "bbox": [ + 105, + 208, + 187, + 221 + ], + "score": 1.0, + "content": "run at least 3 times.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5 + } + ], + "index": 3.0 + }, + { + "type": "text", + "bbox": [ + 106, + 230, + 506, + 349 + ], + "lines": [ + { + "bbox": [ + 105, + 229, + 505, + 243 + ], + "spans": [ + { + "bbox": [ + 105, + 229, + 505, + 243 + ], + "score": 1.0, + "content": "1. Do not use super-net accuracy to judge the quality of your super-net. The sparse Kendall-Tau has", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 117, + 241, + 355, + 253 + ], + "spans": [ + { + "bbox": [ + 117, + 241, + 355, + 253 + ], + "score": 1.0, + "content": "much higher correlation with the final search performance.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 104, + 250, + 507, + 265 + ], + "spans": [ + { + "bbox": [ + 104, + 250, + 507, + 265 + ], + "score": 1.0, + "content": "2. When batch normalization is used, do not use the moving average statistics during evaluation.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 117, + 261, + 494, + 276 + ], + "spans": [ + { + "bbox": [ + 117, + 261, + 494, + 276 + ], + "score": 1.0, + "content": "Instead, compute the statistics on the fly over a batch of the same size as used during training.", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 274, + 506, + 286 + ], + "spans": [ + { + "bbox": [ + 106, + 274, + 506, + 286 + ], + "score": 1.0, + "content": "3. The loss landscape of super-nets is less smooth than that of standalone networks. Start from a", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 117, + 284, + 303, + 297 + ], + "spans": [ + { + "bbox": [ + 117, + 284, + 303, + 297 + ], + "score": 1.0, + "content": "smaller learning rate than standalone training.", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 104, + 294, + 505, + 308 + ], + "spans": [ + { + "bbox": [ + 104, + 294, + 505, + 308 + ], + "score": 1.0, + "content": "4. Do not use other low-fidelity estimates than moderately reducing the training set size to decrease", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 118, + 306, + 183, + 317 + ], + "spans": [ + { + "bbox": [ + 118, + 306, + 183, + 317 + ], + "score": 1.0, + "content": "the search time.", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 316, + 505, + 329 + ], + "spans": [ + { + "bbox": [ + 104, + 316, + 505, + 329 + ], + "score": 1.0, + "content": "5. Do not use dynamic channeling in search spaces that have a varying number of channels in the", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 117, + 326, + 506, + 342 + ], + "spans": [ + { + "bbox": [ + 117, + 326, + 506, + 342 + ], + "score": 1.0, + "content": "intermediate nodes. Break the search space into multiple sub-spaces such that dynamic channeling", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 117, + 338, + 181, + 351 + ], + "spans": [ + { + "bbox": [ + 117, + 338, + 181, + 351 + ], + "score": 1.0, + "content": "is not required.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 107, + 359, + 297, + 488 + ], + "lines": [ + { + "bbox": [ + 107, + 358, + 297, + 370 + ], + "spans": [ + { + "bbox": [ + 107, + 358, + 297, + 370 + ], + "score": 1.0, + "content": "Comparison to the state of the art. Table 4", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 369, + 297, + 381 + ], + "spans": [ + { + "bbox": [ + 106, + 369, + 297, + 381 + ], + "score": 1.0, + "content": "shows that carefully controlling the relevant", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 380, + 297, + 392 + ], + "spans": [ + { + "bbox": [ + 106, + 380, + 297, + 392 + ], + "score": 1.0, + "content": "factors and adopting the techniques proposed", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 390, + 297, + 403 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 297, + 403 + ], + "score": 1.0, + "content": "in Section 4 allow us to considerably improve", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 402, + 297, + 413 + ], + "spans": [ + { + "bbox": [ + 106, + 402, + 297, + 413 + ], + "score": 1.0, + "content": "the performance of Random-NAS. Thanks to", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 413, + 298, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 413, + 298, + 424 + ], + "score": 1.0, + "content": "our evaluation, we were able to show that sim-", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 423, + 298, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 423, + 298, + 436 + ], + "score": 1.0, + "content": "ple Random-NAS together with an appropriate", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 434, + 295, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 173, + 447 + ], + "score": 1.0, + "content": "training protocol", + "type": "text" + }, + { + "bbox": [ + 174, + 435, + 191, + 446 + ], + "score": 0.9, + "content": "P _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 434, + 279, + 447 + ], + "score": 1.0, + "content": "and mapping function", + "type": "text" + }, + { + "bbox": [ + 280, + 434, + 295, + 446 + ], + "score": 0.88, + "content": "f _ { w s }", + "type": "inline_equation" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 446, + 298, + 457 + ], + "spans": [ + { + "bbox": [ + 106, + 446, + 298, + 457 + ], + "score": 1.0, + "content": "yields results that are competitive to and some-", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 456, + 298, + 468 + ], + "spans": [ + { + "bbox": [ + 106, + 456, + 298, + 468 + ], + "score": 1.0, + "content": "times even surpass state-of-the-art algorithms.", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 466, + 297, + 479 + ], + "spans": [ + { + "bbox": [ + 106, + 466, + 297, + 479 + ], + "score": 1.0, + "content": "Our results provide a strong baseline upon which", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 478, + 197, + 489 + ], + "spans": [ + { + "bbox": [ + 106, + 478, + 197, + 489 + ], + "score": 1.0, + "content": "future work can build.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 24.5 + }, + { + "type": "text", + "bbox": [ + 305, + 358, + 505, + 423 + ], + "lines": [ + { + "bbox": [ + 303, + 357, + 506, + 369 + ], + "spans": [ + { + "bbox": [ + 303, + 357, + 506, + 369 + ], + "score": 1.0, + "content": "Table 4: Final results. Results on NASBench-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 303, + 366, + 506, + 381 + ], + "spans": [ + { + "bbox": [ + 303, + 366, + 506, + 381 + ], + "score": 1.0, + "content": "101 and 201 are from Yu et al. (2020b), and Dong", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 303, + 379, + 507, + 391 + ], + "spans": [ + { + "bbox": [ + 303, + 379, + 507, + 391 + ], + "score": 1.0, + "content": "& Yang (2020). We report the mean over 3 runs.", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 302, + 388, + 507, + 403 + ], + "spans": [ + { + "bbox": [ + 302, + 388, + 416, + 403 + ], + "score": 1.0, + "content": "Note that NASBench-101", + "type": "text" + }, + { + "bbox": [ + 417, + 390, + 447, + 401 + ], + "score": 0.86, + "content": "{ \\mathit { n } } = 7 ", + "type": "inline_equation" + }, + { + "bbox": [ + 447, + 388, + 466, + 403 + ], + "score": 1.0, + "content": ") in (", + "type": "text" + }, + { + "bbox": [ + 466, + 390, + 479, + 401 + ], + "score": 0.32, + "content": "\\mathrm { T u }", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 388, + 507, + 403 + ], + "score": 1.0, + "content": "et al.,", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 303, + 399, + 506, + 415 + ], + "spans": [ + { + "bbox": [ + 303, + 399, + 506, + 415 + ], + "score": 1.0, + "content": "2020b) is identical to our setting. Our new strategy", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 303, + 412, + 505, + 423 + ], + "spans": [ + { + "bbox": [ + 303, + 412, + 505, + 423 + ], + "score": 1.0, + "content": "significantly surpasses the random search baseline.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 33.5 + }, + { + "type": "table", + "bbox": [ + 306, + 433, + 502, + 492 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 306, + 433, + 502, + 492 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 306, + 433, + 502, + 492 + ], + "spans": [ + { + "bbox": [ + 306, + 433, + 502, + 492 + ], + "score": 0.977, + "html": "
MethodNASBench 101 (n=7)NASBench 201DARTS NDSDARTS NDS*
ENAS91.83 ±0.4254.30±0.0094.45 ± 0.0997.11
DARTS-V292.21 ± 0.6154.30 ±0.0094.79 ± 0.1197.37
NAO92.59 ± 0.5997.10
GDAS=93.51 ± 0.1396.23
Random NAS89.89 ± 3.8987.66 ± 1.6991.33 ±0.1296.74†
Random NAS (Ours)93.12 ±0.0692.71 ± 0.1594.26±0.0597.08
", + "type": "table", + "image_path": "8087fd2c3ebf063ea4ca715db29a52b27cd0c8f0ef774988a074025af964b69b.jpg" + } + ] + } + ], + "index": 38.5, + "virtual_lines": [ + { + "bbox": [ + 306, + 433, + 502, + 447.75 + ], + "spans": [], + "index": 37 + }, + { + "bbox": [ + 306, + 447.75, + 502, + 462.5 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 306, + 462.5, + 502, + 477.25 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 306, + 477.25, + 502, + 492.0 + ], + "spans": [], + "index": 40 + } + ] + }, + { + "type": "table_footnote", + "bbox": [ + 308, + 493, + 499, + 530 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 309, + 491, + 396, + 499 + ], + "spans": [ + { + "bbox": [ + 309, + 491, + 396, + 499 + ], + "score": 1.0, + "content": "†Results from Li & Talwalkar (2019)", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 308, + 497, + 438, + 506 + ], + "spans": [ + { + "bbox": [ + 308, + 497, + 438, + 506 + ], + "score": 1.0, + "content": "?Trained according to Liu et al. (2019b) for 600 epochs.", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 309, + 504, + 500, + 512 + ], + "spans": [ + { + "bbox": [ + 309, + 504, + 500, + 512 + ], + "score": 1.0, + "content": "DARTS-V2 (Liu et al., 2019b), ENAS (Pham et al., 2018), NAO (Luo et al., 2018).", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 309, + 511, + 469, + 518 + ], + "spans": [ + { + "bbox": [ + 309, + 511, + 469, + 518 + ], + "score": 1.0, + "content": "Random-NAS (Li & Talwalkar, 2019), GDAS (Dong & Yang, 2019b)", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 308, + 516, + 482, + 525 + ], + "spans": [ + { + "bbox": [ + 308, + 516, + 482, + 525 + ], + "score": 1.0, + "content": "On NASBench-201, both random NAS and our approach samples 100 final", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 309, + 523, + 411, + 530 + ], + "spans": [ + { + "bbox": [ + 309, + 523, + 411, + 530 + ], + "score": 1.0, + "content": "architectures to follow Dong & Yang (2020)", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 43.5 + } + ], + "index": 41.0 + } + ], + "page_idx": 8, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 752, + 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, + 307, + 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 2021", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 100, + 79, + 501, + 162 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 100, + 79, + 501, + 162 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 100, + 79, + 501, + 162 + ], + "spans": [ + { + "bbox": [ + 100, + 79, + 501, + 162 + ], + "score": 0.961, + "type": "image", + "image_path": "f7b2ac1cd701333de67963633d61df0ce4d2c5a55802cd105796072b2d413fdd.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 100, + 79, + 501, + 106.66666666666667 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 100, + 106.66666666666667, + 501, + 134.33333333333334 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 100, + 134.33333333333334, + 501, + 162.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 105, + 165, + 506, + 220 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 164, + 505, + 177 + ], + "spans": [ + { + "bbox": [ + 106, + 164, + 505, + 177 + ], + "score": 1.0, + "content": "Figure 10: Influence of factors on the final model. We plot the difference in percent between", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 175, + 506, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 175, + 506, + 189 + ], + "score": 1.0, + "content": "the searched model’s performance with and without applying the corresponding factor. For the", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 186, + 507, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 186, + 189, + 200 + ], + "score": 1.0, + "content": "hyper-parameters of", + "type": "text" + }, + { + "bbox": [ + 189, + 187, + 206, + 198 + ], + "score": 0.9, + "content": "P _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 186, + 507, + 200 + ], + "score": 1.0, + "content": ", the baseline is Random NAS, as reported in Table 4. For the other factors,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 197, + 505, + 210 + ], + "spans": [ + { + "bbox": [ + 105, + 197, + 505, + 210 + ], + "score": 1.0, + "content": "the baseline of each search space uses the best setting of the hyper-parameters. Each experiment was", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 208, + 187, + 221 + ], + "spans": [ + { + "bbox": [ + 105, + 208, + 187, + 221 + ], + "score": 1.0, + "content": "run at least 3 times.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5 + } + ], + "index": 3.0 + }, + { + "type": "list", + "bbox": [ + 106, + 230, + 506, + 349 + ], + "lines": [ + { + "bbox": [ + 105, + 229, + 505, + 243 + ], + "spans": [ + { + "bbox": [ + 105, + 229, + 505, + 243 + ], + "score": 1.0, + "content": "1. Do not use super-net accuracy to judge the quality of your super-net. The sparse Kendall-Tau has", + "type": "text" + } + ], + "index": 8, + "is_list_start_line": true + }, + { + "bbox": [ + 117, + 241, + 355, + 253 + ], + "spans": [ + { + "bbox": [ + 117, + 241, + 355, + 253 + ], + "score": 1.0, + "content": "much higher correlation with the final search performance.", + "type": "text" + } + ], + "index": 9, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 250, + 507, + 265 + ], + "spans": [ + { + "bbox": [ + 104, + 250, + 507, + 265 + ], + "score": 1.0, + "content": "2. When batch normalization is used, do not use the moving average statistics during evaluation.", + "type": "text" + } + ], + "index": 10, + "is_list_start_line": true + }, + { + "bbox": [ + 117, + 261, + 494, + 276 + ], + "spans": [ + { + "bbox": [ + 117, + 261, + 494, + 276 + ], + "score": 1.0, + "content": "Instead, compute the statistics on the fly over a batch of the same size as used during training.", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 274, + 506, + 286 + ], + "spans": [ + { + "bbox": [ + 106, + 274, + 506, + 286 + ], + "score": 1.0, + "content": "3. The loss landscape of super-nets is less smooth than that of standalone networks. Start from a", + "type": "text" + } + ], + "index": 12, + "is_list_start_line": true + }, + { + "bbox": [ + 117, + 284, + 303, + 297 + ], + "spans": [ + { + "bbox": [ + 117, + 284, + 303, + 297 + ], + "score": 1.0, + "content": "smaller learning rate than standalone training.", + "type": "text" + } + ], + "index": 13, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 294, + 505, + 308 + ], + "spans": [ + { + "bbox": [ + 104, + 294, + 505, + 308 + ], + "score": 1.0, + "content": "4. Do not use other low-fidelity estimates than moderately reducing the training set size to decrease", + "type": "text" + } + ], + "index": 14, + "is_list_start_line": true + }, + { + "bbox": [ + 118, + 306, + 183, + 317 + ], + "spans": [ + { + "bbox": [ + 118, + 306, + 183, + 317 + ], + "score": 1.0, + "content": "the search time.", + "type": "text" + } + ], + "index": 15, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 316, + 505, + 329 + ], + "spans": [ + { + "bbox": [ + 104, + 316, + 505, + 329 + ], + "score": 1.0, + "content": "5. Do not use dynamic channeling in search spaces that have a varying number of channels in the", + "type": "text" + } + ], + "index": 16, + "is_list_start_line": true + }, + { + "bbox": [ + 117, + 326, + 506, + 342 + ], + "spans": [ + { + "bbox": [ + 117, + 326, + 506, + 342 + ], + "score": 1.0, + "content": "intermediate nodes. Break the search space into multiple sub-spaces such that dynamic channeling", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 117, + 338, + 181, + 351 + ], + "spans": [ + { + "bbox": [ + 117, + 338, + 181, + 351 + ], + "score": 1.0, + "content": "is not required.", + "type": "text" + } + ], + "index": 18, + "is_list_end_line": true + } + ], + "index": 13, + "bbox_fs": [ + 104, + 229, + 507, + 351 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 359, + 297, + 488 + ], + "lines": [ + { + "bbox": [ + 107, + 358, + 297, + 370 + ], + "spans": [ + { + "bbox": [ + 107, + 358, + 297, + 370 + ], + "score": 1.0, + "content": "Comparison to the state of the art. Table 4", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 369, + 297, + 381 + ], + "spans": [ + { + "bbox": [ + 106, + 369, + 297, + 381 + ], + "score": 1.0, + "content": "shows that carefully controlling the relevant", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 380, + 297, + 392 + ], + "spans": [ + { + "bbox": [ + 106, + 380, + 297, + 392 + ], + "score": 1.0, + "content": "factors and adopting the techniques proposed", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 390, + 297, + 403 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 297, + 403 + ], + "score": 1.0, + "content": "in Section 4 allow us to considerably improve", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 402, + 297, + 413 + ], + "spans": [ + { + "bbox": [ + 106, + 402, + 297, + 413 + ], + "score": 1.0, + "content": "the performance of Random-NAS. Thanks to", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 413, + 298, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 413, + 298, + 424 + ], + "score": 1.0, + "content": "our evaluation, we were able to show that sim-", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 423, + 298, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 423, + 298, + 436 + ], + "score": 1.0, + "content": "ple Random-NAS together with an appropriate", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 434, + 295, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 173, + 447 + ], + "score": 1.0, + "content": "training protocol", + "type": "text" + }, + { + "bbox": [ + 174, + 435, + 191, + 446 + ], + "score": 0.9, + "content": "P _ { w s }", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 434, + 279, + 447 + ], + "score": 1.0, + "content": "and mapping function", + "type": "text" + }, + { + "bbox": [ + 280, + 434, + 295, + 446 + ], + "score": 0.88, + "content": "f _ { w s }", + "type": "inline_equation" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 446, + 298, + 457 + ], + "spans": [ + { + "bbox": [ + 106, + 446, + 298, + 457 + ], + "score": 1.0, + "content": "yields results that are competitive to and some-", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 456, + 298, + 468 + ], + "spans": [ + { + "bbox": [ + 106, + 456, + 298, + 468 + ], + "score": 1.0, + "content": "times even surpass state-of-the-art algorithms.", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 466, + 297, + 479 + ], + "spans": [ + { + "bbox": [ + 106, + 466, + 297, + 479 + ], + "score": 1.0, + "content": "Our results provide a strong baseline upon which", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 478, + 197, + 489 + ], + "spans": [ + { + "bbox": [ + 106, + 478, + 197, + 489 + ], + "score": 1.0, + "content": "future work can build.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 24.5, + "bbox_fs": [ + 105, + 358, + 298, + 489 + ] + }, + { + "type": "text", + "bbox": [ + 305, + 358, + 505, + 423 + ], + "lines": [ + { + "bbox": [ + 303, + 357, + 506, + 369 + ], + "spans": [ + { + "bbox": [ + 303, + 357, + 506, + 369 + ], + "score": 1.0, + "content": "Table 4: Final results. Results on NASBench-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 303, + 366, + 506, + 381 + ], + "spans": [ + { + "bbox": [ + 303, + 366, + 506, + 381 + ], + "score": 1.0, + "content": "101 and 201 are from Yu et al. (2020b), and Dong", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 303, + 379, + 507, + 391 + ], + "spans": [ + { + "bbox": [ + 303, + 379, + 507, + 391 + ], + "score": 1.0, + "content": "& Yang (2020). We report the mean over 3 runs.", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 302, + 388, + 507, + 403 + ], + "spans": [ + { + "bbox": [ + 302, + 388, + 416, + 403 + ], + "score": 1.0, + "content": "Note that NASBench-101", + "type": "text" + }, + { + "bbox": [ + 417, + 390, + 447, + 401 + ], + "score": 0.86, + "content": "{ \\mathit { n } } = 7 ", + "type": "inline_equation" + }, + { + "bbox": [ + 447, + 388, + 466, + 403 + ], + "score": 1.0, + "content": ") in (", + "type": "text" + }, + { + "bbox": [ + 466, + 390, + 479, + 401 + ], + "score": 0.32, + "content": "\\mathrm { T u }", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 388, + 507, + 403 + ], + "score": 1.0, + "content": "et al.,", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 303, + 399, + 506, + 415 + ], + "spans": [ + { + "bbox": [ + 303, + 399, + 506, + 415 + ], + "score": 1.0, + "content": "2020b) is identical to our setting. Our new strategy", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 303, + 412, + 505, + 423 + ], + "spans": [ + { + "bbox": [ + 303, + 412, + 505, + 423 + ], + "score": 1.0, + "content": "significantly surpasses the random search baseline.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 33.5, + "bbox_fs": [ + 302, + 357, + 507, + 423 + ] + }, + { + "type": "table", + "bbox": [ + 306, + 433, + 502, + 492 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 306, + 433, + 502, + 492 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 306, + 433, + 502, + 492 + ], + "spans": [ + { + "bbox": [ + 306, + 433, + 502, + 492 + ], + "score": 0.977, + "html": "
MethodNASBench 101 (n=7)NASBench 201DARTS NDSDARTS NDS*
ENAS91.83 ±0.4254.30±0.0094.45 ± 0.0997.11
DARTS-V292.21 ± 0.6154.30 ±0.0094.79 ± 0.1197.37
NAO92.59 ± 0.5997.10
GDAS=93.51 ± 0.1396.23
Random NAS89.89 ± 3.8987.66 ± 1.6991.33 ±0.1296.74†
Random NAS (Ours)93.12 ±0.0692.71 ± 0.1594.26±0.0597.08
", + "type": "table", + "image_path": "8087fd2c3ebf063ea4ca715db29a52b27cd0c8f0ef774988a074025af964b69b.jpg" + } + ] + } + ], + "index": 38.5, + "virtual_lines": [ + { + "bbox": [ + 306, + 433, + 502, + 447.75 + ], + "spans": [], + "index": 37 + }, + { + "bbox": [ + 306, + 447.75, + 502, + 462.5 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 306, + 462.5, + 502, + 477.25 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 306, + 477.25, + 502, + 492.0 + ], + "spans": [], + "index": 40 + } + ] + }, + { + "type": "table_footnote", + "bbox": [ + 308, + 493, + 499, + 530 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 309, + 491, + 396, + 499 + ], + "spans": [ + { + "bbox": [ + 309, + 491, + 396, + 499 + ], + "score": 1.0, + "content": "†Results from Li & Talwalkar (2019)", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 308, + 497, + 438, + 506 + ], + "spans": [ + { + "bbox": [ + 308, + 497, + 438, + 506 + ], + "score": 1.0, + "content": "?Trained according to Liu et al. (2019b) for 600 epochs.", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 309, + 504, + 500, + 512 + ], + "spans": [ + { + "bbox": [ + 309, + 504, + 500, + 512 + ], + "score": 1.0, + "content": "DARTS-V2 (Liu et al., 2019b), ENAS (Pham et al., 2018), NAO (Luo et al., 2018).", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 309, + 511, + 469, + 518 + ], + "spans": [ + { + "bbox": [ + 309, + 511, + 469, + 518 + ], + "score": 1.0, + "content": "Random-NAS (Li & Talwalkar, 2019), GDAS (Dong & Yang, 2019b)", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 308, + 516, + 482, + 525 + ], + "spans": [ + { + "bbox": [ + 308, + 516, + 482, + 525 + ], + "score": 1.0, + "content": "On NASBench-201, both random NAS and our approach samples 100 final", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 309, + 523, + 411, + 530 + ], + "spans": [ + { + "bbox": [ + 309, + 523, + 411, + 530 + ], + "score": 1.0, + "content": "architectures to follow Dong & Yang (2020)", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 43.5 + } + ], + "index": 41.0 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 82, + 176, + 93 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 176, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 176, + 95 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 100, + 504, + 133 + ], + "lines": [ + { + "bbox": [ + 106, + 99, + 506, + 113 + ], + "spans": [ + { + "bbox": [ + 106, + 99, + 506, + 113 + ], + "score": 1.0, + "content": "Gabriel Bender, Hanxiao Liu, Bo Chen, Grace Chu, Shuyang Cheng, Pieter-Jan Kindermans, and", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 116, + 111, + 505, + 123 + ], + "spans": [ + { + "bbox": [ + 116, + 111, + 505, + 123 + ], + "score": 1.0, + "content": "Quoc V. Le. Can weight sharing outperform random architecture search? an investigation with", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 116, + 121, + 209, + 133 + ], + "spans": [ + { + "bbox": [ + 116, + 121, + 209, + 133 + ], + "score": 1.0, + "content": "tunas. In CVPR, 2020.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 104, + 140, + 504, + 163 + ], + "lines": [ + { + "bbox": [ + 105, + 139, + 505, + 154 + ], + "spans": [ + { + "bbox": [ + 105, + 139, + 505, + 154 + ], + "score": 1.0, + "content": "Han Cai, Ligeng Zhu, and Song Han. ProxylessNAS: Direct Neural Architecture Search on Target", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 116, + 151, + 262, + 163 + ], + "spans": [ + { + "bbox": [ + 116, + 151, + 262, + 163 + ], + "score": 1.0, + "content": "Task and Hardware. In ICLR, 2019.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5 + }, + { + "type": "text", + "bbox": [ + 107, + 170, + 504, + 203 + ], + "lines": [ + { + "bbox": [ + 105, + 170, + 506, + 183 + ], + "spans": [ + { + "bbox": [ + 105, + 170, + 506, + 183 + ], + "score": 1.0, + "content": "Han Cai, Chuang Gan, Tianzhe Wang, Zhekai Zhang, and Song Han. Once for all: Train one network", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 116, + 182, + 505, + 194 + ], + "spans": [ + { + "bbox": [ + 116, + 182, + 505, + 194 + ], + "score": 1.0, + "content": "and specialize it for efficient deployment. In ICLR, 2020. URL https://openreview.net/", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 116, + 192, + 235, + 204 + ], + "spans": [ + { + "bbox": [ + 116, + 192, + 164, + 204 + ], + "score": 1.0, + "content": "forum?id", + "type": "text" + }, + { + "bbox": [ + 165, + 194, + 172, + 202 + ], + "score": 0.66, + "content": "\\underline { { \\underline { { \\mathbf { \\Pi } } } } } =", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 192, + 235, + 204 + ], + "score": 1.0, + "content": "HylxE1HKwS.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 106, + 210, + 505, + 234 + ], + "lines": [ + { + "bbox": [ + 105, + 209, + 506, + 226 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 506, + 226 + ], + "score": 1.0, + "content": "Xin Chen, Lingxi Xie, Jun Wu, and Qi Tian. Progressive differentiable architecture search: Bridging", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 116, + 222, + 367, + 234 + ], + "spans": [ + { + "bbox": [ + 116, + 222, + 367, + 234 + ], + "score": 1.0, + "content": "the depth gap between search and evaluation. In ICCV, 2019a.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 107, + 240, + 505, + 264 + ], + "lines": [ + { + "bbox": [ + 106, + 240, + 506, + 253 + ], + "spans": [ + { + "bbox": [ + 106, + 240, + 506, + 253 + ], + "score": 1.0, + "content": "Yukang Chen, Tong Yang, Xiangyu Zhang, Gaofeng Meng, Chunhong Pan, and Jian Sun. DetNAS:", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 116, + 252, + 383, + 264 + ], + "spans": [ + { + "bbox": [ + 116, + 252, + 383, + 264 + ], + "score": 1.0, + "content": "Neural Architecture Search on Object Detection. NeurIPS, 2019b.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5 + }, + { + "type": "text", + "bbox": [ + 106, + 270, + 504, + 293 + ], + "lines": [ + { + "bbox": [ + 105, + 270, + 506, + 284 + ], + "spans": [ + { + "bbox": [ + 105, + 270, + 506, + 284 + ], + "score": 1.0, + "content": "Xiangxiang Chu, Bo Zhang, Ruijun Xu, and Jixiang Li. FairNAS: Rethinking Evaluation Fairness of", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 116, + 281, + 351, + 294 + ], + "spans": [ + { + "bbox": [ + 116, + 281, + 351, + 294 + ], + "score": 1.0, + "content": "Weight Sharing Neural Architecture Search. arXiv:, 2019.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13.5 + }, + { + "type": "text", + "bbox": [ + 106, + 300, + 504, + 324 + ], + "lines": [ + { + "bbox": [ + 106, + 300, + 505, + 313 + ], + "spans": [ + { + "bbox": [ + 106, + 300, + 505, + 313 + ], + "score": 1.0, + "content": "Xuanyi Dong and Yi Yang. Network pruning via transformable architecture search. In Advances in", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 311, + 363, + 324 + ], + "spans": [ + { + "bbox": [ + 115, + 311, + 363, + 324 + ], + "score": 1.0, + "content": "Neural Information Processing Systems, pp. 760–771, 2019a.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15.5 + }, + { + "type": "text", + "bbox": [ + 106, + 330, + 505, + 353 + ], + "lines": [ + { + "bbox": [ + 105, + 330, + 506, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 330, + 506, + 343 + ], + "score": 1.0, + "content": "Xuanyi Dong and Yi Yang. Searching for a robust neural architecture in four gpu hours. In CVPR,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 114, + 340, + 147, + 352 + ], + "spans": [ + { + "bbox": [ + 114, + 340, + 147, + 352 + ], + "score": 1.0, + "content": "2019b.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5 + }, + { + "type": "text", + "bbox": [ + 106, + 360, + 505, + 383 + ], + "lines": [ + { + "bbox": [ + 105, + 359, + 505, + 373 + ], + "spans": [ + { + "bbox": [ + 105, + 359, + 505, + 373 + ], + "score": 1.0, + "content": "Xuanyi Dong and Yi Yang. NAS-Bench-201: Extending the scope of reproducible neural architecture", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 116, + 371, + 489, + 384 + ], + "spans": [ + { + "bbox": [ + 116, + 371, + 419, + 384 + ], + "score": 1.0, + "content": "search. In ICLR, 2020. URL https://openreview.net/forum?id", + "type": "text" + }, + { + "bbox": [ + 420, + 372, + 426, + 380 + ], + "score": 0.58, + "content": "\\underline { { \\underline { { \\mathbf { \\Pi } } } } } =", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 371, + 489, + 384 + ], + "score": 1.0, + "content": "HJxyZkBKDr.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5 + }, + { + "type": "text", + "bbox": [ + 106, + 389, + 504, + 413 + ], + "lines": [ + { + "bbox": [ + 106, + 389, + 506, + 402 + ], + "spans": [ + { + "bbox": [ + 106, + 389, + 506, + 402 + ], + "score": 1.0, + "content": "Thomas Elsken, Jan Hendrik Metzen, and Frank Hutter. Neural architecture search: A survey. Journal", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 116, + 401, + 324, + 413 + ], + "spans": [ + { + "bbox": [ + 116, + 401, + 324, + 413 + ], + "score": 1.0, + "content": "of Machine Learning Research, 20(55):1–21, 2019.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5 + }, + { + "type": "text", + "bbox": [ + 106, + 419, + 505, + 443 + ], + "lines": [ + { + "bbox": [ + 105, + 419, + 506, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 419, + 506, + 432 + ], + "score": 1.0, + "content": "Zichao Guo, Xiangyu Zhang, Haoyuan Mu, Wen Heng, Zechun Liu, Yichen Wei, and Jian Sun.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 116, + 430, + 473, + 443 + ], + "spans": [ + { + "bbox": [ + 116, + 430, + 473, + 443 + ], + "score": 1.0, + "content": "Single Path One-Shot Neural Architecture Search with Uniform Sampling. ECCV, 2019.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 105, + 449, + 504, + 473 + ], + "lines": [ + { + "bbox": [ + 105, + 449, + 506, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 449, + 506, + 462 + ], + "score": 1.0, + "content": "Haifeng Jin, Qingquan Song, and Xia Hu. Auto-Keras: An efficient neural architecture search system.", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 115, + 460, + 424, + 473 + ], + "spans": [ + { + "bbox": [ + 115, + 460, + 424, + 473 + ], + "score": 1.0, + "content": "In International Conference on Knowledge Discovery & Data Mining, 2019.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5 + }, + { + "type": "text", + "bbox": [ + 106, + 479, + 504, + 502 + ], + "lines": [ + { + "bbox": [ + 105, + 478, + 506, + 493 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 506, + 493 + ], + "score": 1.0, + "content": "Kirthevasan Kandasamy, Willie Neiswanger, Jeff Schneider, Barnabas Poczos, and Eric P Xing.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 116, + 490, + 500, + 503 + ], + "spans": [ + { + "bbox": [ + 116, + 490, + 500, + 503 + ], + "score": 1.0, + "content": "Neural architecture search with bayesian optimisation and optimal transport. In NeurIPS, 2018.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5 + }, + { + "type": "text", + "bbox": [ + 106, + 508, + 505, + 531 + ], + "lines": [ + { + "bbox": [ + 106, + 508, + 505, + 521 + ], + "spans": [ + { + "bbox": [ + 106, + 508, + 505, + 521 + ], + "score": 1.0, + "content": "Alex Krizhevsky, Vinod Nair, and Geoffrey Hinton. CIFAR-10 (canadian institute for advanced", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 520, + 184, + 531 + ], + "spans": [ + { + "bbox": [ + 115, + 520, + 184, + 531 + ], + "score": 1.0, + "content": "research). 2009.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5 + }, + { + "type": "text", + "bbox": [ + 105, + 538, + 505, + 561 + ], + "lines": [ + { + "bbox": [ + 105, + 537, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 537, + 505, + 552 + ], + "score": 1.0, + "content": "Hao Li, Zheng Xu, Gavin Taylor, Christoph Studer, and Tom Goldstein. Visualizing the loss landscape", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 116, + 550, + 251, + 561 + ], + "spans": [ + { + "bbox": [ + 116, + 550, + 251, + 561 + ], + "score": 1.0, + "content": "of neural nets. In NeurIPS, 2018.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31.5 + }, + { + "type": "text", + "bbox": [ + 105, + 568, + 505, + 591 + ], + "lines": [ + { + "bbox": [ + 105, + 568, + 506, + 581 + ], + "spans": [ + { + "bbox": [ + 105, + 568, + 506, + 581 + ], + "score": 1.0, + "content": "Liam Li and Ameet Talwalkar. Random search and reproducibility for neural architecture search.", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 115, + 579, + 162, + 591 + ], + "spans": [ + { + "bbox": [ + 115, + 579, + 162, + 591 + ], + "score": 1.0, + "content": "UAI, 2019.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5 + }, + { + "type": "text", + "bbox": [ + 105, + 598, + 504, + 621 + ], + "lines": [ + { + "bbox": [ + 105, + 596, + 506, + 614 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 506, + 614 + ], + "score": 1.0, + "content": "Xiang Li, Chen Lin, Chuming Li, Ming Sun, Wei Wu, Junjie Yan, and Wanli Ouyang. Improving", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 115, + 609, + 376, + 622 + ], + "spans": [ + { + "bbox": [ + 115, + 609, + 376, + 622 + ], + "score": 1.0, + "content": "one-shot NAS by suppressing the posterior fading. CVPR, 2020.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5 + }, + { + "type": "text", + "bbox": [ + 107, + 627, + 504, + 662 + ], + "lines": [ + { + "bbox": [ + 106, + 628, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 106, + 628, + 505, + 640 + ], + "score": 1.0, + "content": "Chenxi Liu, Barret Zoph, Maxim Neumann, Jonathon Shlens, Wei Hua, Li-Jia Li, Li Fei-Fei, Alan", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 115, + 639, + 507, + 652 + ], + "spans": [ + { + "bbox": [ + 115, + 639, + 507, + 652 + ], + "score": 1.0, + "content": "Yuille, Jonathan Huang, and Kevin Murphy. Progressive neural architecture search. In ECCV,", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 114, + 648, + 144, + 663 + ], + "spans": [ + { + "bbox": [ + 114, + 648, + 144, + 663 + ], + "score": 1.0, + "content": "2018.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38 + }, + { + "type": "text", + "bbox": [ + 107, + 668, + 505, + 702 + ], + "lines": [ + { + "bbox": [ + 106, + 667, + 507, + 681 + ], + "spans": [ + { + "bbox": [ + 106, + 667, + 507, + 681 + ], + "score": 1.0, + "content": "Chenxi Liu, Liang-Chieh Chen, Florian Schroff, Hartwig Adam, Wei Hua, Alan Yuille, and Li Fei-Fei.", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 678, + 507, + 693 + ], + "spans": [ + { + "bbox": [ + 115, + 678, + 507, + 693 + ], + "score": 1.0, + "content": "Auto-DeepLab: Hierarchical Neural Architecture Search for Semantic Image Segmentation. CVPR,", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 689, + 147, + 704 + ], + "spans": [ + { + "bbox": [ + 115, + 689, + 147, + 704 + ], + "score": 1.0, + "content": "2019a.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41 + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 504, + 731 + ], + "lines": [ + { + "bbox": [ + 106, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "Hanxiao Liu, Karen Simonyan, and Yiming Yang. DARTS: Differentiable architecture search. ICLR,", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 115, + 719, + 147, + 732 + ], + "spans": [ + { + "bbox": [ + 115, + 719, + 147, + 732 + ], + "score": 1.0, + "content": "2019b.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43.5 + } + ], + "page_idx": 9, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "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" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 307, + 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 2021", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 82, + 176, + 93 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 176, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 176, + 95 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 100, + 504, + 133 + ], + "lines": [ + { + "bbox": [ + 106, + 99, + 506, + 113 + ], + "spans": [ + { + "bbox": [ + 106, + 99, + 506, + 113 + ], + "score": 1.0, + "content": "Gabriel Bender, Hanxiao Liu, Bo Chen, Grace Chu, Shuyang Cheng, Pieter-Jan Kindermans, and", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 116, + 111, + 505, + 123 + ], + "spans": [ + { + "bbox": [ + 116, + 111, + 505, + 123 + ], + "score": 1.0, + "content": "Quoc V. Le. Can weight sharing outperform random architecture search? an investigation with", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 116, + 121, + 209, + 133 + ], + "spans": [ + { + "bbox": [ + 116, + 121, + 209, + 133 + ], + "score": 1.0, + "content": "tunas. In CVPR, 2020.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2, + "bbox_fs": [ + 106, + 99, + 506, + 133 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 140, + 504, + 163 + ], + "lines": [ + { + "bbox": [ + 105, + 139, + 505, + 154 + ], + "spans": [ + { + "bbox": [ + 105, + 139, + 505, + 154 + ], + "score": 1.0, + "content": "Han Cai, Ligeng Zhu, and Song Han. ProxylessNAS: Direct Neural Architecture Search on Target", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 116, + 151, + 262, + 163 + ], + "spans": [ + { + "bbox": [ + 116, + 151, + 262, + 163 + ], + "score": 1.0, + "content": "Task and Hardware. In ICLR, 2019.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5, + "bbox_fs": [ + 105, + 139, + 505, + 163 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 170, + 504, + 203 + ], + "lines": [ + { + "bbox": [ + 105, + 170, + 506, + 183 + ], + "spans": [ + { + "bbox": [ + 105, + 170, + 506, + 183 + ], + "score": 1.0, + "content": "Han Cai, Chuang Gan, Tianzhe Wang, Zhekai Zhang, and Song Han. Once for all: Train one network", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 116, + 182, + 505, + 194 + ], + "spans": [ + { + "bbox": [ + 116, + 182, + 505, + 194 + ], + "score": 1.0, + "content": "and specialize it for efficient deployment. In ICLR, 2020. URL https://openreview.net/", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 116, + 192, + 235, + 204 + ], + "spans": [ + { + "bbox": [ + 116, + 192, + 164, + 204 + ], + "score": 1.0, + "content": "forum?id", + "type": "text" + }, + { + "bbox": [ + 165, + 194, + 172, + 202 + ], + "score": 0.66, + "content": "\\underline { { \\underline { { \\mathbf { \\Pi } } } } } =", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 192, + 235, + 204 + ], + "score": 1.0, + "content": "HylxE1HKwS.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7, + "bbox_fs": [ + 105, + 170, + 506, + 204 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 210, + 505, + 234 + ], + "lines": [ + { + "bbox": [ + 105, + 209, + 506, + 226 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 506, + 226 + ], + "score": 1.0, + "content": "Xin Chen, Lingxi Xie, Jun Wu, and Qi Tian. Progressive differentiable architecture search: Bridging", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 116, + 222, + 367, + 234 + ], + "spans": [ + { + "bbox": [ + 116, + 222, + 367, + 234 + ], + "score": 1.0, + "content": "the depth gap between search and evaluation. In ICCV, 2019a.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5, + "bbox_fs": [ + 105, + 209, + 506, + 234 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 240, + 505, + 264 + ], + "lines": [ + { + "bbox": [ + 106, + 240, + 506, + 253 + ], + "spans": [ + { + "bbox": [ + 106, + 240, + 506, + 253 + ], + "score": 1.0, + "content": "Yukang Chen, Tong Yang, Xiangyu Zhang, Gaofeng Meng, Chunhong Pan, and Jian Sun. DetNAS:", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 116, + 252, + 383, + 264 + ], + "spans": [ + { + "bbox": [ + 116, + 252, + 383, + 264 + ], + "score": 1.0, + "content": "Neural Architecture Search on Object Detection. NeurIPS, 2019b.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5, + "bbox_fs": [ + 106, + 240, + 506, + 264 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 270, + 504, + 293 + ], + "lines": [ + { + "bbox": [ + 105, + 270, + 506, + 284 + ], + "spans": [ + { + "bbox": [ + 105, + 270, + 506, + 284 + ], + "score": 1.0, + "content": "Xiangxiang Chu, Bo Zhang, Ruijun Xu, and Jixiang Li. FairNAS: Rethinking Evaluation Fairness of", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 116, + 281, + 351, + 294 + ], + "spans": [ + { + "bbox": [ + 116, + 281, + 351, + 294 + ], + "score": 1.0, + "content": "Weight Sharing Neural Architecture Search. arXiv:, 2019.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13.5, + "bbox_fs": [ + 105, + 270, + 506, + 294 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 300, + 504, + 324 + ], + "lines": [ + { + "bbox": [ + 106, + 300, + 505, + 313 + ], + "spans": [ + { + "bbox": [ + 106, + 300, + 505, + 313 + ], + "score": 1.0, + "content": "Xuanyi Dong and Yi Yang. Network pruning via transformable architecture search. In Advances in", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 311, + 363, + 324 + ], + "spans": [ + { + "bbox": [ + 115, + 311, + 363, + 324 + ], + "score": 1.0, + "content": "Neural Information Processing Systems, pp. 760–771, 2019a.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15.5, + "bbox_fs": [ + 106, + 300, + 505, + 324 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 330, + 505, + 353 + ], + "lines": [ + { + "bbox": [ + 105, + 330, + 506, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 330, + 506, + 343 + ], + "score": 1.0, + "content": "Xuanyi Dong and Yi Yang. Searching for a robust neural architecture in four gpu hours. In CVPR,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 114, + 340, + 147, + 352 + ], + "spans": [ + { + "bbox": [ + 114, + 340, + 147, + 352 + ], + "score": 1.0, + "content": "2019b.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5, + "bbox_fs": [ + 105, + 330, + 506, + 352 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 360, + 505, + 383 + ], + "lines": [ + { + "bbox": [ + 105, + 359, + 505, + 373 + ], + "spans": [ + { + "bbox": [ + 105, + 359, + 505, + 373 + ], + "score": 1.0, + "content": "Xuanyi Dong and Yi Yang. NAS-Bench-201: Extending the scope of reproducible neural architecture", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 116, + 371, + 489, + 384 + ], + "spans": [ + { + "bbox": [ + 116, + 371, + 419, + 384 + ], + "score": 1.0, + "content": "search. In ICLR, 2020. URL https://openreview.net/forum?id", + "type": "text" + }, + { + "bbox": [ + 420, + 372, + 426, + 380 + ], + "score": 0.58, + "content": "\\underline { { \\underline { { \\mathbf { \\Pi } } } } } =", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 371, + 489, + 384 + ], + "score": 1.0, + "content": "HJxyZkBKDr.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5, + "bbox_fs": [ + 105, + 359, + 505, + 384 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 389, + 504, + 413 + ], + "lines": [ + { + "bbox": [ + 106, + 389, + 506, + 402 + ], + "spans": [ + { + "bbox": [ + 106, + 389, + 506, + 402 + ], + "score": 1.0, + "content": "Thomas Elsken, Jan Hendrik Metzen, and Frank Hutter. Neural architecture search: A survey. Journal", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 116, + 401, + 324, + 413 + ], + "spans": [ + { + "bbox": [ + 116, + 401, + 324, + 413 + ], + "score": 1.0, + "content": "of Machine Learning Research, 20(55):1–21, 2019.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5, + "bbox_fs": [ + 106, + 389, + 506, + 413 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 419, + 505, + 443 + ], + "lines": [ + { + "bbox": [ + 105, + 419, + 506, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 419, + 506, + 432 + ], + "score": 1.0, + "content": "Zichao Guo, Xiangyu Zhang, Haoyuan Mu, Wen Heng, Zechun Liu, Yichen Wei, and Jian Sun.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 116, + 430, + 473, + 443 + ], + "spans": [ + { + "bbox": [ + 116, + 430, + 473, + 443 + ], + "score": 1.0, + "content": "Single Path One-Shot Neural Architecture Search with Uniform Sampling. ECCV, 2019.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5, + "bbox_fs": [ + 105, + 419, + 506, + 443 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 449, + 504, + 473 + ], + "lines": [ + { + "bbox": [ + 105, + 449, + 506, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 449, + 506, + 462 + ], + "score": 1.0, + "content": "Haifeng Jin, Qingquan Song, and Xia Hu. Auto-Keras: An efficient neural architecture search system.", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 115, + 460, + 424, + 473 + ], + "spans": [ + { + "bbox": [ + 115, + 460, + 424, + 473 + ], + "score": 1.0, + "content": "In International Conference on Knowledge Discovery & Data Mining, 2019.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5, + "bbox_fs": [ + 105, + 449, + 506, + 473 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 479, + 504, + 502 + ], + "lines": [ + { + "bbox": [ + 105, + 478, + 506, + 493 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 506, + 493 + ], + "score": 1.0, + "content": "Kirthevasan Kandasamy, Willie Neiswanger, Jeff Schneider, Barnabas Poczos, and Eric P Xing.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 116, + 490, + 500, + 503 + ], + "spans": [ + { + "bbox": [ + 116, + 490, + 500, + 503 + ], + "score": 1.0, + "content": "Neural architecture search with bayesian optimisation and optimal transport. In NeurIPS, 2018.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5, + "bbox_fs": [ + 105, + 478, + 506, + 503 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 508, + 505, + 531 + ], + "lines": [ + { + "bbox": [ + 106, + 508, + 505, + 521 + ], + "spans": [ + { + "bbox": [ + 106, + 508, + 505, + 521 + ], + "score": 1.0, + "content": "Alex Krizhevsky, Vinod Nair, and Geoffrey Hinton. CIFAR-10 (canadian institute for advanced", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 520, + 184, + 531 + ], + "spans": [ + { + "bbox": [ + 115, + 520, + 184, + 531 + ], + "score": 1.0, + "content": "research). 2009.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5, + "bbox_fs": [ + 106, + 508, + 505, + 531 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 538, + 505, + 561 + ], + "lines": [ + { + "bbox": [ + 105, + 537, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 537, + 505, + 552 + ], + "score": 1.0, + "content": "Hao Li, Zheng Xu, Gavin Taylor, Christoph Studer, and Tom Goldstein. Visualizing the loss landscape", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 116, + 550, + 251, + 561 + ], + "spans": [ + { + "bbox": [ + 116, + 550, + 251, + 561 + ], + "score": 1.0, + "content": "of neural nets. In NeurIPS, 2018.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31.5, + "bbox_fs": [ + 105, + 537, + 505, + 561 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 568, + 505, + 591 + ], + "lines": [ + { + "bbox": [ + 105, + 568, + 506, + 581 + ], + "spans": [ + { + "bbox": [ + 105, + 568, + 506, + 581 + ], + "score": 1.0, + "content": "Liam Li and Ameet Talwalkar. Random search and reproducibility for neural architecture search.", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 115, + 579, + 162, + 591 + ], + "spans": [ + { + "bbox": [ + 115, + 579, + 162, + 591 + ], + "score": 1.0, + "content": "UAI, 2019.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5, + "bbox_fs": [ + 105, + 568, + 506, + 591 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 598, + 504, + 621 + ], + "lines": [ + { + "bbox": [ + 105, + 596, + 506, + 614 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 506, + 614 + ], + "score": 1.0, + "content": "Xiang Li, Chen Lin, Chuming Li, Ming Sun, Wei Wu, Junjie Yan, and Wanli Ouyang. Improving", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 115, + 609, + 376, + 622 + ], + "spans": [ + { + "bbox": [ + 115, + 609, + 376, + 622 + ], + "score": 1.0, + "content": "one-shot NAS by suppressing the posterior fading. CVPR, 2020.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5, + "bbox_fs": [ + 105, + 596, + 506, + 622 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 627, + 504, + 662 + ], + "lines": [ + { + "bbox": [ + 106, + 628, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 106, + 628, + 505, + 640 + ], + "score": 1.0, + "content": "Chenxi Liu, Barret Zoph, Maxim Neumann, Jonathon Shlens, Wei Hua, Li-Jia Li, Li Fei-Fei, Alan", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 115, + 639, + 507, + 652 + ], + "spans": [ + { + "bbox": [ + 115, + 639, + 507, + 652 + ], + "score": 1.0, + "content": "Yuille, Jonathan Huang, and Kevin Murphy. Progressive neural architecture search. In ECCV,", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 114, + 648, + 144, + 663 + ], + "spans": [ + { + "bbox": [ + 114, + 648, + 144, + 663 + ], + "score": 1.0, + "content": "2018.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38, + "bbox_fs": [ + 106, + 628, + 507, + 663 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 668, + 505, + 702 + ], + "lines": [ + { + "bbox": [ + 106, + 667, + 507, + 681 + ], + "spans": [ + { + "bbox": [ + 106, + 667, + 507, + 681 + ], + "score": 1.0, + "content": "Chenxi Liu, Liang-Chieh Chen, Florian Schroff, Hartwig Adam, Wei Hua, Alan Yuille, and Li Fei-Fei.", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 678, + 507, + 693 + ], + "spans": [ + { + "bbox": [ + 115, + 678, + 507, + 693 + ], + "score": 1.0, + "content": "Auto-DeepLab: Hierarchical Neural Architecture Search for Semantic Image Segmentation. CVPR,", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 689, + 147, + 704 + ], + "spans": [ + { + "bbox": [ + 115, + 689, + 147, + 704 + ], + "score": 1.0, + "content": "2019a.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41, + "bbox_fs": [ + 106, + 667, + 507, + 704 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 504, + 731 + ], + "lines": [ + { + "bbox": [ + 106, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "Hanxiao Liu, Karen Simonyan, and Yiming Yang. DARTS: Differentiable architecture search. ICLR,", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 115, + 719, + 147, + 732 + ], + "spans": [ + { + "bbox": [ + 115, + 719, + 147, + 732 + ], + "score": 1.0, + "content": "2019b.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43.5, + "bbox_fs": [ + 106, + 709, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 108, + 82, + 504, + 115 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 506, + 95 + ], + "score": 1.0, + "content": "Zhichao Lu, Ian Whalen, Vishnu Boddeti, Yashesh Dhebar, Kalyanmoy Deb, Erik Goodman, and", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 116, + 92, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 116, + 92, + 505, + 106 + ], + "score": 1.0, + "content": "Wolfgang Banzhaf. NSGA-NET: A multi-objective genetic algorithm for neural architecture", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 115, + 104, + 250, + 115 + ], + "spans": [ + { + "bbox": [ + 115, + 104, + 250, + 115 + ], + "score": 1.0, + "content": "search. arXiv:1810.03522, 2018.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 105, + 123, + 505, + 146 + ], + "lines": [ + { + "bbox": [ + 105, + 123, + 506, + 137 + ], + "spans": [ + { + "bbox": [ + 105, + 123, + 506, + 137 + ], + "score": 1.0, + "content": "Renqian Luo, Fei Tian, Tao Qin, En-Hong Chen, and Tie-Yan Liu. Neural architecture optimization.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 135, + 192, + 146 + ], + "spans": [ + { + "bbox": [ + 115, + 135, + 192, + 146 + ], + "score": 1.0, + "content": "In NeurIPS, 2018.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + }, + { + "type": "text", + "bbox": [ + 107, + 154, + 504, + 188 + ], + "lines": [ + { + "bbox": [ + 106, + 154, + 505, + 167 + ], + "spans": [ + { + "bbox": [ + 106, + 154, + 505, + 167 + ], + "score": 1.0, + "content": "Risto Miikkulainen, Jason Liang, Elliot Meyerson, Aditya Rawal, Daniel Fink, Olivier Francon, Bala", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 116, + 165, + 505, + 178 + ], + "spans": [ + { + "bbox": [ + 116, + 165, + 505, + 178 + ], + "score": 1.0, + "content": "Raju, Hormoz Shahrzad, Arshak Navruzyan, Nigel Duffy, et al. Evolving deep neural networks. In", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 114, + 176, + 498, + 189 + ], + "spans": [ + { + "bbox": [ + 114, + 176, + 498, + 189 + ], + "score": 1.0, + "content": "Artificial Intelligence in the Age of Neural Networks and Brain Computing, pp. 293–312. 2019.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 106, + 195, + 504, + 219 + ], + "lines": [ + { + "bbox": [ + 106, + 195, + 505, + 208 + ], + "spans": [ + { + "bbox": [ + 106, + 195, + 505, + 208 + ], + "score": 1.0, + "content": "Niv Nayman, Asaf Noy, Tal Ridnik, Itamar Friedman, Rong Jin, and Lihi Zelnik. Xnas: Neural", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 116, + 208, + 349, + 218 + ], + "spans": [ + { + "bbox": [ + 116, + 208, + 349, + 218 + ], + "score": 1.0, + "content": "architecture search with expert advice. In NeurIPS, 2019.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5 + }, + { + "type": "text", + "bbox": [ + 107, + 226, + 504, + 249 + ], + "lines": [ + { + "bbox": [ + 105, + 226, + 506, + 240 + ], + "spans": [ + { + "bbox": [ + 105, + 226, + 506, + 240 + ], + "score": 1.0, + "content": "Hieu Pham, Melody Y Guan, Barret Zoph, Quoc V Le, and Jeff Dean. Efficient neural architecture", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 116, + 238, + 290, + 250 + ], + "spans": [ + { + "bbox": [ + 116, + 238, + 290, + 250 + ], + "score": 1.0, + "content": "search via parameter sharing. ICML, 2018.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5 + }, + { + "type": "text", + "bbox": [ + 107, + 257, + 504, + 280 + ], + "lines": [ + { + "bbox": [ + 105, + 255, + 505, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 255, + 505, + 271 + ], + "score": 1.0, + "content": "Ilija Radosavovic, Justin Johnson, Saining Xie, Wan-Yen Lo, and Piotr Dollar. On Network Design ´", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 268, + 307, + 280 + ], + "spans": [ + { + "bbox": [ + 115, + 268, + 307, + 280 + ], + "score": 1.0, + "content": "Spaces for Visual Recognition. In ICCV, 2019.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5 + }, + { + "type": "text", + "bbox": [ + 107, + 287, + 505, + 311 + ], + "lines": [ + { + "bbox": [ + 105, + 288, + 506, + 301 + ], + "spans": [ + { + "bbox": [ + 105, + 288, + 506, + 301 + ], + "score": 1.0, + "content": "Esteban Real, Sherry Moore, Andrew Selle, Saurabh Saxena, Yutaka Leon Suematsu, Jie Tan, Quoc V.", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 299, + 444, + 311 + ], + "spans": [ + { + "bbox": [ + 115, + 299, + 444, + 311 + ], + "score": 1.0, + "content": "Le, and Alexey Kurakin. Large-scale evolution of image classifiers. ICML, 2017.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5 + }, + { + "type": "text", + "bbox": [ + 105, + 318, + 505, + 341 + ], + "lines": [ + { + "bbox": [ + 105, + 317, + 505, + 332 + ], + "spans": [ + { + "bbox": [ + 105, + 317, + 505, + 332 + ], + "score": 1.0, + "content": "Esteban Real, Alok Aggarwal, Yanping Huang, and Quoc V Le. Regularized evolution for image", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 117, + 330, + 286, + 341 + ], + "spans": [ + { + "bbox": [ + 117, + 330, + 286, + 341 + ], + "score": 1.0, + "content": "classifier architecture search. AAAI, 2019.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16.5 + }, + { + "type": "text", + "bbox": [ + 106, + 349, + 504, + 383 + ], + "lines": [ + { + "bbox": [ + 105, + 348, + 506, + 362 + ], + "spans": [ + { + "bbox": [ + 105, + 348, + 506, + 362 + ], + "score": 1.0, + "content": "Michael S. Ryoo, AJ Piergiovanni, Mingxing Tan, and Anelia Angelova. Assemblenet: Searching", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 116, + 360, + 505, + 372 + ], + "spans": [ + { + "bbox": [ + 116, + 360, + 505, + 372 + ], + "score": 1.0, + "content": "for multi-stream neural connectivity in video architectures. In ICLR, 2020. URL https://", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 117, + 371, + 325, + 384 + ], + "spans": [ + { + "bbox": [ + 117, + 371, + 254, + 384 + ], + "score": 1.0, + "content": "openreview.net/forum?id", + "type": "text" + }, + { + "bbox": [ + 254, + 372, + 261, + 380 + ], + "score": 0.53, + "content": "\\underline { { \\underline { { \\mathbf { \\Pi } } } } } =", + "type": "inline_equation" + }, + { + "bbox": [ + 261, + 371, + 325, + 384 + ], + "score": 1.0, + "content": "SJgMK64Ywr.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 107, + 390, + 447, + 402 + ], + "lines": [ + { + "bbox": [ + 105, + 390, + 449, + 404 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 449, + 404 + ], + "score": 1.0, + "content": "David R. So, Chen Liang, and Quoc V. Le. The evolved transformer. In ICML, 2019.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 107, + 410, + 505, + 443 + ], + "lines": [ + { + "bbox": [ + 105, + 410, + 506, + 423 + ], + "spans": [ + { + "bbox": [ + 105, + 410, + 506, + 423 + ], + "score": 1.0, + "content": "Linnan Wang, Saining Xie, Teng Li, Rodrigo Fonseca, and Yuandong Tian. Neural architecture search", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 421, + 509, + 434 + ], + "spans": [ + { + "bbox": [ + 115, + 421, + 509, + 434 + ], + "score": 1.0, + "content": "by learning action space for monte carlo tree search. AAAI, 2020. URL https://openreview.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 116, + 433, + 258, + 443 + ], + "spans": [ + { + "bbox": [ + 116, + 433, + 188, + 443 + ], + "score": 1.0, + "content": "net/forum?id", + "type": "text" + }, + { + "bbox": [ + 189, + 433, + 195, + 441 + ], + "score": 0.42, + "content": "{ . } = { }", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 433, + 258, + 443 + ], + "score": 1.0, + "content": "SklR6aEtwH.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 108, + 451, + 505, + 485 + ], + "lines": [ + { + "bbox": [ + 105, + 451, + 506, + 465 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 506, + 465 + ], + "score": 1.0, + "content": "Bichen Wu, Xiaoliang Dai, Peizhao Zhang, Yanghan Wang, Fei Sun, Yiming Wu, Yuandong Tian,", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 115, + 462, + 505, + 476 + ], + "spans": [ + { + "bbox": [ + 115, + 462, + 505, + 476 + ], + "score": 1.0, + "content": "Peter Vajda, Yangqing Jia, and Kurt Keutzer. FBNet: Hardware-Aware Efficient ConvNet Design", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 116, + 474, + 359, + 486 + ], + "spans": [ + { + "bbox": [ + 116, + 474, + 359, + 486 + ], + "score": 1.0, + "content": "via Differentiable Neural Architecture Search. CVPR, 2019.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 106, + 492, + 504, + 516 + ], + "lines": [ + { + "bbox": [ + 106, + 492, + 506, + 505 + ], + "spans": [ + { + "bbox": [ + 106, + 492, + 506, + 505 + ], + "score": 1.0, + "content": "Sirui Xie, Hehui Zheng, Chunxiao Liu, and Liang Lin. SNAS: Stochastic neural architecture search.", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 115, + 504, + 168, + 516 + ], + "spans": [ + { + "bbox": [ + 115, + 504, + 168, + 516 + ], + "score": 1.0, + "content": "ICLR, 2019.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5 + }, + { + "type": "text", + "bbox": [ + 108, + 523, + 506, + 557 + ], + "lines": [ + { + "bbox": [ + 105, + 522, + 507, + 538 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 507, + 538 + ], + "score": 1.0, + "content": "Yuhui Xu, Lingxi Xie, Xiaopeng Zhang, Xin Chen, Guo-Jun Qi, Qi Tian, and Hongkai Xiong.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 116, + 535, + 506, + 547 + ], + "spans": [ + { + "bbox": [ + 116, + 535, + 506, + 547 + ], + "score": 1.0, + "content": "PC-DARTS: Partial channel connections for memory-efficient architecture search. In ICLR, 2020.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 116, + 546, + 396, + 558 + ], + "spans": [ + { + "bbox": [ + 116, + 546, + 325, + 558 + ], + "score": 1.0, + "content": "URL https://openreview.net/forum?id", + "type": "text" + }, + { + "bbox": [ + 325, + 547, + 331, + 555 + ], + "score": 0.53, + "content": "=", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 546, + 396, + 558 + ], + "score": 1.0, + "content": "BJlS634tPr.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 107, + 565, + 505, + 588 + ], + "lines": [ + { + "bbox": [ + 106, + 565, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 106, + 565, + 505, + 578 + ], + "score": 1.0, + "content": "Antoine Yang, Pedro M. Esperanc¸a, and Fabio M. Carlucci. NAS evaluation is frustratingly hard. In", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 115, + 576, + 448, + 589 + ], + "spans": [ + { + "bbox": [ + 115, + 576, + 377, + 589 + ], + "score": 1.0, + "content": "ICLR, 2020. URL https://openreview.net/forum?id", + "type": "text" + }, + { + "bbox": [ + 377, + 578, + 384, + 586 + ], + "score": 0.59, + "content": "\\underline { { \\underline { { \\mathbf { \\Pi } } } } } =", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 576, + 448, + 589 + ], + "score": 1.0, + "content": "HygrdpVKvr.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5 + }, + { + "type": "text", + "bbox": [ + 105, + 596, + 504, + 618 + ], + "lines": [ + { + "bbox": [ + 106, + 596, + 506, + 608 + ], + "spans": [ + { + "bbox": [ + 106, + 596, + 506, + 608 + ], + "score": 1.0, + "content": "Chris Ying, Aaron Klein, Esteban Real, Eric Christiansen, Kevin Murphy, and Frank Hutter. NAS-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 115, + 606, + 415, + 618 + ], + "spans": [ + { + "bbox": [ + 115, + 606, + 415, + 618 + ], + "score": 1.0, + "content": "Bench-101: Towards reproducible neural architecture search. ICLR, 2019.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5 + }, + { + "type": "text", + "bbox": [ + 104, + 626, + 504, + 649 + ], + "lines": [ + { + "bbox": [ + 105, + 626, + 505, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 505, + 639 + ], + "score": 1.0, + "content": "Jiahui Yu and Thomas S. Huang. Network slimming by slimmable networks: Towards one-shot", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 116, + 637, + 334, + 649 + ], + "spans": [ + { + "bbox": [ + 116, + 637, + 334, + 649 + ], + "score": 1.0, + "content": "architecture search for channel numbers. ICLR, 2019.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5 + }, + { + "type": "text", + "bbox": [ + 109, + 657, + 505, + 691 + ], + "lines": [ + { + "bbox": [ + 105, + 656, + 506, + 671 + ], + "spans": [ + { + "bbox": [ + 105, + 656, + 506, + 671 + ], + "score": 1.0, + "content": "Jiahui Yu, Pengchong Jin, Hanxiao Liu, Gabriel Bender, Pieter-Jan Kindermans, Mingxing Tan,", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 116, + 668, + 506, + 681 + ], + "spans": [ + { + "bbox": [ + 116, + 668, + 506, + 681 + ], + "score": 1.0, + "content": "Thomas Huang, Xiaodan Song, Ruoming Pang, and Quoc Le. BigNAS: Scaling Up Neural", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 678, + 384, + 691 + ], + "spans": [ + { + "bbox": [ + 115, + 678, + 384, + 691 + ], + "score": 1.0, + "content": "Architecture Search with Big Single-Stage Models. ECCV, 2020a.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40 + }, + { + "type": "text", + "bbox": [ + 108, + 699, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 105, + 697, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 697, + 505, + 712 + ], + "score": 1.0, + "content": "Kaicheng Yu, Christian Sciuto, Martin Jaggi, Claudiu Musat, and Mathieu Salzmann. Evaluating", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 115, + 709, + 508, + 722 + ], + "spans": [ + { + "bbox": [ + 115, + 709, + 508, + 722 + ], + "score": 1.0, + "content": "the search phase of neural architecture search. In ICLR, 2020b. URL https://openreview.", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 115, + 720, + 259, + 732 + ], + "spans": [ + { + "bbox": [ + 115, + 720, + 188, + 732 + ], + "score": 1.0, + "content": "net/forum?id", + "type": "text" + }, + { + "bbox": [ + 189, + 722, + 195, + 730 + ], + "score": 0.39, + "content": "{ . } = { }", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 720, + 259, + 732 + ], + "score": 1.0, + "content": "H1loF2NFwr.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43 + } + ], + "page_idx": 10, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 307, + 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 2021", + "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": [ + 108, + 82, + 504, + 115 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 506, + 95 + ], + "score": 1.0, + "content": "Zhichao Lu, Ian Whalen, Vishnu Boddeti, Yashesh Dhebar, Kalyanmoy Deb, Erik Goodman, and", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 116, + 92, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 116, + 92, + 505, + 106 + ], + "score": 1.0, + "content": "Wolfgang Banzhaf. NSGA-NET: A multi-objective genetic algorithm for neural architecture", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 115, + 104, + 250, + 115 + ], + "spans": [ + { + "bbox": [ + 115, + 104, + 250, + 115 + ], + "score": 1.0, + "content": "search. arXiv:1810.03522, 2018.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1, + "bbox_fs": [ + 105, + 81, + 506, + 115 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 123, + 505, + 146 + ], + "lines": [ + { + "bbox": [ + 105, + 123, + 506, + 137 + ], + "spans": [ + { + "bbox": [ + 105, + 123, + 506, + 137 + ], + "score": 1.0, + "content": "Renqian Luo, Fei Tian, Tao Qin, En-Hong Chen, and Tie-Yan Liu. Neural architecture optimization.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 135, + 192, + 146 + ], + "spans": [ + { + "bbox": [ + 115, + 135, + 192, + 146 + ], + "score": 1.0, + "content": "In NeurIPS, 2018.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5, + "bbox_fs": [ + 105, + 123, + 506, + 146 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 154, + 504, + 188 + ], + "lines": [ + { + "bbox": [ + 106, + 154, + 505, + 167 + ], + "spans": [ + { + "bbox": [ + 106, + 154, + 505, + 167 + ], + "score": 1.0, + "content": "Risto Miikkulainen, Jason Liang, Elliot Meyerson, Aditya Rawal, Daniel Fink, Olivier Francon, Bala", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 116, + 165, + 505, + 178 + ], + "spans": [ + { + "bbox": [ + 116, + 165, + 505, + 178 + ], + "score": 1.0, + "content": "Raju, Hormoz Shahrzad, Arshak Navruzyan, Nigel Duffy, et al. Evolving deep neural networks. In", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 114, + 176, + 498, + 189 + ], + "spans": [ + { + "bbox": [ + 114, + 176, + 498, + 189 + ], + "score": 1.0, + "content": "Artificial Intelligence in the Age of Neural Networks and Brain Computing, pp. 293–312. 2019.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6, + "bbox_fs": [ + 106, + 154, + 505, + 189 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 195, + 504, + 219 + ], + "lines": [ + { + "bbox": [ + 106, + 195, + 505, + 208 + ], + "spans": [ + { + "bbox": [ + 106, + 195, + 505, + 208 + ], + "score": 1.0, + "content": "Niv Nayman, Asaf Noy, Tal Ridnik, Itamar Friedman, Rong Jin, and Lihi Zelnik. Xnas: Neural", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 116, + 208, + 349, + 218 + ], + "spans": [ + { + "bbox": [ + 116, + 208, + 349, + 218 + ], + "score": 1.0, + "content": "architecture search with expert advice. In NeurIPS, 2019.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5, + "bbox_fs": [ + 106, + 195, + 505, + 218 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 226, + 504, + 249 + ], + "lines": [ + { + "bbox": [ + 105, + 226, + 506, + 240 + ], + "spans": [ + { + "bbox": [ + 105, + 226, + 506, + 240 + ], + "score": 1.0, + "content": "Hieu Pham, Melody Y Guan, Barret Zoph, Quoc V Le, and Jeff Dean. Efficient neural architecture", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 116, + 238, + 290, + 250 + ], + "spans": [ + { + "bbox": [ + 116, + 238, + 290, + 250 + ], + "score": 1.0, + "content": "search via parameter sharing. ICML, 2018.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5, + "bbox_fs": [ + 105, + 226, + 506, + 250 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 257, + 504, + 280 + ], + "lines": [ + { + "bbox": [ + 105, + 255, + 505, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 255, + 505, + 271 + ], + "score": 1.0, + "content": "Ilija Radosavovic, Justin Johnson, Saining Xie, Wan-Yen Lo, and Piotr Dollar. On Network Design ´", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 268, + 307, + 280 + ], + "spans": [ + { + "bbox": [ + 115, + 268, + 307, + 280 + ], + "score": 1.0, + "content": "Spaces for Visual Recognition. In ICCV, 2019.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5, + "bbox_fs": [ + 105, + 255, + 505, + 280 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 287, + 505, + 311 + ], + "lines": [ + { + "bbox": [ + 105, + 288, + 506, + 301 + ], + "spans": [ + { + "bbox": [ + 105, + 288, + 506, + 301 + ], + "score": 1.0, + "content": "Esteban Real, Sherry Moore, Andrew Selle, Saurabh Saxena, Yutaka Leon Suematsu, Jie Tan, Quoc V.", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 299, + 444, + 311 + ], + "spans": [ + { + "bbox": [ + 115, + 299, + 444, + 311 + ], + "score": 1.0, + "content": "Le, and Alexey Kurakin. Large-scale evolution of image classifiers. ICML, 2017.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5, + "bbox_fs": [ + 105, + 288, + 506, + 311 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 318, + 505, + 341 + ], + "lines": [ + { + "bbox": [ + 105, + 317, + 505, + 332 + ], + "spans": [ + { + "bbox": [ + 105, + 317, + 505, + 332 + ], + "score": 1.0, + "content": "Esteban Real, Alok Aggarwal, Yanping Huang, and Quoc V Le. Regularized evolution for image", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 117, + 330, + 286, + 341 + ], + "spans": [ + { + "bbox": [ + 117, + 330, + 286, + 341 + ], + "score": 1.0, + "content": "classifier architecture search. AAAI, 2019.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16.5, + "bbox_fs": [ + 105, + 317, + 505, + 341 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 349, + 504, + 383 + ], + "lines": [ + { + "bbox": [ + 105, + 348, + 506, + 362 + ], + "spans": [ + { + "bbox": [ + 105, + 348, + 506, + 362 + ], + "score": 1.0, + "content": "Michael S. Ryoo, AJ Piergiovanni, Mingxing Tan, and Anelia Angelova. Assemblenet: Searching", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 116, + 360, + 505, + 372 + ], + "spans": [ + { + "bbox": [ + 116, + 360, + 505, + 372 + ], + "score": 1.0, + "content": "for multi-stream neural connectivity in video architectures. In ICLR, 2020. URL https://", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 117, + 371, + 325, + 384 + ], + "spans": [ + { + "bbox": [ + 117, + 371, + 254, + 384 + ], + "score": 1.0, + "content": "openreview.net/forum?id", + "type": "text" + }, + { + "bbox": [ + 254, + 372, + 261, + 380 + ], + "score": 0.53, + "content": "\\underline { { \\underline { { \\mathbf { \\Pi } } } } } =", + "type": "inline_equation" + }, + { + "bbox": [ + 261, + 371, + 325, + 384 + ], + "score": 1.0, + "content": "SJgMK64Ywr.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19, + "bbox_fs": [ + 105, + 348, + 506, + 384 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 390, + 447, + 402 + ], + "lines": [ + { + "bbox": [ + 105, + 390, + 449, + 404 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 449, + 404 + ], + "score": 1.0, + "content": "David R. So, Chen Liang, and Quoc V. Le. The evolved transformer. In ICML, 2019.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21, + "bbox_fs": [ + 105, + 390, + 449, + 404 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 410, + 505, + 443 + ], + "lines": [ + { + "bbox": [ + 105, + 410, + 506, + 423 + ], + "spans": [ + { + "bbox": [ + 105, + 410, + 506, + 423 + ], + "score": 1.0, + "content": "Linnan Wang, Saining Xie, Teng Li, Rodrigo Fonseca, and Yuandong Tian. Neural architecture search", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 421, + 509, + 434 + ], + "spans": [ + { + "bbox": [ + 115, + 421, + 509, + 434 + ], + "score": 1.0, + "content": "by learning action space for monte carlo tree search. AAAI, 2020. URL https://openreview.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 116, + 433, + 258, + 443 + ], + "spans": [ + { + "bbox": [ + 116, + 433, + 188, + 443 + ], + "score": 1.0, + "content": "net/forum?id", + "type": "text" + }, + { + "bbox": [ + 189, + 433, + 195, + 441 + ], + "score": 0.42, + "content": "{ . } = { }", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 433, + 258, + 443 + ], + "score": 1.0, + "content": "SklR6aEtwH.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23, + "bbox_fs": [ + 105, + 410, + 509, + 443 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 451, + 505, + 485 + ], + "lines": [ + { + "bbox": [ + 105, + 451, + 506, + 465 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 506, + 465 + ], + "score": 1.0, + "content": "Bichen Wu, Xiaoliang Dai, Peizhao Zhang, Yanghan Wang, Fei Sun, Yiming Wu, Yuandong Tian,", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 115, + 462, + 505, + 476 + ], + "spans": [ + { + "bbox": [ + 115, + 462, + 505, + 476 + ], + "score": 1.0, + "content": "Peter Vajda, Yangqing Jia, and Kurt Keutzer. FBNet: Hardware-Aware Efficient ConvNet Design", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 116, + 474, + 359, + 486 + ], + "spans": [ + { + "bbox": [ + 116, + 474, + 359, + 486 + ], + "score": 1.0, + "content": "via Differentiable Neural Architecture Search. CVPR, 2019.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26, + "bbox_fs": [ + 105, + 451, + 506, + 486 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 492, + 504, + 516 + ], + "lines": [ + { + "bbox": [ + 106, + 492, + 506, + 505 + ], + "spans": [ + { + "bbox": [ + 106, + 492, + 506, + 505 + ], + "score": 1.0, + "content": "Sirui Xie, Hehui Zheng, Chunxiao Liu, and Liang Lin. SNAS: Stochastic neural architecture search.", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 115, + 504, + 168, + 516 + ], + "spans": [ + { + "bbox": [ + 115, + 504, + 168, + 516 + ], + "score": 1.0, + "content": "ICLR, 2019.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5, + "bbox_fs": [ + 106, + 492, + 506, + 516 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 523, + 506, + 557 + ], + "lines": [ + { + "bbox": [ + 105, + 522, + 507, + 538 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 507, + 538 + ], + "score": 1.0, + "content": "Yuhui Xu, Lingxi Xie, Xiaopeng Zhang, Xin Chen, Guo-Jun Qi, Qi Tian, and Hongkai Xiong.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 116, + 535, + 506, + 547 + ], + "spans": [ + { + "bbox": [ + 116, + 535, + 506, + 547 + ], + "score": 1.0, + "content": "PC-DARTS: Partial channel connections for memory-efficient architecture search. In ICLR, 2020.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 116, + 546, + 396, + 558 + ], + "spans": [ + { + "bbox": [ + 116, + 546, + 325, + 558 + ], + "score": 1.0, + "content": "URL https://openreview.net/forum?id", + "type": "text" + }, + { + "bbox": [ + 325, + 547, + 331, + 555 + ], + "score": 0.53, + "content": "=", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 546, + 396, + 558 + ], + "score": 1.0, + "content": "BJlS634tPr.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31, + "bbox_fs": [ + 105, + 522, + 507, + 558 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 565, + 505, + 588 + ], + "lines": [ + { + "bbox": [ + 106, + 565, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 106, + 565, + 505, + 578 + ], + "score": 1.0, + "content": "Antoine Yang, Pedro M. Esperanc¸a, and Fabio M. Carlucci. NAS evaluation is frustratingly hard. In", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 115, + 576, + 448, + 589 + ], + "spans": [ + { + "bbox": [ + 115, + 576, + 377, + 589 + ], + "score": 1.0, + "content": "ICLR, 2020. URL https://openreview.net/forum?id", + "type": "text" + }, + { + "bbox": [ + 377, + 578, + 384, + 586 + ], + "score": 0.59, + "content": "\\underline { { \\underline { { \\mathbf { \\Pi } } } } } =", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 576, + 448, + 589 + ], + "score": 1.0, + "content": "HygrdpVKvr.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5, + "bbox_fs": [ + 106, + 565, + 505, + 589 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 596, + 504, + 618 + ], + "lines": [ + { + "bbox": [ + 106, + 596, + 506, + 608 + ], + "spans": [ + { + "bbox": [ + 106, + 596, + 506, + 608 + ], + "score": 1.0, + "content": "Chris Ying, Aaron Klein, Esteban Real, Eric Christiansen, Kevin Murphy, and Frank Hutter. NAS-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 115, + 606, + 415, + 618 + ], + "spans": [ + { + "bbox": [ + 115, + 606, + 415, + 618 + ], + "score": 1.0, + "content": "Bench-101: Towards reproducible neural architecture search. ICLR, 2019.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5, + "bbox_fs": [ + 106, + 596, + 506, + 618 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 626, + 504, + 649 + ], + "lines": [ + { + "bbox": [ + 105, + 626, + 505, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 505, + 639 + ], + "score": 1.0, + "content": "Jiahui Yu and Thomas S. Huang. Network slimming by slimmable networks: Towards one-shot", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 116, + 637, + 334, + 649 + ], + "spans": [ + { + "bbox": [ + 116, + 637, + 334, + 649 + ], + "score": 1.0, + "content": "architecture search for channel numbers. ICLR, 2019.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5, + "bbox_fs": [ + 105, + 626, + 505, + 649 + ] + }, + { + "type": "text", + "bbox": [ + 109, + 657, + 505, + 691 + ], + "lines": [ + { + "bbox": [ + 105, + 656, + 506, + 671 + ], + "spans": [ + { + "bbox": [ + 105, + 656, + 506, + 671 + ], + "score": 1.0, + "content": "Jiahui Yu, Pengchong Jin, Hanxiao Liu, Gabriel Bender, Pieter-Jan Kindermans, Mingxing Tan,", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 116, + 668, + 506, + 681 + ], + "spans": [ + { + "bbox": [ + 116, + 668, + 506, + 681 + ], + "score": 1.0, + "content": "Thomas Huang, Xiaodan Song, Ruoming Pang, and Quoc Le. BigNAS: Scaling Up Neural", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 678, + 384, + 691 + ], + "spans": [ + { + "bbox": [ + 115, + 678, + 384, + 691 + ], + "score": 1.0, + "content": "Architecture Search with Big Single-Stage Models. ECCV, 2020a.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40, + "bbox_fs": [ + 105, + 656, + 506, + 691 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 699, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 105, + 697, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 697, + 505, + 712 + ], + "score": 1.0, + "content": "Kaicheng Yu, Christian Sciuto, Martin Jaggi, Claudiu Musat, and Mathieu Salzmann. Evaluating", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 115, + 709, + 508, + 722 + ], + "spans": [ + { + "bbox": [ + 115, + 709, + 508, + 722 + ], + "score": 1.0, + "content": "the search phase of neural architecture search. In ICLR, 2020b. URL https://openreview.", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 115, + 720, + 259, + 732 + ], + "spans": [ + { + "bbox": [ + 115, + 720, + 188, + 732 + ], + "score": 1.0, + "content": "net/forum?id", + "type": "text" + }, + { + "bbox": [ + 189, + 722, + 195, + 730 + ], + "score": 0.39, + "content": "{ . } = { }", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 720, + 259, + 732 + ], + "score": 1.0, + "content": "H1loF2NFwr.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43, + "bbox_fs": [ + 105, + 697, + 508, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 108, + 82, + 505, + 116 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 506, + 95 + ], + "score": 1.0, + "content": "Arber Zela, Thomas Elsken, Tonmoy Saikia, Yassine Marrakchi, Thomas Brox, and Frank Hutter.", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 93, + 507, + 106 + ], + "spans": [ + { + "bbox": [ + 115, + 93, + 507, + 106 + ], + "score": 1.0, + "content": "Understanding and robustifying differentiable architecture search. In ICLR, 2020a. URL https:", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 116, + 104, + 336, + 117 + ], + "spans": [ + { + "bbox": [ + 116, + 104, + 265, + 117 + ], + "score": 1.0, + "content": "//openreview.net/forum?id", + "type": "text" + }, + { + "bbox": [ + 266, + 106, + 273, + 113 + ], + "score": 0.41, + "content": "{ . } =", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 104, + 336, + 117 + ], + "score": 1.0, + "content": "H1gDNyrKDS.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 108, + 123, + 504, + 156 + ], + "lines": [ + { + "bbox": [ + 105, + 121, + 506, + 136 + ], + "spans": [ + { + "bbox": [ + 105, + 121, + 506, + 136 + ], + "score": 1.0, + "content": "Arber Zela, Julien Siems, and Frank Hutter. NAS-Bench-1Shot1: Benchmarking and dissecting", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 134, + 505, + 146 + ], + "spans": [ + { + "bbox": [ + 115, + 134, + 505, + 146 + ], + "score": 1.0, + "content": "one-shot neural architecture search. In ICLR, 2020b. URL https://openreview.net/", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 117, + 145, + 235, + 156 + ], + "spans": [ + { + "bbox": [ + 117, + 145, + 164, + 156 + ], + "score": 1.0, + "content": "forum?id", + "type": "text" + }, + { + "bbox": [ + 164, + 146, + 171, + 154 + ], + "score": 0.39, + "content": "_ { \\cdot } =", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 145, + 235, + 156 + ], + "score": 1.0, + "content": "SJx9ngStPH.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 106, + 163, + 504, + 186 + ], + "lines": [ + { + "bbox": [ + 105, + 162, + 505, + 176 + ], + "spans": [ + { + "bbox": [ + 105, + 162, + 505, + 176 + ], + "score": 1.0, + "content": "Xiangyu Zhang, Xinyu Zhou, Mengxiao Lin, and Jian Sun. Shufflenet: An extremely efficient", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 174, + 381, + 186 + ], + "spans": [ + { + "bbox": [ + 115, + 174, + 381, + 186 + ], + "score": 1.0, + "content": "convolutional neural network for mobile devices. In CVPR, 2018.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5 + }, + { + "type": "text", + "bbox": [ + 106, + 192, + 504, + 216 + ], + "lines": [ + { + "bbox": [ + 106, + 193, + 505, + 206 + ], + "spans": [ + { + "bbox": [ + 106, + 193, + 505, + 206 + ], + "score": 1.0, + "content": "Hongpeng Zhou, Minghao Yang, Jun Wang, and Wei Pan. BayesNAS: A bayesian approach for", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 116, + 204, + 290, + 216 + ], + "spans": [ + { + "bbox": [ + 116, + 204, + 290, + 216 + ], + "score": 1.0, + "content": "neural architecture search. In ICML, 2019.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5 + }, + { + "type": "text", + "bbox": [ + 107, + 222, + 505, + 235 + ], + "lines": [ + { + "bbox": [ + 105, + 221, + 507, + 236 + ], + "spans": [ + { + "bbox": [ + 105, + 221, + 507, + 236 + ], + "score": 1.0, + "content": "Barret Zoph and Quoc V. Le. Neural Architecture Search with Reinforcement Learning. ICLR, 2017.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 106, + 241, + 504, + 264 + ], + "lines": [ + { + "bbox": [ + 105, + 240, + 506, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 240, + 506, + 255 + ], + "score": 1.0, + "content": "Barret Zoph, Vijay Vasudevan, Jonathon Shlens, and Quoc V Le. Learning transferable architectures", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 115, + 252, + 310, + 264 + ], + "spans": [ + { + "bbox": [ + 115, + 252, + 310, + 264 + ], + "score": 1.0, + "content": "for scalable image recognition. In CVPR, 2018.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5 + } + ], + "page_idx": 11, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 307, + 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 2021", + "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": "12", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 108, + 82, + 505, + 116 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 506, + 95 + ], + "score": 1.0, + "content": "Arber Zela, Thomas Elsken, Tonmoy Saikia, Yassine Marrakchi, Thomas Brox, and Frank Hutter.", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 93, + 507, + 106 + ], + "spans": [ + { + "bbox": [ + 115, + 93, + 507, + 106 + ], + "score": 1.0, + "content": "Understanding and robustifying differentiable architecture search. In ICLR, 2020a. URL https:", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 116, + 104, + 336, + 117 + ], + "spans": [ + { + "bbox": [ + 116, + 104, + 265, + 117 + ], + "score": 1.0, + "content": "//openreview.net/forum?id", + "type": "text" + }, + { + "bbox": [ + 266, + 106, + 273, + 113 + ], + "score": 0.41, + "content": "{ . } =", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 104, + 336, + 117 + ], + "score": 1.0, + "content": "H1gDNyrKDS.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1, + "bbox_fs": [ + 106, + 81, + 507, + 117 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 123, + 504, + 156 + ], + "lines": [ + { + "bbox": [ + 105, + 121, + 506, + 136 + ], + "spans": [ + { + "bbox": [ + 105, + 121, + 506, + 136 + ], + "score": 1.0, + "content": "Arber Zela, Julien Siems, and Frank Hutter. NAS-Bench-1Shot1: Benchmarking and dissecting", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 134, + 505, + 146 + ], + "spans": [ + { + "bbox": [ + 115, + 134, + 505, + 146 + ], + "score": 1.0, + "content": "one-shot neural architecture search. In ICLR, 2020b. URL https://openreview.net/", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 117, + 145, + 235, + 156 + ], + "spans": [ + { + "bbox": [ + 117, + 145, + 164, + 156 + ], + "score": 1.0, + "content": "forum?id", + "type": "text" + }, + { + "bbox": [ + 164, + 146, + 171, + 154 + ], + "score": 0.39, + "content": "_ { \\cdot } =", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 145, + 235, + 156 + ], + "score": 1.0, + "content": "SJx9ngStPH.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4, + "bbox_fs": [ + 105, + 121, + 506, + 156 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 163, + 504, + 186 + ], + "lines": [ + { + "bbox": [ + 105, + 162, + 505, + 176 + ], + "spans": [ + { + "bbox": [ + 105, + 162, + 505, + 176 + ], + "score": 1.0, + "content": "Xiangyu Zhang, Xinyu Zhou, Mengxiao Lin, and Jian Sun. Shufflenet: An extremely efficient", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 174, + 381, + 186 + ], + "spans": [ + { + "bbox": [ + 115, + 174, + 381, + 186 + ], + "score": 1.0, + "content": "convolutional neural network for mobile devices. In CVPR, 2018.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5, + "bbox_fs": [ + 105, + 162, + 505, + 186 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 192, + 504, + 216 + ], + "lines": [ + { + "bbox": [ + 106, + 193, + 505, + 206 + ], + "spans": [ + { + "bbox": [ + 106, + 193, + 505, + 206 + ], + "score": 1.0, + "content": "Hongpeng Zhou, Minghao Yang, Jun Wang, and Wei Pan. BayesNAS: A bayesian approach for", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 116, + 204, + 290, + 216 + ], + "spans": [ + { + "bbox": [ + 116, + 204, + 290, + 216 + ], + "score": 1.0, + "content": "neural architecture search. In ICML, 2019.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5, + "bbox_fs": [ + 106, + 193, + 505, + 216 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 222, + 505, + 235 + ], + "lines": [ + { + "bbox": [ + 105, + 221, + 507, + 236 + ], + "spans": [ + { + "bbox": [ + 105, + 221, + 507, + 236 + ], + "score": 1.0, + "content": "Barret Zoph and Quoc V. Le. Neural Architecture Search with Reinforcement Learning. ICLR, 2017.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10, + "bbox_fs": [ + 105, + 221, + 507, + 236 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 241, + 504, + 264 + ], + "lines": [ + { + "bbox": [ + 105, + 240, + 506, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 240, + 506, + 255 + ], + "score": 1.0, + "content": "Barret Zoph, Vijay Vasudevan, Jonathon Shlens, and Quoc V Le. Learning transferable architectures", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 115, + 252, + 310, + 264 + ], + "spans": [ + { + "bbox": [ + 115, + 252, + 310, + 264 + ], + "score": 1.0, + "content": "for scalable image recognition. In CVPR, 2018.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5, + "bbox_fs": [ + 105, + 240, + 506, + 264 + ] + } + ] + } + ], + "_backend": "pipeline", + "_version_name": "2.2.2" +} \ No newline at end of file diff --git a/parse/train/txC1ObHJ0wB/txC1ObHJ0wB_model.json b/parse/train/txC1ObHJ0wB/txC1ObHJ0wB_model.json new file mode 100644 index 0000000000000000000000000000000000000000..478e72dc4e9d5d60c5ae95e0954076168f9278af --- /dev/null +++ b/parse/train/txC1ObHJ0wB/txC1ObHJ0wB_model.json @@ -0,0 +1,19117 @@ +[ + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 398, + 586, + 1304, + 586, + 1304, + 1008, + 398, + 1008 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 298, + 1392, + 1403, + 1392, + 1403, + 1694, + 298, + 1694 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 1133, + 1404, + 1133, + 1404, + 1377, + 298, + 1377 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 1710, + 1405, + 1710, + 1405, + 1953, + 298, + 1953 + ], + "score": 0.975 + }, + { + "category_id": 0, + "poly": [ + 300, + 218, + 1400, + 218, + 1400, + 324, + 300, + 324 + ], + "score": 0.964 + }, + { + "category_id": 2, + "poly": [ + 329, + 1976, + 1312, + 1976, + 1312, + 2034, + 329, + 2034 + ], + "score": 0.94 + }, + { + "category_id": 1, + "poly": [ + 313, + 376, + 681, + 376, + 681, + 437, + 313, + 437 + ], + "score": 0.929 + }, + { + "category_id": 0, + "poly": [ + 302, + 1065, + 573, + 1065, + 573, + 1100, + 302, + 1100 + ], + "score": 0.898 + }, + { + "category_id": 0, + "poly": [ + 773, + 517, + 927, + 517, + 927, + 551, + 773, + 551 + ], + "score": 0.873 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 854, + 75, + 854, + 105, + 298, + 105 + ], + "score": 0.862 + }, + { + "category_id": 2, + "poly": [ + 841, + 2089, + 856, + 2089, + 856, + 2112, + 841, + 2112 + ], + "score": 0.744 + }, + { + "category_id": 15, + "poly": [ + 293.0, + 214.0, + 1408.0, + 214.0, + 1408.0, + 272.0, + 293.0, + 272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 272.0, + 1339.0, + 272.0, + 1339.0, + 329.0, + 294.0, + 329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 332.0, + 1969.0, + 1151.0, + 1969.0, + 1151.0, + 2006.0, + 332.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 1998.0, + 1316.0, + 1998.0, + 1316.0, + 2041.0, + 329.0, + 2041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1062.0, + 579.0, + 1062.0, + 579.0, + 1109.0, + 294.0, + 1109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 770.0, + 516.0, + 932.0, + 516.0, + 932.0, + 554.0, + 770.0, + 554.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 857.0, + 73.0, + 857.0, + 108.0, + 297.0, + 108.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, + 587.0, + 1305.0, + 587.0, + 1305.0, + 622.0, + 396.0, + 622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 617.0, + 1307.0, + 617.0, + 1307.0, + 651.0, + 394.0, + 651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 645.0, + 1307.0, + 645.0, + 1307.0, + 682.0, + 393.0, + 682.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 678.0, + 1305.0, + 678.0, + 1305.0, + 709.0, + 394.0, + 709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 707.0, + 1306.0, + 707.0, + 1306.0, + 742.0, + 394.0, + 742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 738.0, + 1306.0, + 738.0, + 1306.0, + 773.0, + 393.0, + 773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 769.0, + 1308.0, + 769.0, + 1308.0, + 801.0, + 395.0, + 801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 799.0, + 1307.0, + 799.0, + 1307.0, + 831.0, + 395.0, + 831.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 829.0, + 1309.0, + 829.0, + 1309.0, + 862.0, + 392.0, + 862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 859.0, + 1309.0, + 859.0, + 1309.0, + 891.0, + 394.0, + 891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 890.0, + 1309.0, + 890.0, + 1309.0, + 921.0, + 395.0, + 921.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 918.0, + 1306.0, + 918.0, + 1306.0, + 953.0, + 395.0, + 953.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 948.0, + 1305.0, + 948.0, + 1305.0, + 983.0, + 394.0, + 983.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 980.0, + 722.0, + 980.0, + 722.0, + 1011.0, + 395.0, + 1011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1390.0, + 1407.0, + 1390.0, + 1407.0, + 1427.0, + 293.0, + 1427.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1422.0, + 1407.0, + 1422.0, + 1407.0, + 1458.0, + 294.0, + 1458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1451.0, + 1405.0, + 1451.0, + 1405.0, + 1488.0, + 293.0, + 1488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1480.0, + 1407.0, + 1480.0, + 1407.0, + 1519.0, + 293.0, + 1519.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1510.0, + 1407.0, + 1510.0, + 1407.0, + 1549.0, + 293.0, + 1549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1544.0, + 1404.0, + 1544.0, + 1404.0, + 1576.0, + 296.0, + 1576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1573.0, + 1405.0, + 1573.0, + 1405.0, + 1608.0, + 294.0, + 1608.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1603.0, + 1404.0, + 1603.0, + 1404.0, + 1638.0, + 294.0, + 1638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1633.0, + 1405.0, + 1633.0, + 1405.0, + 1667.0, + 293.0, + 1667.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1664.0, + 1301.0, + 1664.0, + 1301.0, + 1698.0, + 293.0, + 1698.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1132.0, + 1409.0, + 1132.0, + 1409.0, + 1170.0, + 292.0, + 1170.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1167.0, + 1404.0, + 1167.0, + 1404.0, + 1196.0, + 296.0, + 1196.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1195.0, + 1404.0, + 1195.0, + 1404.0, + 1229.0, + 294.0, + 1229.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1225.0, + 1405.0, + 1225.0, + 1405.0, + 1259.0, + 294.0, + 1259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1256.0, + 1405.0, + 1256.0, + 1405.0, + 1290.0, + 294.0, + 1290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1286.0, + 1406.0, + 1286.0, + 1406.0, + 1319.0, + 294.0, + 1319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1316.0, + 1406.0, + 1316.0, + 1406.0, + 1349.0, + 294.0, + 1349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1342.0, + 1277.0, + 1342.0, + 1277.0, + 1382.0, + 291.0, + 1382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1704.0, + 1406.0, + 1704.0, + 1406.0, + 1751.0, + 291.0, + 1751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1739.0, + 1403.0, + 1739.0, + 1403.0, + 1775.0, + 293.0, + 1775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1769.0, + 1407.0, + 1769.0, + 1407.0, + 1806.0, + 295.0, + 1806.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1801.0, + 1403.0, + 1801.0, + 1403.0, + 1834.0, + 296.0, + 1834.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1832.0, + 1405.0, + 1832.0, + 1405.0, + 1865.0, + 296.0, + 1865.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1862.0, + 1403.0, + 1862.0, + 1403.0, + 1896.0, + 295.0, + 1896.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1889.0, + 1405.0, + 1889.0, + 1405.0, + 1927.0, + 292.0, + 1927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1921.0, + 1406.0, + 1921.0, + 1406.0, + 1959.0, + 295.0, + 1959.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, + 406.0, + 682.0, + 406.0, + 682.0, + 439.0, + 311.0, + 439.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 0, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1156, + 1405, + 1156, + 1405, + 1400, + 298, + 1400 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 1415, + 1404, + 1415, + 1404, + 1597, + 298, + 1597 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 1714, + 1403, + 1714, + 1403, + 1866, + 298, + 1866 + ], + "score": 0.977 + }, + { + "category_id": 3, + "poly": [ + 438, + 149, + 1262, + 149, + 1262, + 732, + 438, + 732 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 299, + 1882, + 1404, + 1882, + 1404, + 2034, + 299, + 2034 + ], + "score": 0.975 + }, + { + "category_id": 4, + "poly": [ + 297, + 739, + 1404, + 739, + 1404, + 1042, + 297, + 1042 + ], + "score": 0.956 + }, + { + "category_id": 1, + "poly": [ + 300, + 1081, + 1399, + 1081, + 1399, + 1143, + 300, + 1143 + ], + "score": 0.947 + }, + { + "category_id": 0, + "poly": [ + 300, + 1644, + 893, + 1644, + 893, + 1679, + 300, + 1679 + ], + "score": 0.903 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 852, + 76, + 852, + 103, + 299, + 103 + ], + "score": 0.867 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2112, + 841, + 2112 + ], + "score": 0.71 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.124 + }, + { + "category_id": 13, + "poly": [ + 298, + 1836, + 377, + 1836, + 377, + 1870, + 298, + 1870 + ], + "score": 0.91, + "latex": "P _ { p r o x y }" + }, + { + "category_id": 13, + "poly": [ + 431, + 2004, + 480, + 2004, + 480, + 2034, + 431, + 2034 + ], + "score": 0.9, + "latex": "P _ { w s }" + }, + { + "category_id": 13, + "poly": [ + 986, + 1974, + 1034, + 1974, + 1034, + 2003, + 986, + 2003 + ], + "score": 0.9, + "latex": "P _ { w s }" + }, + { + "category_id": 13, + "poly": [ + 1302, + 1883, + 1347, + 1883, + 1347, + 1915, + 1302, + 1915 + ], + "score": 0.9, + "latex": "f _ { w s }" + }, + { + "category_id": 13, + "poly": [ + 1002, + 1913, + 1077, + 1913, + 1077, + 1946, + 1002, + 1946 + ], + "score": 0.9, + "latex": "f _ { p r o x y }" + }, + { + "category_id": 13, + "poly": [ + 719, + 1974, + 763, + 1974, + 763, + 2005, + 719, + 2005 + ], + "score": 0.9, + "latex": "f _ { w s }" + }, + { + "category_id": 13, + "poly": [ + 1352, + 1914, + 1396, + 1914, + 1396, + 1945, + 1352, + 1945 + ], + "score": 0.9, + "latex": "f _ { w s }" + }, + { + "category_id": 13, + "poly": [ + 1257, + 801, + 1277, + 801, + 1277, + 831, + 1257, + 831 + ], + "score": 0.84, + "latex": "f" + }, + { + "category_id": 13, + "poly": [ + 854, + 801, + 879, + 801, + 879, + 827, + 854, + 827 + ], + "score": 0.77, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 376, + 1747, + 423, + 1747, + 423, + 1777, + 376, + 1777 + ], + "score": 0.45, + "latex": "1 ( a )" + }, + { + "category_id": 13, + "poly": [ + 1325, + 1776, + 1402, + 1776, + 1402, + 1810, + 1325, + 1810 + ], + "score": 0.3, + "latex": "f _ { p r o x y }" + }, + { + "category_id": 13, + "poly": [ + 1310, + 860, + 1347, + 860, + 1347, + 890, + 1310, + 890 + ], + "score": 0.28, + "latex": "\\mathbf { ( b ) }" + }, + { + "category_id": 15, + "poly": [ + 1007.0, + 151.0, + 1096.0, + 151.0, + 1096.0, + 180.0, + 1007.0, + 180.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 492.0, + 174.0, + 625.0, + 174.0, + 625.0, + 210.0, + 492.0, + 210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 494.0, + 198.0, + 639.0, + 198.0, + 639.0, + 227.0, + 494.0, + 227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 441.0, + 244.0, + 470.0, + 244.0, + 470.0, + 373.0, + 441.0, + 373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 520.0, + 246.0, + 615.0, + 246.0, + 615.0, + 277.0, + 520.0, + 277.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 771.0, + 242.0, + 866.0, + 242.0, + 866.0, + 273.0, + 771.0, + 273.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1042.0, + 244.0, + 1136.0, + 244.0, + 1136.0, + 275.0, + 1042.0, + 275.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 566.0, + 289.0, + 587.0, + 289.0, + 587.0, + 309.0, + 566.0, + 309.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 660.0, + 280.0, + 717.0, + 280.0, + 717.0, + 312.0, + 660.0, + 312.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 822.0, + 285.0, + 843.0, + 285.0, + 843.0, + 307.0, + 822.0, + 307.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1091.0, + 285.0, + 1116.0, + 285.0, + 1116.0, + 310.0, + 1091.0, + 310.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 574.0, + 308.0, + 581.0, + 308.0, + 581.0, + 317.0, + 574.0, + 317.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 617.0, + 314.0, + 695.0, + 314.0, + 695.0, + 345.0, + 617.0, + 345.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 311.0, + 949.0, + 311.0, + 949.0, + 342.0, + 870.0, + 342.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1137.0, + 312.0, + 1218.0, + 312.0, + 1218.0, + 343.0, + 1137.0, + 343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 541.0, + 329.0, + 598.0, + 329.0, + 598.0, + 370.0, + 541.0, + 370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 805.0, + 330.0, + 867.0, + 330.0, + 867.0, + 379.0, + 805.0, + 379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1060.0, + 353.0, + 1103.0, + 353.0, + 1103.0, + 379.0, + 1060.0, + 379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 564.0, + 379.0, + 634.0, + 379.0, + 634.0, + 406.0, + 564.0, + 406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 379.0, + 898.0, + 379.0, + 898.0, + 406.0, + 829.0, + 406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1103.0, + 379.0, + 1172.0, + 379.0, + 1172.0, + 406.0, + 1103.0, + 406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 553.0, + 399.0, + 643.0, + 399.0, + 643.0, + 429.0, + 553.0, + 429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 817.0, + 399.0, + 909.0, + 399.0, + 909.0, + 429.0, + 817.0, + 429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1090.0, + 399.0, + 1182.0, + 399.0, + 1182.0, + 429.0, + 1090.0, + 429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 582.0, + 444.0, + 674.0, + 444.0, + 674.0, + 493.0, + 582.0, + 493.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 767.0, + 442.0, + 822.0, + 442.0, + 822.0, + 475.0, + 767.0, + 475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 847.0, + 429.0, + 951.0, + 429.0, + 951.0, + 482.0, + 847.0, + 482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1121.0, + 429.0, + 1218.0, + 429.0, + 1218.0, + 482.0, + 1121.0, + 482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 442.0, + 490.0, + 471.0, + 490.0, + 471.0, + 647.0, + 442.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 513.0, + 491.0, + 612.0, + 491.0, + 612.0, + 521.0, + 513.0, + 521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 513.0, + 509.0, + 660.0, + 509.0, + 660.0, + 544.0, + 513.0, + 544.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 804.0, + 534.0, + 919.0, + 534.0, + 919.0, + 569.0, + 804.0, + 569.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1078.0, + 539.0, + 1192.0, + 539.0, + 1192.0, + 569.0, + 1078.0, + 569.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 540.0, + 552.0, + 654.0, + 552.0, + 654.0, + 582.0, + 540.0, + 582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 557.0, + 884.0, + 557.0, + 884.0, + 587.0, + 840.0, + 587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1113.0, + 561.0, + 1157.0, + 561.0, + 1157.0, + 590.0, + 1113.0, + 590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 573.0, + 573.0, + 620.0, + 573.0, + 620.0, + 602.0, + 573.0, + 602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 898.0, + 610.0, + 976.0, + 610.0, + 976.0, + 631.0, + 898.0, + 631.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1171.0, + 610.0, + 1250.0, + 610.0, + 1250.0, + 631.0, + 1171.0, + 631.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 610.0, + 625.0, + 666.0, + 625.0, + 666.0, + 653.0, + 610.0, + 653.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 898.0, + 623.0, + 976.0, + 623.0, + 976.0, + 655.0, + 898.0, + 655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1171.0, + 623.0, + 1250.0, + 623.0, + 1250.0, + 654.0, + 1171.0, + 654.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 900.0, + 649.0, + 978.0, + 649.0, + 978.0, + 669.0, + 900.0, + 669.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1129.0, + 651.0, + 1139.0, + 651.0, + 1139.0, + 660.0, + 1129.0, + 660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1172.0, + 649.0, + 1250.0, + 649.0, + 1250.0, + 669.0, + 1172.0, + 669.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 563.0, + 659.0, + 633.0, + 659.0, + 633.0, + 690.0, + 563.0, + 690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 827.0, + 661.0, + 894.0, + 661.0, + 894.0, + 688.0, + 827.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 902.0, + 661.0, + 975.0, + 661.0, + 975.0, + 680.0, + 902.0, + 680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1098.0, + 663.0, + 1168.0, + 663.0, + 1168.0, + 691.0, + 1098.0, + 691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1175.0, + 661.0, + 1248.0, + 661.0, + 1248.0, + 681.0, + 1175.0, + 681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 496.0, + 707.0, + 694.0, + 707.0, + 694.0, + 734.0, + 496.0, + 734.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 772.0, + 705.0, + 974.0, + 705.0, + 974.0, + 735.0, + 772.0, + 735.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1069.0, + 705.0, + 1198.0, + 705.0, + 1198.0, + 736.0, + 1069.0, + 736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 658.75, + 171.0, + 707.75, + 171.0, + 707.75, + 213.0, + 658.75, + 213.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 748.0, + 193.5, + 794.0, + 193.5, + 794.0, + 233.5, + 748.0, + 233.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1022.0, + 196.0, + 1066.0, + 196.0, + 1066.0, + 234.0, + 1022.0, + 234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 773.75, + 487.0, + 876.75, + 487.0, + 876.75, + 539.5, + 773.75, + 539.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1049.25, + 490.5, + 1146.25, + 490.5, + 1146.25, + 539.5, + 1049.25, + 539.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 738.0, + 1405.0, + 738.0, + 1405.0, + 771.0, + 293.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 767.0, + 1404.0, + 767.0, + 1404.0, + 805.0, + 292.0, + 805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 795.0, + 853.0, + 795.0, + 853.0, + 838.0, + 292.0, + 838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 880.0, + 795.0, + 1256.0, + 795.0, + 1256.0, + 838.0, + 880.0, + 838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1278.0, + 795.0, + 1406.0, + 795.0, + 1406.0, + 838.0, + 1278.0, + 838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 826.0, + 1406.0, + 826.0, + 1406.0, + 864.0, + 294.0, + 864.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 860.0, + 1309.0, + 860.0, + 1309.0, + 892.0, + 296.0, + 892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1348.0, + 860.0, + 1405.0, + 860.0, + 1405.0, + 892.0, + 1348.0, + 892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 887.0, + 1405.0, + 887.0, + 1405.0, + 927.0, + 292.0, + 927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 921.0, + 1406.0, + 921.0, + 1406.0, + 956.0, + 294.0, + 956.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 950.0, + 1405.0, + 950.0, + 1405.0, + 985.0, + 295.0, + 985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 979.0, + 1405.0, + 979.0, + 1405.0, + 1015.0, + 292.0, + 1015.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1009.0, + 512.0, + 1009.0, + 512.0, + 1044.0, + 294.0, + 1044.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1641.0, + 898.0, + 1641.0, + 898.0, + 1685.0, + 292.0, + 1685.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 856.0, + 73.0, + 856.0, + 107.0, + 297.0, + 107.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": [ + 295.0, + 1156.0, + 1406.0, + 1156.0, + 1406.0, + 1192.0, + 295.0, + 1192.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1190.0, + 1406.0, + 1190.0, + 1406.0, + 1221.0, + 293.0, + 1221.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1219.0, + 1407.0, + 1219.0, + 1407.0, + 1253.0, + 295.0, + 1253.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1249.0, + 1405.0, + 1249.0, + 1405.0, + 1283.0, + 295.0, + 1283.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1279.0, + 1405.0, + 1279.0, + 1405.0, + 1313.0, + 295.0, + 1313.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1308.0, + 1407.0, + 1308.0, + 1407.0, + 1344.0, + 293.0, + 1344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1339.0, + 1406.0, + 1339.0, + 1406.0, + 1376.0, + 293.0, + 1376.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1368.0, + 911.0, + 1368.0, + 911.0, + 1406.0, + 292.0, + 1406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1413.0, + 1405.0, + 1413.0, + 1405.0, + 1448.0, + 294.0, + 1448.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1447.0, + 1405.0, + 1447.0, + 1405.0, + 1478.0, + 296.0, + 1478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1476.0, + 1404.0, + 1476.0, + 1404.0, + 1511.0, + 294.0, + 1511.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1507.0, + 1402.0, + 1507.0, + 1402.0, + 1539.0, + 294.0, + 1539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1536.0, + 1406.0, + 1536.0, + 1406.0, + 1570.0, + 293.0, + 1570.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1566.0, + 897.0, + 1566.0, + 897.0, + 1598.0, + 296.0, + 1598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1713.0, + 1404.0, + 1713.0, + 1404.0, + 1751.0, + 293.0, + 1751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1747.0, + 375.0, + 1747.0, + 375.0, + 1780.0, + 296.0, + 1780.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 424.0, + 1747.0, + 1404.0, + 1747.0, + 1404.0, + 1780.0, + 424.0, + 1780.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1765.0, + 1324.0, + 1765.0, + 1324.0, + 1822.0, + 290.0, + 1822.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 1765.0, + 1407.0, + 1765.0, + 1407.0, + 1822.0, + 1403.0, + 1822.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1804.0, + 1405.0, + 1804.0, + 1405.0, + 1841.0, + 294.0, + 1841.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1832.0, + 297.0, + 1832.0, + 297.0, + 1873.0, + 294.0, + 1873.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 378.0, + 1832.0, + 780.0, + 1832.0, + 780.0, + 1873.0, + 378.0, + 1873.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1879.0, + 1301.0, + 1879.0, + 1301.0, + 1916.0, + 295.0, + 1916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1348.0, + 1879.0, + 1405.0, + 1879.0, + 1405.0, + 1916.0, + 1348.0, + 1916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1907.0, + 1001.0, + 1907.0, + 1001.0, + 1954.0, + 292.0, + 1954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1078.0, + 1907.0, + 1351.0, + 1907.0, + 1351.0, + 1954.0, + 1078.0, + 1954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1397.0, + 1907.0, + 1410.0, + 1907.0, + 1410.0, + 1954.0, + 1397.0, + 1954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1942.0, + 1405.0, + 1942.0, + 1405.0, + 1979.0, + 294.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1970.0, + 718.0, + 1970.0, + 718.0, + 2010.0, + 293.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 764.0, + 1970.0, + 985.0, + 1970.0, + 985.0, + 2010.0, + 764.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1035.0, + 1970.0, + 1409.0, + 1970.0, + 1409.0, + 2010.0, + 1035.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2001.0, + 430.0, + 2001.0, + 430.0, + 2038.0, + 295.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 481.0, + 2001.0, + 1406.0, + 2001.0, + 1406.0, + 2038.0, + 481.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1080.0, + 1404.0, + 1080.0, + 1404.0, + 1116.0, + 296.0, + 1116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1109.0, + 928.0, + 1109.0, + 928.0, + 1145.0, + 296.0, + 1145.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 1, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 397, + 1405, + 397, + 1405, + 730, + 298, + 730 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 744, + 1404, + 744, + 1404, + 988, + 298, + 988 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 299, + 1368, + 1403, + 1368, + 1403, + 1551, + 299, + 1551 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 299, + 1002, + 1403, + 1002, + 1403, + 1186, + 299, + 1186 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 299, + 1201, + 1403, + 1201, + 1403, + 1353, + 299, + 1353 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 299, + 1882, + 1403, + 1882, + 1403, + 2033, + 299, + 2033 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 299, + 230, + 1403, + 230, + 1403, + 382, + 299, + 382 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 299, + 1681, + 1404, + 1681, + 1404, + 1773, + 299, + 1773 + ], + "score": 0.971 + }, + { + "category_id": 0, + "poly": [ + 302, + 1605, + 772, + 1605, + 772, + 1640, + 302, + 1640 + ], + "score": 0.892 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 852, + 76, + 852, + 104, + 300, + 104 + ], + "score": 0.853 + }, + { + "category_id": 0, + "poly": [ + 299, + 1823, + 1143, + 1823, + 1143, + 1852, + 299, + 1852 + ], + "score": 0.836 + }, + { + "category_id": 2, + "poly": [ + 842, + 2088, + 858, + 2088, + 858, + 2111, + 842, + 2111 + ], + "score": 0.575 + }, + { + "category_id": 2, + "poly": [ + 842, + 2088, + 859, + 2088, + 859, + 2111, + 842, + 2111 + ], + "score": 0.415 + }, + { + "category_id": 13, + "poly": [ + 538, + 868, + 617, + 868, + 617, + 901, + 538, + 901 + ], + "score": 0.91, + "latex": "P _ { p r o x y }" + }, + { + "category_id": 13, + "poly": [ + 700, + 1095, + 779, + 1095, + 779, + 1129, + 700, + 1129 + ], + "score": 0.9, + "latex": "P _ { p r o x y }" + }, + { + "category_id": 13, + "poly": [ + 417, + 1323, + 466, + 1323, + 466, + 1352, + 417, + 1352 + ], + "score": 0.9, + "latex": "P _ { w s }" + }, + { + "category_id": 13, + "poly": [ + 517, + 1323, + 562, + 1323, + 562, + 1354, + 517, + 1354 + ], + "score": 0.9, + "latex": "f _ { w s }" + }, + { + "category_id": 13, + "poly": [ + 881, + 1233, + 931, + 1233, + 931, + 1262, + 881, + 1262 + ], + "score": 0.9, + "latex": "P _ { w s }" + }, + { + "category_id": 13, + "poly": [ + 394, + 1914, + 443, + 1914, + 443, + 1944, + 394, + 1944 + ], + "score": 0.9, + "latex": "P _ { w s }" + }, + { + "category_id": 13, + "poly": [ + 700, + 1913, + 745, + 1913, + 745, + 1945, + 700, + 1945 + ], + "score": 0.9, + "latex": "f _ { w s }" + }, + { + "category_id": 13, + "poly": [ + 1163, + 261, + 1212, + 261, + 1212, + 292, + 1163, + 292 + ], + "score": 0.9, + "latex": "P _ { w s }" + }, + { + "category_id": 13, + "poly": [ + 1029, + 1884, + 1073, + 1884, + 1073, + 1915, + 1029, + 1915 + ], + "score": 0.9, + "latex": "f _ { w s }" + }, + { + "category_id": 13, + "poly": [ + 1238, + 1233, + 1282, + 1233, + 1282, + 1264, + 1238, + 1264 + ], + "score": 0.9, + "latex": "f _ { w s }" + }, + { + "category_id": 13, + "poly": [ + 298, + 291, + 377, + 291, + 377, + 325, + 298, + 325 + ], + "score": 0.85, + "latex": "P _ { p r o x y }" + }, + { + "category_id": 13, + "poly": [ + 934, + 2004, + 972, + 2004, + 972, + 2031, + 934, + 2031 + ], + "score": 0.34, + "latex": "\\mathrm { { X u } }" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1600.0, + 780.0, + 1600.0, + 780.0, + 1647.0, + 292.0, + 1647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 856.0, + 73.0, + 856.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1820.0, + 1147.0, + 1820.0, + 1147.0, + 1855.0, + 294.0, + 1855.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": [ + 839.0, + 2086.0, + 860.0, + 2086.0, + 860.0, + 2117.0, + 839.0, + 2117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 397.0, + 1407.0, + 397.0, + 1407.0, + 432.0, + 295.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 428.0, + 1406.0, + 428.0, + 1406.0, + 463.0, + 295.0, + 463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 458.0, + 1407.0, + 458.0, + 1407.0, + 492.0, + 293.0, + 492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 486.0, + 1408.0, + 486.0, + 1408.0, + 523.0, + 293.0, + 523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 518.0, + 1407.0, + 518.0, + 1407.0, + 552.0, + 295.0, + 552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 549.0, + 1406.0, + 549.0, + 1406.0, + 583.0, + 295.0, + 583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 578.0, + 1407.0, + 578.0, + 1407.0, + 613.0, + 295.0, + 613.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 605.0, + 1406.0, + 605.0, + 1406.0, + 645.0, + 293.0, + 645.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 639.0, + 1405.0, + 639.0, + 1405.0, + 673.0, + 295.0, + 673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 668.0, + 1406.0, + 668.0, + 1406.0, + 705.0, + 293.0, + 705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 700.0, + 865.0, + 700.0, + 865.0, + 732.0, + 293.0, + 732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 744.0, + 1406.0, + 744.0, + 1406.0, + 780.0, + 293.0, + 780.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 775.0, + 1407.0, + 775.0, + 1407.0, + 811.0, + 293.0, + 811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 807.0, + 1404.0, + 807.0, + 1404.0, + 841.0, + 294.0, + 841.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 837.0, + 1405.0, + 837.0, + 1405.0, + 871.0, + 294.0, + 871.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 864.0, + 537.0, + 864.0, + 537.0, + 908.0, + 291.0, + 908.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 618.0, + 864.0, + 1408.0, + 864.0, + 1408.0, + 908.0, + 618.0, + 908.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 896.0, + 1406.0, + 896.0, + 1406.0, + 933.0, + 293.0, + 933.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 926.0, + 1405.0, + 926.0, + 1405.0, + 963.0, + 293.0, + 963.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 956.0, + 1355.0, + 956.0, + 1355.0, + 993.0, + 294.0, + 993.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1367.0, + 1405.0, + 1367.0, + 1405.0, + 1403.0, + 295.0, + 1403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1395.0, + 1405.0, + 1395.0, + 1405.0, + 1433.0, + 294.0, + 1433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1429.0, + 1403.0, + 1429.0, + 1403.0, + 1458.0, + 295.0, + 1458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1460.0, + 1404.0, + 1460.0, + 1404.0, + 1491.0, + 297.0, + 1491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1487.0, + 1407.0, + 1487.0, + 1407.0, + 1521.0, + 294.0, + 1521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1519.0, + 1284.0, + 1519.0, + 1284.0, + 1554.0, + 295.0, + 1554.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1003.0, + 1405.0, + 1003.0, + 1405.0, + 1037.0, + 293.0, + 1037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1031.0, + 1408.0, + 1031.0, + 1408.0, + 1071.0, + 292.0, + 1071.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1061.0, + 1405.0, + 1061.0, + 1405.0, + 1099.0, + 293.0, + 1099.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1093.0, + 699.0, + 1093.0, + 699.0, + 1132.0, + 293.0, + 1132.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 780.0, + 1093.0, + 1407.0, + 1093.0, + 1407.0, + 1132.0, + 780.0, + 1132.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1123.0, + 1405.0, + 1123.0, + 1405.0, + 1160.0, + 294.0, + 1160.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1155.0, + 1260.0, + 1155.0, + 1260.0, + 1190.0, + 295.0, + 1190.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1200.0, + 1408.0, + 1200.0, + 1408.0, + 1236.0, + 294.0, + 1236.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1228.0, + 880.0, + 1228.0, + 880.0, + 1268.0, + 294.0, + 1268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 932.0, + 1228.0, + 1237.0, + 1228.0, + 1237.0, + 1268.0, + 932.0, + 1268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1283.0, + 1228.0, + 1405.0, + 1228.0, + 1405.0, + 1268.0, + 1283.0, + 1268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1257.0, + 1407.0, + 1257.0, + 1407.0, + 1299.0, + 293.0, + 1299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1290.0, + 1407.0, + 1290.0, + 1407.0, + 1327.0, + 295.0, + 1327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1318.0, + 416.0, + 1318.0, + 416.0, + 1360.0, + 293.0, + 1360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 467.0, + 1318.0, + 516.0, + 1318.0, + 516.0, + 1360.0, + 467.0, + 1360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 563.0, + 1318.0, + 1314.0, + 1318.0, + 1314.0, + 1360.0, + 563.0, + 1360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1878.0, + 1028.0, + 1878.0, + 1028.0, + 1921.0, + 294.0, + 1921.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1074.0, + 1878.0, + 1405.0, + 1878.0, + 1405.0, + 1921.0, + 1074.0, + 1921.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1912.0, + 393.0, + 1912.0, + 393.0, + 1948.0, + 294.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 444.0, + 1912.0, + 699.0, + 1912.0, + 699.0, + 1948.0, + 444.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 746.0, + 1912.0, + 1405.0, + 1912.0, + 1405.0, + 1948.0, + 746.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1943.0, + 1404.0, + 1943.0, + 1404.0, + 1976.0, + 295.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1971.0, + 1407.0, + 1971.0, + 1407.0, + 2010.0, + 293.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2002.0, + 933.0, + 2002.0, + 933.0, + 2039.0, + 294.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 973.0, + 2002.0, + 1408.0, + 2002.0, + 1408.0, + 2039.0, + 973.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 230.0, + 1403.0, + 230.0, + 1403.0, + 263.0, + 295.0, + 263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 259.0, + 1162.0, + 259.0, + 1162.0, + 296.0, + 295.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1213.0, + 259.0, + 1405.0, + 259.0, + 1405.0, + 296.0, + 1213.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 285.0, + 297.0, + 285.0, + 297.0, + 334.0, + 293.0, + 334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 378.0, + 285.0, + 1410.0, + 285.0, + 1410.0, + 334.0, + 378.0, + 334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 320.0, + 1405.0, + 320.0, + 1405.0, + 356.0, + 293.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 352.0, + 1111.0, + 352.0, + 1111.0, + 385.0, + 297.0, + 385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1677.0, + 1408.0, + 1677.0, + 1408.0, + 1719.0, + 293.0, + 1719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1710.0, + 1405.0, + 1710.0, + 1405.0, + 1745.0, + 294.0, + 1745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1743.0, + 1099.0, + 1743.0, + 1099.0, + 1776.0, + 295.0, + 1776.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 2, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 584, + 1404, + 584, + 1404, + 947, + 298, + 947 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 298, + 1510, + 1405, + 1510, + 1405, + 1752, + 298, + 1752 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1862, + 1406, + 1862, + 1406, + 2044, + 298, + 2044 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 970, + 1403, + 970, + 1403, + 1123, + 298, + 1123 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 298, + 1365, + 1403, + 1365, + 1403, + 1487, + 298, + 1487 + ], + "score": 0.973 + }, + { + "category_id": 3, + "poly": [ + 865, + 207, + 1394, + 207, + 1394, + 430, + 865, + 430 + ], + "score": 0.967 + }, + { + "category_id": 1, + "poly": [ + 298, + 1137, + 1403, + 1137, + 1403, + 1349, + 298, + 1349 + ], + "score": 0.954 + }, + { + "category_id": 1, + "poly": [ + 290, + 500, + 1403, + 500, + 1403, + 560, + 290, + 560 + ], + "score": 0.946 + }, + { + "category_id": 5, + "poly": [ + 301, + 212, + 826, + 212, + 826, + 382, + 301, + 382 + ], + "score": 0.93, + "html": "
WS Mapping fwsWS Protocol Pws
implementationlow fidelityhyperparam.sampling
Dynamic Channeling OFA Conv WSBN Dropout#layer train portion batch size # channelsbatch-norm learning rate epochs weight decayFairNAS Random-NAS Random-A
" + }, + { + "category_id": 4, + "poly": [ + 937, + 447, + 1322, + 447, + 1322, + 478, + 937, + 478 + ], + "score": 0.923 + }, + { + "category_id": 6, + "poly": [ + 403, + 423, + 724, + 423, + 724, + 455, + 403, + 455 + ], + "score": 0.905 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 853, + 76, + 853, + 104, + 298, + 104 + ], + "score": 0.78 + }, + { + "category_id": 2, + "poly": [ + 840, + 2089, + 857, + 2089, + 857, + 2111, + 840, + 2111 + ], + "score": 0.774 + }, + { + "category_id": 0, + "poly": [ + 302, + 1802, + 1170, + 1802, + 1170, + 1832, + 302, + 1832 + ], + "score": 0.751 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 852, + 76, + 852, + 104, + 300, + 104 + ], + "score": 0.308 + }, + { + "category_id": 1, + "poly": [ + 302, + 1802, + 1170, + 1802, + 1170, + 1832, + 302, + 1832 + ], + "score": 0.155 + }, + { + "category_id": 13, + "poly": [ + 344, + 1397, + 418, + 1397, + 418, + 1429, + 344, + 1429 + ], + "score": 0.92, + "latex": "f _ { p r o x y }" + }, + { + "category_id": 13, + "poly": [ + 473, + 1456, + 552, + 1456, + 552, + 1491, + 473, + 1491 + ], + "score": 0.91, + "latex": "P _ { p r o x y }" + }, + { + "category_id": 13, + "poly": [ + 1046, + 1367, + 1095, + 1367, + 1095, + 1396, + 1046, + 1396 + ], + "score": 0.91, + "latex": "P _ { w s }" + }, + { + "category_id": 13, + "poly": [ + 1264, + 972, + 1313, + 972, + 1313, + 1001, + 1264, + 1001 + ], + "score": 0.9, + "latex": "P _ { w s }" + }, + { + "category_id": 13, + "poly": [ + 1150, + 1398, + 1198, + 1398, + 1198, + 1426, + 1150, + 1426 + ], + "score": 0.9, + "latex": "P _ { w s }" + }, + { + "category_id": 13, + "poly": [ + 1147, + 1367, + 1226, + 1367, + 1226, + 1398, + 1147, + 1398 + ], + "score": 0.89, + "latex": "P _ { p r o x y }" + }, + { + "category_id": 13, + "poly": [ + 882, + 971, + 926, + 971, + 926, + 1002, + 882, + 1002 + ], + "score": 0.89, + "latex": "f _ { w s }" + }, + { + "category_id": 13, + "poly": [ + 597, + 972, + 646, + 972, + 646, + 1001, + 597, + 1001 + ], + "score": 0.89, + "latex": "P _ { w s }" + }, + { + "category_id": 13, + "poly": [ + 597, + 585, + 640, + 585, + 640, + 616, + 597, + 616 + ], + "score": 0.89, + "latex": "f _ { w s }" + }, + { + "category_id": 13, + "poly": [ + 1356, + 1366, + 1401, + 1366, + 1401, + 1398, + 1356, + 1398 + ], + "score": 0.88, + "latex": "f _ { w s }" + }, + { + "category_id": 13, + "poly": [ + 1172, + 1660, + 1226, + 1660, + 1226, + 1690, + 1172, + 1690 + ], + "score": 0.88, + "latex": "1 0 ^ { 1 3 }" + }, + { + "category_id": 15, + "poly": [ + 873.0, + 215.0, + 988.0, + 215.0, + 988.0, + 238.0, + 873.0, + 238.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1102.0, + 216.0, + 1250.0, + 216.0, + 1250.0, + 245.0, + 1102.0, + 245.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 237.0, + 981.0, + 237.0, + 981.0, + 256.0, + 877.0, + 256.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1027.0, + 235.0, + 1086.0, + 235.0, + 1086.0, + 280.0, + 1027.0, + 280.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 250.0, + 919.0, + 250.0, + 919.0, + 270.0, + 877.0, + 270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 262.0, + 967.0, + 262.0, + 967.0, + 294.0, + 877.0, + 294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1114.0, + 270.0, + 1130.0, + 270.0, + 1130.0, + 286.0, + 1114.0, + 286.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1151.0, + 268.0, + 1189.0, + 268.0, + 1189.0, + 288.0, + 1151.0, + 288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1207.0, + 267.0, + 1247.0, + 267.0, + 1247.0, + 288.0, + 1207.0, + 288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1259.0, + 274.0, + 1273.0, + 274.0, + 1273.0, + 286.0, + 1259.0, + 286.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1284.0, + 267.0, + 1321.0, + 267.0, + 1321.0, + 288.0, + 1284.0, + 288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1343.0, + 267.0, + 1365.0, + 267.0, + 1365.0, + 287.0, + 1343.0, + 287.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 285.0, + 915.0, + 285.0, + 915.0, + 309.0, + 877.0, + 309.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 876.0, + 332.0, + 969.0, + 332.0, + 969.0, + 354.0, + 876.0, + 354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1032.0, + 321.0, + 1093.0, + 321.0, + 1093.0, + 341.0, + 1032.0, + 341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1137.0, + 326.0, + 1168.0, + 326.0, + 1168.0, + 348.0, + 1137.0, + 348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1258.0, + 324.0, + 1388.0, + 324.0, + 1388.0, + 366.0, + 1258.0, + 366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 345.0, + 922.0, + 345.0, + 922.0, + 365.0, + 877.0, + 365.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1031.0, + 343.0, + 1099.0, + 343.0, + 1099.0, + 362.0, + 1031.0, + 362.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 876.0, + 356.0, + 975.0, + 356.0, + 975.0, + 390.0, + 876.0, + 390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1029.0, + 368.0, + 1100.0, + 368.0, + 1100.0, + 388.0, + 1029.0, + 388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1158.0, + 371.0, + 1172.0, + 371.0, + 1172.0, + 384.0, + 1158.0, + 384.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1183.0, + 364.0, + 1204.0, + 364.0, + 1204.0, + 379.0, + 1183.0, + 379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1263.0, + 357.0, + 1336.0, + 357.0, + 1336.0, + 390.0, + 1263.0, + 390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 878.0, + 383.0, + 911.0, + 383.0, + 911.0, + 401.0, + 878.0, + 401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1179.0, + 385.0, + 1191.0, + 385.0, + 1191.0, + 393.0, + 1179.0, + 393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 380.0, + 1309.0, + 380.0, + 1309.0, + 401.0, + 1262.0, + 401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1029.0, + 391.0, + 1098.0, + 391.0, + 1098.0, + 411.0, + 1029.0, + 411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 394.0, + 1296.0, + 394.0, + 1296.0, + 412.0, + 1262.0, + 412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 933.0, + 441.0, + 1327.0, + 441.0, + 1327.0, + 485.0, + 933.0, + 485.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 400.0, + 420.0, + 727.0, + 420.0, + 727.0, + 459.0, + 400.0, + 459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 857.0, + 73.0, + 857.0, + 108.0, + 297.0, + 108.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, + 1800.0, + 1175.0, + 1800.0, + 1175.0, + 1837.0, + 294.0, + 1837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 856.0, + 73.0, + 856.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 582.0, + 596.0, + 582.0, + 596.0, + 623.0, + 293.0, + 623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 641.0, + 582.0, + 1409.0, + 582.0, + 1409.0, + 623.0, + 641.0, + 623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 615.0, + 1404.0, + 615.0, + 1404.0, + 649.0, + 294.0, + 649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 644.0, + 1405.0, + 644.0, + 1405.0, + 679.0, + 292.0, + 679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 671.0, + 1405.0, + 671.0, + 1405.0, + 711.0, + 292.0, + 711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 706.0, + 1405.0, + 706.0, + 1405.0, + 740.0, + 294.0, + 740.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 735.0, + 1406.0, + 735.0, + 1406.0, + 769.0, + 294.0, + 769.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 767.0, + 1406.0, + 767.0, + 1406.0, + 800.0, + 293.0, + 800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 796.0, + 1408.0, + 796.0, + 1408.0, + 829.0, + 294.0, + 829.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 822.0, + 1406.0, + 822.0, + 1406.0, + 861.0, + 292.0, + 861.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 852.0, + 1406.0, + 852.0, + 1406.0, + 893.0, + 292.0, + 893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 886.0, + 1406.0, + 886.0, + 1406.0, + 920.0, + 296.0, + 920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 917.0, + 1406.0, + 917.0, + 1406.0, + 951.0, + 294.0, + 951.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1511.0, + 1405.0, + 1511.0, + 1405.0, + 1544.0, + 297.0, + 1544.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1540.0, + 1406.0, + 1540.0, + 1406.0, + 1574.0, + 296.0, + 1574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1568.0, + 1407.0, + 1568.0, + 1407.0, + 1606.0, + 292.0, + 1606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1600.0, + 1407.0, + 1600.0, + 1407.0, + 1634.0, + 295.0, + 1634.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1631.0, + 1406.0, + 1631.0, + 1406.0, + 1664.0, + 296.0, + 1664.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1659.0, + 1171.0, + 1659.0, + 1171.0, + 1694.0, + 292.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1227.0, + 1659.0, + 1407.0, + 1659.0, + 1407.0, + 1694.0, + 1227.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1687.0, + 1405.0, + 1687.0, + 1405.0, + 1726.0, + 293.0, + 1726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1718.0, + 579.0, + 1718.0, + 579.0, + 1755.0, + 292.0, + 1755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1861.0, + 1409.0, + 1861.0, + 1409.0, + 1896.0, + 295.0, + 1896.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1891.0, + 1406.0, + 1891.0, + 1406.0, + 1927.0, + 295.0, + 1927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1923.0, + 1406.0, + 1923.0, + 1406.0, + 1958.0, + 295.0, + 1958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1954.0, + 1407.0, + 1954.0, + 1407.0, + 1986.0, + 296.0, + 1986.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1981.0, + 1409.0, + 1981.0, + 1409.0, + 2017.0, + 293.0, + 2017.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2013.0, + 1406.0, + 2013.0, + 1406.0, + 2049.0, + 295.0, + 2049.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 966.0, + 596.0, + 966.0, + 596.0, + 1008.0, + 293.0, + 1008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 647.0, + 966.0, + 881.0, + 966.0, + 881.0, + 1008.0, + 647.0, + 1008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 927.0, + 966.0, + 1263.0, + 966.0, + 1263.0, + 1008.0, + 927.0, + 1008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1314.0, + 966.0, + 1405.0, + 966.0, + 1405.0, + 1008.0, + 1314.0, + 1008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1000.0, + 1405.0, + 1000.0, + 1405.0, + 1035.0, + 293.0, + 1035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1029.0, + 1405.0, + 1029.0, + 1405.0, + 1066.0, + 294.0, + 1066.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1060.0, + 1405.0, + 1060.0, + 1405.0, + 1097.0, + 293.0, + 1097.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1087.0, + 1233.0, + 1087.0, + 1233.0, + 1131.0, + 291.0, + 1131.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1358.0, + 1045.0, + 1358.0, + 1045.0, + 1405.0, + 292.0, + 1405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1096.0, + 1358.0, + 1146.0, + 1358.0, + 1146.0, + 1405.0, + 1096.0, + 1405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1227.0, + 1358.0, + 1355.0, + 1358.0, + 1355.0, + 1405.0, + 1227.0, + 1405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 1358.0, + 1405.0, + 1358.0, + 1405.0, + 1405.0, + 1402.0, + 1405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1394.0, + 343.0, + 1394.0, + 343.0, + 1433.0, + 292.0, + 1433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 419.0, + 1394.0, + 1149.0, + 1394.0, + 1149.0, + 1433.0, + 419.0, + 1433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1199.0, + 1394.0, + 1407.0, + 1394.0, + 1407.0, + 1433.0, + 1199.0, + 1433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1426.0, + 1404.0, + 1426.0, + 1404.0, + 1458.0, + 294.0, + 1458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1448.0, + 472.0, + 1448.0, + 472.0, + 1500.0, + 290.0, + 1500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 553.0, + 1448.0, + 1153.0, + 1448.0, + 1153.0, + 1500.0, + 553.0, + 1500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1137.0, + 1407.0, + 1137.0, + 1407.0, + 1171.0, + 296.0, + 1171.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1167.0, + 1405.0, + 1167.0, + 1405.0, + 1202.0, + 294.0, + 1202.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1198.0, + 1407.0, + 1198.0, + 1407.0, + 1232.0, + 293.0, + 1232.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1226.0, + 1407.0, + 1226.0, + 1407.0, + 1263.0, + 293.0, + 1263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1258.0, + 1405.0, + 1258.0, + 1405.0, + 1292.0, + 294.0, + 1292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1287.0, + 1405.0, + 1287.0, + 1405.0, + 1323.0, + 293.0, + 1323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1319.0, + 637.0, + 1319.0, + 637.0, + 1350.0, + 294.0, + 1350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 499.0, + 1406.0, + 499.0, + 1406.0, + 534.0, + 296.0, + 534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 527.0, + 1305.0, + 527.0, + 1305.0, + 565.0, + 293.0, + 565.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1800.0, + 1175.0, + 1800.0, + 1175.0, + 1837.0, + 294.0, + 1837.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 3, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 299, + 1492, + 826, + 1492, + 826, + 2035, + 299, + 2035 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 747, + 1405, + 747, + 1405, + 1167, + 297, + 1167 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 299, + 277, + 826, + 277, + 826, + 459, + 299, + 459 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 299, + 1294, + 1403, + 1294, + 1403, + 1386, + 299, + 1386 + ], + "score": 0.973 + }, + { + "category_id": 4, + "poly": [ + 847, + 512, + 1406, + 512, + 1406, + 693, + 847, + 693 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 299, + 475, + 825, + 475, + 825, + 746, + 299, + 746 + ], + "score": 0.969 + }, + { + "category_id": 3, + "poly": [ + 833, + 1493, + 1387, + 1493, + 1387, + 1794, + 833, + 1794 + ], + "score": 0.965 + }, + { + "category_id": 4, + "poly": [ + 847, + 1816, + 1404, + 1816, + 1404, + 2028, + 847, + 2028 + ], + "score": 0.96 + }, + { + "category_id": 0, + "poly": [ + 299, + 1221, + 496, + 1221, + 496, + 1255, + 299, + 1255 + ], + "score": 0.888 + }, + { + "category_id": 0, + "poly": [ + 302, + 1432, + 722, + 1432, + 722, + 1461, + 302, + 1461 + ], + "score": 0.865 + }, + { + "category_id": 3, + "poly": [ + 856, + 278, + 1212, + 278, + 1212, + 500, + 856, + 500 + ], + "score": 0.843 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 852, + 76, + 852, + 104, + 300, + 104 + ], + "score": 0.757 + }, + { + "category_id": 5, + "poly": [ + 1237, + 305, + 1396, + 305, + 1396, + 404, + 1237, + 404 + ], + "score": 0.733, + "html": "
Kendall Tau
original0.6444
sparse0.8140
" + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2112, + 841, + 2112 + ], + "score": 0.723 + }, + { + "category_id": 13, + "poly": [ + 398, + 1017, + 681, + 1017, + 681, + 1051, + 398, + 1051 + ], + "score": 0.92, + "latex": "p = 1 - \\bar { ( 1 - ( r / r _ { m a x } ) ) ^ { n } }" + }, + { + "category_id": 13, + "poly": [ + 995, + 960, + 1056, + 960, + 1056, + 988, + 995, + 988 + ], + "score": 0.9, + "latex": "r _ { m a x }" + }, + { + "category_id": 13, + "poly": [ + 757, + 276, + 825, + 276, + 825, + 308, + 757, + 308 + ], + "score": 0.79, + "latex": "( 0 . 1 \\%" + }, + { + "category_id": 13, + "poly": [ + 632, + 962, + 653, + 962, + 653, + 984, + 632, + 984 + ], + "score": 0.7, + "latex": "n" + }, + { + "category_id": 13, + "poly": [ + 1310, + 932, + 1328, + 932, + 1328, + 954, + 1310, + 954 + ], + "score": 0.69, + "latex": "r" + }, + { + "category_id": 15, + "poly": [ + 845.0, + 511.0, + 1409.0, + 511.0, + 1409.0, + 544.0, + 845.0, + 544.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 845.0, + 541.0, + 1404.0, + 541.0, + 1404.0, + 573.0, + 845.0, + 573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 844.0, + 571.0, + 1406.0, + 571.0, + 1406.0, + 602.0, + 844.0, + 602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 843.0, + 601.0, + 1407.0, + 601.0, + 1407.0, + 634.0, + 843.0, + 634.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 844.0, + 631.0, + 1409.0, + 631.0, + 1409.0, + 664.0, + 844.0, + 664.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 844.0, + 661.0, + 1325.0, + 661.0, + 1325.0, + 696.0, + 844.0, + 696.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 843.0, + 1494.0, + 865.0, + 1494.0, + 865.0, + 1513.0, + 843.0, + 1513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1205.0, + 1498.0, + 1241.0, + 1498.0, + 1241.0, + 1518.0, + 1205.0, + 1518.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 828.0, + 1499.0, + 847.0, + 1499.0, + 847.0, + 1675.0, + 828.0, + 1675.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 841.0, + 1510.0, + 866.0, + 1510.0, + 866.0, + 1535.0, + 841.0, + 1535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1026.0, + 1514.0, + 1050.0, + 1514.0, + 1050.0, + 1533.0, + 1026.0, + 1533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 842.0, + 1535.0, + 865.0, + 1535.0, + 865.0, + 1555.0, + 842.0, + 1555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1026.0, + 1536.0, + 1049.0, + 1536.0, + 1049.0, + 1554.0, + 1026.0, + 1554.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1206.0, + 1532.0, + 1233.0, + 1532.0, + 1233.0, + 1550.0, + 1206.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 841.0, + 1553.0, + 866.0, + 1553.0, + 866.0, + 1577.0, + 841.0, + 1577.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1026.0, + 1556.0, + 1049.0, + 1556.0, + 1049.0, + 1574.0, + 1026.0, + 1574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1193.0, + 1559.0, + 1233.0, + 1559.0, + 1233.0, + 1583.0, + 1193.0, + 1583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 843.0, + 1573.0, + 864.0, + 1573.0, + 864.0, + 1597.0, + 843.0, + 1597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1026.0, + 1577.0, + 1049.0, + 1577.0, + 1049.0, + 1596.0, + 1026.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1192.0, + 1574.0, + 1212.0, + 1574.0, + 1212.0, + 1620.0, + 1192.0, + 1620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 843.0, + 1598.0, + 865.0, + 1598.0, + 865.0, + 1617.0, + 843.0, + 1617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1027.0, + 1600.0, + 1048.0, + 1600.0, + 1048.0, + 1616.0, + 1027.0, + 1616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1205.0, + 1599.0, + 1232.0, + 1599.0, + 1232.0, + 1617.0, + 1205.0, + 1617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 843.0, + 1617.0, + 865.0, + 1617.0, + 865.0, + 1638.0, + 843.0, + 1638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 931.0, + 1617.0, + 1014.0, + 1617.0, + 1014.0, + 1633.0, + 931.0, + 1633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1025.0, + 1619.0, + 1050.0, + 1619.0, + 1050.0, + 1639.0, + 1025.0, + 1639.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 930.0, + 1631.0, + 1015.0, + 1631.0, + 1015.0, + 1649.0, + 930.0, + 1649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1206.0, + 1632.0, + 1233.0, + 1632.0, + 1233.0, + 1650.0, + 1206.0, + 1650.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 843.0, + 1640.0, + 865.0, + 1640.0, + 865.0, + 1659.0, + 843.0, + 1659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 873.0, + 1647.0, + 887.0, + 1647.0, + 887.0, + 1660.0, + 873.0, + 1660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 929.0, + 1644.0, + 1002.0, + 1644.0, + 1002.0, + 1667.0, + 929.0, + 1667.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1025.0, + 1641.0, + 1051.0, + 1641.0, + 1051.0, + 1660.0, + 1025.0, + 1660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 844.0, + 1663.0, + 864.0, + 1663.0, + 864.0, + 1677.0, + 844.0, + 1677.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1026.0, + 1663.0, + 1048.0, + 1663.0, + 1048.0, + 1678.0, + 1026.0, + 1678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 863.0, + 1673.0, + 888.0, + 1673.0, + 888.0, + 1691.0, + 863.0, + 1691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 922.0, + 1670.0, + 952.0, + 1670.0, + 952.0, + 1692.0, + 922.0, + 1692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 982.0, + 1670.0, + 1012.0, + 1670.0, + 1012.0, + 1692.0, + 982.0, + 1692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1064.0, + 1670.0, + 1093.0, + 1670.0, + 1093.0, + 1692.0, + 1064.0, + 1692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1139.0, + 1670.0, + 1167.0, + 1670.0, + 1167.0, + 1692.0, + 1139.0, + 1692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1229.0, + 1672.0, + 1255.0, + 1672.0, + 1255.0, + 1691.0, + 1229.0, + 1691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1288.0, + 1670.0, + 1317.0, + 1670.0, + 1317.0, + 1692.0, + 1288.0, + 1692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1350.0, + 1672.0, + 1377.0, + 1672.0, + 1377.0, + 1691.0, + 1350.0, + 1691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 1687.0, + 1010.0, + 1687.0, + 1010.0, + 1706.0, + 877.0, + 1706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1094.0, + 1687.0, + 1161.0, + 1687.0, + 1161.0, + 1705.0, + 1094.0, + 1705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1244.0, + 1688.0, + 1376.0, + 1688.0, + 1376.0, + 1706.0, + 1244.0, + 1706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 1708.0, + 1340.0, + 1708.0, + 1340.0, + 1731.0, + 914.0, + 1731.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 911.0, + 1731.0, + 1027.0, + 1731.0, + 1027.0, + 1758.0, + 911.0, + 1758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1059.0, + 1733.0, + 1101.0, + 1733.0, + 1101.0, + 1756.0, + 1059.0, + 1756.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1161.0, + 1733.0, + 1202.0, + 1733.0, + 1202.0, + 1757.0, + 1161.0, + 1757.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1269.0, + 1732.0, + 1311.0, + 1732.0, + 1311.0, + 1757.0, + 1269.0, + 1757.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 913.0, + 1751.0, + 1026.0, + 1751.0, + 1026.0, + 1774.0, + 913.0, + 1774.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1059.0, + 1750.0, + 1101.0, + 1750.0, + 1101.0, + 1776.0, + 1059.0, + 1776.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1161.0, + 1750.0, + 1202.0, + 1750.0, + 1202.0, + 1775.0, + 1161.0, + 1775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1269.0, + 1751.0, + 1311.0, + 1751.0, + 1311.0, + 1775.0, + 1269.0, + 1775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 1770.0, + 1014.0, + 1770.0, + 1014.0, + 1792.0, + 914.0, + 1792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1059.0, + 1769.0, + 1100.0, + 1769.0, + 1100.0, + 1793.0, + 1059.0, + 1793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1161.0, + 1770.0, + 1203.0, + 1770.0, + 1203.0, + 1793.0, + 1161.0, + 1793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1269.0, + 1769.0, + 1311.0, + 1769.0, + 1311.0, + 1793.0, + 1269.0, + 1793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1027.0, + 1493.5, + 1048.0, + 1493.5, + 1048.0, + 1511.5, + 1027.0, + 1511.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 845.0, + 1816.0, + 1405.0, + 1816.0, + 1405.0, + 1848.0, + 845.0, + 1848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 843.0, + 1844.0, + 1407.0, + 1844.0, + 1407.0, + 1882.0, + 843.0, + 1882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 844.0, + 1876.0, + 1407.0, + 1876.0, + 1407.0, + 1909.0, + 844.0, + 1909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 844.0, + 1905.0, + 1406.0, + 1905.0, + 1406.0, + 1939.0, + 844.0, + 1939.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 844.0, + 1937.0, + 1405.0, + 1937.0, + 1405.0, + 1968.0, + 844.0, + 1968.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 844.0, + 1966.0, + 1408.0, + 1966.0, + 1408.0, + 1998.0, + 844.0, + 1998.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 847.0, + 1997.0, + 1153.0, + 1997.0, + 1153.0, + 2028.0, + 847.0, + 2028.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1216.0, + 502.0, + 1216.0, + 502.0, + 1262.0, + 293.0, + 1262.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1431.0, + 727.0, + 1431.0, + 727.0, + 1464.0, + 297.0, + 1464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 879.0, + 280.0, + 919.0, + 280.0, + 919.0, + 295.0, + 879.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 923.0, + 288.0, + 932.0, + 288.0, + 932.0, + 297.0, + 923.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 954.0, + 287.0, + 963.0, + 287.0, + 963.0, + 295.0, + 954.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1091.0, + 296.0, + 1113.0, + 296.0, + 1113.0, + 419.0, + 1091.0, + 419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 855.0, + 297.0, + 877.0, + 297.0, + 877.0, + 415.0, + 855.0, + 415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1113.0, + 299.0, + 1133.0, + 299.0, + 1133.0, + 315.0, + 1113.0, + 315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 878.0, + 302.0, + 918.0, + 302.0, + 918.0, + 320.0, + 878.0, + 320.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 993.0, + 315.0, + 1000.0, + 315.0, + 1000.0, + 323.0, + 993.0, + 323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 878.0, + 327.0, + 918.0, + 327.0, + 918.0, + 344.0, + 878.0, + 344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 966.0, + 330.0, + 976.0, + 330.0, + 976.0, + 348.0, + 966.0, + 348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1114.0, + 329.0, + 1132.0, + 329.0, + 1132.0, + 344.0, + 1114.0, + 344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 880.0, + 351.0, + 918.0, + 351.0, + 918.0, + 365.0, + 880.0, + 365.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1004.0, + 356.0, + 1079.0, + 356.0, + 1079.0, + 377.0, + 1004.0, + 377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1113.0, + 358.0, + 1133.0, + 358.0, + 1133.0, + 373.0, + 1113.0, + 373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1141.0, + 356.0, + 1152.0, + 356.0, + 1152.0, + 364.0, + 1141.0, + 364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 879.0, + 375.0, + 919.0, + 375.0, + 919.0, + 390.0, + 879.0, + 390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 926.0, + 376.0, + 934.0, + 376.0, + 934.0, + 385.0, + 926.0, + 385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 983.0, + 375.0, + 991.0, + 375.0, + 991.0, + 384.0, + 983.0, + 384.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 998.0, + 372.0, + 1085.0, + 372.0, + 1085.0, + 388.0, + 998.0, + 388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 984.0, + 383.0, + 1082.0, + 383.0, + 1082.0, + 400.0, + 984.0, + 400.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1113.0, + 388.0, + 1132.0, + 388.0, + 1132.0, + 403.0, + 1113.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1140.0, + 393.0, + 1150.0, + 393.0, + 1150.0, + 402.0, + 1140.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 879.0, + 398.0, + 917.0, + 398.0, + 917.0, + 412.0, + 879.0, + 412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1139.0, + 400.0, + 1205.0, + 400.0, + 1205.0, + 417.0, + 1139.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 878.0, + 420.0, + 921.0, + 420.0, + 921.0, + 437.0, + 878.0, + 437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 963.0, + 422.0, + 972.0, + 422.0, + 972.0, + 431.0, + 963.0, + 431.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 982.0, + 416.0, + 991.0, + 416.0, + 991.0, + 426.0, + 982.0, + 426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1020.0, + 411.0, + 1043.0, + 411.0, + 1043.0, + 427.0, + 1020.0, + 427.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1121.0, + 419.0, + 1133.0, + 419.0, + 1133.0, + 432.0, + 1121.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1135.0, + 409.0, + 1164.0, + 409.0, + 1164.0, + 426.0, + 1135.0, + 426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 905.0, + 432.0, + 939.0, + 432.0, + 939.0, + 449.0, + 905.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 953.0, + 432.0, + 986.0, + 432.0, + 986.0, + 450.0, + 953.0, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 999.0, + 432.0, + 1034.0, + 432.0, + 1034.0, + 450.0, + 999.0, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1047.0, + 432.0, + 1082.0, + 432.0, + 1082.0, + 449.0, + 1047.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 934.0, + 456.0, + 1038.0, + 456.0, + 1038.0, + 476.0, + 934.0, + 476.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1086.25, + 460.0, + 1152.25, + 460.0, + 1152.25, + 475.5, + 1086.25, + 475.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1142.0, + 459.0, + 1222.0, + 459.0, + 1222.0, + 475.0, + 1142.0, + 475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1175.25, + 472.0, + 1213.25, + 472.0, + 1213.25, + 483.5, + 1175.25, + 483.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 856.0, + 73.0, + 856.0, + 108.0, + 297.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": [ + 297.0, + 1491.0, + 826.0, + 1491.0, + 826.0, + 1522.0, + 297.0, + 1522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1517.0, + 826.0, + 1517.0, + 826.0, + 1556.0, + 295.0, + 1556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1551.0, + 829.0, + 1551.0, + 829.0, + 1585.0, + 296.0, + 1585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1581.0, + 827.0, + 1581.0, + 827.0, + 1615.0, + 295.0, + 1615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1611.0, + 826.0, + 1611.0, + 826.0, + 1644.0, + 295.0, + 1644.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1643.0, + 829.0, + 1643.0, + 829.0, + 1674.0, + 295.0, + 1674.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1673.0, + 826.0, + 1673.0, + 826.0, + 1703.0, + 295.0, + 1703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1702.0, + 830.0, + 1702.0, + 830.0, + 1733.0, + 294.0, + 1733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1731.0, + 831.0, + 1731.0, + 831.0, + 1766.0, + 294.0, + 1766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1760.0, + 827.0, + 1760.0, + 827.0, + 1797.0, + 294.0, + 1797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1790.0, + 830.0, + 1790.0, + 830.0, + 1827.0, + 294.0, + 1827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1824.0, + 827.0, + 1824.0, + 827.0, + 1856.0, + 295.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1852.0, + 826.0, + 1852.0, + 826.0, + 1885.0, + 294.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1881.0, + 826.0, + 1881.0, + 826.0, + 1917.0, + 295.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1912.0, + 825.0, + 1912.0, + 825.0, + 1946.0, + 295.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1941.0, + 826.0, + 1941.0, + 826.0, + 1977.0, + 295.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1970.0, + 825.0, + 1970.0, + 825.0, + 2007.0, + 296.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 2002.0, + 826.0, + 2002.0, + 826.0, + 2037.0, + 296.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 745.0, + 1407.0, + 745.0, + 1407.0, + 781.0, + 292.0, + 781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 777.0, + 1406.0, + 777.0, + 1406.0, + 812.0, + 295.0, + 812.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 801.0, + 1406.0, + 801.0, + 1406.0, + 845.0, + 292.0, + 845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 837.0, + 1405.0, + 837.0, + 1405.0, + 872.0, + 294.0, + 872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 867.0, + 1405.0, + 867.0, + 1405.0, + 902.0, + 295.0, + 902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 897.0, + 1408.0, + 897.0, + 1408.0, + 932.0, + 294.0, + 932.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 924.0, + 1309.0, + 924.0, + 1309.0, + 961.0, + 292.0, + 961.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1329.0, + 924.0, + 1406.0, + 924.0, + 1406.0, + 961.0, + 1329.0, + 961.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 953.0, + 631.0, + 953.0, + 631.0, + 995.0, + 292.0, + 995.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 654.0, + 953.0, + 994.0, + 953.0, + 994.0, + 995.0, + 654.0, + 995.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1057.0, + 953.0, + 1408.0, + 953.0, + 1408.0, + 995.0, + 1057.0, + 995.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 989.0, + 1406.0, + 989.0, + 1406.0, + 1021.0, + 296.0, + 1021.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1017.0, + 397.0, + 1017.0, + 397.0, + 1053.0, + 292.0, + 1053.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 682.0, + 1017.0, + 1408.0, + 1017.0, + 1408.0, + 1053.0, + 682.0, + 1053.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1047.0, + 1405.0, + 1047.0, + 1405.0, + 1082.0, + 295.0, + 1082.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1076.0, + 1406.0, + 1076.0, + 1406.0, + 1115.0, + 294.0, + 1115.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1108.0, + 1405.0, + 1108.0, + 1405.0, + 1142.0, + 292.0, + 1142.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1140.0, + 1005.0, + 1140.0, + 1005.0, + 1171.0, + 295.0, + 1171.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 277.0, + 756.0, + 277.0, + 756.0, + 310.0, + 295.0, + 310.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 306.0, + 828.0, + 306.0, + 828.0, + 342.0, + 295.0, + 342.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 337.0, + 831.0, + 337.0, + 831.0, + 370.0, + 295.0, + 370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 367.0, + 829.0, + 367.0, + 829.0, + 400.0, + 294.0, + 400.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 397.0, + 830.0, + 397.0, + 830.0, + 431.0, + 296.0, + 431.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 428.0, + 808.0, + 428.0, + 808.0, + 461.0, + 295.0, + 461.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1294.0, + 1405.0, + 1294.0, + 1405.0, + 1328.0, + 295.0, + 1328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1327.0, + 1404.0, + 1327.0, + 1404.0, + 1357.0, + 297.0, + 1357.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1354.0, + 1172.0, + 1354.0, + 1172.0, + 1389.0, + 293.0, + 1389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 472.0, + 826.0, + 472.0, + 826.0, + 510.0, + 294.0, + 510.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 504.0, + 828.0, + 504.0, + 828.0, + 539.0, + 293.0, + 539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 536.0, + 828.0, + 536.0, + 828.0, + 569.0, + 295.0, + 569.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 565.0, + 827.0, + 565.0, + 827.0, + 599.0, + 295.0, + 599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 596.0, + 827.0, + 596.0, + 827.0, + 626.0, + 295.0, + 626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 623.0, + 830.0, + 623.0, + 830.0, + 659.0, + 294.0, + 659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 655.0, + 828.0, + 655.0, + 828.0, + 688.0, + 294.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 685.0, + 828.0, + 685.0, + 828.0, + 720.0, + 293.0, + 720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 713.0, + 828.0, + 713.0, + 828.0, + 751.0, + 294.0, + 751.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 4, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 299, + 997, + 993, + 997, + 993, + 1639, + 299, + 1639 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 298, + 1715, + 1404, + 1715, + 1404, + 1928, + 298, + 1928 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 299, + 768, + 991, + 768, + 991, + 983, + 299, + 983 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 229, + 1403, + 229, + 1403, + 384, + 298, + 384 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 297, + 601, + 1402, + 601, + 1402, + 726, + 297, + 726 + ], + "score": 0.971 + }, + { + "category_id": 1, + "poly": [ + 299, + 1942, + 1404, + 1942, + 1404, + 2035, + 299, + 2035 + ], + "score": 0.968 + }, + { + "category_id": 3, + "poly": [ + 1017, + 787, + 1405, + 787, + 1405, + 1077, + 1017, + 1077 + ], + "score": 0.968 + }, + { + "category_id": 3, + "poly": [ + 1022, + 1194, + 1388, + 1194, + 1388, + 1556, + 1022, + 1556 + ], + "score": 0.964 + }, + { + "category_id": 4, + "poly": [ + 1011, + 1116, + 1403, + 1116, + 1403, + 1180, + 1011, + 1180 + ], + "score": 0.945 + }, + { + "category_id": 1, + "poly": [ + 304, + 1640, + 1400, + 1640, + 1400, + 1700, + 304, + 1700 + ], + "score": 0.942 + }, + { + "category_id": 4, + "poly": [ + 1052, + 1568, + 1361, + 1568, + 1361, + 1601, + 1052, + 1601 + ], + "score": 0.912 + }, + { + "category_id": 1, + "poly": [ + 301, + 397, + 1402, + 397, + 1402, + 490, + 301, + 490 + ], + "score": 0.883 + }, + { + "category_id": 0, + "poly": [ + 298, + 541, + 885, + 541, + 885, + 571, + 298, + 571 + ], + "score": 0.881 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 852, + 76, + 852, + 104, + 300, + 104 + ], + "score": 0.785 + }, + { + "category_id": 2, + "poly": [ + 840, + 2089, + 858, + 2089, + 858, + 2112, + 840, + 2112 + ], + "score": 0.777 + }, + { + "category_id": 13, + "poly": [ + 459, + 770, + 531, + 770, + 531, + 803, + 459, + 803 + ], + "score": 0.94, + "latex": "f _ { A } ( x )" + }, + { + "category_id": 13, + "poly": [ + 431, + 950, + 528, + 950, + 528, + 984, + 431, + 984 + ], + "score": 0.93, + "latex": "\\mathcal { N } ( \\mu , \\sigma )" + }, + { + "category_id": 13, + "poly": [ + 565, + 770, + 770, + 770, + 770, + 804, + 565, + 804 + ], + "score": 0.93, + "latex": "( f _ { A } ( \\boldsymbol { x } ) - \\mu _ { B } ) / \\sigma _ { B }" + }, + { + "category_id": 13, + "poly": [ + 666, + 1277, + 916, + 1277, + 916, + 1310, + 666, + 1310 + ], + "score": 0.92, + "latex": "\\hat { \\mu } \\gamma \\hat { \\mu } + ( 1 - \\gamma ) \\mu _ { B } ^ { i }" + }, + { + "category_id": 13, + "poly": [ + 676, + 831, + 938, + 831, + 938, + 864, + 676, + 864 + ], + "score": 0.92, + "latex": "\\hat { \\mu } \\gamma \\hat { \\mu } + ( 1 - \\gamma ) \\mu _ { B }" + }, + { + "category_id": 13, + "poly": [ + 506, + 1396, + 844, + 1396, + 844, + 1431, + 506, + 1431 + ], + "score": 0.91, + "latex": "\\bar { \\mu } \\textstyle \\sum { \\alpha _ { i } \\mu _ { B } ^ { i } } = \\textstyle \\sum { \\alpha _ { i } f _ { A _ { i } } ( x ) }" + }, + { + "category_id": 13, + "poly": [ + 330, + 1177, + 584, + 1177, + 584, + 1216, + 330, + 1216 + ], + "score": 0.91, + "latex": "\\textstyle { \\mu _ { B } ^ { i } = \\sum _ { j } f _ { A _ { i } } ( \\bar { x } _ { j } ) } / m" + }, + { + "category_id": 13, + "poly": [ + 433, + 1216, + 565, + 1216, + 565, + 1250, + 433, + 1250 + ], + "score": 0.91, + "latex": "\\mathcal { N } ( \\mu _ { B } ^ { i } , \\sigma _ { B } ^ { i } )" + }, + { + "category_id": 13, + "poly": [ + 768, + 1119, + 811, + 1119, + 811, + 1152, + 768, + 1152 + ], + "score": 0.91, + "latex": "f _ { A _ { i } }" + }, + { + "category_id": 13, + "poly": [ + 1183, + 1636, + 1255, + 1636, + 1255, + 1667, + 1183, + 1667 + ], + "score": 0.9, + "latex": "\\sim 1 0 ^ { 5 }" + }, + { + "category_id": 13, + "poly": [ + 642, + 1459, + 675, + 1459, + 675, + 1488, + 642, + 1488 + ], + "score": 0.88, + "latex": "A _ { i }" + }, + { + "category_id": 13, + "poly": [ + 975, + 1973, + 1029, + 1973, + 1029, + 2002, + 975, + 2002 + ], + "score": 0.87, + "latex": "10 \\%" + }, + { + "category_id": 13, + "poly": [ + 720, + 1248, + 752, + 1248, + 752, + 1277, + 720, + 1277 + ], + "score": 0.87, + "latex": "A _ { i }" + }, + { + "category_id": 13, + "poly": [ + 1229, + 698, + 1267, + 698, + 1267, + 724, + 1229, + 724 + ], + "score": 0.86, + "latex": "\\sigma _ { B }" + }, + { + "category_id": 13, + "poly": [ + 1140, + 698, + 1179, + 698, + 1179, + 726, + 1140, + 726 + ], + "score": 0.86, + "latex": "\\mu _ { B }" + }, + { + "category_id": 13, + "poly": [ + 931, + 1401, + 961, + 1401, + 961, + 1428, + 931, + 1428 + ], + "score": 0.85, + "latex": "\\alpha _ { i }" + }, + { + "category_id": 13, + "poly": [ + 652, + 1433, + 664, + 1433, + 664, + 1455, + 652, + 1455 + ], + "score": 0.78, + "latex": "i" + }, + { + "category_id": 13, + "poly": [ + 821, + 1219, + 834, + 1219, + 834, + 1244, + 821, + 1244 + ], + "score": 0.74, + "latex": "i" + }, + { + "category_id": 13, + "poly": [ + 943, + 1121, + 956, + 1121, + 956, + 1146, + 943, + 1146 + ], + "score": 0.67, + "latex": "i" + }, + { + "category_id": 15, + "poly": [ + 1127.0, + 789.0, + 1250.0, + 789.0, + 1250.0, + 811.0, + 1127.0, + 811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1019.0, + 808.0, + 1046.0, + 808.0, + 1046.0, + 904.0, + 1019.0, + 904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1038.0, + 822.0, + 1062.0, + 822.0, + 1062.0, + 888.0, + 1038.0, + 888.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1307.0, + 846.0, + 1337.0, + 846.0, + 1337.0, + 869.0, + 1307.0, + 869.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1178.0, + 848.0, + 1196.0, + 848.0, + 1196.0, + 867.0, + 1178.0, + 867.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1092.0, + 851.0, + 1104.0, + 851.0, + 1104.0, + 864.0, + 1092.0, + 864.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1103.0, + 894.0, + 1164.0, + 894.0, + 1164.0, + 919.0, + 1103.0, + 919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1276.0, + 909.0, + 1372.0, + 909.0, + 1372.0, + 942.0, + 1276.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1116.0, + 927.0, + 1152.0, + 927.0, + 1152.0, + 956.0, + 1116.0, + 956.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1189.0, + 943.0, + 1218.0, + 943.0, + 1218.0, + 967.0, + 1189.0, + 967.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1311.0, + 941.0, + 1332.0, + 941.0, + 1332.0, + 962.0, + 1311.0, + 962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1018.0, + 957.0, + 1044.0, + 957.0, + 1044.0, + 1032.0, + 1018.0, + 1032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1038.0, + 961.0, + 1062.0, + 961.0, + 1062.0, + 1026.0, + 1038.0, + 1026.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1189.0, + 973.0, + 1219.0, + 973.0, + 1219.0, + 996.0, + 1189.0, + 996.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1288.0, + 988.0, + 1298.0, + 988.0, + 1298.0, + 997.0, + 1288.0, + 997.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1077.0, + 1000.0, + 1089.0, + 1000.0, + 1089.0, + 1015.0, + 1077.0, + 1015.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1307.0, + 996.0, + 1337.0, + 996.0, + 1337.0, + 1018.0, + 1307.0, + 1018.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1179.0, + 1020.0, + 1197.0, + 1020.0, + 1197.0, + 1032.0, + 1179.0, + 1032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1189.0, + 1047.0, + 1221.0, + 1047.0, + 1221.0, + 1069.0, + 1189.0, + 1069.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1110.0, + 911.0, + 1154.0, + 911.0, + 1154.0, + 935.0, + 1110.0, + 935.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1115.75, + 958.5, + 1148.75, + 958.5, + 1148.75, + 986.0, + 1115.75, + 986.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1295.25, + 977.0, + 1298.25, + 977.0, + 1298.25, + 982.5, + 1295.25, + 982.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1117.25, + 1034.5, + 1150.25, + 1034.5, + 1150.25, + 1059.0, + 1117.25, + 1059.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1075.0, + 1193.0, + 1135.0, + 1193.0, + 1135.0, + 1225.0, + 1075.0, + 1225.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1160.0, + 1195.0, + 1372.0, + 1195.0, + 1372.0, + 1223.0, + 1160.0, + 1223.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1076.0, + 1218.0, + 1131.0, + 1218.0, + 1131.0, + 1247.0, + 1076.0, + 1247.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1192.0, + 1218.0, + 1236.0, + 1218.0, + 1236.0, + 1248.0, + 1192.0, + 1248.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1300.0, + 1218.0, + 1344.0, + 1218.0, + 1344.0, + 1248.0, + 1300.0, + 1248.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1059.0, + 1262.0, + 1084.0, + 1262.0, + 1084.0, + 1280.0, + 1059.0, + 1280.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1022.0, + 1278.0, + 1056.0, + 1278.0, + 1056.0, + 1514.0, + 1022.0, + 1514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1357.0, + 1279.0, + 1387.0, + 1279.0, + 1387.0, + 1357.0, + 1357.0, + 1357.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1059.0, + 1287.0, + 1084.0, + 1287.0, + 1084.0, + 1306.0, + 1059.0, + 1306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1083.0, + 1297.0, + 1089.0, + 1297.0, + 1089.0, + 1311.0, + 1083.0, + 1311.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1059.0, + 1312.0, + 1085.0, + 1312.0, + 1085.0, + 1331.0, + 1059.0, + 1331.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1059.0, + 1336.0, + 1085.0, + 1336.0, + 1085.0, + 1355.0, + 1059.0, + 1355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1084.0, + 1349.0, + 1088.0, + 1349.0, + 1088.0, + 1354.0, + 1084.0, + 1354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1059.0, + 1361.0, + 1086.0, + 1361.0, + 1086.0, + 1379.0, + 1059.0, + 1379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1078.0, + 1374.0, + 1090.0, + 1374.0, + 1090.0, + 1386.0, + 1078.0, + 1386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1108.0, + 1372.0, + 1131.0, + 1372.0, + 1131.0, + 1387.0, + 1108.0, + 1387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1143.0, + 1371.0, + 1183.0, + 1371.0, + 1183.0, + 1389.0, + 1143.0, + 1389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1215.0, + 1372.0, + 1236.0, + 1372.0, + 1236.0, + 1391.0, + 1215.0, + 1391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 1374.0, + 1275.0, + 1374.0, + 1275.0, + 1386.0, + 1262.0, + 1386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1307.0, + 1370.0, + 1328.0, + 1370.0, + 1328.0, + 1389.0, + 1307.0, + 1389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1293.0, + 1397.0, + 1348.0, + 1397.0, + 1348.0, + 1413.0, + 1293.0, + 1413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1057.0, + 1399.0, + 1087.0, + 1399.0, + 1087.0, + 1417.0, + 1057.0, + 1417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1358.0, + 1404.0, + 1387.0, + 1404.0, + 1387.0, + 1494.0, + 1358.0, + 1494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1293.0, + 1408.0, + 1346.0, + 1408.0, + 1346.0, + 1425.0, + 1293.0, + 1425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1058.0, + 1423.0, + 1083.0, + 1423.0, + 1083.0, + 1442.0, + 1058.0, + 1442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1058.0, + 1449.0, + 1083.0, + 1449.0, + 1083.0, + 1468.0, + 1058.0, + 1468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1059.0, + 1475.0, + 1081.0, + 1475.0, + 1081.0, + 1490.0, + 1059.0, + 1490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1058.0, + 1498.0, + 1083.0, + 1498.0, + 1083.0, + 1516.0, + 1058.0, + 1516.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1079.0, + 1510.0, + 1090.0, + 1510.0, + 1090.0, + 1525.0, + 1079.0, + 1525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1102.0, + 1508.0, + 1128.0, + 1508.0, + 1128.0, + 1527.0, + 1102.0, + 1527.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1134.0, + 1508.0, + 1161.0, + 1508.0, + 1161.0, + 1527.0, + 1134.0, + 1527.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1172.0, + 1512.0, + 1181.0, + 1512.0, + 1181.0, + 1522.0, + 1172.0, + 1522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1190.0, + 1508.0, + 1247.0, + 1508.0, + 1247.0, + 1526.0, + 1190.0, + 1526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 1511.0, + 1273.0, + 1511.0, + 1273.0, + 1525.0, + 1262.0, + 1525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1291.0, + 1509.0, + 1312.0, + 1509.0, + 1312.0, + 1526.0, + 1291.0, + 1526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1317.0, + 1508.0, + 1344.0, + 1508.0, + 1344.0, + 1526.0, + 1317.0, + 1526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1163.0, + 1526.0, + 1269.0, + 1526.0, + 1269.0, + 1562.0, + 1163.0, + 1562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1191.75, + 1287.5, + 1197.75, + 1287.5, + 1197.75, + 1302.0, + 1191.75, + 1302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1011.0, + 1115.0, + 1403.0, + 1115.0, + 1403.0, + 1148.0, + 1011.0, + 1148.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1009.0, + 1144.0, + 1394.0, + 1144.0, + 1394.0, + 1184.0, + 1009.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1050.0, + 1566.0, + 1364.0, + 1566.0, + 1364.0, + 1605.0, + 1050.0, + 1605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 540.0, + 890.0, + 540.0, + 890.0, + 574.0, + 295.0, + 574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 856.0, + 73.0, + 856.0, + 108.0, + 297.0, + 108.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": [ + 296.0, + 997.0, + 991.0, + 997.0, + 991.0, + 1032.0, + 296.0, + 1032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1027.0, + 992.0, + 1027.0, + 992.0, + 1064.0, + 293.0, + 1064.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1058.0, + 995.0, + 1058.0, + 995.0, + 1091.0, + 294.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1086.0, + 993.0, + 1086.0, + 993.0, + 1122.0, + 294.0, + 1122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1118.0, + 767.0, + 1118.0, + 767.0, + 1152.0, + 295.0, + 1152.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 812.0, + 1118.0, + 942.0, + 1118.0, + 942.0, + 1152.0, + 812.0, + 1152.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 957.0, + 1118.0, + 991.0, + 1118.0, + 991.0, + 1152.0, + 957.0, + 1152.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1149.0, + 992.0, + 1149.0, + 992.0, + 1183.0, + 296.0, + 1183.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1177.0, + 329.0, + 1177.0, + 329.0, + 1218.0, + 294.0, + 1218.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 585.0, + 1177.0, + 993.0, + 1177.0, + 993.0, + 1218.0, + 585.0, + 1218.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1214.0, + 432.0, + 1214.0, + 432.0, + 1252.0, + 296.0, + 1252.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 566.0, + 1214.0, + 820.0, + 1214.0, + 820.0, + 1252.0, + 566.0, + 1252.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 835.0, + 1214.0, + 992.0, + 1214.0, + 992.0, + 1252.0, + 835.0, + 1252.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1244.0, + 719.0, + 1244.0, + 719.0, + 1281.0, + 295.0, + 1281.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 753.0, + 1244.0, + 991.0, + 1244.0, + 991.0, + 1281.0, + 753.0, + 1281.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1277.0, + 665.0, + 1277.0, + 665.0, + 1312.0, + 295.0, + 1312.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 917.0, + 1277.0, + 995.0, + 1277.0, + 995.0, + 1312.0, + 917.0, + 1312.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1307.0, + 994.0, + 1307.0, + 994.0, + 1339.0, + 294.0, + 1339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1336.0, + 996.0, + 1336.0, + 996.0, + 1370.0, + 295.0, + 1370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1366.0, + 993.0, + 1366.0, + 993.0, + 1401.0, + 295.0, + 1401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1388.0, + 505.0, + 1388.0, + 505.0, + 1438.0, + 292.0, + 1438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 845.0, + 1388.0, + 930.0, + 1388.0, + 930.0, + 1438.0, + 845.0, + 1438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 962.0, + 1388.0, + 996.0, + 1388.0, + 996.0, + 1438.0, + 962.0, + 1438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1427.0, + 651.0, + 1427.0, + 651.0, + 1461.0, + 295.0, + 1461.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 665.0, + 1427.0, + 995.0, + 1427.0, + 995.0, + 1461.0, + 665.0, + 1461.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1458.0, + 641.0, + 1458.0, + 641.0, + 1490.0, + 295.0, + 1490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 676.0, + 1458.0, + 993.0, + 1458.0, + 993.0, + 1490.0, + 676.0, + 1490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1488.0, + 992.0, + 1488.0, + 992.0, + 1520.0, + 294.0, + 1520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1519.0, + 992.0, + 1519.0, + 992.0, + 1550.0, + 296.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1548.0, + 991.0, + 1548.0, + 991.0, + 1579.0, + 295.0, + 1579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1577.0, + 991.0, + 1577.0, + 991.0, + 1611.0, + 294.0, + 1611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1609.0, + 992.0, + 1609.0, + 992.0, + 1641.0, + 296.0, + 1641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1709.0, + 1408.0, + 1709.0, + 1408.0, + 1754.0, + 292.0, + 1754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1744.0, + 1406.0, + 1744.0, + 1406.0, + 1779.0, + 293.0, + 1779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1775.0, + 1406.0, + 1775.0, + 1406.0, + 1809.0, + 294.0, + 1809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1807.0, + 1406.0, + 1807.0, + 1406.0, + 1837.0, + 296.0, + 1837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1835.0, + 1406.0, + 1835.0, + 1406.0, + 1868.0, + 293.0, + 1868.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1863.0, + 1408.0, + 1863.0, + 1408.0, + 1902.0, + 292.0, + 1902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1892.0, + 476.0, + 1892.0, + 476.0, + 1934.0, + 294.0, + 1934.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 769.0, + 458.0, + 769.0, + 458.0, + 804.0, + 296.0, + 804.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 532.0, + 769.0, + 564.0, + 769.0, + 564.0, + 804.0, + 532.0, + 804.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 771.0, + 769.0, + 991.0, + 769.0, + 991.0, + 804.0, + 771.0, + 804.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 800.0, + 995.0, + 800.0, + 995.0, + 835.0, + 295.0, + 835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 830.0, + 675.0, + 830.0, + 675.0, + 864.0, + 296.0, + 864.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 939.0, + 830.0, + 993.0, + 830.0, + 993.0, + 864.0, + 939.0, + 864.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 861.0, + 991.0, + 861.0, + 991.0, + 891.0, + 295.0, + 891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 888.0, + 991.0, + 888.0, + 991.0, + 922.0, + 295.0, + 922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 920.0, + 992.0, + 920.0, + 992.0, + 954.0, + 293.0, + 954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 945.0, + 430.0, + 945.0, + 430.0, + 987.0, + 294.0, + 987.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 529.0, + 945.0, + 540.0, + 945.0, + 540.0, + 987.0, + 529.0, + 987.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 231.0, + 1404.0, + 231.0, + 1404.0, + 264.0, + 296.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 261.0, + 1403.0, + 261.0, + 1403.0, + 295.0, + 296.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 291.0, + 1403.0, + 291.0, + 1403.0, + 324.0, + 296.0, + 324.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": [ + 295.0, + 350.0, + 887.0, + 350.0, + 887.0, + 386.0, + 295.0, + 386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 603.0, + 1406.0, + 603.0, + 1406.0, + 635.0, + 295.0, + 635.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 634.0, + 1404.0, + 634.0, + 1404.0, + 667.0, + 295.0, + 667.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 665.0, + 1404.0, + 665.0, + 1404.0, + 697.0, + 293.0, + 697.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 695.0, + 1139.0, + 695.0, + 1139.0, + 728.0, + 295.0, + 728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1180.0, + 695.0, + 1228.0, + 695.0, + 1228.0, + 728.0, + 1180.0, + 728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1268.0, + 695.0, + 1406.0, + 695.0, + 1406.0, + 728.0, + 1268.0, + 728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1941.0, + 1408.0, + 1941.0, + 1408.0, + 1979.0, + 294.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1972.0, + 974.0, + 1972.0, + 974.0, + 2008.0, + 294.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1030.0, + 1972.0, + 1405.0, + 1972.0, + 1405.0, + 2008.0, + 1030.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2003.0, + 1406.0, + 2003.0, + 1406.0, + 2037.0, + 294.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 299.0, + 1638.0, + 1182.0, + 1638.0, + 1182.0, + 1672.0, + 299.0, + 1672.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1256.0, + 1638.0, + 1404.0, + 1638.0, + 1404.0, + 1672.0, + 1256.0, + 1672.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 1668.0, + 902.0, + 1668.0, + 902.0, + 1702.0, + 298.0, + 1702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 395.0, + 1406.0, + 395.0, + 1406.0, + 431.0, + 292.0, + 431.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 427.0, + 1406.0, + 427.0, + 1406.0, + 463.0, + 294.0, + 463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 459.0, + 726.0, + 459.0, + 726.0, + 493.0, + 296.0, + 493.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 5, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 5, + "poly": [ + 850, + 1452, + 1398, + 1452, + 1398, + 1862, + 850, + 1862 + ], + "score": 0.982, + "html": "
MetricsSettings
Repeated cells321
S-KdT FSA0.751± 0.090.692 ±0.180.502 ± 0.21
91.91 ± 0.0991.95 ± 0.1090.30 ± 0.71
Init Channel1684
S-KdT FSA0.740 ± 0.07 92.92 ± 0.480.677 ± 0.10 92.32 ± 0.370.691 ± 0.15 92.79± 0.85
Batch-size
S-KdT25612864
FSA0.740±0.07 92.92 ± 0.480.728 ±0.16 92.37 ± 0.610.703 ± 0.16 92.35 ± 0.34
Train portion0.750.50.25
S-KdT FSA0.751 ± 0.11 92.13 ± 0.510.742 ± 0.12 92.74 ± 0.430.693 ± 0.13 91.47 ± 0.81
" + }, + { + "category_id": 1, + "poly": [ + 299, + 1306, + 824, + 1306, + 824, + 1789, + 299, + 1789 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 665, + 1404, + 665, + 1404, + 819, + 297, + 819 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1059, + 1405, + 1059, + 1405, + 1210, + 298, + 1210 + ], + "score": 0.975 + }, + { + "category_id": 3, + "poly": [ + 302, + 201, + 827, + 201, + 827, + 447, + 302, + 447 + ], + "score": 0.969 + }, + { + "category_id": 3, + "poly": [ + 876, + 231, + 1395, + 231, + 1395, + 445, + 876, + 445 + ], + "score": 0.964 + }, + { + "category_id": 1, + "poly": [ + 287, + 510, + 1400, + 510, + 1400, + 573, + 287, + 573 + ], + "score": 0.952 + }, + { + "category_id": 1, + "poly": [ + 297, + 1972, + 1401, + 1972, + 1401, + 2035, + 297, + 2035 + ], + "score": 0.94 + }, + { + "category_id": 8, + "poly": [ + 565, + 836, + 1131, + 836, + 1131, + 905, + 565, + 905 + ], + "score": 0.938 + }, + { + "category_id": 1, + "poly": [ + 297, + 922, + 1404, + 922, + 1404, + 1045, + 297, + 1045 + ], + "score": 0.914 + }, + { + "category_id": 4, + "poly": [ + 895, + 452, + 1374, + 452, + 1374, + 483, + 895, + 483 + ], + "score": 0.91 + }, + { + "category_id": 1, + "poly": [ + 298, + 1807, + 824, + 1807, + 824, + 1866, + 298, + 1866 + ], + "score": 0.906 + }, + { + "category_id": 4, + "poly": [ + 414, + 452, + 713, + 452, + 713, + 482, + 414, + 482 + ], + "score": 0.903 + }, + { + "category_id": 0, + "poly": [ + 300, + 610, + 733, + 610, + 733, + 640, + 300, + 640 + ], + "score": 0.886 + }, + { + "category_id": 9, + "poly": [ + 1366, + 846, + 1399, + 846, + 1399, + 876, + 1366, + 876 + ], + "score": 0.881 + }, + { + "category_id": 6, + "poly": [ + 846, + 1312, + 1404, + 1312, + 1404, + 1433, + 846, + 1433 + ], + "score": 0.853 + }, + { + "category_id": 1, + "poly": [ + 298, + 1867, + 1406, + 1867, + 1406, + 1957, + 298, + 1957 + ], + "score": 0.853 + }, + { + "category_id": 2, + "poly": [ + 841, + 2087, + 858, + 2087, + 858, + 2111, + 841, + 2111 + ], + "score": 0.764 + }, + { + "category_id": 0, + "poly": [ + 317, + 1250, + 1151, + 1250, + 1151, + 1280, + 317, + 1280 + ], + "score": 0.754 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 852, + 76, + 852, + 104, + 298, + 104 + ], + "score": 0.663 + }, + { + "category_id": 6, + "poly": [ + 846, + 1312, + 1404, + 1312, + 1404, + 1432, + 846, + 1432 + ], + "score": 0.57 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 854, + 76, + 854, + 104, + 298, + 104 + ], + "score": 0.253 + }, + { + "category_id": 14, + "poly": [ + 565, + 833, + 1133, + 833, + 1133, + 907, + 565, + 907 + ], + "score": 0.94, + "latex": "\\mathcal { L } _ { s } ( x , \\theta _ { s } ) = \\sum _ { i } \\mathcal { L } _ { s } ( x , \\theta _ { i } ) , \\quad \\mathrm { w h e r e } \\forall i , \\cup _ { i } \\theta _ { i } = \\theta _ { s } ." + }, + { + "category_id": 13, + "poly": [ + 1172, + 1061, + 1251, + 1061, + 1251, + 1093, + 1172, + 1093 + ], + "score": 0.92, + "latex": "P _ { p r o x y }" + }, + { + "category_id": 13, + "poly": [ + 1144, + 542, + 1223, + 542, + 1223, + 575, + 1144, + 575 + ], + "score": 0.9, + "latex": "P _ { p r o x y }" + }, + { + "category_id": 13, + "poly": [ + 487, + 759, + 587, + 759, + 587, + 786, + 487, + 786 + ], + "score": 0.89, + "latex": "n = 3 0 0" + }, + { + "category_id": 15, + "poly": [ + 616.0, + 270.0, + 843.0, + 270.0, + 843.0, + 439.0, + 616.0, + 439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 385.0, + 298.0, + 421.0, + 298.0, + 421.0, + 328.0, + 385.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 616.0, + 304.0, + 631.0, + 304.0, + 631.0, + 316.0, + 616.0, + 316.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 343.0, + 422.0, + 469.0, + 422.0, + 469.0, + 449.0, + 343.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 641.0, + 421.0, + 751.0, + 421.0, + 751.0, + 450.0, + 641.0, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.25, + 256.0, + 382.25, + 256.0, + 382.25, + 300.5, + 326.25, + 300.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 947.0, + 231.0, + 1042.0, + 231.0, + 1042.0, + 259.0, + 947.0, + 259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1103.0, + 235.0, + 1207.0, + 235.0, + 1207.0, + 257.0, + 1103.0, + 257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1272.0, + 235.0, + 1358.0, + 235.0, + 1358.0, + 254.0, + 1272.0, + 254.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 260.0, + 927.0, + 260.0, + 927.0, + 281.0, + 888.0, + 281.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1016.0, + 265.0, + 1056.0, + 265.0, + 1056.0, + 299.0, + 1016.0, + 299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1063.0, + 272.0, + 1088.0, + 272.0, + 1088.0, + 292.0, + 1063.0, + 292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1224.0, + 256.0, + 1257.0, + 256.0, + 1257.0, + 295.0, + 1224.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 890.0, + 297.0, + 921.0, + 297.0, + 921.0, + 314.0, + 890.0, + 314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1018.0, + 294.0, + 1087.0, + 294.0, + 1087.0, + 380.0, + 1018.0, + 380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1225.0, + 298.0, + 1253.0, + 298.0, + 1253.0, + 316.0, + 1225.0, + 316.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1018.0, + 308.0, + 1049.0, + 308.0, + 1049.0, + 325.0, + 1018.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 876.0, + 316.0, + 923.0, + 316.0, + 923.0, + 362.0, + 876.0, + 362.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1017.0, + 321.0, + 1049.0, + 321.0, + 1049.0, + 354.0, + 1017.0, + 354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1064.0, + 318.0, + 1085.0, + 318.0, + 1085.0, + 357.0, + 1064.0, + 357.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1212.0, + 320.0, + 1251.0, + 320.0, + 1251.0, + 360.0, + 1212.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 364.0, + 922.0, + 364.0, + 922.0, + 385.0, + 888.0, + 385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1063.0, + 361.0, + 1086.0, + 361.0, + 1086.0, + 379.0, + 1063.0, + 379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1224.0, + 363.0, + 1253.0, + 363.0, + 1253.0, + 381.0, + 1224.0, + 381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1063.0, + 383.0, + 1087.0, + 383.0, + 1087.0, + 402.0, + 1063.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1223.0, + 383.0, + 1255.0, + 383.0, + 1255.0, + 405.0, + 1223.0, + 405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 399.0, + 928.0, + 399.0, + 928.0, + 419.0, + 888.0, + 419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1052.0, + 413.0, + 1060.0, + 413.0, + 1060.0, + 419.0, + 1052.0, + 419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1064.0, + 406.0, + 1086.0, + 406.0, + 1086.0, + 421.0, + 1064.0, + 421.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1224.0, + 407.0, + 1251.0, + 407.0, + 1251.0, + 424.0, + 1224.0, + 424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 920.0, + 417.0, + 935.0, + 417.0, + 935.0, + 433.0, + 920.0, + 433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 977.0, + 416.0, + 1004.0, + 416.0, + 1004.0, + 434.0, + 977.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1039.0, + 416.0, + 1066.0, + 416.0, + 1066.0, + 434.0, + 1039.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1086.0, + 418.0, + 1099.0, + 418.0, + 1099.0, + 432.0, + 1086.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1141.0, + 416.0, + 1169.0, + 416.0, + 1169.0, + 434.0, + 1141.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1204.0, + 416.0, + 1231.0, + 416.0, + 1231.0, + 434.0, + 1204.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1251.0, + 419.0, + 1263.0, + 419.0, + 1263.0, + 431.0, + 1251.0, + 431.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1306.0, + 416.0, + 1334.0, + 416.0, + 1334.0, + 434.0, + 1306.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1369.0, + 416.0, + 1395.0, + 416.0, + 1395.0, + 434.0, + 1369.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1132.0, + 429.0, + 1177.0, + 429.0, + 1177.0, + 449.0, + 1132.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 448.0, + 1381.0, + 448.0, + 1381.0, + 485.0, + 888.0, + 485.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 411.0, + 449.0, + 715.0, + 449.0, + 715.0, + 487.0, + 411.0, + 487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 608.0, + 737.0, + 608.0, + 737.0, + 644.0, + 294.0, + 644.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 845.0, + 1310.0, + 1408.0, + 1310.0, + 1408.0, + 1346.0, + 845.0, + 1346.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 843.0, + 1342.0, + 1408.0, + 1342.0, + 1408.0, + 1375.0, + 843.0, + 1375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 844.0, + 1371.0, + 1404.0, + 1371.0, + 1404.0, + 1407.0, + 844.0, + 1407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 845.0, + 1402.0, + 1037.0, + 1402.0, + 1037.0, + 1434.0, + 845.0, + 1434.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": [ + 312.0, + 1249.0, + 1157.0, + 1249.0, + 1157.0, + 1283.0, + 312.0, + 1283.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 856.0, + 73.0, + 856.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 845.0, + 1310.0, + 1408.0, + 1310.0, + 1408.0, + 1347.0, + 845.0, + 1347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 843.0, + 1342.0, + 1408.0, + 1342.0, + 1408.0, + 1377.0, + 843.0, + 1377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 844.0, + 1372.0, + 1404.0, + 1372.0, + 1404.0, + 1407.0, + 844.0, + 1407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 845.0, + 1402.0, + 1037.0, + 1402.0, + 1037.0, + 1434.0, + 845.0, + 1434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 857.0, + 73.0, + 857.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1308.0, + 824.0, + 1308.0, + 824.0, + 1339.0, + 297.0, + 1339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1338.0, + 826.0, + 1338.0, + 826.0, + 1369.0, + 295.0, + 1369.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1364.0, + 827.0, + 1364.0, + 827.0, + 1402.0, + 294.0, + 1402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1396.0, + 829.0, + 1396.0, + 829.0, + 1433.0, + 293.0, + 1433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1428.0, + 826.0, + 1428.0, + 826.0, + 1459.0, + 296.0, + 1459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1459.0, + 826.0, + 1459.0, + 826.0, + 1489.0, + 296.0, + 1489.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1490.0, + 825.0, + 1490.0, + 825.0, + 1518.0, + 297.0, + 1518.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1518.0, + 828.0, + 1518.0, + 828.0, + 1550.0, + 296.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1547.0, + 827.0, + 1547.0, + 827.0, + 1581.0, + 295.0, + 1581.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1578.0, + 827.0, + 1578.0, + 827.0, + 1612.0, + 296.0, + 1612.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1609.0, + 826.0, + 1609.0, + 826.0, + 1641.0, + 296.0, + 1641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1638.0, + 827.0, + 1638.0, + 827.0, + 1671.0, + 295.0, + 1671.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1669.0, + 826.0, + 1669.0, + 826.0, + 1700.0, + 296.0, + 1700.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1697.0, + 824.0, + 1697.0, + 824.0, + 1732.0, + 296.0, + 1732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1729.0, + 825.0, + 1729.0, + 825.0, + 1762.0, + 294.0, + 1762.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1758.0, + 414.0, + 1758.0, + 414.0, + 1791.0, + 295.0, + 1791.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 663.0, + 1406.0, + 663.0, + 1406.0, + 701.0, + 294.0, + 701.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 694.0, + 1406.0, + 694.0, + 1406.0, + 733.0, + 295.0, + 733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 725.0, + 1406.0, + 725.0, + 1406.0, + 761.0, + 292.0, + 761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 757.0, + 486.0, + 757.0, + 486.0, + 792.0, + 291.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 588.0, + 757.0, + 1407.0, + 757.0, + 1407.0, + 792.0, + 588.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 786.0, + 988.0, + 786.0, + 988.0, + 823.0, + 294.0, + 823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1053.0, + 1171.0, + 1053.0, + 1171.0, + 1098.0, + 292.0, + 1098.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1252.0, + 1053.0, + 1406.0, + 1053.0, + 1406.0, + 1098.0, + 1252.0, + 1098.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1086.0, + 1407.0, + 1086.0, + 1407.0, + 1124.0, + 292.0, + 1124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1120.0, + 1405.0, + 1120.0, + 1405.0, + 1153.0, + 295.0, + 1153.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1146.0, + 1406.0, + 1146.0, + 1406.0, + 1184.0, + 293.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1176.0, + 1354.0, + 1176.0, + 1354.0, + 1216.0, + 292.0, + 1216.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 510.0, + 1403.0, + 510.0, + 1403.0, + 545.0, + 295.0, + 545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 530.0, + 1143.0, + 530.0, + 1143.0, + 585.0, + 289.0, + 585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1224.0, + 530.0, + 1237.0, + 530.0, + 1237.0, + 585.0, + 1224.0, + 585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1973.0, + 1403.0, + 1973.0, + 1403.0, + 2005.0, + 296.0, + 2005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2004.0, + 1403.0, + 2004.0, + 1403.0, + 2035.0, + 295.0, + 2035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 920.0, + 1406.0, + 920.0, + 1406.0, + 956.0, + 294.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, + 984.0, + 1404.0, + 984.0, + 1404.0, + 1016.0, + 295.0, + 1016.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1014.0, + 1201.0, + 1014.0, + 1201.0, + 1046.0, + 296.0, + 1046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1804.0, + 827.0, + 1804.0, + 827.0, + 1841.0, + 294.0, + 1841.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1833.0, + 828.0, + 1833.0, + 828.0, + 1872.0, + 293.0, + 1872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1860.0, + 1408.0, + 1860.0, + 1408.0, + 1904.0, + 291.0, + 1904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1895.0, + 1403.0, + 1895.0, + 1403.0, + 1929.0, + 295.0, + 1929.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1927.0, + 503.0, + 1927.0, + 503.0, + 1961.0, + 293.0, + 1961.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 6, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 939, + 1405, + 939, + 1405, + 1214, + 298, + 1214 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 1593, + 1404, + 1593, + 1404, + 1776, + 298, + 1776 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 298, + 674, + 1404, + 674, + 1404, + 826, + 298, + 826 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 298, + 1228, + 1403, + 1228, + 1403, + 1411, + 298, + 1411 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 299, + 1426, + 1403, + 1426, + 1403, + 1577, + 299, + 1577 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 298, + 537, + 1404, + 537, + 1404, + 659, + 298, + 659 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 298, + 1912, + 1402, + 1912, + 1402, + 2034, + 298, + 2034 + ], + "score": 0.971 + }, + { + "category_id": 3, + "poly": [ + 871, + 216, + 1400, + 216, + 1400, + 446, + 871, + 446 + ], + "score": 0.968 + }, + { + "category_id": 5, + "poly": [ + 301, + 267, + 825, + 267, + 825, + 429, + 301, + 429 + ], + "score": 0.962, + "html": "
TypeAccuracyS-KdTP>RFinal searched model
Fixed71.52 ± 6.940.220.54691.79 ± 1.72
Shuffle31.79 ± 10.900.170.39190.58 ± 1.58
Interpolate57.53 ± 10.050.370.86593.35 ± 3.27
Baselinet76.91 ± 10.050.220.86589.43± 4.30
Baseline-v275.18± 9.280.330.89191.27 ± 1.18
Ours76.95 ± 8.290.460.94993.65 ± 0.73
" + }, + { + "category_id": 4, + "poly": [ + 890, + 455, + 1379, + 455, + 1379, + 487, + 890, + 487 + ], + "score": 0.906 + }, + { + "category_id": 7, + "poly": [ + 307, + 428, + 568, + 428, + 568, + 447, + 307, + 447 + ], + "score": 0.892 + }, + { + "category_id": 0, + "poly": [ + 298, + 880, + 988, + 880, + 988, + 909, + 298, + 909 + ], + "score": 0.883 + }, + { + "category_id": 6, + "poly": [ + 303, + 472, + 827, + 472, + 827, + 503, + 303, + 503 + ], + "score": 0.873 + }, + { + "category_id": 0, + "poly": [ + 299, + 1836, + 991, + 1836, + 991, + 1869, + 299, + 1869 + ], + "score": 0.838 + }, + { + "category_id": 2, + "poly": [ + 841, + 2089, + 858, + 2089, + 858, + 2111, + 841, + 2111 + ], + "score": 0.779 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 853, + 76, + 853, + 104, + 298, + 104 + ], + "score": 0.759 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 852, + 76, + 852, + 104, + 299, + 104 + ], + "score": 0.281 + }, + { + "category_id": 13, + "poly": [ + 597, + 1152, + 704, + 1152, + 704, + 1185, + 597, + 1185 + ], + "score": 0.93, + "latex": "\\lfloor C _ { o u t } / n \\rfloor" + }, + { + "category_id": 13, + "poly": [ + 462, + 1380, + 530, + 1380, + 530, + 1411, + 462, + 1411 + ], + "score": 0.93, + "latex": "C _ { m a x }" + }, + { + "category_id": 13, + "poly": [ + 1105, + 1319, + 1181, + 1319, + 1181, + 1352, + 1105, + 1352 + ], + "score": 0.93, + "latex": "[ 0 : C ]" + }, + { + "category_id": 13, + "poly": [ + 428, + 1121, + 533, + 1121, + 533, + 1155, + 428, + 1155 + ], + "score": 0.92, + "latex": "\\lfloor C _ { o u t } / 2 \\rfloor" + }, + { + "category_id": 13, + "poly": [ + 1228, + 1259, + 1296, + 1259, + 1296, + 1290, + 1228, + 1290 + ], + "score": 0.91, + "latex": "C _ { m a x }" + }, + { + "category_id": 13, + "poly": [ + 1044, + 1229, + 1112, + 1229, + 1112, + 1259, + 1044, + 1259 + ], + "score": 0.91, + "latex": "C _ { m a x }" + }, + { + "category_id": 13, + "poly": [ + 520, + 1062, + 576, + 1062, + 576, + 1092, + 520, + 1092 + ], + "score": 0.91, + "latex": "C _ { o u t }" + }, + { + "category_id": 13, + "poly": [ + 419, + 1063, + 465, + 1063, + 465, + 1092, + 419, + 1092 + ], + "score": 0.9, + "latex": "C _ { i n }" + }, + { + "category_id": 13, + "poly": [ + 1308, + 599, + 1353, + 599, + 1353, + 630, + 1308, + 630 + ], + "score": 0.9, + "latex": "f _ { w s }" + }, + { + "category_id": 13, + "poly": [ + 1048, + 1093, + 1104, + 1093, + 1104, + 1122, + 1048, + 1122 + ], + "score": 0.89, + "latex": "C _ { o u t }" + }, + { + "category_id": 13, + "poly": [ + 1034, + 1063, + 1111, + 1063, + 1111, + 1090, + 1034, + 1090 + ], + "score": 0.89, + "latex": "n = 2" + }, + { + "category_id": 13, + "poly": [ + 880, + 629, + 948, + 629, + 948, + 657, + 880, + 657 + ], + "score": 0.86, + "latex": "> 0 . 5" + }, + { + "category_id": 13, + "poly": [ + 968, + 735, + 1022, + 735, + 1022, + 764, + 968, + 764 + ], + "score": 0.86, + "latex": "2 5 \\%" + }, + { + "category_id": 13, + "poly": [ + 1349, + 765, + 1403, + 765, + 1403, + 794, + 1349, + 794 + ], + "score": 0.85, + "latex": "50 \\%" + }, + { + "category_id": 13, + "poly": [ + 1020, + 1033, + 1048, + 1033, + 1048, + 1059, + 1020, + 1059 + ], + "score": 0.82, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 687, + 1381, + 712, + 1381, + 712, + 1407, + 687, + 1407 + ], + "score": 0.81, + "latex": "C" + }, + { + "category_id": 13, + "poly": [ + 343, + 1229, + 368, + 1229, + 368, + 1257, + 343, + 1257 + ], + "score": 0.79, + "latex": "C" + }, + { + "category_id": 13, + "poly": [ + 749, + 1156, + 770, + 1156, + 770, + 1179, + 749, + 1179 + ], + "score": 0.79, + "latex": "n" + }, + { + "category_id": 13, + "poly": [ + 692, + 1036, + 713, + 1036, + 713, + 1059, + 692, + 1059 + ], + "score": 0.74, + "latex": "n" + }, + { + "category_id": 13, + "poly": [ + 1100, + 1033, + 1126, + 1033, + 1126, + 1059, + 1100, + 1059 + ], + "score": 0.73, + "latex": "Y" + }, + { + "category_id": 13, + "poly": [ + 1352, + 1063, + 1387, + 1063, + 1387, + 1093, + 1352, + 1093 + ], + "score": 0.51, + "latex": "( b )" + }, + { + "category_id": 13, + "poly": [ + 298, + 628, + 372, + 628, + 372, + 662, + 298, + 662 + ], + "score": 0.37, + "latex": "f _ { p r o x y }" + }, + { + "category_id": 15, + "poly": [ + 920.0, + 228.0, + 938.0, + 228.0, + 938.0, + 245.0, + 920.0, + 245.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 949.0, + 212.0, + 1016.0, + 212.0, + 1016.0, + 254.0, + 949.0, + 254.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1103.0, + 228.0, + 1121.0, + 228.0, + 1121.0, + 245.0, + 1103.0, + 245.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1299.0, + 228.0, + 1315.0, + 228.0, + 1315.0, + 244.0, + 1299.0, + 244.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 921.0, + 259.0, + 929.0, + 259.0, + 929.0, + 268.0, + 921.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 937.0, + 259.0, + 944.0, + 259.0, + 944.0, + 267.0, + 937.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1299.0, + 260.0, + 1307.0, + 260.0, + 1307.0, + 267.0, + 1299.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1084.0, + 334.0, + 1101.0, + 334.0, + 1101.0, + 351.0, + 1084.0, + 351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1125.0, + 329.0, + 1194.0, + 329.0, + 1194.0, + 363.0, + 1125.0, + 363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1280.0, + 333.0, + 1298.0, + 333.0, + 1298.0, + 351.0, + 1280.0, + 351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1371.0, + 339.0, + 1391.0, + 339.0, + 1391.0, + 355.0, + 1371.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 919.0, + 389.0, + 938.0, + 389.0, + 938.0, + 405.0, + 919.0, + 405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 949.0, + 395.0, + 1023.0, + 395.0, + 1023.0, + 416.0, + 949.0, + 416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1105.0, + 391.0, + 1119.0, + 391.0, + 1119.0, + 403.0, + 1105.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1300.0, + 389.0, + 1315.0, + 389.0, + 1315.0, + 405.0, + 1300.0, + 405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 875.0, + 424.0, + 983.0, + 424.0, + 983.0, + 448.0, + 875.0, + 448.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1081.0, + 422.0, + 1161.0, + 422.0, + 1161.0, + 449.0, + 1081.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1283.0, + 422.0, + 1361.0, + 422.0, + 1361.0, + 449.0, + 1283.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1332.25, + 338.5, + 1371.25, + 338.5, + 1371.25, + 359.5, + 1332.25, + 359.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 965.75, + 376.0, + 1005.75, + 376.0, + 1005.75, + 405.0, + 965.75, + 405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 887.0, + 452.0, + 1383.0, + 452.0, + 1383.0, + 492.0, + 887.0, + 492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 308.0, + 424.0, + 572.0, + 424.0, + 572.0, + 450.0, + 308.0, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 876.0, + 992.0, + 876.0, + 992.0, + 915.0, + 295.0, + 915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 299.0, + 470.0, + 830.0, + 470.0, + 830.0, + 506.0, + 299.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1834.0, + 995.0, + 1834.0, + 995.0, + 1873.0, + 294.0, + 1873.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, + 857.0, + 73.0, + 857.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 856.0, + 73.0, + 856.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 940.0, + 1408.0, + 940.0, + 1408.0, + 976.0, + 296.0, + 976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 971.0, + 1407.0, + 971.0, + 1407.0, + 1007.0, + 295.0, + 1007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 997.0, + 1407.0, + 997.0, + 1407.0, + 1040.0, + 292.0, + 1040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1030.0, + 691.0, + 1030.0, + 691.0, + 1067.0, + 293.0, + 1067.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 714.0, + 1030.0, + 1019.0, + 1030.0, + 1019.0, + 1067.0, + 714.0, + 1067.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1049.0, + 1030.0, + 1099.0, + 1030.0, + 1099.0, + 1067.0, + 1049.0, + 1067.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1127.0, + 1030.0, + 1406.0, + 1030.0, + 1406.0, + 1067.0, + 1127.0, + 1067.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1060.0, + 418.0, + 1060.0, + 418.0, + 1100.0, + 292.0, + 1100.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 466.0, + 1060.0, + 519.0, + 1060.0, + 519.0, + 1100.0, + 466.0, + 1100.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 577.0, + 1060.0, + 1033.0, + 1060.0, + 1033.0, + 1100.0, + 577.0, + 1100.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1112.0, + 1060.0, + 1351.0, + 1060.0, + 1351.0, + 1100.0, + 1112.0, + 1100.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1388.0, + 1060.0, + 1408.0, + 1060.0, + 1408.0, + 1100.0, + 1388.0, + 1100.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1090.0, + 1047.0, + 1090.0, + 1047.0, + 1130.0, + 293.0, + 1130.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1105.0, + 1090.0, + 1406.0, + 1090.0, + 1406.0, + 1130.0, + 1105.0, + 1130.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1119.0, + 427.0, + 1119.0, + 427.0, + 1156.0, + 295.0, + 1156.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 534.0, + 1119.0, + 1403.0, + 1119.0, + 1403.0, + 1156.0, + 534.0, + 1156.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1149.0, + 596.0, + 1149.0, + 596.0, + 1190.0, + 293.0, + 1190.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 705.0, + 1149.0, + 748.0, + 1149.0, + 748.0, + 1190.0, + 705.0, + 1190.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 771.0, + 1149.0, + 1406.0, + 1149.0, + 1406.0, + 1190.0, + 771.0, + 1190.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1179.0, + 1258.0, + 1179.0, + 1258.0, + 1220.0, + 293.0, + 1220.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1590.0, + 1405.0, + 1590.0, + 1405.0, + 1629.0, + 293.0, + 1629.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1621.0, + 1405.0, + 1621.0, + 1405.0, + 1655.0, + 293.0, + 1655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1652.0, + 1406.0, + 1652.0, + 1406.0, + 1687.0, + 294.0, + 1687.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1686.0, + 1402.0, + 1686.0, + 1402.0, + 1714.0, + 297.0, + 1714.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1715.0, + 1404.0, + 1715.0, + 1404.0, + 1746.0, + 297.0, + 1746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1743.0, + 670.0, + 1743.0, + 670.0, + 1779.0, + 295.0, + 1779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 671.0, + 1408.0, + 671.0, + 1408.0, + 709.0, + 293.0, + 709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 701.0, + 1408.0, + 701.0, + 1408.0, + 742.0, + 293.0, + 742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 733.0, + 967.0, + 733.0, + 967.0, + 770.0, + 294.0, + 770.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1023.0, + 733.0, + 1406.0, + 733.0, + 1406.0, + 770.0, + 1023.0, + 770.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 763.0, + 1348.0, + 763.0, + 1348.0, + 800.0, + 293.0, + 800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1404.0, + 763.0, + 1408.0, + 763.0, + 1408.0, + 800.0, + 1404.0, + 800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 795.0, + 1098.0, + 795.0, + 1098.0, + 830.0, + 293.0, + 830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1226.0, + 342.0, + 1226.0, + 342.0, + 1265.0, + 293.0, + 1265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 369.0, + 1226.0, + 1043.0, + 1226.0, + 1043.0, + 1265.0, + 369.0, + 1265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1113.0, + 1226.0, + 1408.0, + 1226.0, + 1408.0, + 1265.0, + 1113.0, + 1265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1255.0, + 1227.0, + 1255.0, + 1227.0, + 1294.0, + 293.0, + 1294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1297.0, + 1255.0, + 1407.0, + 1255.0, + 1407.0, + 1294.0, + 1297.0, + 1294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1285.0, + 1407.0, + 1285.0, + 1407.0, + 1327.0, + 292.0, + 1327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1320.0, + 1104.0, + 1320.0, + 1104.0, + 1355.0, + 294.0, + 1355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1182.0, + 1320.0, + 1407.0, + 1320.0, + 1407.0, + 1355.0, + 1182.0, + 1355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1346.0, + 1407.0, + 1346.0, + 1407.0, + 1386.0, + 292.0, + 1386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1380.0, + 461.0, + 1380.0, + 461.0, + 1416.0, + 294.0, + 1416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 531.0, + 1380.0, + 686.0, + 1380.0, + 686.0, + 1416.0, + 531.0, + 1416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 713.0, + 1380.0, + 1408.0, + 1380.0, + 1408.0, + 1416.0, + 713.0, + 1416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1423.0, + 1404.0, + 1423.0, + 1404.0, + 1464.0, + 294.0, + 1464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1456.0, + 1404.0, + 1456.0, + 1404.0, + 1492.0, + 295.0, + 1492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1486.0, + 1405.0, + 1486.0, + 1405.0, + 1521.0, + 293.0, + 1521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1513.0, + 1407.0, + 1513.0, + 1407.0, + 1552.0, + 293.0, + 1552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1547.0, + 1216.0, + 1547.0, + 1216.0, + 1580.0, + 294.0, + 1580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 536.0, + 1408.0, + 536.0, + 1408.0, + 571.0, + 293.0, + 571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 567.0, + 1405.0, + 567.0, + 1405.0, + 603.0, + 293.0, + 603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 597.0, + 1307.0, + 597.0, + 1307.0, + 633.0, + 293.0, + 633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1354.0, + 597.0, + 1406.0, + 597.0, + 1406.0, + 633.0, + 1354.0, + 633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 627.0, + 297.0, + 627.0, + 297.0, + 663.0, + 293.0, + 663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 373.0, + 627.0, + 879.0, + 627.0, + 879.0, + 663.0, + 373.0, + 663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 949.0, + 627.0, + 1301.0, + 627.0, + 1301.0, + 663.0, + 949.0, + 663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1913.0, + 1404.0, + 1913.0, + 1404.0, + 1945.0, + 294.0, + 1945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1944.0, + 1406.0, + 1944.0, + 1406.0, + 1976.0, + 294.0, + 1976.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": [ + 292.0, + 2003.0, + 1225.0, + 2003.0, + 1225.0, + 2038.0, + 292.0, + 2038.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 7, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 998, + 825, + 998, + 825, + 1358, + 298, + 1358 + ], + "score": 0.977 + }, + { + "category_id": 5, + "poly": [ + 850, + 1203, + 1397, + 1203, + 1397, + 1368, + 850, + 1368 + ], + "score": 0.977, + "html": "
MethodNASBench 101 (n=7)NASBench 201DARTS NDSDARTS NDS*
ENAS91.83 ±0.4254.30±0.0094.45 ± 0.0997.11
DARTS-V292.21 ± 0.6154.30 ±0.0094.79 ± 0.1197.37
NAO92.59 ± 0.5997.10
GDAS=93.51 ± 0.1396.23
Random NAS89.89 ± 3.8987.66 ± 1.6991.33 ±0.1296.74†
Random NAS (Ours)93.12 ±0.0692.71 ± 0.1594.26±0.0597.08
" + }, + { + "category_id": 1, + "poly": [ + 295, + 640, + 1406, + 640, + 1406, + 972, + 295, + 972 + ], + "score": 0.971 + }, + { + "category_id": 3, + "poly": [ + 279, + 221, + 1392, + 221, + 1392, + 450, + 279, + 450 + ], + "score": 0.961 + }, + { + "category_id": 7, + "poly": [ + 857, + 1370, + 1388, + 1370, + 1388, + 1474, + 857, + 1474 + ], + "score": 0.954 + }, + { + "category_id": 4, + "poly": [ + 294, + 459, + 1406, + 459, + 1406, + 612, + 294, + 612 + ], + "score": 0.94 + }, + { + "category_id": 1, + "poly": [ + 848, + 995, + 1404, + 995, + 1404, + 1177, + 848, + 1177 + ], + "score": 0.915 + }, + { + "category_id": 2, + "poly": [ + 840, + 2089, + 858, + 2089, + 858, + 2111, + 840, + 2111 + ], + "score": 0.785 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 852, + 76, + 852, + 104, + 299, + 104 + ], + "score": 0.758 + }, + { + "category_id": 2, + "poly": [ + 297, + 76, + 854, + 76, + 854, + 104, + 297, + 104 + ], + "score": 0.149 + }, + { + "category_id": 13, + "poly": [ + 484, + 1209, + 533, + 1209, + 533, + 1239, + 484, + 1239 + ], + "score": 0.9, + "latex": "P _ { w s }" + }, + { + "category_id": 13, + "poly": [ + 526, + 521, + 574, + 521, + 574, + 550, + 526, + 550 + ], + "score": 0.9, + "latex": "P _ { w s }" + }, + { + "category_id": 13, + "poly": [ + 778, + 1208, + 822, + 1208, + 822, + 1240, + 778, + 1240 + ], + "score": 0.88, + "latex": "f _ { w s }" + }, + { + "category_id": 13, + "poly": [ + 1159, + 1086, + 1243, + 1086, + 1243, + 1114, + 1159, + 1114 + ], + "score": 0.86, + "latex": "{ \\mathit { n } } = 7 " + }, + { + "category_id": 13, + "poly": [ + 1296, + 1086, + 1333, + 1086, + 1333, + 1114, + 1296, + 1114 + ], + "score": 0.32, + "latex": "\\mathrm { T u }" + }, + { + "category_id": 15, + "poly": [ + 351.0, + 229.0, + 502.0, + 229.0, + 502.0, + 260.0, + 351.0, + 260.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 574.0, + 227.0, + 659.0, + 227.0, + 659.0, + 261.0, + 574.0, + 261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 723.0, + 231.0, + 904.0, + 231.0, + 904.0, + 256.0, + 723.0, + 256.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1078.0, + 231.0, + 1206.0, + 231.0, + 1206.0, + 256.0, + 1078.0, + 256.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 300.0, + 266.0, + 312.0, + 266.0, + 312.0, + 278.0, + 300.0, + 278.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1290.0, + 257.0, + 1380.0, + 257.0, + 1380.0, + 278.0, + 1290.0, + 278.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1290.0, + 275.0, + 1379.0, + 275.0, + 1379.0, + 292.0, + 1290.0, + 292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 277.0, + 291.0, + 314.0, + 291.0, + 314.0, + 334.0, + 277.0, + 334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1290.0, + 289.0, + 1366.0, + 289.0, + 1366.0, + 310.0, + 1290.0, + 310.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 347.0, + 312.0, + 347.0, + 312.0, + 364.0, + 296.0, + 364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1304.0, + 374.0, + 1331.0, + 374.0, + 1331.0, + 401.0, + 1304.0, + 401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 413.0, + 386.5, + 467.0, + 386.5, + 467.0, + 403.0, + 413.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 545.25, + 385.0, + 597.25, + 385.0, + 597.25, + 401.5, + 545.25, + 401.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 681.0, + 384.0, + 732.0, + 384.0, + 732.0, + 402.5, + 681.0, + 402.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 737.0, + 385.5, + 790.0, + 385.5, + 790.0, + 402.5, + 737.0, + 402.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 996.0, + 383.0, + 1039.0, + 383.0, + 1039.0, + 398.0, + 996.0, + 398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 784.0, + 392.0, + 849.0, + 392.0, + 849.0, + 409.0, + 784.0, + 409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 852.0, + 390.5, + 905.0, + 390.5, + 905.0, + 403.5, + 852.0, + 403.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1161.25, + 388.5, + 1218.25, + 388.5, + 1218.25, + 404.5, + 1161.25, + 404.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1220.75, + 388.5, + 1277.75, + 388.5, + 1277.75, + 404.5, + 1220.75, + 404.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 277.75, + 394.5, + 346.75, + 394.5, + 346.75, + 410.5, + 277.75, + 410.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 331.25, + 397.5, + 407.25, + 397.5, + 407.25, + 414.0, + 331.25, + 414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 452.75, + 401.0, + 520.75, + 401.0, + 520.75, + 414.0, + 452.75, + 414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 589.25, + 394.0, + 657.25, + 394.0, + 657.25, + 410.5, + 589.25, + 410.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1019.75, + 400.5, + 1100.75, + 400.5, + 1100.75, + 417.0, + 1019.75, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1085.0, + 396.5, + 1159.0, + 396.5, + 1159.0, + 412.5, + 1085.0, + 412.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 897.0, + 409.0, + 980.0, + 409.0, + 980.0, + 421.5, + 897.0, + 421.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 860.0, + 1366.0, + 1101.0, + 1366.0, + 1101.0, + 1388.0, + 860.0, + 1388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 858.0, + 1382.0, + 1219.0, + 1382.0, + 1219.0, + 1406.0, + 858.0, + 1406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 859.0, + 1401.0, + 1390.0, + 1401.0, + 1390.0, + 1424.0, + 859.0, + 1424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 860.0, + 1420.0, + 1305.0, + 1420.0, + 1305.0, + 1440.0, + 860.0, + 1440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 857.0, + 1434.0, + 1341.0, + 1434.0, + 1341.0, + 1459.0, + 857.0, + 1459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 859.0, + 1454.0, + 1144.0, + 1454.0, + 1144.0, + 1474.0, + 859.0, + 1474.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 458.0, + 1404.0, + 458.0, + 1404.0, + 493.0, + 295.0, + 493.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 487.0, + 1406.0, + 487.0, + 1406.0, + 526.0, + 293.0, + 526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 517.0, + 525.0, + 517.0, + 525.0, + 558.0, + 292.0, + 558.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 575.0, + 517.0, + 1409.0, + 517.0, + 1409.0, + 558.0, + 575.0, + 558.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 549.0, + 1404.0, + 549.0, + 1404.0, + 586.0, + 293.0, + 586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 578.0, + 521.0, + 578.0, + 521.0, + 615.0, + 294.0, + 615.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, + 856.0, + 73.0, + 856.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 856.0, + 73.0, + 856.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 996.0, + 826.0, + 996.0, + 826.0, + 1028.0, + 298.0, + 1028.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1027.0, + 827.0, + 1027.0, + 827.0, + 1059.0, + 297.0, + 1059.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1056.0, + 826.0, + 1056.0, + 826.0, + 1091.0, + 295.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1084.0, + 827.0, + 1084.0, + 827.0, + 1121.0, + 294.0, + 1121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1117.0, + 827.0, + 1117.0, + 827.0, + 1149.0, + 296.0, + 1149.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1148.0, + 828.0, + 1148.0, + 828.0, + 1179.0, + 294.0, + 1179.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1177.0, + 828.0, + 1177.0, + 828.0, + 1212.0, + 294.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1207.0, + 483.0, + 1207.0, + 483.0, + 1244.0, + 293.0, + 1244.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 534.0, + 1207.0, + 777.0, + 1207.0, + 777.0, + 1244.0, + 534.0, + 1244.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1239.0, + 828.0, + 1239.0, + 828.0, + 1270.0, + 295.0, + 1270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1267.0, + 830.0, + 1267.0, + 830.0, + 1302.0, + 295.0, + 1302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1296.0, + 826.0, + 1296.0, + 826.0, + 1331.0, + 295.0, + 1331.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1330.0, + 549.0, + 1330.0, + 549.0, + 1359.0, + 296.0, + 1359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 638.0, + 1404.0, + 638.0, + 1404.0, + 677.0, + 293.0, + 677.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 671.0, + 988.0, + 671.0, + 988.0, + 705.0, + 327.0, + 705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 697.0, + 1409.0, + 697.0, + 1409.0, + 737.0, + 289.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 726.0, + 1373.0, + 726.0, + 1373.0, + 769.0, + 325.0, + 769.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 762.0, + 1406.0, + 762.0, + 1406.0, + 796.0, + 295.0, + 796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 791.0, + 843.0, + 791.0, + 843.0, + 827.0, + 326.0, + 827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 819.0, + 1404.0, + 819.0, + 1404.0, + 858.0, + 290.0, + 858.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 851.0, + 510.0, + 851.0, + 510.0, + 882.0, + 329.0, + 882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 880.0, + 1404.0, + 880.0, + 1404.0, + 916.0, + 290.0, + 916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 908.0, + 1406.0, + 908.0, + 1406.0, + 950.0, + 325.0, + 950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 941.0, + 505.0, + 941.0, + 505.0, + 977.0, + 327.0, + 977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 843.0, + 993.0, + 1406.0, + 993.0, + 1406.0, + 1025.0, + 843.0, + 1025.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 842.0, + 1018.0, + 1407.0, + 1018.0, + 1407.0, + 1061.0, + 842.0, + 1061.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 844.0, + 1054.0, + 1410.0, + 1054.0, + 1410.0, + 1087.0, + 844.0, + 1087.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 841.0, + 1079.0, + 1158.0, + 1079.0, + 1158.0, + 1120.0, + 841.0, + 1120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1244.0, + 1079.0, + 1295.0, + 1079.0, + 1295.0, + 1120.0, + 1244.0, + 1120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1334.0, + 1079.0, + 1409.0, + 1079.0, + 1409.0, + 1120.0, + 1334.0, + 1120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 843.0, + 1109.0, + 1406.0, + 1109.0, + 1406.0, + 1153.0, + 843.0, + 1153.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 844.0, + 1145.0, + 1405.0, + 1145.0, + 1405.0, + 1177.0, + 844.0, + 1177.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 8, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 836, + 2088, + 864, + 2088, + 864, + 2113, + 836, + 2113 + ], + "score": 0.836 + }, + { + "category_id": 1, + "poly": [ + 294, + 1579, + 1403, + 1579, + 1403, + 1644, + 294, + 1644 + ], + "score": 0.783 + }, + { + "category_id": 1, + "poly": [ + 297, + 278, + 1402, + 278, + 1402, + 370, + 297, + 370 + ], + "score": 0.739 + }, + { + "category_id": 0, + "poly": [ + 300, + 228, + 489, + 228, + 489, + 261, + 300, + 261 + ], + "score": 0.737 + }, + { + "category_id": 1, + "poly": [ + 297, + 1413, + 1403, + 1413, + 1403, + 1477, + 297, + 1477 + ], + "score": 0.736 + }, + { + "category_id": 1, + "poly": [ + 292, + 1496, + 1404, + 1496, + 1404, + 1561, + 292, + 1561 + ], + "score": 0.732 + }, + { + "category_id": 1, + "poly": [ + 297, + 1971, + 1400, + 1971, + 1400, + 2033, + 297, + 2033 + ], + "score": 0.729 + }, + { + "category_id": 1, + "poly": [ + 296, + 1331, + 1402, + 1331, + 1402, + 1397, + 296, + 1397 + ], + "score": 0.694 + }, + { + "category_id": 1, + "poly": [ + 295, + 835, + 1402, + 835, + 1402, + 900, + 295, + 900 + ], + "score": 0.683 + }, + { + "category_id": 1, + "poly": [ + 296, + 1083, + 1402, + 1083, + 1402, + 1148, + 296, + 1148 + ], + "score": 0.671 + }, + { + "category_id": 1, + "poly": [ + 295, + 917, + 1404, + 917, + 1404, + 982, + 295, + 982 + ], + "score": 0.668 + }, + { + "category_id": 1, + "poly": [ + 293, + 1248, + 1402, + 1248, + 1402, + 1314, + 293, + 1314 + ], + "score": 0.663 + }, + { + "category_id": 1, + "poly": [ + 295, + 1000, + 1403, + 1000, + 1403, + 1066, + 295, + 1066 + ], + "score": 0.654 + }, + { + "category_id": 1, + "poly": [ + 295, + 1165, + 1403, + 1165, + 1403, + 1231, + 295, + 1231 + ], + "score": 0.651 + }, + { + "category_id": 1, + "poly": [ + 291, + 390, + 1402, + 390, + 1402, + 454, + 291, + 454 + ], + "score": 0.647 + }, + { + "category_id": 1, + "poly": [ + 296, + 751, + 1402, + 751, + 1402, + 816, + 296, + 816 + ], + "score": 0.645 + }, + { + "category_id": 1, + "poly": [ + 298, + 1744, + 1402, + 1744, + 1402, + 1839, + 298, + 1839 + ], + "score": 0.642 + }, + { + "category_id": 1, + "poly": [ + 298, + 1857, + 1403, + 1857, + 1403, + 1951, + 298, + 1951 + ], + "score": 0.635 + }, + { + "category_id": 1, + "poly": [ + 298, + 474, + 1401, + 474, + 1401, + 566, + 298, + 566 + ], + "score": 0.63 + }, + { + "category_id": 1, + "poly": [ + 296, + 586, + 1403, + 586, + 1403, + 651, + 296, + 651 + ], + "score": 0.623 + }, + { + "category_id": 1, + "poly": [ + 293, + 1662, + 1402, + 1662, + 1402, + 1727, + 293, + 1727 + ], + "score": 0.616 + }, + { + "category_id": 1, + "poly": [ + 298, + 668, + 1403, + 668, + 1403, + 734, + 298, + 734 + ], + "score": 0.604 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 854, + 75, + 854, + 105, + 298, + 105 + ], + "score": 0.476 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 854, + 75, + 854, + 105, + 298, + 105 + ], + "score": 0.407 + }, + { + "category_id": 1, + "poly": [ + 300, + 228, + 489, + 228, + 489, + 261, + 300, + 261 + ], + "score": 0.133 + }, + { + "category_id": 13, + "poly": [ + 459, + 540, + 478, + 540, + 478, + 562, + 459, + 562 + ], + "score": 0.66, + "latex": "\\underline { { \\underline { { \\mathbf { \\Pi } } } } } =" + }, + { + "category_id": 13, + "poly": [ + 1167, + 1036, + 1185, + 1036, + 1185, + 1058, + 1167, + 1058 + ], + "score": 0.58, + "latex": "\\underline { { \\underline { { \\mathbf { \\Pi } } } } } =" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 869.0, + 2085.0, + 869.0, + 2123.0, + 831.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 227.0, + 491.0, + 227.0, + 491.0, + 265.0, + 295.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 857.0, + 73.0, + 857.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 857.0, + 73.0, + 857.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1579.0, + 1406.0, + 1579.0, + 1406.0, + 1615.0, + 294.0, + 1615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1609.0, + 452.0, + 1609.0, + 452.0, + 1642.0, + 322.0, + 1642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 277.0, + 1406.0, + 277.0, + 1406.0, + 314.0, + 295.0, + 314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 310.0, + 1404.0, + 310.0, + 1404.0, + 343.0, + 324.0, + 343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 338.0, + 582.0, + 338.0, + 582.0, + 372.0, + 324.0, + 372.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1413.0, + 1404.0, + 1413.0, + 1404.0, + 1449.0, + 296.0, + 1449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1445.0, + 513.0, + 1445.0, + 513.0, + 1477.0, + 321.0, + 1477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1492.0, + 1405.0, + 1492.0, + 1405.0, + 1536.0, + 293.0, + 1536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1528.0, + 699.0, + 1528.0, + 699.0, + 1561.0, + 324.0, + 1561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1970.0, + 1406.0, + 1970.0, + 1406.0, + 2006.0, + 295.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1998.0, + 411.0, + 1998.0, + 411.0, + 2036.0, + 320.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1328.0, + 1408.0, + 1328.0, + 1408.0, + 1372.0, + 293.0, + 1372.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1363.0, + 1389.0, + 1363.0, + 1389.0, + 1399.0, + 323.0, + 1399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 835.0, + 1405.0, + 835.0, + 1405.0, + 871.0, + 295.0, + 871.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 865.0, + 1009.0, + 865.0, + 1009.0, + 901.0, + 320.0, + 901.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1081.0, + 1406.0, + 1081.0, + 1406.0, + 1119.0, + 295.0, + 1119.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1114.0, + 902.0, + 1114.0, + 902.0, + 1148.0, + 323.0, + 1148.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 917.0, + 1407.0, + 917.0, + 1407.0, + 953.0, + 294.0, + 953.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 946.0, + 409.0, + 946.0, + 409.0, + 980.0, + 319.0, + 980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1249.0, + 1407.0, + 1249.0, + 1407.0, + 1286.0, + 293.0, + 1286.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1280.0, + 1180.0, + 1280.0, + 1180.0, + 1316.0, + 322.0, + 1316.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 999.0, + 1404.0, + 999.0, + 1404.0, + 1037.0, + 294.0, + 1037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1032.0, + 1166.0, + 1032.0, + 1166.0, + 1068.0, + 323.0, + 1068.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1186.0, + 1032.0, + 1361.0, + 1032.0, + 1361.0, + 1068.0, + 1186.0, + 1068.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1164.0, + 1408.0, + 1164.0, + 1408.0, + 1202.0, + 293.0, + 1202.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1197.0, + 1316.0, + 1197.0, + 1316.0, + 1233.0, + 323.0, + 1233.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 387.0, + 1405.0, + 387.0, + 1405.0, + 428.0, + 293.0, + 428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 422.0, + 728.0, + 422.0, + 728.0, + 454.0, + 324.0, + 454.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 750.0, + 1407.0, + 750.0, + 1407.0, + 789.0, + 292.0, + 789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 782.0, + 977.0, + 782.0, + 977.0, + 818.0, + 323.0, + 818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1745.0, + 1404.0, + 1745.0, + 1404.0, + 1779.0, + 297.0, + 1779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1776.0, + 1411.0, + 1776.0, + 1411.0, + 1813.0, + 322.0, + 1813.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1801.0, + 402.0, + 1801.0, + 402.0, + 1842.0, + 319.0, + 1842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1855.0, + 1409.0, + 1855.0, + 1409.0, + 1894.0, + 296.0, + 1894.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1886.0, + 1409.0, + 1886.0, + 1409.0, + 1926.0, + 320.0, + 1926.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1914.0, + 409.0, + 1914.0, + 409.0, + 1957.0, + 320.0, + 1957.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 473.0, + 1406.0, + 473.0, + 1406.0, + 510.0, + 294.0, + 510.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 506.0, + 1405.0, + 506.0, + 1405.0, + 539.0, + 324.0, + 539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 534.0, + 458.0, + 534.0, + 458.0, + 569.0, + 323.0, + 569.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 479.0, + 534.0, + 655.0, + 534.0, + 655.0, + 569.0, + 479.0, + 569.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 582.0, + 1407.0, + 582.0, + 1407.0, + 628.0, + 293.0, + 628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 617.0, + 1022.0, + 617.0, + 1022.0, + 652.0, + 324.0, + 652.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1657.0, + 1407.0, + 1657.0, + 1407.0, + 1706.0, + 292.0, + 1706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1693.0, + 1046.0, + 1693.0, + 1046.0, + 1729.0, + 322.0, + 1729.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 667.0, + 1407.0, + 667.0, + 1407.0, + 704.0, + 297.0, + 704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 700.0, + 1066.0, + 700.0, + 1066.0, + 736.0, + 323.0, + 736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 227.0, + 491.0, + 227.0, + 491.0, + 265.0, + 295.0, + 265.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 9, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 298, + 75, + 854, + 75, + 854, + 105, + 298, + 105 + ], + "score": 0.883 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 862, + 2088, + 862, + 2113, + 835, + 2113 + ], + "score": 0.825 + }, + { + "category_id": 1, + "poly": [ + 293, + 1656, + 1402, + 1656, + 1402, + 1719, + 293, + 1719 + ], + "score": 0.696 + }, + { + "category_id": 1, + "poly": [ + 298, + 1570, + 1404, + 1570, + 1404, + 1636, + 298, + 1636 + ], + "score": 0.695 + }, + { + "category_id": 1, + "poly": [ + 298, + 714, + 1401, + 714, + 1401, + 779, + 298, + 779 + ], + "score": 0.682 + }, + { + "category_id": 1, + "poly": [ + 297, + 1369, + 1402, + 1369, + 1402, + 1434, + 297, + 1434 + ], + "score": 0.656 + }, + { + "category_id": 1, + "poly": [ + 298, + 629, + 1402, + 629, + 1402, + 694, + 298, + 694 + ], + "score": 0.654 + }, + { + "category_id": 1, + "poly": [ + 298, + 799, + 1403, + 799, + 1403, + 864, + 298, + 864 + ], + "score": 0.652 + }, + { + "category_id": 1, + "poly": [ + 294, + 885, + 1404, + 885, + 1404, + 948, + 294, + 948 + ], + "score": 0.649 + }, + { + "category_id": 1, + "poly": [ + 291, + 1741, + 1402, + 1741, + 1402, + 1805, + 291, + 1805 + ], + "score": 0.635 + }, + { + "category_id": 1, + "poly": [ + 296, + 970, + 1401, + 970, + 1401, + 1064, + 296, + 1064 + ], + "score": 0.607 + }, + { + "category_id": 1, + "poly": [ + 300, + 229, + 1400, + 229, + 1400, + 322, + 300, + 322 + ], + "score": 0.581 + }, + { + "category_id": 1, + "poly": [ + 298, + 1084, + 1244, + 1084, + 1244, + 1119, + 298, + 1119 + ], + "score": 0.57 + }, + { + "category_id": 1, + "poly": [ + 293, + 343, + 1403, + 343, + 1403, + 407, + 293, + 407 + ], + "score": 0.57 + }, + { + "category_id": 1, + "poly": [ + 295, + 544, + 1400, + 544, + 1400, + 609, + 295, + 609 + ], + "score": 0.569 + }, + { + "category_id": 1, + "poly": [ + 303, + 1825, + 1403, + 1825, + 1403, + 1920, + 303, + 1920 + ], + "score": 0.567 + }, + { + "category_id": 1, + "poly": [ + 299, + 1140, + 1405, + 1140, + 1405, + 1232, + 299, + 1232 + ], + "score": 0.564 + }, + { + "category_id": 1, + "poly": [ + 300, + 1255, + 1403, + 1255, + 1403, + 1349, + 300, + 1349 + ], + "score": 0.558 + }, + { + "category_id": 1, + "poly": [ + 298, + 428, + 1400, + 428, + 1400, + 524, + 298, + 524 + ], + "score": 0.512 + }, + { + "category_id": 1, + "poly": [ + 301, + 1455, + 1406, + 1455, + 1406, + 1549, + 301, + 1549 + ], + "score": 0.442 + }, + { + "category_id": 1, + "poly": [ + 302, + 1942, + 1404, + 1942, + 1404, + 2033, + 302, + 2033 + ], + "score": 0.364 + }, + { + "category_id": 13, + "poly": [ + 1049, + 1607, + 1067, + 1607, + 1067, + 1629, + 1049, + 1629 + ], + "score": 0.59, + "latex": "\\underline { { \\underline { { \\mathbf { \\Pi } } } } } =" + }, + { + "category_id": 13, + "poly": [ + 708, + 1035, + 726, + 1035, + 726, + 1058, + 708, + 1058 + ], + "score": 0.53, + "latex": "\\underline { { \\underline { { \\mathbf { \\Pi } } } } } =" + }, + { + "category_id": 13, + "poly": [ + 904, + 1521, + 921, + 1521, + 921, + 1544, + 904, + 1544 + ], + "score": 0.53, + "latex": "=" + }, + { + "category_id": 13, + "poly": [ + 525, + 1205, + 544, + 1205, + 544, + 1227, + 525, + 1227 + ], + "score": 0.42, + "latex": "{ . } = { }" + }, + { + "category_id": 13, + "poly": [ + 525, + 2006, + 544, + 2006, + 544, + 2028, + 525, + 2028 + ], + "score": 0.39, + "latex": "{ . } = { }" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 857.0, + 73.0, + 857.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, + 2125.0, + 831.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1656.0, + 1408.0, + 1656.0, + 1408.0, + 1690.0, + 295.0, + 1690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1686.0, + 1155.0, + 1686.0, + 1155.0, + 1719.0, + 322.0, + 1719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1571.0, + 1404.0, + 1571.0, + 1404.0, + 1607.0, + 296.0, + 1607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1602.0, + 1048.0, + 1602.0, + 1048.0, + 1638.0, + 322.0, + 1638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1068.0, + 1602.0, + 1245.0, + 1602.0, + 1245.0, + 1638.0, + 1068.0, + 1638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 710.0, + 1405.0, + 710.0, + 1405.0, + 754.0, + 293.0, + 754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 747.0, + 853.0, + 747.0, + 853.0, + 780.0, + 322.0, + 780.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1369.0, + 1407.0, + 1369.0, + 1407.0, + 1405.0, + 296.0, + 1405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1401.0, + 469.0, + 1401.0, + 469.0, + 1435.0, + 321.0, + 1435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 628.0, + 1407.0, + 628.0, + 1407.0, + 668.0, + 294.0, + 668.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 662.0, + 808.0, + 662.0, + 808.0, + 695.0, + 323.0, + 695.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 801.0, + 1408.0, + 801.0, + 1408.0, + 837.0, + 294.0, + 837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 832.0, + 1235.0, + 832.0, + 1235.0, + 865.0, + 321.0, + 865.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 882.0, + 1405.0, + 882.0, + 1405.0, + 924.0, + 293.0, + 924.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 917.0, + 797.0, + 917.0, + 797.0, + 948.0, + 326.0, + 948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1741.0, + 1405.0, + 1741.0, + 1405.0, + 1777.0, + 294.0, + 1777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1772.0, + 928.0, + 1772.0, + 928.0, + 1804.0, + 323.0, + 1804.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 967.0, + 1406.0, + 967.0, + 1406.0, + 1007.0, + 293.0, + 1007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1001.0, + 1405.0, + 1001.0, + 1405.0, + 1035.0, + 323.0, + 1035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 1033.0, + 707.0, + 1033.0, + 707.0, + 1067.0, + 326.0, + 1067.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 727.0, + 1033.0, + 905.0, + 1033.0, + 905.0, + 1067.0, + 727.0, + 1067.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 226.0, + 1406.0, + 226.0, + 1406.0, + 266.0, + 293.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 257.0, + 1404.0, + 257.0, + 1404.0, + 297.0, + 323.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 291.0, + 697.0, + 291.0, + 697.0, + 321.0, + 322.0, + 321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1084.0, + 1248.0, + 1084.0, + 1248.0, + 1123.0, + 294.0, + 1123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 342.0, + 1408.0, + 342.0, + 1408.0, + 381.0, + 293.0, + 381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 375.0, + 534.0, + 375.0, + 534.0, + 407.0, + 322.0, + 407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 544.0, + 1404.0, + 544.0, + 1404.0, + 580.0, + 295.0, + 580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 578.0, + 970.0, + 578.0, + 970.0, + 607.0, + 324.0, + 607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1824.0, + 1407.0, + 1824.0, + 1407.0, + 1864.0, + 294.0, + 1864.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1858.0, + 1406.0, + 1858.0, + 1406.0, + 1892.0, + 323.0, + 1892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1886.0, + 1068.0, + 1886.0, + 1068.0, + 1921.0, + 322.0, + 1921.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1139.0, + 1406.0, + 1139.0, + 1406.0, + 1176.0, + 294.0, + 1176.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1170.0, + 1415.0, + 1170.0, + 1415.0, + 1208.0, + 322.0, + 1208.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1203.0, + 524.0, + 1203.0, + 524.0, + 1233.0, + 323.0, + 1233.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 545.0, + 1203.0, + 719.0, + 1203.0, + 719.0, + 1233.0, + 545.0, + 1233.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1255.0, + 1407.0, + 1255.0, + 1407.0, + 1292.0, + 294.0, + 1292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1284.0, + 1404.0, + 1284.0, + 1404.0, + 1324.0, + 320.0, + 1324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1317.0, + 999.0, + 1317.0, + 999.0, + 1351.0, + 323.0, + 1351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 429.0, + 1405.0, + 429.0, + 1405.0, + 464.0, + 296.0, + 464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 461.0, + 1404.0, + 461.0, + 1404.0, + 496.0, + 323.0, + 496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 489.0, + 1385.0, + 489.0, + 1385.0, + 527.0, + 318.0, + 527.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1451.0, + 1411.0, + 1451.0, + 1411.0, + 1497.0, + 294.0, + 1497.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1487.0, + 1408.0, + 1487.0, + 1408.0, + 1521.0, + 323.0, + 1521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1518.0, + 903.0, + 1518.0, + 903.0, + 1552.0, + 324.0, + 1552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 922.0, + 1518.0, + 1101.0, + 1518.0, + 1101.0, + 1552.0, + 922.0, + 1552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1937.0, + 1405.0, + 1937.0, + 1405.0, + 1979.0, + 293.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1971.0, + 1413.0, + 1971.0, + 1413.0, + 2007.0, + 322.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 2002.0, + 524.0, + 2002.0, + 524.0, + 2036.0, + 322.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 545.0, + 2002.0, + 722.0, + 2002.0, + 722.0, + 2036.0, + 545.0, + 2036.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 10, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 298, + 75, + 854, + 75, + 854, + 105, + 298, + 105 + ], + "score": 0.843 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 864, + 2088, + 864, + 2113, + 835, + 2113 + ], + "score": 0.834 + }, + { + "category_id": 1, + "poly": [ + 296, + 671, + 1402, + 671, + 1402, + 735, + 296, + 735 + ], + "score": 0.697 + }, + { + "category_id": 1, + "poly": [ + 296, + 536, + 1402, + 536, + 1402, + 600, + 296, + 600 + ], + "score": 0.694 + }, + { + "category_id": 1, + "poly": [ + 298, + 619, + 1403, + 619, + 1403, + 653, + 298, + 653 + ], + "score": 0.672 + }, + { + "category_id": 1, + "poly": [ + 301, + 228, + 1403, + 228, + 1403, + 323, + 301, + 323 + ], + "score": 0.614 + }, + { + "category_id": 1, + "poly": [ + 295, + 453, + 1402, + 453, + 1402, + 517, + 295, + 517 + ], + "score": 0.6 + }, + { + "category_id": 1, + "poly": [ + 300, + 342, + 1402, + 342, + 1402, + 435, + 300, + 435 + ], + "score": 0.559 + }, + { + "category_id": 13, + "poly": [ + 739, + 295, + 759, + 295, + 759, + 316, + 739, + 316 + ], + "score": 0.41, + "latex": "{ . } =" + }, + { + "category_id": 13, + "poly": [ + 458, + 407, + 477, + 407, + 477, + 430, + 458, + 430 + ], + "score": 0.39, + "latex": "_ { \\cdot } =" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 857.0, + 73.0, + 857.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": [ + 294.0, + 668.0, + 1406.0, + 668.0, + 1406.0, + 709.0, + 294.0, + 709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 702.0, + 862.0, + 702.0, + 862.0, + 736.0, + 321.0, + 736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 537.0, + 1404.0, + 537.0, + 1404.0, + 573.0, + 295.0, + 573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 568.0, + 806.0, + 568.0, + 806.0, + 600.0, + 323.0, + 600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 614.0, + 1409.0, + 614.0, + 1409.0, + 657.0, + 294.0, + 657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 227.0, + 1408.0, + 227.0, + 1408.0, + 266.0, + 296.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 260.0, + 1410.0, + 260.0, + 1410.0, + 295.0, + 322.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 291.0, + 738.0, + 291.0, + 738.0, + 325.0, + 324.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 760.0, + 291.0, + 936.0, + 291.0, + 936.0, + 325.0, + 760.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 452.0, + 1405.0, + 452.0, + 1405.0, + 491.0, + 294.0, + 491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 485.0, + 1060.0, + 485.0, + 1060.0, + 518.0, + 322.0, + 518.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 338.0, + 1406.0, + 338.0, + 1406.0, + 380.0, + 294.0, + 380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 373.0, + 1404.0, + 373.0, + 1404.0, + 408.0, + 321.0, + 408.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 405.0, + 457.0, + 405.0, + 457.0, + 436.0, + 326.0, + 436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 478.0, + 405.0, + 653.0, + 405.0, + 653.0, + 436.0, + 478.0, + 436.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 11, + "width": 1700, + "height": 2200 + } + } +] \ No newline at end of file diff --git a/vlm/train/-bdp_8Itjwp/0.png b/vlm/train/-bdp_8Itjwp/0.png new file mode 100644 index 0000000000000000000000000000000000000000..5bda4a67d85b20b8716f67f0330a6db6454ceb82 --- /dev/null +++ b/vlm/train/-bdp_8Itjwp/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e39f8917b95bd223b653e97a5d638bbe3c78b183d148cf2a262d3cd1227152da +size 529795 diff --git a/vlm/train/-bdp_8Itjwp/1.png b/vlm/train/-bdp_8Itjwp/1.png new file mode 100644 index 0000000000000000000000000000000000000000..eb0e38d419f08c5f83468de0ba75ddabe7492a20 --- /dev/null +++ b/vlm/train/-bdp_8Itjwp/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca245bca76abb259f11cf2af21f9e426e39c083c08ed6843a0fdff979428e2f +size 614145 diff --git a/vlm/train/-bdp_8Itjwp/10.png b/vlm/train/-bdp_8Itjwp/10.png new file mode 100644 index 0000000000000000000000000000000000000000..83054d9f654da048c780e12ca966711c05ea7ee1 --- /dev/null +++ b/vlm/train/-bdp_8Itjwp/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce26feab4ef9e482a16afc1b09ecbc7eb4b1bab89798648329d33fd8916fba10 +size 520192 diff --git a/vlm/train/-bdp_8Itjwp/11.png b/vlm/train/-bdp_8Itjwp/11.png new file mode 100644 index 0000000000000000000000000000000000000000..fea9d18071b8e2d76b0f671b13d3e56f794da9ec --- /dev/null +++ b/vlm/train/-bdp_8Itjwp/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1600407b5c7eac9e928666014bccc2b5989fe5016c0ba11c7bb18af505ff6c1b +size 526789 diff --git a/vlm/train/-bdp_8Itjwp/12.png b/vlm/train/-bdp_8Itjwp/12.png new file mode 100644 index 0000000000000000000000000000000000000000..eec19b0aa7e9c0b746224bc0f9047109a71a0782 --- /dev/null +++ b/vlm/train/-bdp_8Itjwp/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8efd5a924254ce04ae43870ccefc198cf95b868ed4a655b9489966ee4b98f128 +size 432011 diff --git a/vlm/train/-bdp_8Itjwp/13.png b/vlm/train/-bdp_8Itjwp/13.png new file mode 100644 index 0000000000000000000000000000000000000000..4bffd5138583b465402476965deba891aae01710 --- /dev/null +++ b/vlm/train/-bdp_8Itjwp/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c125d55617a0935f7bf68f2d551a3f4420552ba827faa8555892dc7a371c3192 +size 400076 diff --git a/vlm/train/-bdp_8Itjwp/14.png b/vlm/train/-bdp_8Itjwp/14.png new file mode 100644 index 0000000000000000000000000000000000000000..f5d6c90ddef3df8e07b8abdb5dbd46abfa043855 --- /dev/null +++ b/vlm/train/-bdp_8Itjwp/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3629778e91ff6539678270b2a0d039da82d32f1e0dd52c2bb24f883545f11a5c +size 366206 diff --git a/vlm/train/-bdp_8Itjwp/15.png b/vlm/train/-bdp_8Itjwp/15.png new file mode 100644 index 0000000000000000000000000000000000000000..f15b8e09e26bc5929ac2971a595e7585586122af --- /dev/null +++ b/vlm/train/-bdp_8Itjwp/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ab85f894dcc61c13738fb5194d2af615b770926750460a9c0cdd5ce0f30fc0 +size 449583 diff --git a/vlm/train/-bdp_8Itjwp/16.png b/vlm/train/-bdp_8Itjwp/16.png new file mode 100644 index 0000000000000000000000000000000000000000..ca3fede6161e729033a8b78559ca258128467688 --- /dev/null +++ b/vlm/train/-bdp_8Itjwp/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2606830dd5bbbf659599805387f8a2684822cb02b6785932b2b329f3c721da14 +size 591674 diff --git a/vlm/train/-bdp_8Itjwp/17.png b/vlm/train/-bdp_8Itjwp/17.png new file mode 100644 index 0000000000000000000000000000000000000000..3e7639242eb8badbcc5bee6f5270291e5c18828d --- /dev/null +++ b/vlm/train/-bdp_8Itjwp/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44147a396b1b20e3fa6a491af0d5a42f84a74c9d987e0d5c48917ce879ca9dd9 +size 273578 diff --git a/vlm/train/-bdp_8Itjwp/2.png b/vlm/train/-bdp_8Itjwp/2.png new file mode 100644 index 0000000000000000000000000000000000000000..bc8d201c5bb690dae47c23f6b63e4773860cee1e --- /dev/null +++ b/vlm/train/-bdp_8Itjwp/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd1f57472d75d34c5d89fc3aa9eb85d0243a5a7afbf5e4d8e18c7d8c5245687 +size 629516 diff --git a/vlm/train/-bdp_8Itjwp/3.png b/vlm/train/-bdp_8Itjwp/3.png new file mode 100644 index 0000000000000000000000000000000000000000..8016fed4b50c9ffc3fd515d3fbc63a56c902833e --- /dev/null +++ b/vlm/train/-bdp_8Itjwp/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29978c483f4a09b3d886ca76eb925d2b5c6a45b2f69a8cc6b93e759e0235c170 +size 661800 diff --git a/vlm/train/-bdp_8Itjwp/4.png b/vlm/train/-bdp_8Itjwp/4.png new file mode 100644 index 0000000000000000000000000000000000000000..89990baa3e80d85124ee129a927c5566c2ff427e --- /dev/null +++ b/vlm/train/-bdp_8Itjwp/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa6d3865a143bc2abe7bc59ad5bc07f1b6a9c84d83e9486b7d467028108cd43 +size 610875 diff --git a/vlm/train/-bdp_8Itjwp/5.png b/vlm/train/-bdp_8Itjwp/5.png new file mode 100644 index 0000000000000000000000000000000000000000..8afc8d7ced6b4906d60863b02bf1a6a3b421178e --- /dev/null +++ b/vlm/train/-bdp_8Itjwp/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51a1bac797a65b092bec3f38b900b3dc3a5c18c2f6378bde795d77f8845a79bc +size 574023 diff --git a/vlm/train/-bdp_8Itjwp/6.png b/vlm/train/-bdp_8Itjwp/6.png new file mode 100644 index 0000000000000000000000000000000000000000..0525299017202408cc55ba761e5c02b5e14ae0d8 --- /dev/null +++ b/vlm/train/-bdp_8Itjwp/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b87fcfde6919f68ecc213f86fdfb2cc8e003994efce1c8e299231e710ae67b +size 701715 diff --git a/vlm/train/-bdp_8Itjwp/7.png b/vlm/train/-bdp_8Itjwp/7.png new file mode 100644 index 0000000000000000000000000000000000000000..fd85e6b1a1a29a126dc574df0d0bc79769bbeb0e --- /dev/null +++ b/vlm/train/-bdp_8Itjwp/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53895826a6ef049e73a5890d9e31125499012370ed24cb20ed3f17335885a8b8 +size 688817 diff --git a/vlm/train/-bdp_8Itjwp/8.png b/vlm/train/-bdp_8Itjwp/8.png new file mode 100644 index 0000000000000000000000000000000000000000..9a0a4df9e9605ca5f8aa9a3408d8057696646d18 --- /dev/null +++ b/vlm/train/-bdp_8Itjwp/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e234adc389ec7c74118e30379f9784251c3d58bcbd5a6be15631cee16acdb1 +size 562978 diff --git a/vlm/train/-bdp_8Itjwp/9.png b/vlm/train/-bdp_8Itjwp/9.png new file mode 100644 index 0000000000000000000000000000000000000000..d2c8171cc13925bbc385cee42db0b62f4842cc56 --- /dev/null +++ b/vlm/train/-bdp_8Itjwp/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2a61a679134e7d5473abe3dcf076f0e1ccb76af996b2273c69236460ea377a +size 558627 diff --git a/vlm/train/3k20LAiHYL2/0.png b/vlm/train/3k20LAiHYL2/0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb1c20ebf2e3edcbfd3b7319ca6540547e388b2e --- /dev/null +++ b/vlm/train/3k20LAiHYL2/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b48ee72688e69991444f6995b56424e26280a3dee53a7fd2c98df5b2dc5e0349 +size 558110 diff --git a/vlm/train/3k20LAiHYL2/1.png b/vlm/train/3k20LAiHYL2/1.png new file mode 100644 index 0000000000000000000000000000000000000000..59a639e04a6fbd1df14ae71bc73ae39008c2ebb9 --- /dev/null +++ b/vlm/train/3k20LAiHYL2/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e68a8ad7b8cdbbc61a77613b15b0745312058a3d9c7720482773e0efcfff13 +size 605090 diff --git a/vlm/train/3k20LAiHYL2/10.png b/vlm/train/3k20LAiHYL2/10.png new file mode 100644 index 0000000000000000000000000000000000000000..96ba974ed9307f9f3d76fa9a19b48539e776a57d --- /dev/null +++ b/vlm/train/3k20LAiHYL2/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e53715c610124b18865a74a2cc0d84da42032e151b8368f7fcc487278ac8ad4 +size 599493 diff --git a/vlm/train/3k20LAiHYL2/11.png b/vlm/train/3k20LAiHYL2/11.png new file mode 100644 index 0000000000000000000000000000000000000000..38f01b2a39e73c4fcc1dab28c7310044f1f308bb --- /dev/null +++ b/vlm/train/3k20LAiHYL2/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b137dd92c33f5e9b8168c8c853e0c6e804dd539a46b975660fad65d95555098 +size 622298 diff --git a/vlm/train/3k20LAiHYL2/12.png b/vlm/train/3k20LAiHYL2/12.png new file mode 100644 index 0000000000000000000000000000000000000000..81e1207dce44d6862f165199826796a67eb527da --- /dev/null +++ b/vlm/train/3k20LAiHYL2/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f825c61a09e96dd3637702e4e9ffb40577f44cc852321c8e85fd442c34ff1c2f +size 51615 diff --git a/vlm/train/3k20LAiHYL2/13.png b/vlm/train/3k20LAiHYL2/13.png new file mode 100644 index 0000000000000000000000000000000000000000..9a5c626c25185d7ae502f673f3276ced25726001 --- /dev/null +++ b/vlm/train/3k20LAiHYL2/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb9e3027ee0f651ab6814277cc8c71bec0d87d94069d5bc3208924656467ac0 +size 427861 diff --git a/vlm/train/3k20LAiHYL2/14.png b/vlm/train/3k20LAiHYL2/14.png new file mode 100644 index 0000000000000000000000000000000000000000..6d89b80bd7d42873b9290f046dbb3bdba77862b8 --- /dev/null +++ b/vlm/train/3k20LAiHYL2/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6beb56aa9c1b84c09e31c0f787f2381c61335b7f44364d3e611b7c9da826c405 +size 523531 diff --git a/vlm/train/3k20LAiHYL2/2.png b/vlm/train/3k20LAiHYL2/2.png new file mode 100644 index 0000000000000000000000000000000000000000..5d86bc8b078ea4e06d18f3d79eb2f35107b7e230 --- /dev/null +++ b/vlm/train/3k20LAiHYL2/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e46091b1367855d82314ec06cfa3af046fcd63a1c3ec93546a4b637c6f758a +size 573544 diff --git a/vlm/train/3k20LAiHYL2/3.png b/vlm/train/3k20LAiHYL2/3.png new file mode 100644 index 0000000000000000000000000000000000000000..e398fffa9e15afb3359fc5565a04f2e3ac7a16d2 --- /dev/null +++ b/vlm/train/3k20LAiHYL2/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc61dad3580d58a7a08b0a549a4c7cb58c5b41527245d7edbf2cd3b8520585ac +size 609538 diff --git a/vlm/train/3k20LAiHYL2/4.png b/vlm/train/3k20LAiHYL2/4.png new file mode 100644 index 0000000000000000000000000000000000000000..5e89ca8f8e185f64aff6bf9aa43ec6ebeb848ec8 --- /dev/null +++ b/vlm/train/3k20LAiHYL2/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81669ec9a49ec905da27f3f6b0993f4d2363e96829365bb0fa6bdf1f0a7b1122 +size 541865 diff --git a/vlm/train/3k20LAiHYL2/5.png b/vlm/train/3k20LAiHYL2/5.png new file mode 100644 index 0000000000000000000000000000000000000000..4aaf735e4907b5756dedef8b785ebd5021ea1759 --- /dev/null +++ b/vlm/train/3k20LAiHYL2/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0cfa51aa143f517ea116094497e12d69bf165bbeb893b13825f96fbb8ce0c90 +size 659203 diff --git a/vlm/train/3k20LAiHYL2/6.png b/vlm/train/3k20LAiHYL2/6.png new file mode 100644 index 0000000000000000000000000000000000000000..2ce9f30bb416285447f5c9f4c49449e27339697f --- /dev/null +++ b/vlm/train/3k20LAiHYL2/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c588e9ab1a72493e922869ca7b4446409ba19831e8b9af009dee1ade713781 +size 655938 diff --git a/vlm/train/3k20LAiHYL2/7.png b/vlm/train/3k20LAiHYL2/7.png new file mode 100644 index 0000000000000000000000000000000000000000..447dcfd07330ccd8176c1d0449933ed4e3a5afc5 --- /dev/null +++ b/vlm/train/3k20LAiHYL2/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62fd73d4d8331012908ad6e2f33a0664239d1553759d57352862e46807047e53 +size 620826 diff --git a/vlm/train/3k20LAiHYL2/8.png b/vlm/train/3k20LAiHYL2/8.png new file mode 100644 index 0000000000000000000000000000000000000000..70606e7e0763934509c9f6b26ba18c8cd6662700 --- /dev/null +++ b/vlm/train/3k20LAiHYL2/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14fb511e9c457edbc9eada59f03dccf18c4a56550b6aa16f2338a1573f54dc14 +size 620255 diff --git a/vlm/train/3k20LAiHYL2/9.png b/vlm/train/3k20LAiHYL2/9.png new file mode 100644 index 0000000000000000000000000000000000000000..7afa3f56753ca0e83c0de90f352de8b5a6bd7cdf --- /dev/null +++ b/vlm/train/3k20LAiHYL2/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bfc5ac50d5237e7b88bc30b655b18eb09b14c20e6cb8c5b700627ff9e274131 +size 561100 diff --git a/vlm/train/4c0J6lwQ4_/12.png b/vlm/train/4c0J6lwQ4_/12.png new file mode 100644 index 0000000000000000000000000000000000000000..5d73598ecce5d87b3872d5e13987628542358b03 --- /dev/null +++ b/vlm/train/4c0J6lwQ4_/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8f94a72b19c4d16e3693d95e920d60e4c646b426366b2692e620319aa442cc +size 407484 diff --git a/vlm/train/4c0J6lwQ4_/13.png b/vlm/train/4c0J6lwQ4_/13.png new file mode 100644 index 0000000000000000000000000000000000000000..a5513a4c1f8f1c6a9b947144b697c4c76dce7039 --- /dev/null +++ b/vlm/train/4c0J6lwQ4_/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e90a7ce23cf8dcb69273a89f15abd0b6d23c8580f778bb5d351d074506513c2 +size 458775 diff --git a/vlm/train/4c0J6lwQ4_/4.png b/vlm/train/4c0J6lwQ4_/4.png new file mode 100644 index 0000000000000000000000000000000000000000..260b39c6ef923e5ceb5f6b361d77ace53392d76c --- /dev/null +++ b/vlm/train/4c0J6lwQ4_/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12fd026afd1b9a1fd5842d6c9b1f50ba72548bfa1deb87ff826724832d5ae4d7 +size 482370 diff --git a/vlm/train/4c0J6lwQ4_/5.png b/vlm/train/4c0J6lwQ4_/5.png new file mode 100644 index 0000000000000000000000000000000000000000..eb1d44783c74e21ef3659257a31545fb91d99377 --- /dev/null +++ b/vlm/train/4c0J6lwQ4_/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f349a9fd7ed0f7b298baec6a69af7fe6864f088521745710350ab1ce16cdd264 +size 477190 diff --git a/vlm/train/4c0J6lwQ4_/7.png b/vlm/train/4c0J6lwQ4_/7.png new file mode 100644 index 0000000000000000000000000000000000000000..80ee313d55231c74e791d063f9cb8fa5fd0c2972 --- /dev/null +++ b/vlm/train/4c0J6lwQ4_/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae3bb82c84e65c019597d078491711df5f3bfb6fe414755152fe48706726aef8 +size 546209 diff --git a/vlm/train/4c0J6lwQ4_/8.png b/vlm/train/4c0J6lwQ4_/8.png new file mode 100644 index 0000000000000000000000000000000000000000..b79520bdd67fb91a43608ad797c7ed7a8025464f --- /dev/null +++ b/vlm/train/4c0J6lwQ4_/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c8a713a9809611b5050b739e205a2c281e6702c79398039ade49f797cf82e0 +size 467811 diff --git a/vlm/train/4c1EiEvivpx/0.png b/vlm/train/4c1EiEvivpx/0.png new file mode 100644 index 0000000000000000000000000000000000000000..64ae9f00b1b9ac7bdc2b19df1668b7d94261467e --- /dev/null +++ b/vlm/train/4c1EiEvivpx/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5727b7c5d5da2f67adf5a270d0e1c1fefd5f5542a54c4f0fcbd9e1c47e6af0d +size 431317 diff --git a/vlm/train/4c1EiEvivpx/1.png b/vlm/train/4c1EiEvivpx/1.png new file mode 100644 index 0000000000000000000000000000000000000000..66cd7be6528fa26ea2cd434d4bfd1d57fc6c8ebd --- /dev/null +++ b/vlm/train/4c1EiEvivpx/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:552c590ccdf046df6a04d9c0cba51f5f550c1bd7a8e7b6f115d074c6f2abb06b +size 673111 diff --git a/vlm/train/4c1EiEvivpx/10.png b/vlm/train/4c1EiEvivpx/10.png new file mode 100644 index 0000000000000000000000000000000000000000..a15446b690f6bfff3aacf6c5477adc606506befb --- /dev/null +++ b/vlm/train/4c1EiEvivpx/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ed9ec5d86463462931ce64a3ef7e0836c23d816e63093d52900a56b62bef1fd +size 684064 diff --git a/vlm/train/4c1EiEvivpx/11.png b/vlm/train/4c1EiEvivpx/11.png new file mode 100644 index 0000000000000000000000000000000000000000..aad5cf478e961f390b6c4ec803f2016c43e276c8 --- /dev/null +++ b/vlm/train/4c1EiEvivpx/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9f353e75aa0d7c348ee4fa1c07381bd2d6b3f1214e02a3389e2daeb4ad365c +size 716046 diff --git a/vlm/train/4c1EiEvivpx/12.png b/vlm/train/4c1EiEvivpx/12.png new file mode 100644 index 0000000000000000000000000000000000000000..3d5b8952a627f174a3e9a468d6cc2385bbe28636 --- /dev/null +++ b/vlm/train/4c1EiEvivpx/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ce65ba55b13ae9a4c72f88529f512f1400140318920ae369d95d69a5c1072b0 +size 627282 diff --git a/vlm/train/4c1EiEvivpx/13.png b/vlm/train/4c1EiEvivpx/13.png new file mode 100644 index 0000000000000000000000000000000000000000..d7273dd46baab9c47fdb10112684bd149f91a2e2 --- /dev/null +++ b/vlm/train/4c1EiEvivpx/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a8b96a2b0ee27f292bbc05c1e9b36da950bce4cbd99276977447f275d95b804 +size 337851 diff --git a/vlm/train/4c1EiEvivpx/2.png b/vlm/train/4c1EiEvivpx/2.png new file mode 100644 index 0000000000000000000000000000000000000000..90b7a946a79f630d66550a6f11f0682c43f391ef --- /dev/null +++ b/vlm/train/4c1EiEvivpx/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d498b3869e0643273bd70b1023d8aee2f976778c6f4e829312e26a2d02bd0f +size 511973 diff --git a/vlm/train/4c1EiEvivpx/3.png b/vlm/train/4c1EiEvivpx/3.png new file mode 100644 index 0000000000000000000000000000000000000000..6211eba5f7b815a31f5a4c8924302b6a8d2f0677 --- /dev/null +++ b/vlm/train/4c1EiEvivpx/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60a22445101588b62f2c1cb5d7661f0d8b5f25919758b68c36e6fb6ea039ff6 +size 538586 diff --git a/vlm/train/4c1EiEvivpx/4.png b/vlm/train/4c1EiEvivpx/4.png new file mode 100644 index 0000000000000000000000000000000000000000..d47d9c58dedeb107b231d037ac87e807e5d1b1ce --- /dev/null +++ b/vlm/train/4c1EiEvivpx/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df8c3354c7ecc44bcb38575f7ce082e315537764a8501fa2aeee42241aa40660 +size 647914 diff --git a/vlm/train/4c1EiEvivpx/5.png b/vlm/train/4c1EiEvivpx/5.png new file mode 100644 index 0000000000000000000000000000000000000000..0295697660bdb89d99eb4adcf94c577fe8f2eb58 --- /dev/null +++ b/vlm/train/4c1EiEvivpx/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb124d960a111b0da6842d11b8bf6522968cf77feffdeb605b86c3dbbff34918 +size 569071 diff --git a/vlm/train/4c1EiEvivpx/6.png b/vlm/train/4c1EiEvivpx/6.png new file mode 100644 index 0000000000000000000000000000000000000000..ec5b3d1b69a4a0fd2aaaee5b519696bd4598429d --- /dev/null +++ b/vlm/train/4c1EiEvivpx/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc4d93419f6e4e897bfdea70ad7f8bbc38c81297bd70ae980e10a3fb4180494c +size 706229 diff --git a/vlm/train/4c1EiEvivpx/7.png b/vlm/train/4c1EiEvivpx/7.png new file mode 100644 index 0000000000000000000000000000000000000000..f26931763ba6710b09290a6a5c2dcbc034cc874b --- /dev/null +++ b/vlm/train/4c1EiEvivpx/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbaddd527b1dd058bb7408191213efe534198d51b729d44a9af3196953a261fd +size 1087637 diff --git a/vlm/train/4c1EiEvivpx/8.png b/vlm/train/4c1EiEvivpx/8.png new file mode 100644 index 0000000000000000000000000000000000000000..8283bc736627795db2d1d9228e59a5b1d7dd4a9e --- /dev/null +++ b/vlm/train/4c1EiEvivpx/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eade89e103884cbeba898962dd5dad5a53d7eaf120bb9096a1a7017ad54ee71 +size 778077 diff --git a/vlm/train/4c1EiEvivpx/9.png b/vlm/train/4c1EiEvivpx/9.png new file mode 100644 index 0000000000000000000000000000000000000000..2554b7c0a03874db50eb511e8366d5169b9746e0 --- /dev/null +++ b/vlm/train/4c1EiEvivpx/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14f97b78cff8d04170e5272dc8b45c0b802507a127a6c3cff5e9e00fde7fcaf4 +size 1099173 diff --git a/vlm/train/5PiSFHhRe2C/0.png b/vlm/train/5PiSFHhRe2C/0.png new file mode 100644 index 0000000000000000000000000000000000000000..a9c231bc1b226dd0d48b28b7f2009dff0986a85a --- /dev/null +++ b/vlm/train/5PiSFHhRe2C/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0f42ca00e5714597a1a9ac0457951f35054a1e137dad8377ff4896f7ae949d +size 523533 diff --git a/vlm/train/5PiSFHhRe2C/1.png b/vlm/train/5PiSFHhRe2C/1.png new file mode 100644 index 0000000000000000000000000000000000000000..a8540183124e1ea8d9d7a8bf8da5f237e6f0f334 --- /dev/null +++ b/vlm/train/5PiSFHhRe2C/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db0e16ab6c0d8c830e21bc344ab7d403362835065224eb29d2b37042724e2a79 +size 519166 diff --git a/vlm/train/5PiSFHhRe2C/11.png b/vlm/train/5PiSFHhRe2C/11.png new file mode 100644 index 0000000000000000000000000000000000000000..db18a2c4b1fd00e0e470d8a904fb632467b9c7c9 --- /dev/null +++ b/vlm/train/5PiSFHhRe2C/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb901a253f613f8121d723c6484918814053af34a54db3d240fa91676052f03c +size 372726 diff --git a/vlm/train/5PiSFHhRe2C/12.png b/vlm/train/5PiSFHhRe2C/12.png new file mode 100644 index 0000000000000000000000000000000000000000..2d62dd27ab3f779637f15a26c4152fb0d77eed7e --- /dev/null +++ b/vlm/train/5PiSFHhRe2C/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7fea35bdba3094959ea5788c1a335ef85f62debc27e1d262f200d27b5bff2af +size 316105 diff --git a/vlm/train/5PiSFHhRe2C/13.png b/vlm/train/5PiSFHhRe2C/13.png new file mode 100644 index 0000000000000000000000000000000000000000..556abae2e7ca046b83ce38794cc95a77ef10e631 --- /dev/null +++ b/vlm/train/5PiSFHhRe2C/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e449d2fee632b5d1a7125484a452c2deb13c10c4ddecb5a5c7971f0f08af8472 +size 418475 diff --git a/vlm/train/5PiSFHhRe2C/14.png b/vlm/train/5PiSFHhRe2C/14.png new file mode 100644 index 0000000000000000000000000000000000000000..2d9aeda44238dc7e288d0d7e1ff3a1293a727680 --- /dev/null +++ b/vlm/train/5PiSFHhRe2C/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9276fb02447710c79f93ed50649c66bdeba4cbe1f27e79106ee45a70f2c4c8af +size 282173 diff --git a/vlm/train/5PiSFHhRe2C/2.png b/vlm/train/5PiSFHhRe2C/2.png new file mode 100644 index 0000000000000000000000000000000000000000..b8eff76d200b8e9900f105c45564a4f8e19b3a48 --- /dev/null +++ b/vlm/train/5PiSFHhRe2C/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280eb9c880c2ebb7c1ce6eec60a9372ca13c5689ba0fa29b1be14c6dbee011f7 +size 445427 diff --git a/vlm/train/5PiSFHhRe2C/4.png b/vlm/train/5PiSFHhRe2C/4.png new file mode 100644 index 0000000000000000000000000000000000000000..ad67fa2a4b20f044dcf8358c32a5ae8fb280b161 --- /dev/null +++ b/vlm/train/5PiSFHhRe2C/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77ec207f946d7b29d565c23ce953624517772af86888c3750ba40efe2118f92f +size 461810 diff --git a/vlm/train/5PiSFHhRe2C/5.png b/vlm/train/5PiSFHhRe2C/5.png new file mode 100644 index 0000000000000000000000000000000000000000..264745b3dfdc4bf97cb355b6eebd296c18a7c4d7 --- /dev/null +++ b/vlm/train/5PiSFHhRe2C/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e5175dd5f8444f51d6add1adf64a8498e0fe2cc5ad5a743cbfd90840e5e36d4 +size 618139 diff --git a/vlm/train/5PiSFHhRe2C/7.png b/vlm/train/5PiSFHhRe2C/7.png new file mode 100644 index 0000000000000000000000000000000000000000..94be87beb464c12e809397617de1499cba9a852d --- /dev/null +++ b/vlm/train/5PiSFHhRe2C/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bade32b533de2034554cea165dbf941d9fc07148ae69c5a8d3ed968d167d3f02 +size 509613 diff --git a/vlm/train/5PiSFHhRe2C/8.png b/vlm/train/5PiSFHhRe2C/8.png new file mode 100644 index 0000000000000000000000000000000000000000..17d754ff6dcf8bba1fe0249179a06035a988c0d0 --- /dev/null +++ b/vlm/train/5PiSFHhRe2C/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6252c0926d7c92e759f9402e8f159a3f6b69f25461103e237e95f13bd98b585 +size 595175 diff --git a/vlm/train/6rEnMF1okeiBO/0.png b/vlm/train/6rEnMF1okeiBO/0.png new file mode 100644 index 0000000000000000000000000000000000000000..4681aab952d658dc1e72662b34e2d5233b1944b6 --- /dev/null +++ b/vlm/train/6rEnMF1okeiBO/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:724452aeaf586db047b774b9e71c405a7b84c39f0bc0218a53bcb7a5404d42a9 +size 407070 diff --git a/vlm/train/6rEnMF1okeiBO/1.png b/vlm/train/6rEnMF1okeiBO/1.png new file mode 100644 index 0000000000000000000000000000000000000000..ee925300989805fe4fe12ac0b351af861da732a3 --- /dev/null +++ b/vlm/train/6rEnMF1okeiBO/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d7d6b6e8486902d5368a4b39591cd2ef2fda511e18f7df1522e7961d59efb34 +size 426838 diff --git a/vlm/train/6rEnMF1okeiBO/2.png b/vlm/train/6rEnMF1okeiBO/2.png new file mode 100644 index 0000000000000000000000000000000000000000..3de4e0a0a0a7ae6187b2179aee26e58170147c71 --- /dev/null +++ b/vlm/train/6rEnMF1okeiBO/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9f8c3b6f1ab783f1e24c0a2abff938cf0f286f8724c8b9240cf0d7df0e691f +size 371032 diff --git a/vlm/train/6rEnMF1okeiBO/3.png b/vlm/train/6rEnMF1okeiBO/3.png new file mode 100644 index 0000000000000000000000000000000000000000..0b21a6121cc8432a3c64c9a7277b9028f33714b9 --- /dev/null +++ b/vlm/train/6rEnMF1okeiBO/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d665bbf9c1a9f693f5e514a123c59974403434d8a277e035a001d498e0076056 +size 444181 diff --git a/vlm/train/6rEnMF1okeiBO/4.png b/vlm/train/6rEnMF1okeiBO/4.png new file mode 100644 index 0000000000000000000000000000000000000000..3e719dd2f93fce46207d18c1a2a6c936df0acec3 --- /dev/null +++ b/vlm/train/6rEnMF1okeiBO/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e826ecbf472df080178f504a8dd98d8bb0d4611f6b841ff2ee38b346dc7171c +size 442558 diff --git a/vlm/train/6rEnMF1okeiBO/5.png b/vlm/train/6rEnMF1okeiBO/5.png new file mode 100644 index 0000000000000000000000000000000000000000..08c1c6f742b405766c35d1f7f62e9a0045d7791e --- /dev/null +++ b/vlm/train/6rEnMF1okeiBO/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87247c0f08c419fe72515681b4f830b5ba93523fb1773e63f996b7dbe58690db +size 431373 diff --git a/vlm/train/6rEnMF1okeiBO/6.png b/vlm/train/6rEnMF1okeiBO/6.png new file mode 100644 index 0000000000000000000000000000000000000000..7485300939bb0071ad44f7aadc7cfced17fdf0dc --- /dev/null +++ b/vlm/train/6rEnMF1okeiBO/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:783a16348073472831d78bc31a107ef8468fa5a2567ebe1488046840eca22c7e +size 378764 diff --git a/vlm/train/6rEnMF1okeiBO/7.png b/vlm/train/6rEnMF1okeiBO/7.png new file mode 100644 index 0000000000000000000000000000000000000000..22a5ee38d26b2b56b0472e833e5e698a1c3081e5 --- /dev/null +++ b/vlm/train/6rEnMF1okeiBO/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2efcf83b0d722d1c255dacb06a3e0e31c478859cf34b9be461f2508e64ea8b0 +size 369592 diff --git a/vlm/train/6rEnMF1okeiBO/8.png b/vlm/train/6rEnMF1okeiBO/8.png new file mode 100644 index 0000000000000000000000000000000000000000..cfb37af874aed3c6d31cb5e58993d774c11c4df4 --- /dev/null +++ b/vlm/train/6rEnMF1okeiBO/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b16744a3e81df33b77c4a6638a6017e62410d4893d23791533e7f1e6bdbce1 +size 546300 diff --git a/vlm/train/6rEnMF1okeiBO/9.png b/vlm/train/6rEnMF1okeiBO/9.png new file mode 100644 index 0000000000000000000000000000000000000000..5b463b0a468409cc58632124fa9ecfa37e171873 --- /dev/null +++ b/vlm/train/6rEnMF1okeiBO/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118f61c58dbe940ff13887cab5aee65febce01ae3197f7d6a62d4d3776b77df2 +size 137358 diff --git a/vlm/train/9sF3n8eAco/0.png b/vlm/train/9sF3n8eAco/0.png new file mode 100644 index 0000000000000000000000000000000000000000..9101e1295cc39c9f90cc8195232933c03dfafbe7 --- /dev/null +++ b/vlm/train/9sF3n8eAco/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:100e556cc6f7ca6ca7b38841734a157d6a5496303838a11e6cc4705a8306abbe +size 507666 diff --git a/vlm/train/9sF3n8eAco/1.png b/vlm/train/9sF3n8eAco/1.png new file mode 100644 index 0000000000000000000000000000000000000000..bf36fde513ba9c83c2a80d17230d69fe218322c6 --- /dev/null +++ b/vlm/train/9sF3n8eAco/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e6751d8f9f244e954a695bbb485058034e99676af8619149f5a0822ce954639 +size 627605 diff --git a/vlm/train/9sF3n8eAco/10.png b/vlm/train/9sF3n8eAco/10.png new file mode 100644 index 0000000000000000000000000000000000000000..09be90e2b3a13ac1412c51e5fce2b6c159f861d4 --- /dev/null +++ b/vlm/train/9sF3n8eAco/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f667144a752b546be29daac94cb8d840d6917559c5d425f0766f2a5a71a59371 +size 178616 diff --git a/vlm/train/9sF3n8eAco/2.png b/vlm/train/9sF3n8eAco/2.png new file mode 100644 index 0000000000000000000000000000000000000000..e89400fe15e94694a06ed084712ba1f65fee3c6e --- /dev/null +++ b/vlm/train/9sF3n8eAco/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6485820bc9e33a987fde9af008c0893f9ffa6ee4d90d0429fe897817e7bc311 +size 576484 diff --git a/vlm/train/9sF3n8eAco/3.png b/vlm/train/9sF3n8eAco/3.png new file mode 100644 index 0000000000000000000000000000000000000000..a7a61a0f9c995ad711144c42406ee0117363e47a --- /dev/null +++ b/vlm/train/9sF3n8eAco/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c223f1d806ba8305d131ae2c571e220e72412ccb1c6c7a6172e49e6d57e6253 +size 510198 diff --git a/vlm/train/9sF3n8eAco/4.png b/vlm/train/9sF3n8eAco/4.png new file mode 100644 index 0000000000000000000000000000000000000000..690429466866c3cfa51907a03677acacb955ebe3 --- /dev/null +++ b/vlm/train/9sF3n8eAco/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c46bf66ab3cdef3811761cf3762b420339ebecebc5568837825cafe9f1187fcc +size 560548 diff --git a/vlm/train/9sF3n8eAco/5.png b/vlm/train/9sF3n8eAco/5.png new file mode 100644 index 0000000000000000000000000000000000000000..c62f9ce6143fb0f32eae9e8006dbc90e0db02e5f --- /dev/null +++ b/vlm/train/9sF3n8eAco/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54856910bb12591ca031f2d665af588bcadb796bdc4c8914fa44fcb3cb06668c +size 322071 diff --git a/vlm/train/9sF3n8eAco/6.png b/vlm/train/9sF3n8eAco/6.png new file mode 100644 index 0000000000000000000000000000000000000000..11e8b696cd76f0922448a8515411b565bf630112 --- /dev/null +++ b/vlm/train/9sF3n8eAco/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b412c87b26255560bf8f22cccb386a899b5d2e0111f1d2a124afcde7236103 +size 469705 diff --git a/vlm/train/9sF3n8eAco/7.png b/vlm/train/9sF3n8eAco/7.png new file mode 100644 index 0000000000000000000000000000000000000000..e49f1548fa854f95073ba3d9dd21440c270318e1 --- /dev/null +++ b/vlm/train/9sF3n8eAco/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159d26cd518e021c011aaef3ff1222723eee65e4b19a34d6023ef120ce25cf1b +size 516004 diff --git a/vlm/train/9sF3n8eAco/8.png b/vlm/train/9sF3n8eAco/8.png new file mode 100644 index 0000000000000000000000000000000000000000..f286ed6a65b2e4688993b38d16dc1843cadc7a3d --- /dev/null +++ b/vlm/train/9sF3n8eAco/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b06c8a8308fe3f77593a500099eeae7d461bfe13336eca411a5bd23ec0d6ab +size 537327 diff --git a/vlm/train/9sF3n8eAco/9.png b/vlm/train/9sF3n8eAco/9.png new file mode 100644 index 0000000000000000000000000000000000000000..05dd97f57189b20ef42141ab58198a6bc8ccd620 --- /dev/null +++ b/vlm/train/9sF3n8eAco/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c3dedee9403d1df22e800e1ca90e13176ca081731ad23a840354264bc2b427 +size 557529 diff --git a/vlm/train/B1Igu2ogg/0.png b/vlm/train/B1Igu2ogg/0.png new file mode 100644 index 0000000000000000000000000000000000000000..582368055933e1f64c7a82c88b5a6c68b1cb853f --- /dev/null +++ b/vlm/train/B1Igu2ogg/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f65f8ec9dac53346032bef59277d4097927895675def05d385e3ef6e81ebb75b +size 487437 diff --git a/vlm/train/B1Igu2ogg/1.png b/vlm/train/B1Igu2ogg/1.png new file mode 100644 index 0000000000000000000000000000000000000000..79aefe45e9ad4bccedb9e3c5811e2b141511063b --- /dev/null +++ b/vlm/train/B1Igu2ogg/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4c4a080666399b1bb71c232e261be881b026a329ec8ab1f7ab13ba61e34723 +size 546797 diff --git a/vlm/train/B1Igu2ogg/10.png b/vlm/train/B1Igu2ogg/10.png new file mode 100644 index 0000000000000000000000000000000000000000..d87448c4f30d658d50f1a6c3551dbd096c442485 --- /dev/null +++ b/vlm/train/B1Igu2ogg/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e763811b6b456b2ca42c30d09b7ba7f68e09510f35d0538e5aade584f7ac1121 +size 516937 diff --git a/vlm/train/B1Igu2ogg/11.png b/vlm/train/B1Igu2ogg/11.png new file mode 100644 index 0000000000000000000000000000000000000000..5a10dcb19ab721d2c22f068bf9d59fd60e559a03 --- /dev/null +++ b/vlm/train/B1Igu2ogg/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0202e285d93aafd8afff2ca82b7b5f1ed765e8b6e03db044fcfa26038c341297 +size 551828 diff --git a/vlm/train/B1Igu2ogg/12.png b/vlm/train/B1Igu2ogg/12.png new file mode 100644 index 0000000000000000000000000000000000000000..e37cb7ffd1fc67e4d3dec5688dd48b6bc91a00ff --- /dev/null +++ b/vlm/train/B1Igu2ogg/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a5a2ac15f6c2d39940e1042b6f055cbad78a0bf8e68b56bb917d5587fbba25 +size 148465 diff --git a/vlm/train/B1Igu2ogg/2.png b/vlm/train/B1Igu2ogg/2.png new file mode 100644 index 0000000000000000000000000000000000000000..047fb93832129db3aab0f7c4ce40352f075764e1 --- /dev/null +++ b/vlm/train/B1Igu2ogg/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb56524f681bcb2fe2e3449b18f49a817db6a3c5914aa82b2324e63b24d984d2 +size 449408 diff --git a/vlm/train/B1Igu2ogg/3.png b/vlm/train/B1Igu2ogg/3.png new file mode 100644 index 0000000000000000000000000000000000000000..efe8bc51469737b3b667f095ca84d59d94aa58ac --- /dev/null +++ b/vlm/train/B1Igu2ogg/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14fac64045907ed3c440bda5efcc140a343f64d36b48c611efb472736901c377 +size 409518 diff --git a/vlm/train/B1Igu2ogg/4.png b/vlm/train/B1Igu2ogg/4.png new file mode 100644 index 0000000000000000000000000000000000000000..1b6a4c3268a39f8495c26ccd87964932dfbbd753 --- /dev/null +++ b/vlm/train/B1Igu2ogg/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5909935da4e3fffc465345348914fba398d22dee53ce227163ac1e4d92dbf03d +size 518953 diff --git a/vlm/train/B1Igu2ogg/5.png b/vlm/train/B1Igu2ogg/5.png new file mode 100644 index 0000000000000000000000000000000000000000..85b48e7b87b4b813afb05628331329d17c720c69 --- /dev/null +++ b/vlm/train/B1Igu2ogg/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a9aad510658e493082ff2a741be5fed4e43f6a449d7dffa982b95053535ed9 +size 538570 diff --git a/vlm/train/B1Igu2ogg/6.png b/vlm/train/B1Igu2ogg/6.png new file mode 100644 index 0000000000000000000000000000000000000000..6948a31f9fd6a14ff5951645efbab7c0fa2b3d08 --- /dev/null +++ b/vlm/train/B1Igu2ogg/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:133e7b38c30c3c09507203bc754abaef77a565c706f8f341e3bc555c2d35961b +size 533081 diff --git a/vlm/train/B1Igu2ogg/7.png b/vlm/train/B1Igu2ogg/7.png new file mode 100644 index 0000000000000000000000000000000000000000..58f0f3574fb109a04c8acd7a9c3ba9394528fdcb --- /dev/null +++ b/vlm/train/B1Igu2ogg/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:349e190ffd1f380a3a46da15f15ca1e833f9f043ac5ec012553a3ba05a122e43 +size 434134 diff --git a/vlm/train/B1Igu2ogg/8.png b/vlm/train/B1Igu2ogg/8.png new file mode 100644 index 0000000000000000000000000000000000000000..d3756f72ab1b4f1a513a97a9051fdab95fccafb5 --- /dev/null +++ b/vlm/train/B1Igu2ogg/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4facb4e0f68a8b3bb36e7fc3ba0d0fb66a27dca2c3bad23ab08215754446d4d0 +size 731756 diff --git a/vlm/train/B1Igu2ogg/9.png b/vlm/train/B1Igu2ogg/9.png new file mode 100644 index 0000000000000000000000000000000000000000..82ef2d89861b1d2ccdac464c0bf12b6d507f1d20 --- /dev/null +++ b/vlm/train/B1Igu2ogg/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a7a6867bafe3505b7a7844a4d25ea0f8548b50ed3d44acdb053ee52bdf5d5f +size 551133 diff --git a/vlm/train/BJgQ4lSFPH/0.png b/vlm/train/BJgQ4lSFPH/0.png new file mode 100644 index 0000000000000000000000000000000000000000..7771e8cbd1576c53bdd11c393d53e4e0ccdd1263 --- /dev/null +++ b/vlm/train/BJgQ4lSFPH/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe5773cfec6b95f60a579aa46b01e5e9253da2dd776fa192ab57408828fb508 +size 497894 diff --git a/vlm/train/BJgQ4lSFPH/1.png b/vlm/train/BJgQ4lSFPH/1.png new file mode 100644 index 0000000000000000000000000000000000000000..042ef14c243632c89d59fd7ada010f1ed971fb59 --- /dev/null +++ b/vlm/train/BJgQ4lSFPH/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7ca8ef795e9b567c41aa0761a298a3c050e58ec48f4f19c6bf55ae7554f3ef +size 544686 diff --git a/vlm/train/BJgQ4lSFPH/2.png b/vlm/train/BJgQ4lSFPH/2.png new file mode 100644 index 0000000000000000000000000000000000000000..d7e47790e8734b7ce2bd6095ddac55f3fc6f0699 --- /dev/null +++ b/vlm/train/BJgQ4lSFPH/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:520be90bd10e038cdbbfbc3f683b7f5f16a2e5680ec6625b58c8896e70624614 +size 453230 diff --git a/vlm/train/BJgQ4lSFPH/3.png b/vlm/train/BJgQ4lSFPH/3.png new file mode 100644 index 0000000000000000000000000000000000000000..c81939a3ad41870e7cb8544f8d073cfb028c4b45 --- /dev/null +++ b/vlm/train/BJgQ4lSFPH/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0b15ffc65235135a91f130302c4540b89d3d7e9d47944660d6f08168969512 +size 523297 diff --git a/vlm/train/BJgQ4lSFPH/4.png b/vlm/train/BJgQ4lSFPH/4.png new file mode 100644 index 0000000000000000000000000000000000000000..bdc27d6f9a410d3e19420e5434decdd52acba394 --- /dev/null +++ b/vlm/train/BJgQ4lSFPH/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be19a2591c96778c79dec3e2864094c4b62446f28cdbab07ce43e93d1b44977d +size 573726 diff --git a/vlm/train/BJgQ4lSFPH/5.png b/vlm/train/BJgQ4lSFPH/5.png new file mode 100644 index 0000000000000000000000000000000000000000..d50638b37d879cb5f59fa3bc1d507e7a5665edd1 --- /dev/null +++ b/vlm/train/BJgQ4lSFPH/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d775889a502e9d2fcca45a7300b3ae7a9ff5a3b35331f5a201409ce6899c3f +size 527969 diff --git a/vlm/train/BJgQ4lSFPH/6.png b/vlm/train/BJgQ4lSFPH/6.png new file mode 100644 index 0000000000000000000000000000000000000000..c077bf6f88f82e9c68b2e008dbbdceb61003f79b --- /dev/null +++ b/vlm/train/BJgQ4lSFPH/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34d1116dcd3400d77a7ac9a6aec06382eda23675394eae717392720a1a7d70cc +size 477294 diff --git a/vlm/train/BJgQ4lSFPH/7.png b/vlm/train/BJgQ4lSFPH/7.png new file mode 100644 index 0000000000000000000000000000000000000000..1197171d08804bbafc0519f48d2cd5dbc5be8d02 --- /dev/null +++ b/vlm/train/BJgQ4lSFPH/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3ee00a26dc7b9365200a823962a36a606cc5fd47384a7bfe23215e2ef9986d +size 565374 diff --git a/vlm/train/BJgQ4lSFPH/8.png b/vlm/train/BJgQ4lSFPH/8.png new file mode 100644 index 0000000000000000000000000000000000000000..3a380e9475a31747ebc63ec5e1b0029ac5bf09bf --- /dev/null +++ b/vlm/train/BJgQ4lSFPH/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8c329aeb47c537c1483f6e413feac7ecdb70f71a05bd8dd2d96922a0a4333b +size 490038 diff --git a/vlm/train/BJgQ4lSFPH/9.png b/vlm/train/BJgQ4lSFPH/9.png new file mode 100644 index 0000000000000000000000000000000000000000..ca9c2a1246c98da49e5f75fd5809fc01c5e5dd7e --- /dev/null +++ b/vlm/train/BJgQ4lSFPH/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d7c047cc7f2b8ac55b2f62cd774bb25712ee874aa4eb8c836032c30aa721a3 +size 570610 diff --git a/vlm/train/BJl2_nVFPB/0.png b/vlm/train/BJl2_nVFPB/0.png new file mode 100644 index 0000000000000000000000000000000000000000..9f8fbb29cf775e301ad53a651c9953271daf2d59 --- /dev/null +++ b/vlm/train/BJl2_nVFPB/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:873341c245a7a5be8e2c397458a02a39ba50b1ef9ad6921d004457f4aac662d8 +size 505496 diff --git a/vlm/train/BJl2_nVFPB/1.png b/vlm/train/BJl2_nVFPB/1.png new file mode 100644 index 0000000000000000000000000000000000000000..55bb3908fa7fe3c246abed6a29339acc47a09f9a --- /dev/null +++ b/vlm/train/BJl2_nVFPB/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce3fbb9cf8ce91a625fb4b59e730dad0fa59d5a2f70c0d8fff72c775fa2b948 +size 567951 diff --git a/vlm/train/BJl2_nVFPB/10.png b/vlm/train/BJl2_nVFPB/10.png new file mode 100644 index 0000000000000000000000000000000000000000..c5f6ae47d8430bdcc8536cd52eeb3661064015fa --- /dev/null +++ b/vlm/train/BJl2_nVFPB/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10eaf1e6e90b88ad66773fa4cda4d745715d3ad8713313a8da8323e9440122c1 +size 145701 diff --git a/vlm/train/BJl2_nVFPB/11.png b/vlm/train/BJl2_nVFPB/11.png new file mode 100644 index 0000000000000000000000000000000000000000..327c902c6cdbb63f5efc75c4197c1bbae45bd9b5 --- /dev/null +++ b/vlm/train/BJl2_nVFPB/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ad435eb4c42129a968ad548e05aef132e650ce2b4f7dbd1c22b61d8c5d9865 +size 499629 diff --git a/vlm/train/BJl2_nVFPB/12.png b/vlm/train/BJl2_nVFPB/12.png new file mode 100644 index 0000000000000000000000000000000000000000..336ed974c6d9cb4a97036a4fbac77d4ad6e653aa --- /dev/null +++ b/vlm/train/BJl2_nVFPB/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1434c2b1cb09fb4c02580bfd5d976f3f19cc9e943585b51c879031aa511233 +size 233891 diff --git a/vlm/train/BJl2_nVFPB/2.png b/vlm/train/BJl2_nVFPB/2.png new file mode 100644 index 0000000000000000000000000000000000000000..c0c8a9c8bf68cc99d75575c997ebfd8aed4b3b93 --- /dev/null +++ b/vlm/train/BJl2_nVFPB/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f0f82508a37f77c5d95fa536726c703caf8a720c3141bca3a8607f49029c88d +size 552693 diff --git a/vlm/train/BJl2_nVFPB/3.png b/vlm/train/BJl2_nVFPB/3.png new file mode 100644 index 0000000000000000000000000000000000000000..6f1e2a3e60b47ebc8084d7b6ef0046a8225c9c3d --- /dev/null +++ b/vlm/train/BJl2_nVFPB/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d0795a9187d7023f89d7d15563eb3af508dfbef01a1f45d24b163ec037bbc1 +size 543405 diff --git a/vlm/train/BJl2_nVFPB/4.png b/vlm/train/BJl2_nVFPB/4.png new file mode 100644 index 0000000000000000000000000000000000000000..9ee1d3158332805675a7b9cff3edd8b02ef01065 --- /dev/null +++ b/vlm/train/BJl2_nVFPB/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d93178cd4ddfd9042433fe8f1218f8c2d5032264199740c442b5de9e47600839 +size 574845 diff --git a/vlm/train/BJl2_nVFPB/5.png b/vlm/train/BJl2_nVFPB/5.png new file mode 100644 index 0000000000000000000000000000000000000000..1f393bc2d68c25c8f84e962daf95bb41ffe479d6 --- /dev/null +++ b/vlm/train/BJl2_nVFPB/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ab161491d98cfc322c037602ad6e0b202b30a022a55220aee1aa6220f94cfe +size 700094 diff --git a/vlm/train/BJl2_nVFPB/6.png b/vlm/train/BJl2_nVFPB/6.png new file mode 100644 index 0000000000000000000000000000000000000000..cbebfc08c417e6fa42d3d0fadc0ffb69c64df745 --- /dev/null +++ b/vlm/train/BJl2_nVFPB/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95923df54ee0b5734aefee3a1419eef6cf932c02d3fa9382c317749519b2b767 +size 606573 diff --git a/vlm/train/BJl2_nVFPB/7.png b/vlm/train/BJl2_nVFPB/7.png new file mode 100644 index 0000000000000000000000000000000000000000..90332a2b48616e17772998ebcd48da819b6aa91c --- /dev/null +++ b/vlm/train/BJl2_nVFPB/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de7a55580200204daa6f67e2fb671e616eba20d8753bc1d08e9b28e049017c7f +size 613093 diff --git a/vlm/train/BJl2_nVFPB/8.png b/vlm/train/BJl2_nVFPB/8.png new file mode 100644 index 0000000000000000000000000000000000000000..2e6f1350906c4d799775229f8aa34937b8e84c46 --- /dev/null +++ b/vlm/train/BJl2_nVFPB/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75d2add822912c1cc8370f561a20c1749e2ef59b185bb5622acc0ca2a86894c5 +size 465049 diff --git a/vlm/train/BJl2_nVFPB/9.png b/vlm/train/BJl2_nVFPB/9.png new file mode 100644 index 0000000000000000000000000000000000000000..45a0c5c65ba36bc8c036d1339f222fc7ecdc05c4 --- /dev/null +++ b/vlm/train/BJl2_nVFPB/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0789ff782583e4733525871129413ac98a5b7326e4d2304e82d8cf521782d8c +size 499238 diff --git a/vlm/train/Bke4KsA5FX/0.png b/vlm/train/Bke4KsA5FX/0.png new file mode 100644 index 0000000000000000000000000000000000000000..7eb1f1dec6e3e3ca874300428c8b582a08d3e8a6 --- /dev/null +++ b/vlm/train/Bke4KsA5FX/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52fa592d4b3d00a8f25b9c3af0fdd3613a0b7bd8e08bba92a6f0e0af8aaa662 +size 525167 diff --git a/vlm/train/Bke4KsA5FX/1.png b/vlm/train/Bke4KsA5FX/1.png new file mode 100644 index 0000000000000000000000000000000000000000..f94493df53d287f69bee2b2f063a6996176f74a1 --- /dev/null +++ b/vlm/train/Bke4KsA5FX/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54ee85da475ff24529cb9bbd7546d0c20bc7770b476259f813f00475379e79c1 +size 533774 diff --git a/vlm/train/Bke4KsA5FX/10.png b/vlm/train/Bke4KsA5FX/10.png new file mode 100644 index 0000000000000000000000000000000000000000..69f1f778c84b0d3b10f4ebb93b64a67d8cb6e53a --- /dev/null +++ b/vlm/train/Bke4KsA5FX/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5a978bbab55430db5eae2d0d5e1f7441198026be2b2a08cb89740a0794b832f +size 130556 diff --git a/vlm/train/Bke4KsA5FX/11.png b/vlm/train/Bke4KsA5FX/11.png new file mode 100644 index 0000000000000000000000000000000000000000..22289e3a9400b40b5dcee497f28a0047604e223a --- /dev/null +++ b/vlm/train/Bke4KsA5FX/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e0abfa48d2125689a16e734e382262cad9ab5ef5375e9dcba39a2dee5bba9b +size 262951 diff --git a/vlm/train/Bke4KsA5FX/12.png b/vlm/train/Bke4KsA5FX/12.png new file mode 100644 index 0000000000000000000000000000000000000000..264273809a818f0e8260d055a596863bde1a2964 --- /dev/null +++ b/vlm/train/Bke4KsA5FX/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb38a0ba5d526013d2047bc880bf07592efc9c2f781969388d124d75b35b7f1 +size 221057 diff --git a/vlm/train/Bke4KsA5FX/13.png b/vlm/train/Bke4KsA5FX/13.png new file mode 100644 index 0000000000000000000000000000000000000000..e94829f028b3b79c8b56b29a61c74f68a1e45575 --- /dev/null +++ b/vlm/train/Bke4KsA5FX/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2406a0d7c24c4919f8e28cb481759a0841c821b29f281730776529b495ef6772 +size 82634 diff --git a/vlm/train/Bke4KsA5FX/14.png b/vlm/train/Bke4KsA5FX/14.png new file mode 100644 index 0000000000000000000000000000000000000000..b0b9b0475613df582864f68098cc7f4906de4d7d --- /dev/null +++ b/vlm/train/Bke4KsA5FX/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6060229ec0387c14f8ec4ac86781e003590712e6ab7a1370b6cdb41d8e2f5b3a +size 294954 diff --git a/vlm/train/Bke4KsA5FX/15.png b/vlm/train/Bke4KsA5FX/15.png new file mode 100644 index 0000000000000000000000000000000000000000..466fbecc47d94f2f3e7b02b68a5e40bc6561e07b --- /dev/null +++ b/vlm/train/Bke4KsA5FX/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db00efdb53768593c1a4edefc13e932ddf5c222e6d9a075de420d5df8c28a79 +size 145944 diff --git a/vlm/train/Bke4KsA5FX/16.png b/vlm/train/Bke4KsA5FX/16.png new file mode 100644 index 0000000000000000000000000000000000000000..b1a6de0adf0c7ac2c028427b8072d3f762c1b2ad --- /dev/null +++ b/vlm/train/Bke4KsA5FX/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee9999d3386af4334c3d86a0be569afce9e21f7567bd7f4171c4bfc0c8d5062 +size 190467 diff --git a/vlm/train/Bke4KsA5FX/17.png b/vlm/train/Bke4KsA5FX/17.png new file mode 100644 index 0000000000000000000000000000000000000000..41b9d928232da14efd80733b753576d48ae98ace --- /dev/null +++ b/vlm/train/Bke4KsA5FX/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fac08c8e03f16ba07c21f96bc878485d885126495b9ebf2eac1257ebe5a908d +size 180679 diff --git a/vlm/train/Bke4KsA5FX/18.png b/vlm/train/Bke4KsA5FX/18.png new file mode 100644 index 0000000000000000000000000000000000000000..87deb6b0be22394f20cfbe1ae1eaae5f3bd7f014 --- /dev/null +++ b/vlm/train/Bke4KsA5FX/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5edf6d84a1ace9f5eea259c8e20d3cb6d37c8b7a65f7618c9ad2205ef64726a +size 232972 diff --git a/vlm/train/Bke4KsA5FX/19.png b/vlm/train/Bke4KsA5FX/19.png new file mode 100644 index 0000000000000000000000000000000000000000..601650921e2f67ada331b4207982c3f1cb2ecb02 --- /dev/null +++ b/vlm/train/Bke4KsA5FX/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef2ca21351760e609a2dfb5f7c31d629b4e914d02e2390f36bed3139acb1166 +size 189942 diff --git a/vlm/train/Bke4KsA5FX/2.png b/vlm/train/Bke4KsA5FX/2.png new file mode 100644 index 0000000000000000000000000000000000000000..58ffd9df7feed7932f19e1b3ca902700d9aaf63c --- /dev/null +++ b/vlm/train/Bke4KsA5FX/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49763874f9f47062d324a6bf642ec59875780a0f9a0d926fab369b41afc80ff8 +size 633541 diff --git a/vlm/train/Bke4KsA5FX/20.png b/vlm/train/Bke4KsA5FX/20.png new file mode 100644 index 0000000000000000000000000000000000000000..03c15f040e14ec8d6e8891ff580124b9e8f1f5af --- /dev/null +++ b/vlm/train/Bke4KsA5FX/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc8ccf5ebb3a42b0c211f1cf596923a2d85a726618c975d6e69471c90ce01cf +size 188098 diff --git a/vlm/train/Bke4KsA5FX/21.png b/vlm/train/Bke4KsA5FX/21.png new file mode 100644 index 0000000000000000000000000000000000000000..e8a10afad5d60a23c907d8e924d3d2b0c6c49e0c --- /dev/null +++ b/vlm/train/Bke4KsA5FX/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a554a304963c341e27cdd54616005e2ad41468892bbcc7728f6ad593c901f60 +size 263595 diff --git a/vlm/train/Bke4KsA5FX/22.png b/vlm/train/Bke4KsA5FX/22.png new file mode 100644 index 0000000000000000000000000000000000000000..a7570aecaff1f7fa1ea4366e774fa62ebdfd466d --- /dev/null +++ b/vlm/train/Bke4KsA5FX/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bad7def1b823aba825dea143b14aec462f39e2abecdb5bfa23c79b7acd8de475 +size 255261 diff --git a/vlm/train/Bke4KsA5FX/23.png b/vlm/train/Bke4KsA5FX/23.png new file mode 100644 index 0000000000000000000000000000000000000000..ea817922f836266a32804fb1a9bc48f7e044687a --- /dev/null +++ b/vlm/train/Bke4KsA5FX/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae9105c033bb09b84fe1b4d015e9c668abaee51505d95c972f67eabe3fd90f88 +size 290716 diff --git a/vlm/train/Bke4KsA5FX/3.png b/vlm/train/Bke4KsA5FX/3.png new file mode 100644 index 0000000000000000000000000000000000000000..348456ba87648beb16a82114526ffc4ba693f47f --- /dev/null +++ b/vlm/train/Bke4KsA5FX/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b184f26ca681e13cca5e5cac69a5a834d0bd68ef2e34a99b1a471b4a9f1a42 +size 460445 diff --git a/vlm/train/Bke4KsA5FX/4.png b/vlm/train/Bke4KsA5FX/4.png new file mode 100644 index 0000000000000000000000000000000000000000..1b2b1d4b8129dbebb4f40dc92edcb9cc1cc9e6b3 --- /dev/null +++ b/vlm/train/Bke4KsA5FX/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f0b6ad87e96391e5b2cc95e858ff211323221513f41accecfa37cd28123b27 +size 556991 diff --git a/vlm/train/Bke4KsA5FX/5.png b/vlm/train/Bke4KsA5FX/5.png new file mode 100644 index 0000000000000000000000000000000000000000..689fc4edebcb305dc14abd1120a57fbbf0cc0b1c --- /dev/null +++ b/vlm/train/Bke4KsA5FX/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba9c6e4f2acb33aee1ca683a0388918791239d3bb84b9551a84ae016938c53b9 +size 591561 diff --git a/vlm/train/Bke4KsA5FX/6.png b/vlm/train/Bke4KsA5FX/6.png new file mode 100644 index 0000000000000000000000000000000000000000..5fd3f931051ec0cf994ecbb17769ccaa2d996936 --- /dev/null +++ b/vlm/train/Bke4KsA5FX/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e89775718dae70ae2735a7a2c771588ffd9fbc6af0e1a77d11f961034ee8e17 +size 623819 diff --git a/vlm/train/Bke4KsA5FX/7.png b/vlm/train/Bke4KsA5FX/7.png new file mode 100644 index 0000000000000000000000000000000000000000..cd6c20a554bf8eb8204039de89663e654c40e572 --- /dev/null +++ b/vlm/train/Bke4KsA5FX/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:082afa58961e30f6a6bdf0feda6f341a4c6a437410c3dda552189e44a28e27ad +size 537583 diff --git a/vlm/train/Bke4KsA5FX/8.png b/vlm/train/Bke4KsA5FX/8.png new file mode 100644 index 0000000000000000000000000000000000000000..b50565e19443ca56cfef55361dfb841bfe1f1045 --- /dev/null +++ b/vlm/train/Bke4KsA5FX/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfcf91f6146e304503c5ff382b3ab129cd7bf1f9581153a0e62b4ea3b6f53b9b +size 485379 diff --git a/vlm/train/Bke4KsA5FX/9.png b/vlm/train/Bke4KsA5FX/9.png new file mode 100644 index 0000000000000000000000000000000000000000..f5c2e7ebdb845297051fa38c498ec61659d088ba --- /dev/null +++ b/vlm/train/Bke4KsA5FX/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b1024f31d5967e6aadfc7c3b87b6b4a11fdd41e954d462010939089815676d +size 533647 diff --git a/vlm/train/ByN7Yo05YX/0.png b/vlm/train/ByN7Yo05YX/0.png new file mode 100644 index 0000000000000000000000000000000000000000..1e3dc0b64ea3590d5d74b0ee8269b6c438b8d777 --- /dev/null +++ b/vlm/train/ByN7Yo05YX/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f461f35b6a7ae8164118ff5e5f6302f8fbdc250820a9aa5c853d439a79a78600 +size 515392 diff --git a/vlm/train/ByN7Yo05YX/1.png b/vlm/train/ByN7Yo05YX/1.png new file mode 100644 index 0000000000000000000000000000000000000000..44478b6246ee08ad42387271a53675e7563f127a --- /dev/null +++ b/vlm/train/ByN7Yo05YX/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f0992da8dcb20d8b8cd0366b137277c361151929a869b4d213fdb627782fa89 +size 615565 diff --git a/vlm/train/ByN7Yo05YX/10.png b/vlm/train/ByN7Yo05YX/10.png new file mode 100644 index 0000000000000000000000000000000000000000..b0ff2898153ad1fc7e7c64360320ae0508d56e74 --- /dev/null +++ b/vlm/train/ByN7Yo05YX/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:647b7f59e4f0aeef64a6f1d0d7310bd65856903fe3d1cc1dba9cd50f892a6e24 +size 453266 diff --git a/vlm/train/ByN7Yo05YX/11.png b/vlm/train/ByN7Yo05YX/11.png new file mode 100644 index 0000000000000000000000000000000000000000..501d3f34887f04dae1c2b4790b1a333df10bbddb --- /dev/null +++ b/vlm/train/ByN7Yo05YX/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e3aeecf4c624089405754916df34b431b26d9d71b8cae8dae04be9b00448ae1 +size 469936 diff --git a/vlm/train/ByN7Yo05YX/12.png b/vlm/train/ByN7Yo05YX/12.png new file mode 100644 index 0000000000000000000000000000000000000000..8d66d93cb1cb8b2bbe9896c79283fcf1b5263b3e --- /dev/null +++ b/vlm/train/ByN7Yo05YX/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82c810050baf12abf2939ac8fe42a1b02c8160ba1c459fe03c84b7c00f2409c +size 518408 diff --git a/vlm/train/ByN7Yo05YX/13.png b/vlm/train/ByN7Yo05YX/13.png new file mode 100644 index 0000000000000000000000000000000000000000..7f5c5bb2cb1c519d2cb1364cb1fe6239334f49f4 --- /dev/null +++ b/vlm/train/ByN7Yo05YX/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12660fe9ea52594720a67bdd2bb99b1ed98798df3c6acc5744926987a7cd47f0 +size 203878 diff --git a/vlm/train/ByN7Yo05YX/14.png b/vlm/train/ByN7Yo05YX/14.png new file mode 100644 index 0000000000000000000000000000000000000000..ccf382f4dd7a311ecc02530d3276c23ebb724228 --- /dev/null +++ b/vlm/train/ByN7Yo05YX/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd5a28cbae306a2ad28d9495de010b644bf504318577a30ca7add1d66072f93 +size 540924 diff --git a/vlm/train/ByN7Yo05YX/15.png b/vlm/train/ByN7Yo05YX/15.png new file mode 100644 index 0000000000000000000000000000000000000000..16452ea5ca8c89c48780c77924573e28590b6786 --- /dev/null +++ b/vlm/train/ByN7Yo05YX/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ed071b3eaadb11adc4a6400db172766913c107e67e24568462dacb51ba9e251 +size 458391 diff --git a/vlm/train/ByN7Yo05YX/16.png b/vlm/train/ByN7Yo05YX/16.png new file mode 100644 index 0000000000000000000000000000000000000000..e92bcc9893683a766e35cbe50c3f76826c582cb7 --- /dev/null +++ b/vlm/train/ByN7Yo05YX/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:119a21614c0d687f6f72ee5d239a4ac9b05bce8b087c5b562f1b64af9ab363dc +size 257198 diff --git a/vlm/train/ByN7Yo05YX/17.png b/vlm/train/ByN7Yo05YX/17.png new file mode 100644 index 0000000000000000000000000000000000000000..8327cdac6425df13f8a895c4c2b3cf6d830bc814 --- /dev/null +++ b/vlm/train/ByN7Yo05YX/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106b7835aa631d417cd0f293d94e64830519e74a507c19c7af6319a2bfafe4fd +size 356487 diff --git a/vlm/train/ByN7Yo05YX/18.png b/vlm/train/ByN7Yo05YX/18.png new file mode 100644 index 0000000000000000000000000000000000000000..68efcc96ee447be6465e683ee73d892ca2ab2917 --- /dev/null +++ b/vlm/train/ByN7Yo05YX/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1519e5c98d28657734edcd785652610afe398ed0bbe5b8ede9c01bc0a6e6d6ec +size 569878 diff --git a/vlm/train/ByN7Yo05YX/19.png b/vlm/train/ByN7Yo05YX/19.png new file mode 100644 index 0000000000000000000000000000000000000000..1fe44f90568991bedce4567d5700cd8866b7887c --- /dev/null +++ b/vlm/train/ByN7Yo05YX/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f878db9035174b83093b5dd8b14d1f4e86e432d35f57078df9006c1089ec4a +size 221503 diff --git a/vlm/train/ByN7Yo05YX/2.png b/vlm/train/ByN7Yo05YX/2.png new file mode 100644 index 0000000000000000000000000000000000000000..8b40479882171997028fe936f8b90eb29332298f --- /dev/null +++ b/vlm/train/ByN7Yo05YX/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0069fa0bf3a3224148722fecd87ec0776bd4ce4e70ed59b8045a81afbb8ee4 +size 532127 diff --git a/vlm/train/ByN7Yo05YX/3.png b/vlm/train/ByN7Yo05YX/3.png new file mode 100644 index 0000000000000000000000000000000000000000..1ba07e85ee7b7bcbedb2329f9e6b425172713a59 --- /dev/null +++ b/vlm/train/ByN7Yo05YX/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9641dabde50453a975525b8053c881be59405f2db96bda39cae8d7b69f92854a +size 581529 diff --git a/vlm/train/ByN7Yo05YX/4.png b/vlm/train/ByN7Yo05YX/4.png new file mode 100644 index 0000000000000000000000000000000000000000..3995a9daec1033e731756fa5f4e22f972a26b825 --- /dev/null +++ b/vlm/train/ByN7Yo05YX/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5455b4aef0a818f047650af5047f01fb5fbf3b1a6d169b495f85fcd73e9e15cd +size 492221 diff --git a/vlm/train/ByN7Yo05YX/5.png b/vlm/train/ByN7Yo05YX/5.png new file mode 100644 index 0000000000000000000000000000000000000000..7aac0afce6e8e252d0e9d90e3e6c496eaad1366b --- /dev/null +++ b/vlm/train/ByN7Yo05YX/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261606c1aae2dee02db1b6e82f70b6c2a88c1b95870c36f3109134d41f220476 +size 533498 diff --git a/vlm/train/ByN7Yo05YX/6.png b/vlm/train/ByN7Yo05YX/6.png new file mode 100644 index 0000000000000000000000000000000000000000..1336d7eee87efd476a43a8cf294f186b3413ba6c --- /dev/null +++ b/vlm/train/ByN7Yo05YX/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f88cccb9461bf95b70c51e937345512b09b75cf34ed1d26a9b2af1eadd93cb +size 604555 diff --git a/vlm/train/ByN7Yo05YX/7.png b/vlm/train/ByN7Yo05YX/7.png new file mode 100644 index 0000000000000000000000000000000000000000..1a9ee23ccd86b6e521fcc9a167275deb73bc3f55 --- /dev/null +++ b/vlm/train/ByN7Yo05YX/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:607cdde4cd2e593b4baeab1d418d4a9ca6f04a703dd83ecbf6e28c74720462c9 +size 638358 diff --git a/vlm/train/ByN7Yo05YX/8.png b/vlm/train/ByN7Yo05YX/8.png new file mode 100644 index 0000000000000000000000000000000000000000..946e9136c27fd6132486f734eefb8df371857604 --- /dev/null +++ b/vlm/train/ByN7Yo05YX/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ba0c6e49e6e4eec86e6a398cf77c7e3a656f0c99bda981c43c8b073a157891 +size 523304 diff --git a/vlm/train/ByN7Yo05YX/9.png b/vlm/train/ByN7Yo05YX/9.png new file mode 100644 index 0000000000000000000000000000000000000000..ebe67073a6841c4b727c8cb302d37dadfd7f4f19 --- /dev/null +++ b/vlm/train/ByN7Yo05YX/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a21cd98fe1d088cfe43cef2b032cdcde45fd8c4257b8aa71e588e690a5816d +size 559275 diff --git a/vlm/train/ByWMz305FQ/0.png b/vlm/train/ByWMz305FQ/0.png new file mode 100644 index 0000000000000000000000000000000000000000..cfc7000b70945892e3782b75e2231ca08ff99546 --- /dev/null +++ b/vlm/train/ByWMz305FQ/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea274c67dc651d7b9673e0f9d14c9d6a5fbab9bc99a88361e18424febae1697c +size 472451 diff --git a/vlm/train/ByWMz305FQ/1.png b/vlm/train/ByWMz305FQ/1.png new file mode 100644 index 0000000000000000000000000000000000000000..47c7904551777049f022f6cbf444dc4170cf5fe9 --- /dev/null +++ b/vlm/train/ByWMz305FQ/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0ad098ffbb5d253b3bf6b22c6d64ffddf904d467066260d613103590ff4f16f +size 451839 diff --git a/vlm/train/ByWMz305FQ/10.png b/vlm/train/ByWMz305FQ/10.png new file mode 100644 index 0000000000000000000000000000000000000000..2cb0a9ec1dfa7a12fa1162d550b79e46beeb3683 --- /dev/null +++ b/vlm/train/ByWMz305FQ/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d502d205817a42a94ae9d78b9ad918c36f722bc43738e11275ba977cf43f2708 +size 255314 diff --git a/vlm/train/ByWMz305FQ/2.png b/vlm/train/ByWMz305FQ/2.png new file mode 100644 index 0000000000000000000000000000000000000000..915dbdc24d007125b6d12e181d30add51bcb90e1 --- /dev/null +++ b/vlm/train/ByWMz305FQ/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b85484c6dd3ca4bd2b480ecb9826e8eea1cdac17632e2116d4f45ca901c1983 +size 487147 diff --git a/vlm/train/ByWMz305FQ/3.png b/vlm/train/ByWMz305FQ/3.png new file mode 100644 index 0000000000000000000000000000000000000000..1102ee0c27b1b092e120ba54bac3e06e1e0adbd3 --- /dev/null +++ b/vlm/train/ByWMz305FQ/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa01a0c807292cf05e33b31c27426eaef9c75bc062e979cf185a37380dea5e5b +size 514245 diff --git a/vlm/train/ByWMz305FQ/4.png b/vlm/train/ByWMz305FQ/4.png new file mode 100644 index 0000000000000000000000000000000000000000..0f46a7c9bf5f99416f95466468fc8cc177881dcc --- /dev/null +++ b/vlm/train/ByWMz305FQ/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9954f75564a99c10f99b8dbefc5f0a6e8b1e1acc41d569936c82d000dfaad7 +size 415717 diff --git a/vlm/train/ByWMz305FQ/5.png b/vlm/train/ByWMz305FQ/5.png new file mode 100644 index 0000000000000000000000000000000000000000..46054ab6099224d480b13276ebaa12fc0e4d8cfa --- /dev/null +++ b/vlm/train/ByWMz305FQ/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c745cbbb2a2f12086103f3b67267657600c6cd523a4a2e785a081ed2f81083f6 +size 521261 diff --git a/vlm/train/ByWMz305FQ/6.png b/vlm/train/ByWMz305FQ/6.png new file mode 100644 index 0000000000000000000000000000000000000000..3cbda7a7de9ff1b6c90a34659babfb74056d29f6 --- /dev/null +++ b/vlm/train/ByWMz305FQ/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07df6248b0f879ae723465dec05d12ff6c09204c621ff87d85a6ce0c94bb79b0 +size 381114 diff --git a/vlm/train/ByWMz305FQ/7.png b/vlm/train/ByWMz305FQ/7.png new file mode 100644 index 0000000000000000000000000000000000000000..f102dc21283c641fabe45e64d8fd0f00e252122e --- /dev/null +++ b/vlm/train/ByWMz305FQ/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa557af5906272042de3090477447340a1060e1c9a75e38287d8a3b471932338 +size 546878 diff --git a/vlm/train/ByWMz305FQ/8.png b/vlm/train/ByWMz305FQ/8.png new file mode 100644 index 0000000000000000000000000000000000000000..ddd31cbd1934e0fa7f957fa5772e0211961dcf5b --- /dev/null +++ b/vlm/train/ByWMz305FQ/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b305fe580cc453c3b93be63727cec307c2bcf10b83162ea863e622f406a0fe2a +size 570915 diff --git a/vlm/train/ByWMz305FQ/9.png b/vlm/train/ByWMz305FQ/9.png new file mode 100644 index 0000000000000000000000000000000000000000..615c2c56f1c5041d2f3f534fbd43f3f39c293382 --- /dev/null +++ b/vlm/train/ByWMz305FQ/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:681c3b38ee0640127a70f7c955a5edd6c03e5bc3ab16c3f9880265722ee37381 +size 551641 diff --git a/vlm/train/BylyV1BtDB/0.png b/vlm/train/BylyV1BtDB/0.png new file mode 100644 index 0000000000000000000000000000000000000000..fecaf1001ae5247919ead6abc64d6da553fbd51a --- /dev/null +++ b/vlm/train/BylyV1BtDB/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88647aa8ffe696278871d21da45a5c98c8673f9d8c48632ba6cdeb8fc4957f37 +size 524876 diff --git a/vlm/train/BylyV1BtDB/1.png b/vlm/train/BylyV1BtDB/1.png new file mode 100644 index 0000000000000000000000000000000000000000..1e89a79dd79d402f60735d60660b876a13f2f989 --- /dev/null +++ b/vlm/train/BylyV1BtDB/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e406adc6b61a79364fe35963182047f872d0f50a69dc1f50caf9becf35e1d80d +size 614857 diff --git a/vlm/train/BylyV1BtDB/10.png b/vlm/train/BylyV1BtDB/10.png new file mode 100644 index 0000000000000000000000000000000000000000..32fd5f9b6c4c25b4b982390267138d0c93f53944 --- /dev/null +++ b/vlm/train/BylyV1BtDB/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f8a17cc420b8efd5ff9e2d556832e1ac309364e3512f506a7db73796f1bb79 +size 488509 diff --git a/vlm/train/BylyV1BtDB/11.png b/vlm/train/BylyV1BtDB/11.png new file mode 100644 index 0000000000000000000000000000000000000000..8d1adf89447c3b089537c77ac903cae9a69b21c8 --- /dev/null +++ b/vlm/train/BylyV1BtDB/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:805e210e70114510e02b09dbd3b237dad0d4f257d89758d62c657dc3f3150d77 +size 169241 diff --git a/vlm/train/BylyV1BtDB/12.png b/vlm/train/BylyV1BtDB/12.png new file mode 100644 index 0000000000000000000000000000000000000000..631dcfb4483cd23b4a58bd934a569682f2308f30 --- /dev/null +++ b/vlm/train/BylyV1BtDB/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:940d4975d8ef4e099f4a711ccb1ab6ef5e1789d079f0dd5a9af64e70ddbe9161 +size 314718 diff --git a/vlm/train/BylyV1BtDB/13.png b/vlm/train/BylyV1BtDB/13.png new file mode 100644 index 0000000000000000000000000000000000000000..9233b00a5b08ee6a19adcb3bc5ded8b7efadbe47 --- /dev/null +++ b/vlm/train/BylyV1BtDB/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54117e80f4b0b4dfb7081d42c7ecbf55d557d29a277c9e9da7315aa1431512b +size 367505 diff --git a/vlm/train/BylyV1BtDB/14.png b/vlm/train/BylyV1BtDB/14.png new file mode 100644 index 0000000000000000000000000000000000000000..0937f9ab77b951409a225003327bdd64c7dacfe4 --- /dev/null +++ b/vlm/train/BylyV1BtDB/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ec696840a8305a5ecee299bf60c75126d3e267a61354b216783bf267cd9d205 +size 368686 diff --git a/vlm/train/BylyV1BtDB/15.png b/vlm/train/BylyV1BtDB/15.png new file mode 100644 index 0000000000000000000000000000000000000000..d18f2fbd1c8d3fcd0799f1f98c4c97a25288bdd5 --- /dev/null +++ b/vlm/train/BylyV1BtDB/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0a3a3abcba1a35ca8302cf7d3942ae3d9d055ea79dd9c260bf674af49649389 +size 391277 diff --git a/vlm/train/BylyV1BtDB/16.png b/vlm/train/BylyV1BtDB/16.png new file mode 100644 index 0000000000000000000000000000000000000000..ab11984bba63a297d8217e6db6bb2c551a5e6fe1 --- /dev/null +++ b/vlm/train/BylyV1BtDB/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fcb7c954c584401b09b893b287ae5487b882da6973feba19940bfaf16beb5fd +size 479200 diff --git a/vlm/train/BylyV1BtDB/17.png b/vlm/train/BylyV1BtDB/17.png new file mode 100644 index 0000000000000000000000000000000000000000..be8ce8a0575b8947c54980969de41f4eb251faec --- /dev/null +++ b/vlm/train/BylyV1BtDB/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f31203ebde5fb2ec23fe374050fd54d748cca4064c2e227a0b456455aeffcb +size 373114 diff --git a/vlm/train/BylyV1BtDB/2.png b/vlm/train/BylyV1BtDB/2.png new file mode 100644 index 0000000000000000000000000000000000000000..16062f52997a47593b4dde627472f1e11c6bf012 --- /dev/null +++ b/vlm/train/BylyV1BtDB/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1570eb946891ff02daccc0c8e4b12838c955eccae73da4946c9111024fe1b0 +size 604793 diff --git a/vlm/train/BylyV1BtDB/3.png b/vlm/train/BylyV1BtDB/3.png new file mode 100644 index 0000000000000000000000000000000000000000..e2600c54408758a3d67c940efbbc9ec1ad1096d2 --- /dev/null +++ b/vlm/train/BylyV1BtDB/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aecbbba1a37e59e97b6dfec70de57b97ede6a8e0fd29f063323083e3574b2d5 +size 472524 diff --git a/vlm/train/BylyV1BtDB/4.png b/vlm/train/BylyV1BtDB/4.png new file mode 100644 index 0000000000000000000000000000000000000000..8e67b32b2886d140c3affec7e5bfa6c4ed51f65d --- /dev/null +++ b/vlm/train/BylyV1BtDB/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c323752446018418b37260540f090fc3c76a3d50d5ff13ad630bcf6a5bd43f2f +size 444398 diff --git a/vlm/train/BylyV1BtDB/5.png b/vlm/train/BylyV1BtDB/5.png new file mode 100644 index 0000000000000000000000000000000000000000..ed41b7d8520812370bb10f3e1b7e508b9cfd3535 --- /dev/null +++ b/vlm/train/BylyV1BtDB/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df26f56f8bc5eddffe12ac773713362de0b17343e1b8db50f9eafcd6c6f6efdd +size 469926 diff --git a/vlm/train/BylyV1BtDB/6.png b/vlm/train/BylyV1BtDB/6.png new file mode 100644 index 0000000000000000000000000000000000000000..81d0683d7be26642224f153a22b8dafc3efdbdcf --- /dev/null +++ b/vlm/train/BylyV1BtDB/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a675c9f32006bca7c59fc1836e769be017af6170842daa9a016c8406caf02b +size 547962 diff --git a/vlm/train/BylyV1BtDB/7.png b/vlm/train/BylyV1BtDB/7.png new file mode 100644 index 0000000000000000000000000000000000000000..f74d0b0b4954e1f630ce91371cda96c89278e2e3 --- /dev/null +++ b/vlm/train/BylyV1BtDB/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a8542c02b7cab6d087728f5f3086e5c0f3351ce5757854225b7050ff5d2e236 +size 521001 diff --git a/vlm/train/BylyV1BtDB/8.png b/vlm/train/BylyV1BtDB/8.png new file mode 100644 index 0000000000000000000000000000000000000000..059aa34eb9463bf324fb0c2cfaead50a6d861446 --- /dev/null +++ b/vlm/train/BylyV1BtDB/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145ae441fe956d5ce12784166df812528e9bab4ac2220a68c7bc84be65e99928 +size 490265 diff --git a/vlm/train/BylyV1BtDB/9.png b/vlm/train/BylyV1BtDB/9.png new file mode 100644 index 0000000000000000000000000000000000000000..9eb8b9f6975ca30db785a36eb97150564525c84b --- /dev/null +++ b/vlm/train/BylyV1BtDB/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c79f53d58f40796238ea4901f32d9b63d04b42b278bfecafc80fdf3b28f2738a +size 528539 diff --git a/vlm/train/Byx83s09Km/0.png b/vlm/train/Byx83s09Km/0.png new file mode 100644 index 0000000000000000000000000000000000000000..07194efa0fbc2b28538aadb02bb9eefc9b509711 --- /dev/null +++ b/vlm/train/Byx83s09Km/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc758e0d064fce079c11a83dfdfd210213728949e35d3f5343c00b4a35d1b97 +size 465930 diff --git a/vlm/train/Byx83s09Km/1.png b/vlm/train/Byx83s09Km/1.png new file mode 100644 index 0000000000000000000000000000000000000000..2a554f2d5a813f9ca2ff6652b5305e08b97126fc --- /dev/null +++ b/vlm/train/Byx83s09Km/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03f767238bc06aa730184c9d5edc4e29ecafe2682129a42ae05cea192e71fa2f +size 622183 diff --git a/vlm/train/Byx83s09Km/10.png b/vlm/train/Byx83s09Km/10.png new file mode 100644 index 0000000000000000000000000000000000000000..77224e72574ab72bd1bae5b36399c920b3bc7698 --- /dev/null +++ b/vlm/train/Byx83s09Km/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a42141724087037cdfbe4f5deb5cd591ba91bf2cb1ac117c81aa66aa0e8dfa +size 559024 diff --git a/vlm/train/Byx83s09Km/11.png b/vlm/train/Byx83s09Km/11.png new file mode 100644 index 0000000000000000000000000000000000000000..d20c73dbc0a74a9178c8ad0c9d87ad10cfafc629 --- /dev/null +++ b/vlm/train/Byx83s09Km/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3378429fdd3fb3f2617f654e6fe2e498039d5325e01507d580bc2162fe209415 +size 283070 diff --git a/vlm/train/Byx83s09Km/12.png b/vlm/train/Byx83s09Km/12.png new file mode 100644 index 0000000000000000000000000000000000000000..33649b009a5eca9a588c395a682aea7076594007 --- /dev/null +++ b/vlm/train/Byx83s09Km/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dcd4fc5efef1c80e6df661386ba7447298296c8a45813fe6875615d6ac956a3 +size 659988 diff --git a/vlm/train/Byx83s09Km/13.png b/vlm/train/Byx83s09Km/13.png new file mode 100644 index 0000000000000000000000000000000000000000..f47b16aa67448ef74a363002b0567502d9315027 --- /dev/null +++ b/vlm/train/Byx83s09Km/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d9346263cf131abbba06aa64782d63acda39a302059c4ab6ada9ca63f4f9d2 +size 800172 diff --git a/vlm/train/Byx83s09Km/14.png b/vlm/train/Byx83s09Km/14.png new file mode 100644 index 0000000000000000000000000000000000000000..be38532cb439114a73d1809f4c29ddb53127f835 --- /dev/null +++ b/vlm/train/Byx83s09Km/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:100297e94c519fb85672149cc2203b4c2eac7c0af378ea8a54c585aef037fdb5 +size 560995 diff --git a/vlm/train/Byx83s09Km/15.png b/vlm/train/Byx83s09Km/15.png new file mode 100644 index 0000000000000000000000000000000000000000..2c8d25e0f5b938541b2d9e6ef5387a5225c6b160 --- /dev/null +++ b/vlm/train/Byx83s09Km/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37898de63266ff022547b7b1fd8ab9c1dd366857c093a9b3ff8cda03a8c267d9 +size 538723 diff --git a/vlm/train/Byx83s09Km/2.png b/vlm/train/Byx83s09Km/2.png new file mode 100644 index 0000000000000000000000000000000000000000..6b9df5983392f58ff29c7c77ed25871b9d2efe00 --- /dev/null +++ b/vlm/train/Byx83s09Km/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ac5bc09052ed5ae30ebe8fde64d36a13ae5486f39994cf27498ee7932cfced +size 553918 diff --git a/vlm/train/Byx83s09Km/3.png b/vlm/train/Byx83s09Km/3.png new file mode 100644 index 0000000000000000000000000000000000000000..1da263659423e799e9d7de6fb8fe9e6215ec7fd5 --- /dev/null +++ b/vlm/train/Byx83s09Km/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bb1f6bd4b85c3f8d0433f845512fd030775a43be8866628c874ca4fe40a77b2 +size 527117 diff --git a/vlm/train/Byx83s09Km/4.png b/vlm/train/Byx83s09Km/4.png new file mode 100644 index 0000000000000000000000000000000000000000..d8e437e322932de5b51d03df588412ca700117c0 --- /dev/null +++ b/vlm/train/Byx83s09Km/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ddef70be33b8f16a28f457a322162f1078c4236abc8cd4bf4513c193c3172ae +size 545995 diff --git a/vlm/train/Byx83s09Km/5.png b/vlm/train/Byx83s09Km/5.png new file mode 100644 index 0000000000000000000000000000000000000000..6024ac01cb1cc47bf6d05830f206261ac936108b --- /dev/null +++ b/vlm/train/Byx83s09Km/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec3afab88268fc860a578cb9ad98137cd1ccdc69865a8bbf048312ef2686af21 +size 511332 diff --git a/vlm/train/Byx83s09Km/6.png b/vlm/train/Byx83s09Km/6.png new file mode 100644 index 0000000000000000000000000000000000000000..b131c234e7118010f77d7be192523f1a2e39a481 --- /dev/null +++ b/vlm/train/Byx83s09Km/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6245f174cc990d845017704b4eb60a6da0bc9c3a8acfc21f0e015237b55575 +size 506553 diff --git a/vlm/train/Byx83s09Km/7.png b/vlm/train/Byx83s09Km/7.png new file mode 100644 index 0000000000000000000000000000000000000000..c18ec39971d3bbec7bd81deafde3ae8b51772ca8 --- /dev/null +++ b/vlm/train/Byx83s09Km/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced390983ede041b4e106a91cb503631f2660404ee3d4c824eff1a3192681b9f +size 602255 diff --git a/vlm/train/Byx83s09Km/8.png b/vlm/train/Byx83s09Km/8.png new file mode 100644 index 0000000000000000000000000000000000000000..655f7210e09e15231c05068147aeb0a080f3a80b --- /dev/null +++ b/vlm/train/Byx83s09Km/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41690c3cd6aebd30ab9a4bada171efe787aed782e9b1c567490850d584c255aa +size 484226 diff --git a/vlm/train/Byx83s09Km/9.png b/vlm/train/Byx83s09Km/9.png new file mode 100644 index 0000000000000000000000000000000000000000..76946d49ce8cd1696491ea37d5a43f32d86b626d --- /dev/null +++ b/vlm/train/Byx83s09Km/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6e88d87966c1ef976a9640fc76af24a902c827204b4fd76e02ce60c57414df +size 541005 diff --git a/vlm/train/ByxpMd9lx/0.png b/vlm/train/ByxpMd9lx/0.png new file mode 100644 index 0000000000000000000000000000000000000000..b4350cc510f20cdec154a996b7577d1816da715f --- /dev/null +++ b/vlm/train/ByxpMd9lx/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea94dcf162facbc5a75be1d6f689afea080109174820dd2a05b891f295aff6a8 +size 478749 diff --git a/vlm/train/ByxpMd9lx/1.png b/vlm/train/ByxpMd9lx/1.png new file mode 100644 index 0000000000000000000000000000000000000000..22a3a312138e00b6652722c93b07bb5bd7734fef --- /dev/null +++ b/vlm/train/ByxpMd9lx/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6060bae008a0a72bea534e654ed06607922dfe94c5120d898c2a9c0df03c8253 +size 518419 diff --git a/vlm/train/ByxpMd9lx/2.png b/vlm/train/ByxpMd9lx/2.png new file mode 100644 index 0000000000000000000000000000000000000000..82be48f398e84071af4777eb8572f0de100823c7 --- /dev/null +++ b/vlm/train/ByxpMd9lx/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77159399949750cdc6353e9f78cbe23172e5f0c7b48fb0b2b3c37e3c95f1ade8 +size 404157 diff --git a/vlm/train/ByxpMd9lx/3.png b/vlm/train/ByxpMd9lx/3.png new file mode 100644 index 0000000000000000000000000000000000000000..a73e216685aef7200aab68c2968f01506063ab81 --- /dev/null +++ b/vlm/train/ByxpMd9lx/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f0d1202f1bb96ee65ccfc2c5f750210085a67831192cc62bf78eff37af4a37 +size 503139 diff --git a/vlm/train/ByxpMd9lx/4.png b/vlm/train/ByxpMd9lx/4.png new file mode 100644 index 0000000000000000000000000000000000000000..a17aaf810a3f17ea0d6e69b7bcf060086edfc281 --- /dev/null +++ b/vlm/train/ByxpMd9lx/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9822bae032bec790b261dcc303f4babd38e324e0862c325ce55e8e07d5082303 +size 498999 diff --git a/vlm/train/ByxpMd9lx/5.png b/vlm/train/ByxpMd9lx/5.png new file mode 100644 index 0000000000000000000000000000000000000000..623ca57576f981dde09dabbaa64d9310b2c01d7b --- /dev/null +++ b/vlm/train/ByxpMd9lx/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5bb89c221ad1448f3e8f3bde51f5089a8a13fe92722b8045ea0df2e4d1e0e17 +size 360157 diff --git a/vlm/train/ByxpMd9lx/6.png b/vlm/train/ByxpMd9lx/6.png new file mode 100644 index 0000000000000000000000000000000000000000..2af0b9712d627ec8bb7fe21ea0fbfce3a2819b2d --- /dev/null +++ b/vlm/train/ByxpMd9lx/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62d0532bfa3765a3a06f70da30920c4f211fabbf451af02ae7ebb2ee7b7968e7 +size 507289 diff --git a/vlm/train/ByxpMd9lx/7.png b/vlm/train/ByxpMd9lx/7.png new file mode 100644 index 0000000000000000000000000000000000000000..27fc912514319a9486599d5a4ee7c090d22a8f15 --- /dev/null +++ b/vlm/train/ByxpMd9lx/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7997c37b93424fb27ba12a5395a947209d5d3b371de6c48314122946e9feb978 +size 533263 diff --git a/vlm/train/ByxpMd9lx/8.png b/vlm/train/ByxpMd9lx/8.png new file mode 100644 index 0000000000000000000000000000000000000000..a1dcb56967897deff03c216be01b0c3436578ca3 --- /dev/null +++ b/vlm/train/ByxpMd9lx/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce522f172d84682afc15676c6e606fe6d0cee9ec1296cc4536e29d9b097caaf +size 452592 diff --git a/vlm/train/ByxpMd9lx/9.png b/vlm/train/ByxpMd9lx/9.png new file mode 100644 index 0000000000000000000000000000000000000000..ca8e5075ddc7d818b8aa4d2ed6e3a6bef7d2a592 --- /dev/null +++ b/vlm/train/ByxpMd9lx/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217898a95d4995509dff5f01f516582fbddbea358109cbbfc8fb0447d28747d9 +size 301301 diff --git a/vlm/train/EqoXe2zmhrh/0.png b/vlm/train/EqoXe2zmhrh/0.png new file mode 100644 index 0000000000000000000000000000000000000000..a37238c3f543b3eda85b6fd973f0f3cb4e4b82dc --- /dev/null +++ b/vlm/train/EqoXe2zmhrh/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809c9486c601e7553d3e44f385c96bb355689dca960373c1e33363f0b680ec20 +size 446133 diff --git a/vlm/train/EqoXe2zmhrh/1.png b/vlm/train/EqoXe2zmhrh/1.png new file mode 100644 index 0000000000000000000000000000000000000000..e7bb3279eefbd3554ca687f55ef1e020aa0282e8 --- /dev/null +++ b/vlm/train/EqoXe2zmhrh/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3e045ba96874dcee1fd9e0795892a2a4443c177a610912385145c54ff9a6aa +size 583817 diff --git a/vlm/train/EqoXe2zmhrh/10.png b/vlm/train/EqoXe2zmhrh/10.png new file mode 100644 index 0000000000000000000000000000000000000000..8b63aa226f0797af5afb86574d252a123ece7abb --- /dev/null +++ b/vlm/train/EqoXe2zmhrh/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d518548cebad7e58185b5419bc4629bdc647989959c9ee45c76a0d5169f25ef +size 646860 diff --git a/vlm/train/EqoXe2zmhrh/11.png b/vlm/train/EqoXe2zmhrh/11.png new file mode 100644 index 0000000000000000000000000000000000000000..74498d458df27c3147cfd8363191e01d52f8b34a --- /dev/null +++ b/vlm/train/EqoXe2zmhrh/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a53c68e4e1724a27ef104b7f558532f44f40bf6176338f6d7b76b8b3f1448ac9 +size 645055 diff --git a/vlm/train/EqoXe2zmhrh/12.png b/vlm/train/EqoXe2zmhrh/12.png new file mode 100644 index 0000000000000000000000000000000000000000..6155d4158ff80d5ebebabb9f350632761a7a3029 --- /dev/null +++ b/vlm/train/EqoXe2zmhrh/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc651f0e551f1cee92310ca7391dfa8b1fc40d6011f0b7e835df861fba667018 +size 657907 diff --git a/vlm/train/EqoXe2zmhrh/13.png b/vlm/train/EqoXe2zmhrh/13.png new file mode 100644 index 0000000000000000000000000000000000000000..76904a3af2feb384e639aea4f33e2bf7b8944b78 --- /dev/null +++ b/vlm/train/EqoXe2zmhrh/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:194124fae021aa70c88e643a400495c24f910d02603d3fd2c1974d837e37ef09 +size 134841 diff --git a/vlm/train/EqoXe2zmhrh/14.png b/vlm/train/EqoXe2zmhrh/14.png new file mode 100644 index 0000000000000000000000000000000000000000..ddc362a30b0a9c5ff452ac29a5869365964531e1 --- /dev/null +++ b/vlm/train/EqoXe2zmhrh/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6271a38604651dca37502ffcdcadeed94622d8a2a9e4b7d9b68dae4166d4a3 +size 561053 diff --git a/vlm/train/EqoXe2zmhrh/15.png b/vlm/train/EqoXe2zmhrh/15.png new file mode 100644 index 0000000000000000000000000000000000000000..2181e7df9e64b79988e6a08e4b87dbec10b50682 --- /dev/null +++ b/vlm/train/EqoXe2zmhrh/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb617957a486dcdd9fee7ff6498b5283c5957b3c931f8f612ad9452afb16115 +size 451449 diff --git a/vlm/train/EqoXe2zmhrh/16.png b/vlm/train/EqoXe2zmhrh/16.png new file mode 100644 index 0000000000000000000000000000000000000000..cae389c0a24d77877834cee9bbd2bce73a8a27e3 --- /dev/null +++ b/vlm/train/EqoXe2zmhrh/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e69615b65e29e5613168d9d8259e0570152abe6e5a136ffb7ff98b68abfcfa5f +size 510428 diff --git a/vlm/train/EqoXe2zmhrh/17.png b/vlm/train/EqoXe2zmhrh/17.png new file mode 100644 index 0000000000000000000000000000000000000000..2c74d292215d7d2b8e1bff6978baa5001d278dda --- /dev/null +++ b/vlm/train/EqoXe2zmhrh/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:082f220d63a0fc57db022d4aeb95e04f117ccd3c0baf9cd1e5cf8722544d710c +size 444051 diff --git a/vlm/train/EqoXe2zmhrh/18.png b/vlm/train/EqoXe2zmhrh/18.png new file mode 100644 index 0000000000000000000000000000000000000000..07b09204d33b9b730e3528f4f7d212b9020fd460 --- /dev/null +++ b/vlm/train/EqoXe2zmhrh/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14fca34ac16ace675075634acfbd62fadddfecb4a0188fab7d874f450df0a2bb +size 1334056 diff --git a/vlm/train/EqoXe2zmhrh/2.png b/vlm/train/EqoXe2zmhrh/2.png new file mode 100644 index 0000000000000000000000000000000000000000..23746bf4e80a2b4fef466d7f3fff502a903d768a --- /dev/null +++ b/vlm/train/EqoXe2zmhrh/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72825abc11f912c6bb058fcfe37a99c9e99ef20d1c4488b9aa92585bec8bbb18 +size 629112 diff --git a/vlm/train/EqoXe2zmhrh/3.png b/vlm/train/EqoXe2zmhrh/3.png new file mode 100644 index 0000000000000000000000000000000000000000..812587cf5fc74fe02afb2930caefd774b174db3b --- /dev/null +++ b/vlm/train/EqoXe2zmhrh/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac56faf5fc59c4847233e186ef885c969e8f27f371aa455c996d86bc7f96750b +size 484380 diff --git a/vlm/train/EqoXe2zmhrh/4.png b/vlm/train/EqoXe2zmhrh/4.png new file mode 100644 index 0000000000000000000000000000000000000000..b70a8b415629efe98a8f4a46976b9a26ebe95208 --- /dev/null +++ b/vlm/train/EqoXe2zmhrh/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbac631142a550280af25c2662a522cdc9e25b0e2d24aa3112941cc9d6a91efb +size 537294 diff --git a/vlm/train/EqoXe2zmhrh/5.png b/vlm/train/EqoXe2zmhrh/5.png new file mode 100644 index 0000000000000000000000000000000000000000..fb207edeb8bd2accf6b5c98cd2a149b784bd8565 --- /dev/null +++ b/vlm/train/EqoXe2zmhrh/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8928f7d56d7a24429af60e11230fc46ad82d6e706c0fa53032b669053f16f5d +size 482952 diff --git a/vlm/train/EqoXe2zmhrh/6.png b/vlm/train/EqoXe2zmhrh/6.png new file mode 100644 index 0000000000000000000000000000000000000000..37e387020f2ea70b8651e3eafd9cd92a9b1ac7c6 --- /dev/null +++ b/vlm/train/EqoXe2zmhrh/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a39bd4a38f95015a68b1aa7bcbedd8387f68b3c4d50e432da73baf786f25666 +size 547368 diff --git a/vlm/train/EqoXe2zmhrh/7.png b/vlm/train/EqoXe2zmhrh/7.png new file mode 100644 index 0000000000000000000000000000000000000000..13d4909ccacc246f9d80161478cf5cdc47900aec --- /dev/null +++ b/vlm/train/EqoXe2zmhrh/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5449c0198dbab75bbdcfd500551c7f917742edffcaf15824102f0cf59519d70 +size 415102 diff --git a/vlm/train/EqoXe2zmhrh/8.png b/vlm/train/EqoXe2zmhrh/8.png new file mode 100644 index 0000000000000000000000000000000000000000..f8351ee7befe2192b76b23225b36c5088bbaa899 --- /dev/null +++ b/vlm/train/EqoXe2zmhrh/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d249d097de64a8bdf69108373f87d047ee313c00365210f4ecdb06ee7ac023b +size 393186 diff --git a/vlm/train/EqoXe2zmhrh/9.png b/vlm/train/EqoXe2zmhrh/9.png new file mode 100644 index 0000000000000000000000000000000000000000..ce8c624783f5aa74dd46747b9bf6a2a99754d28d --- /dev/null +++ b/vlm/train/EqoXe2zmhrh/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d1955ce85c906245dedb3373d19dbb095826cb3da7cb87842c3980178c9fe4 +size 602354 diff --git a/vlm/train/G1jmxFOtY_/0.png b/vlm/train/G1jmxFOtY_/0.png new file mode 100644 index 0000000000000000000000000000000000000000..ec50c7161397de8b5d0256090d52b5e5d3593f7c --- /dev/null +++ b/vlm/train/G1jmxFOtY_/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a767eb0ea0adca68c7248ddd3f871c3c1a18502c91bd058c6a1b386931efd9 +size 455809 diff --git a/vlm/train/G1jmxFOtY_/1.png b/vlm/train/G1jmxFOtY_/1.png new file mode 100644 index 0000000000000000000000000000000000000000..e9506c5dc474c167b70dce78ea13b2d9ee544183 --- /dev/null +++ b/vlm/train/G1jmxFOtY_/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219efb694200fea638f269b97db68daaffc9a35fe510b92039450a1b0869e1b1 +size 641107 diff --git a/vlm/train/G1jmxFOtY_/10.png b/vlm/train/G1jmxFOtY_/10.png new file mode 100644 index 0000000000000000000000000000000000000000..dff180baca649514ea1609173843ed4a8cbd8829 --- /dev/null +++ b/vlm/train/G1jmxFOtY_/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a481ad78d35e7f3ed55fb27a13bd5018d896bc021b222a537b18d09730510e1 +size 598024 diff --git a/vlm/train/G1jmxFOtY_/11.png b/vlm/train/G1jmxFOtY_/11.png new file mode 100644 index 0000000000000000000000000000000000000000..2603a20cc7a45d8f337015958b615ab9e076a87d --- /dev/null +++ b/vlm/train/G1jmxFOtY_/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:759fb2a8ce6e8f8eac799a878b7c50254bf03debf1fc0ba9813ab7aa052dc00c +size 590189 diff --git a/vlm/train/G1jmxFOtY_/12.png b/vlm/train/G1jmxFOtY_/12.png new file mode 100644 index 0000000000000000000000000000000000000000..c49c9f178afb095abe0f6924133ad05c3a4061b8 --- /dev/null +++ b/vlm/train/G1jmxFOtY_/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88da2248e18b968e7a4a3389985897662fea0ae81ec588444bec83b33612120e +size 571518 diff --git a/vlm/train/G1jmxFOtY_/13.png b/vlm/train/G1jmxFOtY_/13.png new file mode 100644 index 0000000000000000000000000000000000000000..233bb5276bbb8161946ba9bdb6c46e8753958458 --- /dev/null +++ b/vlm/train/G1jmxFOtY_/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f9c4453c823406a38603eeb8368b292fab8b4e06596605aad3406f4f5ebc562 +size 87479 diff --git a/vlm/train/G1jmxFOtY_/2.png b/vlm/train/G1jmxFOtY_/2.png new file mode 100644 index 0000000000000000000000000000000000000000..b80520409fb72ad09708387b4f68e9168aba281d --- /dev/null +++ b/vlm/train/G1jmxFOtY_/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd2376b33987e98ecced4e1d1b343c26a6da212797dcbf44506271aad06dc02c +size 565796 diff --git a/vlm/train/G1jmxFOtY_/3.png b/vlm/train/G1jmxFOtY_/3.png new file mode 100644 index 0000000000000000000000000000000000000000..44dffda921ed7721342d47a2d814e58403a0676e --- /dev/null +++ b/vlm/train/G1jmxFOtY_/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e2f7d78c53c09404b040d9d21d231967e1cd3fa8706724664205fd521dee13f +size 559215 diff --git a/vlm/train/G1jmxFOtY_/4.png b/vlm/train/G1jmxFOtY_/4.png new file mode 100644 index 0000000000000000000000000000000000000000..4e855bc7e5733fd924e3e8e55e5b92ee72eb0c3b --- /dev/null +++ b/vlm/train/G1jmxFOtY_/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:842acf396a41d236360c6c4c154d2bb49419e4c1e3c63d00b1750c090670e1d5 +size 492430 diff --git a/vlm/train/G1jmxFOtY_/5.png b/vlm/train/G1jmxFOtY_/5.png new file mode 100644 index 0000000000000000000000000000000000000000..0844927865253e02269a93c481996ba9c107cbef --- /dev/null +++ b/vlm/train/G1jmxFOtY_/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:197601f01b25499356cf568e651a96f1d08f7bf4a7bb430591ac179b0d8ffb73 +size 482969 diff --git a/vlm/train/G1jmxFOtY_/6.png b/vlm/train/G1jmxFOtY_/6.png new file mode 100644 index 0000000000000000000000000000000000000000..d36a540b802882e4b7222149c12e0e0c76a23246 --- /dev/null +++ b/vlm/train/G1jmxFOtY_/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bdee48494acbf5fcc60ce19f7a21907fb2d9feb0fed7486698d02e2b567d352 +size 599295 diff --git a/vlm/train/G1jmxFOtY_/7.png b/vlm/train/G1jmxFOtY_/7.png new file mode 100644 index 0000000000000000000000000000000000000000..517cecda76a7c9b10270999c4180dc8f2aa7d2d8 --- /dev/null +++ b/vlm/train/G1jmxFOtY_/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f7992a77a662b679e7c8086f83512870e62cc3c93705d0e6abb46b2ef884a +size 506458 diff --git a/vlm/train/G1jmxFOtY_/8.png b/vlm/train/G1jmxFOtY_/8.png new file mode 100644 index 0000000000000000000000000000000000000000..66873d456dda01aedf11c5cc1117f7f57fc6e099 --- /dev/null +++ b/vlm/train/G1jmxFOtY_/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d410cc07a1f75e0cbf656794d6a09d3fb0750bb7e45eef1b37dabbac77b4409 +size 485430 diff --git a/vlm/train/G1jmxFOtY_/9.png b/vlm/train/G1jmxFOtY_/9.png new file mode 100644 index 0000000000000000000000000000000000000000..3603213be5780a141a5f0c9b3b2f62d6e981179a --- /dev/null +++ b/vlm/train/G1jmxFOtY_/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df5f0399f3e58c4a754db6a17a3122e422d7d4b6b96431185f991faa58c1eb09 +size 542120 diff --git a/vlm/train/G8A_Nl0yim6/0.png b/vlm/train/G8A_Nl0yim6/0.png new file mode 100644 index 0000000000000000000000000000000000000000..e29461414889143d0cd7f9233bb0f6a1322b92b3 --- /dev/null +++ b/vlm/train/G8A_Nl0yim6/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd544cc302e8c2ebacab22249cdf49403a96fda5028491890897f87619be89d0 +size 412606 diff --git a/vlm/train/G8A_Nl0yim6/1.png b/vlm/train/G8A_Nl0yim6/1.png new file mode 100644 index 0000000000000000000000000000000000000000..8a016618d81ed7e9b66ed3caaadc231375a47eb8 --- /dev/null +++ b/vlm/train/G8A_Nl0yim6/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6020472724db63e28eb57758075ac4b8eb64333f3be9d4c8d6cc79b8a0e7117d +size 534089 diff --git a/vlm/train/G8A_Nl0yim6/10.png b/vlm/train/G8A_Nl0yim6/10.png new file mode 100644 index 0000000000000000000000000000000000000000..92bd4c6cf189e0054ae9cae0fab6f0a6ff539355 --- /dev/null +++ b/vlm/train/G8A_Nl0yim6/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccae06e3288765fe262243880ab1a9f4cecc7e03e93a5492372562bdc561ac78 +size 511921 diff --git a/vlm/train/G8A_Nl0yim6/11.png b/vlm/train/G8A_Nl0yim6/11.png new file mode 100644 index 0000000000000000000000000000000000000000..a329756f63de7dba70234a20d74ac8dfb8eb7a59 --- /dev/null +++ b/vlm/train/G8A_Nl0yim6/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3420a808c80cea1290a0aed4fc08953baf7a49ae5ea52e1dc9b3b521211873 +size 553037 diff --git a/vlm/train/G8A_Nl0yim6/12.png b/vlm/train/G8A_Nl0yim6/12.png new file mode 100644 index 0000000000000000000000000000000000000000..b380294e017bd1777830e095b2106af6d9943015 --- /dev/null +++ b/vlm/train/G8A_Nl0yim6/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3830dcfd45647b265e2f2158e435111798912ce11aea3c7594aceaaef974a29 +size 536408 diff --git a/vlm/train/G8A_Nl0yim6/13.png b/vlm/train/G8A_Nl0yim6/13.png new file mode 100644 index 0000000000000000000000000000000000000000..de4aee13157a66a4327b0c7d4fc5b5e782badf26 --- /dev/null +++ b/vlm/train/G8A_Nl0yim6/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd03f55727dd2e79b7eabf09a77986f09f73ac5d735b43a85cbdd4ee1eee49b +size 478266 diff --git a/vlm/train/G8A_Nl0yim6/14.png b/vlm/train/G8A_Nl0yim6/14.png new file mode 100644 index 0000000000000000000000000000000000000000..5e26b3183c56ce323d4a5ea8996472f337c80453 --- /dev/null +++ b/vlm/train/G8A_Nl0yim6/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416aac0c5c1f84532dc79dd7862e6b61d4a7a12245b33e40a18621eec1aff4cc +size 189819 diff --git a/vlm/train/G8A_Nl0yim6/2.png b/vlm/train/G8A_Nl0yim6/2.png new file mode 100644 index 0000000000000000000000000000000000000000..1e39f1dc485342ea8e011d4899820ecfc62a6301 --- /dev/null +++ b/vlm/train/G8A_Nl0yim6/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801cb2fa9adec3687efa10e69e8fa6786beb5dc283f5b84665ffb3a1634f9682 +size 623134 diff --git a/vlm/train/G8A_Nl0yim6/3.png b/vlm/train/G8A_Nl0yim6/3.png new file mode 100644 index 0000000000000000000000000000000000000000..670f8638a604eebe1afa652ef5eb2d4ea8d38e16 --- /dev/null +++ b/vlm/train/G8A_Nl0yim6/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801368b1b0a55bf9480d441da599d2712077046788c10a5fc230a9a3834b1a34 +size 524750 diff --git a/vlm/train/G8A_Nl0yim6/4.png b/vlm/train/G8A_Nl0yim6/4.png new file mode 100644 index 0000000000000000000000000000000000000000..7e284c22c40302ebe5f1ac7b345ce6915efe3366 --- /dev/null +++ b/vlm/train/G8A_Nl0yim6/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05047ef9f5153229479df1e9b9443f2bb3c547246bfc047c1a3cf274a083926a +size 513539 diff --git a/vlm/train/G8A_Nl0yim6/5.png b/vlm/train/G8A_Nl0yim6/5.png new file mode 100644 index 0000000000000000000000000000000000000000..28000fcc5f1638d41275ea49b1904c233ebacb5e --- /dev/null +++ b/vlm/train/G8A_Nl0yim6/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed81c46e6ed298c2fe282e69894fcc056b6bd1ec012fcb7fbc3bc10d083083e1 +size 525340 diff --git a/vlm/train/G8A_Nl0yim6/6.png b/vlm/train/G8A_Nl0yim6/6.png new file mode 100644 index 0000000000000000000000000000000000000000..412cd5d9166e0d50f807351c380d5dc3636e5ab7 --- /dev/null +++ b/vlm/train/G8A_Nl0yim6/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39bbdc7f29b4c68fdb7675e7b7e2f718998069bd56f6f6896455a32d71f757dd +size 508525 diff --git a/vlm/train/G8A_Nl0yim6/7.png b/vlm/train/G8A_Nl0yim6/7.png new file mode 100644 index 0000000000000000000000000000000000000000..18ce5875219a7f0198f1604b04f13fbd6a942bd5 --- /dev/null +++ b/vlm/train/G8A_Nl0yim6/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:713e23e501a6a1ef9fd9b4b4d055fa89c16b3b31976f7c4fe9646fc53cf1e298 +size 519649 diff --git a/vlm/train/G8A_Nl0yim6/8.png b/vlm/train/G8A_Nl0yim6/8.png new file mode 100644 index 0000000000000000000000000000000000000000..0654c9db9825760bf2053619ac1b0e67e3b24494 --- /dev/null +++ b/vlm/train/G8A_Nl0yim6/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f31c2f971f9e9ae2b7f60d1ab5277bd5f1e75c36bf33ae66efef2583734f7a41 +size 493794 diff --git a/vlm/train/G8A_Nl0yim6/9.png b/vlm/train/G8A_Nl0yim6/9.png new file mode 100644 index 0000000000000000000000000000000000000000..f2be862861e70804c147bcc85e0e8f8187484652 --- /dev/null +++ b/vlm/train/G8A_Nl0yim6/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:023adf471cbb48e528895fa97405746144e6d5ba22d78b341d56326e4d32bb9a +size 591240 diff --git a/vlm/train/GFsU8a0sGB/0.png b/vlm/train/GFsU8a0sGB/0.png new file mode 100644 index 0000000000000000000000000000000000000000..daf5e3090f06da9589bf39fab2c92de95641c1a7 --- /dev/null +++ b/vlm/train/GFsU8a0sGB/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c181629e488442a1d4e0641da317979902ba5d5c7d2524010ef03a5adbbe82ae +size 560714 diff --git a/vlm/train/GFsU8a0sGB/1.png b/vlm/train/GFsU8a0sGB/1.png new file mode 100644 index 0000000000000000000000000000000000000000..225526bb653b176caf12843e7c4d46cb78b577dc --- /dev/null +++ b/vlm/train/GFsU8a0sGB/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa9ad5463a00e26b1df5d9fb0ca3198c73edff8ba349191dd173b024e03d9a1f +size 702427 diff --git a/vlm/train/GFsU8a0sGB/10.png b/vlm/train/GFsU8a0sGB/10.png new file mode 100644 index 0000000000000000000000000000000000000000..614c1f64997cd964e88ae6736bf64d4227b97019 --- /dev/null +++ b/vlm/train/GFsU8a0sGB/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0e13f2635aee35bd41db098b2b09371b92e3afef0fb43bb20a811250ff56df +size 549848 diff --git a/vlm/train/GFsU8a0sGB/11.png b/vlm/train/GFsU8a0sGB/11.png new file mode 100644 index 0000000000000000000000000000000000000000..0050725cc46de70366099576200ce2cbb201688b --- /dev/null +++ b/vlm/train/GFsU8a0sGB/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc52c1b3389e2f04921477b6598d9ebb9a1cc71bfd6d076b839df1495472fbf +size 253043 diff --git a/vlm/train/GFsU8a0sGB/12.png b/vlm/train/GFsU8a0sGB/12.png new file mode 100644 index 0000000000000000000000000000000000000000..18f15ce957949f24993a609b4866c78cb9a69434 --- /dev/null +++ b/vlm/train/GFsU8a0sGB/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220c4c566b19715f323feddb2b8bb61e906ac1e9e449ee9b8399c1778f41f6e0 +size 577577 diff --git a/vlm/train/GFsU8a0sGB/13.png b/vlm/train/GFsU8a0sGB/13.png new file mode 100644 index 0000000000000000000000000000000000000000..8498565c95ffe5529ed0f1a5a73965b7fef46e16 --- /dev/null +++ b/vlm/train/GFsU8a0sGB/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f75b15294557b17c1a4c537587b0fc2eaf35bc143057cc07408a7982de2177 +size 609896 diff --git a/vlm/train/GFsU8a0sGB/14.png b/vlm/train/GFsU8a0sGB/14.png new file mode 100644 index 0000000000000000000000000000000000000000..5cda1e290346066d03498270a4fc0234c80a8382 --- /dev/null +++ b/vlm/train/GFsU8a0sGB/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:999f164cb82c3d5751c0bd3f2cdf6c0f5a5e71bcc7849fede0da603043322d1e +size 497447 diff --git a/vlm/train/GFsU8a0sGB/15.png b/vlm/train/GFsU8a0sGB/15.png new file mode 100644 index 0000000000000000000000000000000000000000..c522ccf9ca79123746dc156d3d728324625509e8 --- /dev/null +++ b/vlm/train/GFsU8a0sGB/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a59d0f484af3e83de3d8a6c44b679568a6d5d2cb2b02ebc9eb0c43e948c26c97 +size 461633 diff --git a/vlm/train/GFsU8a0sGB/16.png b/vlm/train/GFsU8a0sGB/16.png new file mode 100644 index 0000000000000000000000000000000000000000..c25c11f046aa53b4285c48b967b0438f646a4ae3 --- /dev/null +++ b/vlm/train/GFsU8a0sGB/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b0f6ae8836cc39371b45fee394c946830fc9464de20e5cc27437aa793ed5d4 +size 338035 diff --git a/vlm/train/GFsU8a0sGB/17.png b/vlm/train/GFsU8a0sGB/17.png new file mode 100644 index 0000000000000000000000000000000000000000..011c4ad225ea687a3afd86e37ef0f519cab77141 --- /dev/null +++ b/vlm/train/GFsU8a0sGB/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c09eeae1e78294f421aa52329415a34d4ef0d9cf9bfb4655f6882934f26b91f9 +size 351640 diff --git a/vlm/train/GFsU8a0sGB/18.png b/vlm/train/GFsU8a0sGB/18.png new file mode 100644 index 0000000000000000000000000000000000000000..c3b78983d31982bb2dea823edcb609d8b7a6e9d7 --- /dev/null +++ b/vlm/train/GFsU8a0sGB/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5014f37aec32366f033ab38a4a82eac2e4c75058d2e3c69633d49edf18b65316 +size 536907 diff --git a/vlm/train/GFsU8a0sGB/19.png b/vlm/train/GFsU8a0sGB/19.png new file mode 100644 index 0000000000000000000000000000000000000000..ac0d1f35b90f61a554fa4882c7c3267515d1a1d1 --- /dev/null +++ b/vlm/train/GFsU8a0sGB/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24609af8ee7785a7defc7a68e2dde2605e837d7afe9c1b4480f8ebfd1a01801c +size 517360 diff --git a/vlm/train/GFsU8a0sGB/2.png b/vlm/train/GFsU8a0sGB/2.png new file mode 100644 index 0000000000000000000000000000000000000000..3c2a4338aee12ce87a5207b8d1506d0252c2cf9d --- /dev/null +++ b/vlm/train/GFsU8a0sGB/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d7e0b0fb63637ff25967bf28e36680ea25196aac415287c33f33d28b5906fb +size 592164 diff --git a/vlm/train/GFsU8a0sGB/20.png b/vlm/train/GFsU8a0sGB/20.png new file mode 100644 index 0000000000000000000000000000000000000000..7c8543ef7ce3e0e0c0123024d932235e8ec60062 --- /dev/null +++ b/vlm/train/GFsU8a0sGB/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5927649b3a3a660ce25b44ee3ffb6788cc2564b40830545d393d153e74690312 +size 381713 diff --git a/vlm/train/GFsU8a0sGB/21.png b/vlm/train/GFsU8a0sGB/21.png new file mode 100644 index 0000000000000000000000000000000000000000..6da75f63a4753e002ada46038e30400ef2cb2b0b --- /dev/null +++ b/vlm/train/GFsU8a0sGB/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9985f469b12652f7ccfd568acb3a5df28846b76143c88ededc799e1020244ed2 +size 561683 diff --git a/vlm/train/GFsU8a0sGB/22.png b/vlm/train/GFsU8a0sGB/22.png new file mode 100644 index 0000000000000000000000000000000000000000..699fc15ec5d545926e17202fb95c1b1e80e8e494 --- /dev/null +++ b/vlm/train/GFsU8a0sGB/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b6fc00d2f4c14350f8109b75b7295a3926d76b059018afb668f9959f2a65fe1 +size 276934 diff --git a/vlm/train/GFsU8a0sGB/3.png b/vlm/train/GFsU8a0sGB/3.png new file mode 100644 index 0000000000000000000000000000000000000000..f2f1fa3c48d2e8d2327667fd221151ae2e2e82d1 --- /dev/null +++ b/vlm/train/GFsU8a0sGB/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536469ec6c4cd2792db8983c54e9c119653f00c11b27946de0c455d09f9a3594 +size 607145 diff --git a/vlm/train/GFsU8a0sGB/4.png b/vlm/train/GFsU8a0sGB/4.png new file mode 100644 index 0000000000000000000000000000000000000000..b78033ddbbaefd3a21c1a62daba2195555e22617 --- /dev/null +++ b/vlm/train/GFsU8a0sGB/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e284a592402f536ce8487fff8b70ff3e0c18cd2407b5091602bc83712b87ef8 +size 659158 diff --git a/vlm/train/GFsU8a0sGB/5.png b/vlm/train/GFsU8a0sGB/5.png new file mode 100644 index 0000000000000000000000000000000000000000..ea224f3daf940021fa5c4916c8ab50be39d0d3e0 --- /dev/null +++ b/vlm/train/GFsU8a0sGB/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ce13402bf0c6665106f6dd9992954856536c1af61aa19997147e110dd71092 +size 598603 diff --git a/vlm/train/GFsU8a0sGB/6.png b/vlm/train/GFsU8a0sGB/6.png new file mode 100644 index 0000000000000000000000000000000000000000..8a6bd7c2d3c1e8ecd977c2387557daea403b45a9 --- /dev/null +++ b/vlm/train/GFsU8a0sGB/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05181309920ba6d9d92d4a66ad4bdc21ba781facfd2bb1be8ff4c5bd8dfb9838 +size 646624 diff --git a/vlm/train/GFsU8a0sGB/7.png b/vlm/train/GFsU8a0sGB/7.png new file mode 100644 index 0000000000000000000000000000000000000000..9f7f06c1b053defd7504e0faa3741928613703ad --- /dev/null +++ b/vlm/train/GFsU8a0sGB/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada4e8e59329911a967eb0d80ccadc0976410e3fafa83edbca5089b9d9198323 +size 556504 diff --git a/vlm/train/GFsU8a0sGB/8.png b/vlm/train/GFsU8a0sGB/8.png new file mode 100644 index 0000000000000000000000000000000000000000..ee613978e534508fd062b3715c4b13223e3187e0 --- /dev/null +++ b/vlm/train/GFsU8a0sGB/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cc96ae6cf3a0d2cad578abc1dde6e316cca47d5095aaa77494b9d29993a7976 +size 590155 diff --git a/vlm/train/GFsU8a0sGB/9.png b/vlm/train/GFsU8a0sGB/9.png new file mode 100644 index 0000000000000000000000000000000000000000..fa1ccc05a715cd9585691933e6a3912c88283c42 --- /dev/null +++ b/vlm/train/GFsU8a0sGB/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c99cb8a406cae15ce377ef8e9c0bc6168e29b443c99d8e01f13dc6e4d0604f +size 547850 diff --git a/vlm/train/GSXEx6iYd0/0.png b/vlm/train/GSXEx6iYd0/0.png new file mode 100644 index 0000000000000000000000000000000000000000..e9b032e20373a37b6dee95d1b03d10de68aee256 --- /dev/null +++ b/vlm/train/GSXEx6iYd0/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b74a999370c2bc98c303fae6c2cfad500fa75b9d5ff6ae07d6de7811e4b023c +size 453269 diff --git a/vlm/train/GSXEx6iYd0/1.png b/vlm/train/GSXEx6iYd0/1.png new file mode 100644 index 0000000000000000000000000000000000000000..6fe1d186e1681f7c0de629be9b68f4dab5e7a0ca --- /dev/null +++ b/vlm/train/GSXEx6iYd0/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24441948951c32a34fc8a5e6157d11a1e71ed53fe9d5a3b1f95b1103dc2758f8 +size 584327 diff --git a/vlm/train/GSXEx6iYd0/10.png b/vlm/train/GSXEx6iYd0/10.png new file mode 100644 index 0000000000000000000000000000000000000000..4d64851372145c1c4647aae20c767f3181cd5567 --- /dev/null +++ b/vlm/train/GSXEx6iYd0/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6955d9aa1f13e40f02d1e14412c343f85bbc8f95c69c601fea6e82806ee9bd7a +size 549706 diff --git a/vlm/train/GSXEx6iYd0/11.png b/vlm/train/GSXEx6iYd0/11.png new file mode 100644 index 0000000000000000000000000000000000000000..77f653c999525ac17be46bfb3d67d94bb260290f --- /dev/null +++ b/vlm/train/GSXEx6iYd0/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efbc5ab6494ce14846f294d96b1b5380e7760b2e7128acd23c431405a8ffa73b +size 228747 diff --git a/vlm/train/GSXEx6iYd0/2.png b/vlm/train/GSXEx6iYd0/2.png new file mode 100644 index 0000000000000000000000000000000000000000..6fb1ff17aef037384ab4259d1ac2d70c2d0fcb75 --- /dev/null +++ b/vlm/train/GSXEx6iYd0/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a3261585b3ce4034da833b00751931940beaccc8453f6017e2e7072ad9ce28 +size 505090 diff --git a/vlm/train/GSXEx6iYd0/3.png b/vlm/train/GSXEx6iYd0/3.png new file mode 100644 index 0000000000000000000000000000000000000000..63cdbeb64c4a0008416da67736ce2e4755bfca56 --- /dev/null +++ b/vlm/train/GSXEx6iYd0/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1753f5db45f807f062e40ebdf020d0def106133117993f37580d423d85d2ae75 +size 498713 diff --git a/vlm/train/GSXEx6iYd0/4.png b/vlm/train/GSXEx6iYd0/4.png new file mode 100644 index 0000000000000000000000000000000000000000..b8bc2ead78d972e41a993297d61b003e7b5fc132 --- /dev/null +++ b/vlm/train/GSXEx6iYd0/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4618ea22c17bd7a651309ee45b3e4b007eab999dc6b976b122b4e5a41f4b697 +size 545142 diff --git a/vlm/train/GSXEx6iYd0/5.png b/vlm/train/GSXEx6iYd0/5.png new file mode 100644 index 0000000000000000000000000000000000000000..1141fe7bae77512739fe134e44aef02afb575ce8 --- /dev/null +++ b/vlm/train/GSXEx6iYd0/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:510ce740daf37e5de9eaff48bded7d5860e13ee444db0618ce4cd732734479d7 +size 413796 diff --git a/vlm/train/GSXEx6iYd0/6.png b/vlm/train/GSXEx6iYd0/6.png new file mode 100644 index 0000000000000000000000000000000000000000..d6b4deda959190b6385946396b87c8ec698d5c65 --- /dev/null +++ b/vlm/train/GSXEx6iYd0/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1afc1a5177d8355e0dc4810e9d8ed35efa9223589b9583d0e887d6e6e40affa4 +size 413847 diff --git a/vlm/train/GSXEx6iYd0/7.png b/vlm/train/GSXEx6iYd0/7.png new file mode 100644 index 0000000000000000000000000000000000000000..9e551043bdf59bc4632e9ead80e90bc76e0fa2da --- /dev/null +++ b/vlm/train/GSXEx6iYd0/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c787e40e73191fca76f1eafdec25be9379511718bf1efc449bba1476f9f1d9 +size 397976 diff --git a/vlm/train/GSXEx6iYd0/8.png b/vlm/train/GSXEx6iYd0/8.png new file mode 100644 index 0000000000000000000000000000000000000000..c1f8e95b5cc879d1acd89f1000b2bc4b146baa51 --- /dev/null +++ b/vlm/train/GSXEx6iYd0/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9ee7203df7b111405245471ef36e7115d49000548123d3e5f952f8683268633 +size 522956 diff --git a/vlm/train/GSXEx6iYd0/9.png b/vlm/train/GSXEx6iYd0/9.png new file mode 100644 index 0000000000000000000000000000000000000000..cd7a643d288843c8660326fb78646a264b92379b --- /dev/null +++ b/vlm/train/GSXEx6iYd0/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10acc813c5a83b2086d9e15bfb766894de304281b9ce5ebc9f6e65151e745310 +size 440477 diff --git a/vlm/train/H1cWzoxA-/0.png b/vlm/train/H1cWzoxA-/0.png new file mode 100644 index 0000000000000000000000000000000000000000..7a000578569a180bdb8ab5a34f5fd2526a9d6269 --- /dev/null +++ b/vlm/train/H1cWzoxA-/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5bf0ffe51bcd884da758c93a372b517b86facc5519426717340fb63e57c8d9d +size 534700 diff --git a/vlm/train/H1cWzoxA-/1.png b/vlm/train/H1cWzoxA-/1.png new file mode 100644 index 0000000000000000000000000000000000000000..8cd019a069304f431d5a572ae8e075de92f05ace --- /dev/null +++ b/vlm/train/H1cWzoxA-/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e8505f6ac69e0d58362eb6901e0f2a05cfa0c0f04aeff226e6ea1c221aaa401 +size 651482 diff --git a/vlm/train/H1cWzoxA-/10.png b/vlm/train/H1cWzoxA-/10.png new file mode 100644 index 0000000000000000000000000000000000000000..dc59cdeda5dac9425568fcf76466fdf54e2bb224 --- /dev/null +++ b/vlm/train/H1cWzoxA-/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efdc768d562a64755651f973abf38432875135b75dc7880973205ee942acb690 +size 568125 diff --git a/vlm/train/H1cWzoxA-/11.png b/vlm/train/H1cWzoxA-/11.png new file mode 100644 index 0000000000000000000000000000000000000000..8c2bb86e2c03c93a82a8a1ea24303fce1cd392bc --- /dev/null +++ b/vlm/train/H1cWzoxA-/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c571c8f8526d1b1abd86dcc67721ee88c26f5ffd1563fe4bd9dd53ffdf7e98c +size 506230 diff --git a/vlm/train/H1cWzoxA-/12.png b/vlm/train/H1cWzoxA-/12.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9f62cd6c6777044e4fc58d76db615f269b9195 --- /dev/null +++ b/vlm/train/H1cWzoxA-/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14187b3edcc3fbcbab8ad703e7985276e6d86b7ab8ed45b53661935a67cea836 +size 501116 diff --git a/vlm/train/H1cWzoxA-/13.png b/vlm/train/H1cWzoxA-/13.png new file mode 100644 index 0000000000000000000000000000000000000000..8e56a4778b9d0338b94df0eff9a94b70fcfcbe88 --- /dev/null +++ b/vlm/train/H1cWzoxA-/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a755ad48bc2c965716b8047c096c964c71a68d8c2f8519b08622f60c1470299 +size 477324 diff --git a/vlm/train/H1cWzoxA-/14.png b/vlm/train/H1cWzoxA-/14.png new file mode 100644 index 0000000000000000000000000000000000000000..b695e6befe7715f8afdc6bf0ae1cda6d3d17068e --- /dev/null +++ b/vlm/train/H1cWzoxA-/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ce40ee9ceb287256cb77a75c9c09936423b0857ddb7e947ef9b8559405d476 +size 477344 diff --git a/vlm/train/H1cWzoxA-/15.png b/vlm/train/H1cWzoxA-/15.png new file mode 100644 index 0000000000000000000000000000000000000000..b53c15beca31fd34c9b49101ca83d559d45cc138 --- /dev/null +++ b/vlm/train/H1cWzoxA-/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba1b3e1d17024336c44feb83ad181fc63e6cb5cbee73da7eaf293f0a94757836 +size 441522 diff --git a/vlm/train/H1cWzoxA-/16.png b/vlm/train/H1cWzoxA-/16.png new file mode 100644 index 0000000000000000000000000000000000000000..0ce7eb3064521b66492ee889cd7f9cf17bfe6d25 --- /dev/null +++ b/vlm/train/H1cWzoxA-/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46f5da5e183ca9b4982b6a23d80de7583dca4160d50b835c70035a47b1fa3d30 +size 419215 diff --git a/vlm/train/H1cWzoxA-/17.png b/vlm/train/H1cWzoxA-/17.png new file mode 100644 index 0000000000000000000000000000000000000000..dd5d7f742b21968144668ddf5081a76f193ca9d9 --- /dev/null +++ b/vlm/train/H1cWzoxA-/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e57d71b5c60b97ea3495ffc6286e6ff2dd58eaa1cf9667a0f8cb5ea8a1ccc43d +size 126550 diff --git a/vlm/train/H1cWzoxA-/2.png b/vlm/train/H1cWzoxA-/2.png new file mode 100644 index 0000000000000000000000000000000000000000..70c215a0bfd69bcf4c5069c35a71efea9ee7d58f --- /dev/null +++ b/vlm/train/H1cWzoxA-/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d552625cd67831ce21afad636481d8bdb380763624b47b4229f05ea47726c4a2 +size 475339 diff --git a/vlm/train/H1cWzoxA-/3.png b/vlm/train/H1cWzoxA-/3.png new file mode 100644 index 0000000000000000000000000000000000000000..460627097b2ca46688c32bcb14eec869367a81c1 --- /dev/null +++ b/vlm/train/H1cWzoxA-/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be942167204e97e6555d41bb7e52bf5776ba981f439e584cc7be78aa7c985036 +size 530636 diff --git a/vlm/train/H1cWzoxA-/4.png b/vlm/train/H1cWzoxA-/4.png new file mode 100644 index 0000000000000000000000000000000000000000..6a91068cbf2c86f80de5e5199a8e407aa4c296b9 --- /dev/null +++ b/vlm/train/H1cWzoxA-/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09158db62118e38315f913f98e54743671d0527e11284c0b153ac4db4842922 +size 441411 diff --git a/vlm/train/H1cWzoxA-/5.png b/vlm/train/H1cWzoxA-/5.png new file mode 100644 index 0000000000000000000000000000000000000000..d97283896d80a2bd1ad556ca25b064e8c5a0b423 --- /dev/null +++ b/vlm/train/H1cWzoxA-/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9bf3ee5aef9e5a1b483aff41aefe626ddce118bd77924889963fc361a885ba3 +size 503465 diff --git a/vlm/train/H1cWzoxA-/6.png b/vlm/train/H1cWzoxA-/6.png new file mode 100644 index 0000000000000000000000000000000000000000..50f539e9f69927dbeb758b55f11cc6e2a521ea1d --- /dev/null +++ b/vlm/train/H1cWzoxA-/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b24eaedea4b60af34b877bb53f113e9074d551a5354d7a637f4f532f8e3a550b +size 529849 diff --git a/vlm/train/H1cWzoxA-/7.png b/vlm/train/H1cWzoxA-/7.png new file mode 100644 index 0000000000000000000000000000000000000000..004d3d9aedf279d2bc081fd74ed6793031c0110a --- /dev/null +++ b/vlm/train/H1cWzoxA-/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb453c10dc6d9596b5c5867f334b4f8db501f09d880356f566195115753aa841 +size 588449 diff --git a/vlm/train/H1cWzoxA-/8.png b/vlm/train/H1cWzoxA-/8.png new file mode 100644 index 0000000000000000000000000000000000000000..088991e0ca2e779230a73a922f1b26512218501f --- /dev/null +++ b/vlm/train/H1cWzoxA-/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f77dc9a203f70fe2fb1a5993c9e942d843b9028a9e6740c8ac5db5ef5b5b8819 +size 477689 diff --git a/vlm/train/H1cWzoxA-/9.png b/vlm/train/H1cWzoxA-/9.png new file mode 100644 index 0000000000000000000000000000000000000000..f06dd6bdab7368698d4943c80ec75c629d8393a5 --- /dev/null +++ b/vlm/train/H1cWzoxA-/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88e2d48edd6fe86594aefb7461300c662a0b92177a0efa90ae4e5ef7530bbcd +size 499953 diff --git a/vlm/train/HJz05o0qK7/0.png b/vlm/train/HJz05o0qK7/0.png new file mode 100644 index 0000000000000000000000000000000000000000..d0ae847d769419c77e28bea514dda126b3b30f0a --- /dev/null +++ b/vlm/train/HJz05o0qK7/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e353cba2e74504727660d0a36e7ef86c396d351dc0ec2dbeaa04619c3f7e6121 +size 504797 diff --git a/vlm/train/HJz05o0qK7/1.png b/vlm/train/HJz05o0qK7/1.png new file mode 100644 index 0000000000000000000000000000000000000000..f8a675fd8c2a0aabf302379820d7e1cb2d502a47 --- /dev/null +++ b/vlm/train/HJz05o0qK7/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21742ff75283243a949a695d9efaa9b4d17723bf0983ac1067f89a10f2e07839 +size 563364 diff --git a/vlm/train/HJz05o0qK7/10.png b/vlm/train/HJz05o0qK7/10.png new file mode 100644 index 0000000000000000000000000000000000000000..c99fff26aab6d65c1eb6e51c5e54b6fde906c498 --- /dev/null +++ b/vlm/train/HJz05o0qK7/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd82077a615616064564ec0d64d2870d8c4a3d5abfe0c83dfdc76c971932dcca +size 571992 diff --git a/vlm/train/HJz05o0qK7/11.png b/vlm/train/HJz05o0qK7/11.png new file mode 100644 index 0000000000000000000000000000000000000000..82f1b51f5cfe63b4069e97ed697896ab8992dc53 --- /dev/null +++ b/vlm/train/HJz05o0qK7/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c6abd69763a3b96414017c74d207d988fc666cf6b362c50a7a0ea41724b3a9 +size 529413 diff --git a/vlm/train/HJz05o0qK7/12.png b/vlm/train/HJz05o0qK7/12.png new file mode 100644 index 0000000000000000000000000000000000000000..74d26bd1edd7f5afda0caef9c7d5d6605a856150 --- /dev/null +++ b/vlm/train/HJz05o0qK7/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6a4c9607cc5cf49406865f290eb5c972b68d425025459a88155da1a069b9eb8 +size 142254 diff --git a/vlm/train/HJz05o0qK7/13.png b/vlm/train/HJz05o0qK7/13.png new file mode 100644 index 0000000000000000000000000000000000000000..93367d1a4c417f35308df02cc0fb53c40cc83c52 --- /dev/null +++ b/vlm/train/HJz05o0qK7/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efbd1dcd9c6df74c3a41213786782aec8cba7226ce1f7970c8dbbf6f8c11130d +size 355136 diff --git a/vlm/train/HJz05o0qK7/14.png b/vlm/train/HJz05o0qK7/14.png new file mode 100644 index 0000000000000000000000000000000000000000..b93613b6f307f16d72317e084ce3362d35b50624 --- /dev/null +++ b/vlm/train/HJz05o0qK7/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c399528750be05e0b1ba04e7a076b6cbb82381f23a62525d170235af7066bf1 +size 166554 diff --git a/vlm/train/HJz05o0qK7/2.png b/vlm/train/HJz05o0qK7/2.png new file mode 100644 index 0000000000000000000000000000000000000000..dd8defa907f339796ff1358b61af4bd3be101b18 --- /dev/null +++ b/vlm/train/HJz05o0qK7/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:862e1209663b9409db7150ba3fb8bf7a1b17ac18a1ab8c21125a5629f606be5b +size 585002 diff --git a/vlm/train/HJz05o0qK7/3.png b/vlm/train/HJz05o0qK7/3.png new file mode 100644 index 0000000000000000000000000000000000000000..d7c0b8cd6ded46f88473812eded141f8f34d2cd9 --- /dev/null +++ b/vlm/train/HJz05o0qK7/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d062fe1ff90e23dd6c6eaf0f08f9e559b9bc59d0f52ef76952cf95c8d442f164 +size 450301 diff --git a/vlm/train/HJz05o0qK7/4.png b/vlm/train/HJz05o0qK7/4.png new file mode 100644 index 0000000000000000000000000000000000000000..93ab666b0757f0d6fa135569463fe6d371ee1947 --- /dev/null +++ b/vlm/train/HJz05o0qK7/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d932b4328bd9f35c9e860ce32a809e29f01c34c8493f1454b7c254edd6ac513 +size 566208 diff --git a/vlm/train/HJz05o0qK7/5.png b/vlm/train/HJz05o0qK7/5.png new file mode 100644 index 0000000000000000000000000000000000000000..7554f9a1854b89a60382e14a256e1303659b5abd --- /dev/null +++ b/vlm/train/HJz05o0qK7/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d566c36c24a1d3fcfb3389a2299e8acec4bebf5b25401f32cb9f5d2ed5f773 +size 493846 diff --git a/vlm/train/HJz05o0qK7/6.png b/vlm/train/HJz05o0qK7/6.png new file mode 100644 index 0000000000000000000000000000000000000000..3782df057e02f545efa2e331e170d6dc0420eb6a --- /dev/null +++ b/vlm/train/HJz05o0qK7/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a252a4c111c2e1d9f9043b1a28a2e9adb1a3659fee0b88438418b7e92e8bd1b +size 552764 diff --git a/vlm/train/HJz05o0qK7/7.png b/vlm/train/HJz05o0qK7/7.png new file mode 100644 index 0000000000000000000000000000000000000000..1649e70eade2d641c6872810d0495aa3c78456eb --- /dev/null +++ b/vlm/train/HJz05o0qK7/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f307f811c9e10e459294a33eb3296ff58b037738e6c158ccc2cc9bb53242e32 +size 557026 diff --git a/vlm/train/HJz05o0qK7/8.png b/vlm/train/HJz05o0qK7/8.png new file mode 100644 index 0000000000000000000000000000000000000000..f1e95ced3fc3af6444e63daaf2b37c3c49de35bd --- /dev/null +++ b/vlm/train/HJz05o0qK7/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:233364e33f81cc3561b36c2578a9ce7e0084ed9a6134943268a7a97452d7074b +size 412930 diff --git a/vlm/train/HJz05o0qK7/9.png b/vlm/train/HJz05o0qK7/9.png new file mode 100644 index 0000000000000000000000000000000000000000..8b2da267abff966b8d48f12b7e49024b5efab4a2 --- /dev/null +++ b/vlm/train/HJz05o0qK7/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d14355f128d625a3876b408c344e49077b8163751cd296f5c8986e2d0a7b4c +size 475385 diff --git a/vlm/train/Hk6a8N5xe/0.png b/vlm/train/Hk6a8N5xe/0.png new file mode 100644 index 0000000000000000000000000000000000000000..2e9dfd3e2aa2df53b70b5d02c6bf1cf0009828f9 --- /dev/null +++ b/vlm/train/Hk6a8N5xe/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb80a6b0c69d3b2d74cf6c456d677cb71644b5a92af5779da4bce403fb5469df +size 449855 diff --git a/vlm/train/Hk6a8N5xe/1.png b/vlm/train/Hk6a8N5xe/1.png new file mode 100644 index 0000000000000000000000000000000000000000..6c7f96b7d4fedc5723de5b29b21bd89997381675 --- /dev/null +++ b/vlm/train/Hk6a8N5xe/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306985cbaa7ee296bf0ba61c7169bfe80eec5e5eaff2e7683a362a0c082971be +size 565151 diff --git a/vlm/train/Hk6a8N5xe/10.png b/vlm/train/Hk6a8N5xe/10.png new file mode 100644 index 0000000000000000000000000000000000000000..4e35cdc105257c372bced58c0da9cfc556049563 --- /dev/null +++ b/vlm/train/Hk6a8N5xe/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b98b1dddd4496edfcab501bcd1b5bf417092fa9ca819ec638f1f6b729ffe7b3 +size 257776 diff --git a/vlm/train/Hk6a8N5xe/11.png b/vlm/train/Hk6a8N5xe/11.png new file mode 100644 index 0000000000000000000000000000000000000000..8b8f177efea73963de9bf305c2f85b6baf037cd4 --- /dev/null +++ b/vlm/train/Hk6a8N5xe/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46d9b2f7ea7012f41274df69f47f58276273a94906210d221c89f16c654c2744 +size 268909 diff --git a/vlm/train/Hk6a8N5xe/12.png b/vlm/train/Hk6a8N5xe/12.png new file mode 100644 index 0000000000000000000000000000000000000000..b6960ff13ae9e46cdd51ff81fc75b9bd32af64e8 --- /dev/null +++ b/vlm/train/Hk6a8N5xe/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd475041e47b9d161a9bf63ed89bb20ab21f5d6facac9dcadc8a96cb452ba2c +size 349120 diff --git a/vlm/train/Hk6a8N5xe/2.png b/vlm/train/Hk6a8N5xe/2.png new file mode 100644 index 0000000000000000000000000000000000000000..5ec1b07bf8ea8b0fc1f806fd149d79e07b53c10d --- /dev/null +++ b/vlm/train/Hk6a8N5xe/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e301f66b72db0849ef0129ac0c604f324ddefb76d902330acbfd16c9b21d2cc +size 408125 diff --git a/vlm/train/Hk6a8N5xe/3.png b/vlm/train/Hk6a8N5xe/3.png new file mode 100644 index 0000000000000000000000000000000000000000..8ba60cada4f1d77dfb11c5a5a76684c66b7606bb --- /dev/null +++ b/vlm/train/Hk6a8N5xe/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cb806f6386561bb94aba23a812af9907c18a803f43b6835ea2112e4973bc7f7 +size 450630 diff --git a/vlm/train/Hk6a8N5xe/4.png b/vlm/train/Hk6a8N5xe/4.png new file mode 100644 index 0000000000000000000000000000000000000000..102f6a5acbbf30a0547771b771b7f4567733a45e --- /dev/null +++ b/vlm/train/Hk6a8N5xe/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d779473e5f4a1eec0c009a6c01071313167f3059309ea89e22bf0d16f6720c63 +size 491168 diff --git a/vlm/train/Hk6a8N5xe/5.png b/vlm/train/Hk6a8N5xe/5.png new file mode 100644 index 0000000000000000000000000000000000000000..433da9688f1af13e591fbee37b78f2e81db01d2a --- /dev/null +++ b/vlm/train/Hk6a8N5xe/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da470ea78a1cb0588d2f8e838e30bb09007d55c0832aa401c3e9a963326278bf +size 599980 diff --git a/vlm/train/Hk6a8N5xe/6.png b/vlm/train/Hk6a8N5xe/6.png new file mode 100644 index 0000000000000000000000000000000000000000..6d359babef1c00647f3c55549b9e362681719a86 --- /dev/null +++ b/vlm/train/Hk6a8N5xe/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8462860d5bc34b7e158f8a88b72f12c8a546502929ac57e1bdaa5126675951f7 +size 540027 diff --git a/vlm/train/Hk6a8N5xe/7.png b/vlm/train/Hk6a8N5xe/7.png new file mode 100644 index 0000000000000000000000000000000000000000..65420903864b2dd2cc89e12979bebcef20613136 --- /dev/null +++ b/vlm/train/Hk6a8N5xe/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ec0a822584715057cf151595b377260df5d742eb37ab6594f76e65f7f95e2a +size 477135 diff --git a/vlm/train/Hk6a8N5xe/8.png b/vlm/train/Hk6a8N5xe/8.png new file mode 100644 index 0000000000000000000000000000000000000000..aa607f7f56ae8912576dd2774121ca4104c9fb5f --- /dev/null +++ b/vlm/train/Hk6a8N5xe/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14291c0f5f32b9d3de07cb198c09216fa2e63293b16e51ab9a89d3cf414effe4 +size 552753 diff --git a/vlm/train/Hk6a8N5xe/9.png b/vlm/train/Hk6a8N5xe/9.png new file mode 100644 index 0000000000000000000000000000000000000000..4279a72bfd9e708cbba028896751f8bf4d4705aa --- /dev/null +++ b/vlm/train/Hk6a8N5xe/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45cf50698eb7bad2901a844c4613fb33ba01c176109aee4d1ef9284a6da42a3a +size 462315 diff --git a/vlm/train/HkLXCE9lx/0.png b/vlm/train/HkLXCE9lx/0.png new file mode 100644 index 0000000000000000000000000000000000000000..3184b4749130b7dd2b4747238a131e58939e5a55 --- /dev/null +++ b/vlm/train/HkLXCE9lx/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cae3eebd11ba43a3c37d99b286b6c186ea85568a4ea0aceef4deac3d0ffaa36 +size 519128 diff --git a/vlm/train/HkLXCE9lx/1.png b/vlm/train/HkLXCE9lx/1.png new file mode 100644 index 0000000000000000000000000000000000000000..e432198e7d8613e927719a20745a95445f8b4139 --- /dev/null +++ b/vlm/train/HkLXCE9lx/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8172140a4c8e3e8caf417450a9d2412e949e20d246a21674474a9e5623a0fab +size 472198 diff --git a/vlm/train/HkLXCE9lx/10.png b/vlm/train/HkLXCE9lx/10.png new file mode 100644 index 0000000000000000000000000000000000000000..a63314555921d9d66a460aca71f3a0313b5beaee --- /dev/null +++ b/vlm/train/HkLXCE9lx/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe5476978b6e5819829ef0ece83e24e85e736afc35c8f188e6c1ed7527a5af0b +size 538477 diff --git a/vlm/train/HkLXCE9lx/11.png b/vlm/train/HkLXCE9lx/11.png new file mode 100644 index 0000000000000000000000000000000000000000..972032cbfb1cdb644cc6b5ccf984065e354223f0 --- /dev/null +++ b/vlm/train/HkLXCE9lx/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1abb348bc9d47a0d595da111d5f83fb9d1017d49025fb6716e7a2c8f754d0f9d +size 564986 diff --git a/vlm/train/HkLXCE9lx/12.png b/vlm/train/HkLXCE9lx/12.png new file mode 100644 index 0000000000000000000000000000000000000000..a0755bbc0c17d04ba574bab21533d7be5c1fbcc4 --- /dev/null +++ b/vlm/train/HkLXCE9lx/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:892567d51a0f7380a0793ec74d459c70bf9581be2b6a9ec64186968fa02ed7e1 +size 272671 diff --git a/vlm/train/HkLXCE9lx/13.png b/vlm/train/HkLXCE9lx/13.png new file mode 100644 index 0000000000000000000000000000000000000000..d8d2313407592c06c14614cdb1293511083701ab --- /dev/null +++ b/vlm/train/HkLXCE9lx/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:262492c54e2eb8e96b22132048bf8f8906de51ed3a50534e737609f2e013561d +size 360188 diff --git a/vlm/train/HkLXCE9lx/14.png b/vlm/train/HkLXCE9lx/14.png new file mode 100644 index 0000000000000000000000000000000000000000..5bfcdea9764791cf5126959682a056fd5ddd4d52 --- /dev/null +++ b/vlm/train/HkLXCE9lx/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73d415aa6f9fbf9e16b5836864a1bd4085ee5deb6a158ca41de2c9bac63e1f69 +size 270143 diff --git a/vlm/train/HkLXCE9lx/15.png b/vlm/train/HkLXCE9lx/15.png new file mode 100644 index 0000000000000000000000000000000000000000..29cc936b8c68f64bf82a26c0c7df412885e15cb4 --- /dev/null +++ b/vlm/train/HkLXCE9lx/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f689f53dfa96a28c5d4d02bea53a3a14f0c906545647b3bf6c260e3fff388095 +size 251778 diff --git a/vlm/train/HkLXCE9lx/16.png b/vlm/train/HkLXCE9lx/16.png new file mode 100644 index 0000000000000000000000000000000000000000..c18b03f990f213f7b590f404baedf83f6a95cd09 --- /dev/null +++ b/vlm/train/HkLXCE9lx/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:024b917ec2b34ddb78cd3be74bdca5a26e9f2a777d9b97c46e41ac1f34062de6 +size 256699 diff --git a/vlm/train/HkLXCE9lx/17.png b/vlm/train/HkLXCE9lx/17.png new file mode 100644 index 0000000000000000000000000000000000000000..bf710e760be6be9bb8a0edf0f4ec1dbd7df42809 --- /dev/null +++ b/vlm/train/HkLXCE9lx/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f9120c8273a365d48f7b875ece392280d8451cd49fc08dd5cf8cbdd2c5892b +size 394745 diff --git a/vlm/train/HkLXCE9lx/2.png b/vlm/train/HkLXCE9lx/2.png new file mode 100644 index 0000000000000000000000000000000000000000..1b8da2afd22b1679531f79c70a3bdc3a2142a94b --- /dev/null +++ b/vlm/train/HkLXCE9lx/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14b9355b476b48c7b3563d76f7c8f5a61642b5b24e3af19cd7b33fd3df8f96b4 +size 505000 diff --git a/vlm/train/HkLXCE9lx/3.png b/vlm/train/HkLXCE9lx/3.png new file mode 100644 index 0000000000000000000000000000000000000000..0ded4d21761026111dfcdddc89c9e6fde95990a2 --- /dev/null +++ b/vlm/train/HkLXCE9lx/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c1451a5f99e889cb1727a8fb8c4c483ae5fa27aa26b9802b8c0a3b2aa89e24 +size 536641 diff --git a/vlm/train/HkLXCE9lx/4.png b/vlm/train/HkLXCE9lx/4.png new file mode 100644 index 0000000000000000000000000000000000000000..0d4b6ade1d5a2ef07d8b8d75782bfe125ee4ea76 --- /dev/null +++ b/vlm/train/HkLXCE9lx/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecdd929f206d878a6f92d3496fe7bdcf8252780ffeff02745a3245a0bc54e611 +size 479120 diff --git a/vlm/train/HkLXCE9lx/5.png b/vlm/train/HkLXCE9lx/5.png new file mode 100644 index 0000000000000000000000000000000000000000..c2e17b2e8a1309f40ec8c8d9761c18884444b7b7 --- /dev/null +++ b/vlm/train/HkLXCE9lx/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8401fb77d79381ebb55627a8f0202c4bd9ebcf4cca7e32b51b257ff0836bd6f4 +size 404882 diff --git a/vlm/train/HkLXCE9lx/6.png b/vlm/train/HkLXCE9lx/6.png new file mode 100644 index 0000000000000000000000000000000000000000..ad5d5a310334add9b8f076f1764ff21a28b461e2 --- /dev/null +++ b/vlm/train/HkLXCE9lx/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0b08033f62fd5a0d2ec248ea4497ccfd0ab64557b4cfa89ac31df630bec6c0 +size 533518 diff --git a/vlm/train/HkLXCE9lx/7.png b/vlm/train/HkLXCE9lx/7.png new file mode 100644 index 0000000000000000000000000000000000000000..f6c4ba10c252a367f4e5b1229ce46a3f8ecdb6c3 --- /dev/null +++ b/vlm/train/HkLXCE9lx/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7306ce39e5c8dc68e0393833cb9c8292a2b62b8440246ae1276ecbf41f5894d3 +size 417512 diff --git a/vlm/train/HkLXCE9lx/8.png b/vlm/train/HkLXCE9lx/8.png new file mode 100644 index 0000000000000000000000000000000000000000..92f48a4ed94bb68223606997c01f32725ceae569 --- /dev/null +++ b/vlm/train/HkLXCE9lx/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0797ecf7f7bb9629c31615b58e402371800e5c0b0e23a1449f144669059a176 +size 569331 diff --git a/vlm/train/HkLXCE9lx/9.png b/vlm/train/HkLXCE9lx/9.png new file mode 100644 index 0000000000000000000000000000000000000000..b88687c417751e449e4c9cb83277dbee3fa77b32 --- /dev/null +++ b/vlm/train/HkLXCE9lx/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7029f4c673558231b009039ec5df5bc16a479feb4d52209791913b42fdebb7 +size 492509 diff --git a/vlm/train/Hy1d-ebAb/0.png b/vlm/train/Hy1d-ebAb/0.png new file mode 100644 index 0000000000000000000000000000000000000000..ff8ccce786b3d3555c9f1de3391e29d5aae65a28 --- /dev/null +++ b/vlm/train/Hy1d-ebAb/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54567561657bce4598aa2a42776b927d22263c06428e4121a2b0c1ec16d33536 +size 488907 diff --git a/vlm/train/Hy1d-ebAb/10.png b/vlm/train/Hy1d-ebAb/10.png new file mode 100644 index 0000000000000000000000000000000000000000..87fd5429702df0e738058de506b9e85513d32b66 --- /dev/null +++ b/vlm/train/Hy1d-ebAb/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a7dd6f617337f44b88a310f609e4c661b9ac9c8e52855f478012686e4fe4987 +size 525647 diff --git a/vlm/train/Hy1d-ebAb/11.png b/vlm/train/Hy1d-ebAb/11.png new file mode 100644 index 0000000000000000000000000000000000000000..88a72acc7f24632c25fb03979d3ea5c920094f62 --- /dev/null +++ b/vlm/train/Hy1d-ebAb/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf87aefccafa385686905cad6d19816fffe62f5d02ce5d308d40d6bf761219f3 +size 189117 diff --git a/vlm/train/Hy1d-ebAb/14.png b/vlm/train/Hy1d-ebAb/14.png new file mode 100644 index 0000000000000000000000000000000000000000..2372a8095ac5b7e133b627114329e3c6d5c90f1f --- /dev/null +++ b/vlm/train/Hy1d-ebAb/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0be82190c24a487557544257faedea2552b3710ddd9bbe136cda9b750108a32 +size 410885 diff --git a/vlm/train/Hy1d-ebAb/15.png b/vlm/train/Hy1d-ebAb/15.png new file mode 100644 index 0000000000000000000000000000000000000000..e08d79b076016e8021e578f4ba74de7f1358b248 --- /dev/null +++ b/vlm/train/Hy1d-ebAb/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adea6e95899e49b61587926ed960d678c4494f223993ede43233c16b4db2af77 +size 388023 diff --git a/vlm/train/Hy1d-ebAb/17.png b/vlm/train/Hy1d-ebAb/17.png new file mode 100644 index 0000000000000000000000000000000000000000..8e476fec9789da89e23544a2e3483679c4ffd88b --- /dev/null +++ b/vlm/train/Hy1d-ebAb/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec79fbd16fc3eda6d066839947e90e43aefe797e97358038873bd4d687f0236b +size 448963 diff --git a/vlm/train/Hy1d-ebAb/2.png b/vlm/train/Hy1d-ebAb/2.png new file mode 100644 index 0000000000000000000000000000000000000000..27178fb55820f5ce727bc73077e08f43a60f1310 --- /dev/null +++ b/vlm/train/Hy1d-ebAb/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f3530e6918663fa4f6161f3aa83513befee1fc6dea643df1e356573b34b391 +size 518074 diff --git a/vlm/train/Hy1d-ebAb/21.png b/vlm/train/Hy1d-ebAb/21.png new file mode 100644 index 0000000000000000000000000000000000000000..032975b61c6b4349f4c219b144556310afa1498d --- /dev/null +++ b/vlm/train/Hy1d-ebAb/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972088943e604bb63622ccc62e12128b674485194aa077dceda5c3e2d545f1d7 +size 66900 diff --git a/vlm/train/Hy1d-ebAb/3.png b/vlm/train/Hy1d-ebAb/3.png new file mode 100644 index 0000000000000000000000000000000000000000..61a0f156f4775fc90f83f0f482a0d586a1f75a13 --- /dev/null +++ b/vlm/train/Hy1d-ebAb/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42c7908faff722e0b76744c582592d9a5d0049e48e59bc3df07f19f3a7df57b +size 537029 diff --git a/vlm/train/Hy1d-ebAb/6.png b/vlm/train/Hy1d-ebAb/6.png new file mode 100644 index 0000000000000000000000000000000000000000..130435a0e0c9fa146fabacd67369a67bd1e5a869 --- /dev/null +++ b/vlm/train/Hy1d-ebAb/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ab38b909a74ae3229b4aabd07b768ba49ea8c0c46517d7156b5eb36c08e636 +size 558540 diff --git a/vlm/train/Hy1d-ebAb/9.png b/vlm/train/Hy1d-ebAb/9.png new file mode 100644 index 0000000000000000000000000000000000000000..371469a18157b2ec37e0dcd8343b28e44e36f9b8 --- /dev/null +++ b/vlm/train/Hy1d-ebAb/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf70b35e67166346a9df018813235ca1e54e1c82704824f05a78ec906862771 +size 501369 diff --git a/vlm/train/HyUmbjsiz/0.png b/vlm/train/HyUmbjsiz/0.png new file mode 100644 index 0000000000000000000000000000000000000000..6ceda3c773a795dbaec5e43cc529b59db61ea584 --- /dev/null +++ b/vlm/train/HyUmbjsiz/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32bc5a47bbc9e6c0456ed9400bf3aa4f85fdf2dc8f6af0bb48853cd125131d5c +size 366343 diff --git a/vlm/train/HyUmbjsiz/1.png b/vlm/train/HyUmbjsiz/1.png new file mode 100644 index 0000000000000000000000000000000000000000..9da716436bdee4a36a860138987873c90e4c48ed --- /dev/null +++ b/vlm/train/HyUmbjsiz/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d35bea923bf7fc3a13af08fc0f0723748ea27547e535baf86417790b928354cf +size 686465 diff --git a/vlm/train/HyUmbjsiz/2.png b/vlm/train/HyUmbjsiz/2.png new file mode 100644 index 0000000000000000000000000000000000000000..2084086f571b5fe8b02a875d506040d289e0652d --- /dev/null +++ b/vlm/train/HyUmbjsiz/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:979b324b0b312cc5e3b785fbd7568cf0bfe0b06715df83c6ad33bde6bd9e27b5 +size 510335 diff --git a/vlm/train/HyUmbjsiz/3.png b/vlm/train/HyUmbjsiz/3.png new file mode 100644 index 0000000000000000000000000000000000000000..d58281e2ac583c833f58a5056874fd840c0d4d40 --- /dev/null +++ b/vlm/train/HyUmbjsiz/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1dd465c898b96e97fa5fe3ecae130b5caacf5d39667912ec01350f7bf6f4f0e +size 432046 diff --git a/vlm/train/HyUmbjsiz/4.png b/vlm/train/HyUmbjsiz/4.png new file mode 100644 index 0000000000000000000000000000000000000000..6027c3914d752de7e96aa74fbbd642cc142d2d3d --- /dev/null +++ b/vlm/train/HyUmbjsiz/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd41121b7be8551fd7ffc5c6e8287e629b11c9712a39b7f06ae22f7c0bddae8 +size 540645 diff --git a/vlm/train/HyUmbjsiz/5.png b/vlm/train/HyUmbjsiz/5.png new file mode 100644 index 0000000000000000000000000000000000000000..72ce23c7c828d0bb3d2957b8b5a327d1e14fff2f --- /dev/null +++ b/vlm/train/HyUmbjsiz/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb510dc0abec6ef6b3eb19c93a5c58c297ea67f055c5215844a44409dc8be28 +size 474333 diff --git a/vlm/train/HyUmbjsiz/6.png b/vlm/train/HyUmbjsiz/6.png new file mode 100644 index 0000000000000000000000000000000000000000..11484965e1f8609b0e9048c9b55a32e0785bf232 --- /dev/null +++ b/vlm/train/HyUmbjsiz/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec68e7f22703f02289de5c16365785663143af353f6b5802e05805bf7b21c316 +size 255004 diff --git a/vlm/train/HyUmbjsiz/7.png b/vlm/train/HyUmbjsiz/7.png new file mode 100644 index 0000000000000000000000000000000000000000..86825f0e83dc1885315bb8d529b55dfd510d6486 --- /dev/null +++ b/vlm/train/HyUmbjsiz/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d558d7a9349fc73f8bbaddbadfa3b71a672ef9e9fc153445def9dc7e064412 +size 715650 diff --git a/vlm/train/HyUmbjsiz/8.png b/vlm/train/HyUmbjsiz/8.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2dacc8bbb7d154a367328c06e2732ae3279f2b --- /dev/null +++ b/vlm/train/HyUmbjsiz/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f26ecaba0621c660813d35ff96665c1684fa6898f5631638e99b004b76dc37 +size 559291 diff --git a/vlm/train/HycUbvcge/0.png b/vlm/train/HycUbvcge/0.png new file mode 100644 index 0000000000000000000000000000000000000000..260ec1a3a0d619a7c364081dca9e8dd63418bc7c --- /dev/null +++ b/vlm/train/HycUbvcge/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7791f57555b8bdfe72502dd99bff048254c9ab42540f9e5005b7440fb85d60e +size 458652 diff --git a/vlm/train/HycUbvcge/1.png b/vlm/train/HycUbvcge/1.png new file mode 100644 index 0000000000000000000000000000000000000000..7f90e4743e51d7a68846cf47096f2c461304c921 --- /dev/null +++ b/vlm/train/HycUbvcge/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6678344eea7392e3d094af813d404876df46bcb32aef597e0d8537f93a8ed4ad +size 493638 diff --git a/vlm/train/HycUbvcge/10.png b/vlm/train/HycUbvcge/10.png new file mode 100644 index 0000000000000000000000000000000000000000..b4fc318264de011e7e253d2a45cfb8ea98a9e9e4 --- /dev/null +++ b/vlm/train/HycUbvcge/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c70d5199b6f682da45f89f1827ba6c2dae0468caa00257f49fff5105f6f9fe0d +size 228795 diff --git a/vlm/train/HycUbvcge/11.png b/vlm/train/HycUbvcge/11.png new file mode 100644 index 0000000000000000000000000000000000000000..3ef93858f7f78674e02f2f65da312a293c655813 --- /dev/null +++ b/vlm/train/HycUbvcge/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:488ab929d00f022800521590b9b96ab889b8a5651688182672b2dfbd32b43a1d +size 149232 diff --git a/vlm/train/HycUbvcge/12.png b/vlm/train/HycUbvcge/12.png new file mode 100644 index 0000000000000000000000000000000000000000..7157cea0a589fa44d857ed4dfe256bbf567c3a50 --- /dev/null +++ b/vlm/train/HycUbvcge/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa7abe1e358f31d078b1bad6b4ace057287351e9b17224b02d1aab9ea2a4eaa +size 176567 diff --git a/vlm/train/HycUbvcge/13.png b/vlm/train/HycUbvcge/13.png new file mode 100644 index 0000000000000000000000000000000000000000..7797e880ff592551443d1e52cb48f00274176b9a --- /dev/null +++ b/vlm/train/HycUbvcge/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b775ad5fae5061af8e45a71f9bfb445367f9fd1b5914cc144c719f446bafd80f +size 205779 diff --git a/vlm/train/HycUbvcge/2.png b/vlm/train/HycUbvcge/2.png new file mode 100644 index 0000000000000000000000000000000000000000..8c2acbe338aa1bdeb1ee297e594de1c1bf843b26 --- /dev/null +++ b/vlm/train/HycUbvcge/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c08ed1cce38499b1aba5956437b81ecaeae3356158f3a7dfb3db650c97ab66 +size 498247 diff --git a/vlm/train/HycUbvcge/3.png b/vlm/train/HycUbvcge/3.png new file mode 100644 index 0000000000000000000000000000000000000000..50c63f05727b8be36466f05ca8f08ad7b027c46b --- /dev/null +++ b/vlm/train/HycUbvcge/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c32c58f3df2db8ce31bcfbde72aaec1089c6500acc2cc97b4e4d655438b3c00 +size 530453 diff --git a/vlm/train/HycUbvcge/4.png b/vlm/train/HycUbvcge/4.png new file mode 100644 index 0000000000000000000000000000000000000000..014a2b64d5fbf085c682ff0e26d100968eeaa77c --- /dev/null +++ b/vlm/train/HycUbvcge/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09ddd46590f0900ec4913f2af94fbfc9df4be91b9567e3fee162138962b69ae2 +size 497575 diff --git a/vlm/train/HycUbvcge/5.png b/vlm/train/HycUbvcge/5.png new file mode 100644 index 0000000000000000000000000000000000000000..84946f16ab48b2235e9aefdaff3ee2545f151a83 --- /dev/null +++ b/vlm/train/HycUbvcge/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f7814058161338f04a4eab16e394811a4582ad171a57d843c9af8eae44cc97 +size 505810 diff --git a/vlm/train/HycUbvcge/6.png b/vlm/train/HycUbvcge/6.png new file mode 100644 index 0000000000000000000000000000000000000000..4f8eb847e7e01d47eb0714f20226116308c170e5 --- /dev/null +++ b/vlm/train/HycUbvcge/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d158fef872f9e72688478fd54aa8532f20054903a30ccbf8a74fb5db6ef37b9 +size 479664 diff --git a/vlm/train/HycUbvcge/7.png b/vlm/train/HycUbvcge/7.png new file mode 100644 index 0000000000000000000000000000000000000000..713e448544843b7046a1b3d5bb49cddb69bcbdd3 --- /dev/null +++ b/vlm/train/HycUbvcge/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2009345e2564ac756e3de2895bd4c93b05904b07908d78dd15c19cd3be5e6255 +size 592792 diff --git a/vlm/train/HycUbvcge/8.png b/vlm/train/HycUbvcge/8.png new file mode 100644 index 0000000000000000000000000000000000000000..9beff53aa2b53627e764a42b363ab3579aa5487a --- /dev/null +++ b/vlm/train/HycUbvcge/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66477f5c1bd69ac34b013a28792d4d01663c7a388798e349e387652907c4ff5 +size 605197 diff --git a/vlm/train/HycUbvcge/9.png b/vlm/train/HycUbvcge/9.png new file mode 100644 index 0000000000000000000000000000000000000000..823cedd985e17f727c8548c1bb3072fe9f7af6f3 --- /dev/null +++ b/vlm/train/HycUbvcge/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08662f4fb5d3a12887b026373c27d475e702223476b52fdba4c58a4007eaeb3c +size 342177 diff --git a/vlm/train/Hye9lnCct7/0.png b/vlm/train/Hye9lnCct7/0.png new file mode 100644 index 0000000000000000000000000000000000000000..ac5b2f1d7995dea2a3f986072b35b9d91e8387e6 --- /dev/null +++ b/vlm/train/Hye9lnCct7/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f37828652eeeaebecdfa3b1bf942e9ad2de14a46221d9b33c4eb734d778ef16 +size 463318 diff --git a/vlm/train/Hye9lnCct7/1.png b/vlm/train/Hye9lnCct7/1.png new file mode 100644 index 0000000000000000000000000000000000000000..ced13bebb9d5ed989a9b2eb409d11b4eda889ef4 --- /dev/null +++ b/vlm/train/Hye9lnCct7/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbbb9dc58d764de378956c3a745806edbbfebf2027a5732bbb8cd5de6dcd8cbb +size 601227 diff --git a/vlm/train/Hye9lnCct7/10.png b/vlm/train/Hye9lnCct7/10.png new file mode 100644 index 0000000000000000000000000000000000000000..36349bcf5d1496d16157d77d89e9aa0461d444d1 --- /dev/null +++ b/vlm/train/Hye9lnCct7/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c504f5df986722a705275251badadfa8bf31e0a18ea7d32107f45a2c05726817 +size 528332 diff --git a/vlm/train/Hye9lnCct7/11.png b/vlm/train/Hye9lnCct7/11.png new file mode 100644 index 0000000000000000000000000000000000000000..712cea8b8d789eb6c2304c9fad4502b8fcd7cdb8 --- /dev/null +++ b/vlm/train/Hye9lnCct7/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0483017d4046dff96a86c312e95de74c02defabc8adc21a9db920409b8a45a5f +size 570290 diff --git a/vlm/train/Hye9lnCct7/12.png b/vlm/train/Hye9lnCct7/12.png new file mode 100644 index 0000000000000000000000000000000000000000..b16e5f4578c0d502094318e0fa74535ca4ed769c --- /dev/null +++ b/vlm/train/Hye9lnCct7/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:999be8624623ec0ba927ea272b421ad845b7dc5dc6f71a8dc46f91447703a29e +size 244708 diff --git a/vlm/train/Hye9lnCct7/13.png b/vlm/train/Hye9lnCct7/13.png new file mode 100644 index 0000000000000000000000000000000000000000..3ef6bacc31c53bc8acc48c03639efd4aeb9eb62f --- /dev/null +++ b/vlm/train/Hye9lnCct7/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac5d78d5a79b5904201aa36c97eaa6dfcc6d1db9a28dbcfbde5f99615923a90 +size 453714 diff --git a/vlm/train/Hye9lnCct7/14.png b/vlm/train/Hye9lnCct7/14.png new file mode 100644 index 0000000000000000000000000000000000000000..291182235dbcd83bc907dde59cfb76eaf967dc3c --- /dev/null +++ b/vlm/train/Hye9lnCct7/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c925231ded99cb226bea09eca95fcc6da971a0691bbb7c88bc770d52f4be13e7 +size 548638 diff --git a/vlm/train/Hye9lnCct7/15.png b/vlm/train/Hye9lnCct7/15.png new file mode 100644 index 0000000000000000000000000000000000000000..a6b4df4bd3b4658296c60d6b50f485265d22ff91 --- /dev/null +++ b/vlm/train/Hye9lnCct7/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdfb10f45834abfdd61220da4f491ff3131743106b40c7d26655877678845a21 +size 484758 diff --git a/vlm/train/Hye9lnCct7/17.png b/vlm/train/Hye9lnCct7/17.png new file mode 100644 index 0000000000000000000000000000000000000000..d3b9e6e9a4b6ea60a783cc3debefd7203cc8d56d --- /dev/null +++ b/vlm/train/Hye9lnCct7/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f2a795bcaccabbdd9e441095d2a54b0b6046a1d6bdb8cead0c585b7050a23eb +size 237385 diff --git a/vlm/train/Hye9lnCct7/2.png b/vlm/train/Hye9lnCct7/2.png new file mode 100644 index 0000000000000000000000000000000000000000..d6801b953d13331d54a4162e55d2d70ee4eee87f --- /dev/null +++ b/vlm/train/Hye9lnCct7/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:341bef7d602ef355bfd6e382cf152f15c90afb79627c36e157f9b24e8b6e80fb +size 521435 diff --git a/vlm/train/Hye9lnCct7/3.png b/vlm/train/Hye9lnCct7/3.png new file mode 100644 index 0000000000000000000000000000000000000000..9d0cbcce340ac1e44ad0dbb5bb68e1ea0f62d421 --- /dev/null +++ b/vlm/train/Hye9lnCct7/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb320f76f0eb8b5b40497d5f06bea5e49606e646a330d6602e531d21a1f6cce8 +size 548347 diff --git a/vlm/train/Hye9lnCct7/4.png b/vlm/train/Hye9lnCct7/4.png new file mode 100644 index 0000000000000000000000000000000000000000..049a5b8e2357617aef10135482b43a465424d8d6 --- /dev/null +++ b/vlm/train/Hye9lnCct7/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9785c7debae8d27fb340e4d0263727f0362a81d23fd077ef710d82753a85215d +size 631446 diff --git a/vlm/train/Hye9lnCct7/5.png b/vlm/train/Hye9lnCct7/5.png new file mode 100644 index 0000000000000000000000000000000000000000..a3e9e88b7d60aff730fd4cf25d2eb5304751ffd6 --- /dev/null +++ b/vlm/train/Hye9lnCct7/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c9be5746d58891cd52b9fab93a24bb8378c7ce0322313246f8295c5b2c6b700 +size 530892 diff --git a/vlm/train/Hye9lnCct7/6.png b/vlm/train/Hye9lnCct7/6.png new file mode 100644 index 0000000000000000000000000000000000000000..7df0bebda5c40de450d4ac04c7cf5b26d45c1dd9 --- /dev/null +++ b/vlm/train/Hye9lnCct7/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dbe01907fdec48ae42bd84521ef8f4d501294a40ba557871f3fdd6fc4f737d2 +size 549541 diff --git a/vlm/train/Hye9lnCct7/7.png b/vlm/train/Hye9lnCct7/7.png new file mode 100644 index 0000000000000000000000000000000000000000..c5d245fc180b5c2b13df4805cc3ff162ac73b85a --- /dev/null +++ b/vlm/train/Hye9lnCct7/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218c16dbd44a7d6741e8f335b3c4c1e65e24be8bd398db1949ff02ccdc90bb6a +size 541554 diff --git a/vlm/train/Hye9lnCct7/8.png b/vlm/train/Hye9lnCct7/8.png new file mode 100644 index 0000000000000000000000000000000000000000..1b090a90946005fdaf3940655ca9715b18175af0 --- /dev/null +++ b/vlm/train/Hye9lnCct7/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd488a16575435253d88e038a58784c037260c59edbfbeca21e730b781d0dfc2 +size 678173 diff --git a/vlm/train/Hye9lnCct7/9.png b/vlm/train/Hye9lnCct7/9.png new file mode 100644 index 0000000000000000000000000000000000000000..647b0b7c6089349e730da7da26c51e7e2ffa9710 --- /dev/null +++ b/vlm/train/Hye9lnCct7/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c8f5e3e5bc1d2a553ebc5a76a71a7dffd35b50363fb6c8706da64d5d7b2828e +size 574737 diff --git a/vlm/train/Hyewf3AqYX/12.png b/vlm/train/Hyewf3AqYX/12.png new file mode 100644 index 0000000000000000000000000000000000000000..9da1a9428f9152f2edeaca379c493250a6d40034 --- /dev/null +++ b/vlm/train/Hyewf3AqYX/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b63ed391f1b03d9878ff0f36935d2cfd13e51840ec3e90fe8b677850c748e20 +size 295540 diff --git a/vlm/train/Hyewf3AqYX/5.png b/vlm/train/Hyewf3AqYX/5.png new file mode 100644 index 0000000000000000000000000000000000000000..bb59177872c9b988f43258fa995a34915623b679 --- /dev/null +++ b/vlm/train/Hyewf3AqYX/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b78832fd657de2554439bf11d8521d15467762768a2fc8144c668b1ca96d30f +size 477572 diff --git a/vlm/train/Hyewf3AqYX/7.png b/vlm/train/Hyewf3AqYX/7.png new file mode 100644 index 0000000000000000000000000000000000000000..5e1e12c878d9b5936ae72d1889e25630c699354d --- /dev/null +++ b/vlm/train/Hyewf3AqYX/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db2699ac02f00e1e29687f11aaeb55c7d2f74417c0c43fa426b4cc6edc918a17 +size 437935 diff --git a/vlm/train/Hyewf3AqYX/8.png b/vlm/train/Hyewf3AqYX/8.png new file mode 100644 index 0000000000000000000000000000000000000000..1571b9ce7238e6b73f318e5d1bf6235743206f88 --- /dev/null +++ b/vlm/train/Hyewf3AqYX/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0579891586df122da1acd046cc6a872281b4b1b26c8da94e415d1485bdf122e3 +size 423937 diff --git a/vlm/train/HygegyrYwH/0.png b/vlm/train/HygegyrYwH/0.png new file mode 100644 index 0000000000000000000000000000000000000000..c436216eb66b008aa2392a3e2fc1b71e8ad88386 --- /dev/null +++ b/vlm/train/HygegyrYwH/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b307a7d7f0514c93b2b22a12b9a1cf246e52e04b13174b4199ae716a78f990 +size 474749 diff --git a/vlm/train/HygegyrYwH/1.png b/vlm/train/HygegyrYwH/1.png new file mode 100644 index 0000000000000000000000000000000000000000..6956f319028aee7e3e46b1fe60a8bc185d507b36 --- /dev/null +++ b/vlm/train/HygegyrYwH/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4abef7221534dd08b5075612829e2acb002b78f8ec65afbee64fa6dc58954e +size 600436 diff --git a/vlm/train/HygegyrYwH/10.png b/vlm/train/HygegyrYwH/10.png new file mode 100644 index 0000000000000000000000000000000000000000..ef52321764950b7a54272c74d096fc28f1d532d9 --- /dev/null +++ b/vlm/train/HygegyrYwH/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:655c86a74df11ac6274dcb1443e49999776a892a13725fccc78c4aa21ddcbde6 +size 507524 diff --git a/vlm/train/HygegyrYwH/11.png b/vlm/train/HygegyrYwH/11.png new file mode 100644 index 0000000000000000000000000000000000000000..9f2952edaf749be39d4096451b8e979fd7c2b743 --- /dev/null +++ b/vlm/train/HygegyrYwH/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e78588f0db92fab68ad11a88aac9146ecac460ba899ddf109499d62f57ea4b8 +size 419479 diff --git a/vlm/train/HygegyrYwH/12.png b/vlm/train/HygegyrYwH/12.png new file mode 100644 index 0000000000000000000000000000000000000000..0431fedc38a546f81c6d8afedb1245628f790a4a --- /dev/null +++ b/vlm/train/HygegyrYwH/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd3afdb13e7b7721ee2320df516ebbeea36ea024c00a2b3df28b5aed601c72b +size 318061 diff --git a/vlm/train/HygegyrYwH/13.png b/vlm/train/HygegyrYwH/13.png new file mode 100644 index 0000000000000000000000000000000000000000..49c26dbd7619bd7d74561c25570982e5084978dc --- /dev/null +++ b/vlm/train/HygegyrYwH/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8366a53e0c54bb0db7c2681cef782e306525d56c46ccd6e19420048dd67a567 +size 328761 diff --git a/vlm/train/HygegyrYwH/14.png b/vlm/train/HygegyrYwH/14.png new file mode 100644 index 0000000000000000000000000000000000000000..43c4cf1a7fdd165cb61de41aa33837646762af51 --- /dev/null +++ b/vlm/train/HygegyrYwH/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56a972fed21ed6f9391f9b7e6b19c01bd673e6dc94584a465df0ae88e40228b5 +size 291215 diff --git a/vlm/train/HygegyrYwH/15.png b/vlm/train/HygegyrYwH/15.png new file mode 100644 index 0000000000000000000000000000000000000000..7a4269309830b23a187d1598187c7c00eaeb39c1 --- /dev/null +++ b/vlm/train/HygegyrYwH/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a50f776ae5ce50179cd8290392b315e6bd98f65b0b894975acacf0eb4e234069 +size 327704 diff --git a/vlm/train/HygegyrYwH/16.png b/vlm/train/HygegyrYwH/16.png new file mode 100644 index 0000000000000000000000000000000000000000..923db7afd50e7186699a00975a5ba6827f97edd5 --- /dev/null +++ b/vlm/train/HygegyrYwH/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70159d4c376994d8f43e6618a0023f7cbd6cd3e2db09e4fa9242fafc37315a8d +size 336107 diff --git a/vlm/train/HygegyrYwH/17.png b/vlm/train/HygegyrYwH/17.png new file mode 100644 index 0000000000000000000000000000000000000000..6af73757d5029be079a3228a5f832c11903de82d --- /dev/null +++ b/vlm/train/HygegyrYwH/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4990273d9251b74e7bc3a0c1cdf50d2b10f8f3bdb4d2a1e630db115873419f94 +size 373823 diff --git a/vlm/train/HygegyrYwH/18.png b/vlm/train/HygegyrYwH/18.png new file mode 100644 index 0000000000000000000000000000000000000000..be4484f74811a51281b0c5ca417a478f875076d5 --- /dev/null +++ b/vlm/train/HygegyrYwH/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e629523f0c0dc2fd54fec7725cf1d7304ac2de0da7356faa0c8c5cb3f8e7a95 +size 318884 diff --git a/vlm/train/HygegyrYwH/19.png b/vlm/train/HygegyrYwH/19.png new file mode 100644 index 0000000000000000000000000000000000000000..b64e93941d8f327d649af740449d8fe5c2ed1e2b --- /dev/null +++ b/vlm/train/HygegyrYwH/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5b42348554ec6befb7ee33623d718c531c53b7a0f7b9e27b70e550ea9e0633 +size 285832 diff --git a/vlm/train/HygegyrYwH/2.png b/vlm/train/HygegyrYwH/2.png new file mode 100644 index 0000000000000000000000000000000000000000..129b539f9a64ba5ea6cc50a61413896ffeb0c86c --- /dev/null +++ b/vlm/train/HygegyrYwH/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a67feb25d87f9dc0df479e7052080c77a4a04da1a95f1203c616d013b124d7 +size 396284 diff --git a/vlm/train/HygegyrYwH/20.png b/vlm/train/HygegyrYwH/20.png new file mode 100644 index 0000000000000000000000000000000000000000..db811be140865b85ef59eaf5a7e73c28a82462e7 --- /dev/null +++ b/vlm/train/HygegyrYwH/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f02b4da496c469c528945be2f74fe9f4fcbe143b3c7c8abc7cd516aba02d106 +size 301062 diff --git a/vlm/train/HygegyrYwH/21.png b/vlm/train/HygegyrYwH/21.png new file mode 100644 index 0000000000000000000000000000000000000000..4067e73a68db1702ecaa319527d6c22276060f14 --- /dev/null +++ b/vlm/train/HygegyrYwH/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5415aa319b27b083aae50a979856677bbe07ddea3cf4b3faed4b5d9c254656f6 +size 301566 diff --git a/vlm/train/HygegyrYwH/22.png b/vlm/train/HygegyrYwH/22.png new file mode 100644 index 0000000000000000000000000000000000000000..c39d6622b9f78d0190c2a644f0242ec65442095f --- /dev/null +++ b/vlm/train/HygegyrYwH/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1555ce1dff8fa45fdfa775dcf97d1df4e7d9d65b32a8c48d8dd5b2917833c641 +size 299782 diff --git a/vlm/train/HygegyrYwH/3.png b/vlm/train/HygegyrYwH/3.png new file mode 100644 index 0000000000000000000000000000000000000000..3f3210d714164d94ab9c575321a33554adb8496c --- /dev/null +++ b/vlm/train/HygegyrYwH/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f728e5b1793738e09dc1969143d0e34fa93e63d91fa24d763e9457939132120a +size 421947 diff --git a/vlm/train/HygegyrYwH/4.png b/vlm/train/HygegyrYwH/4.png new file mode 100644 index 0000000000000000000000000000000000000000..377562b8ad658f5a50465942e638727efd3f778e --- /dev/null +++ b/vlm/train/HygegyrYwH/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b901287777d7072497636a69ee96bd704d34b50c5980bb3a6f735c544474e0c +size 363794 diff --git a/vlm/train/HygegyrYwH/5.png b/vlm/train/HygegyrYwH/5.png new file mode 100644 index 0000000000000000000000000000000000000000..cc86458f37393e2f6cce76883d3297a1697a2276 --- /dev/null +++ b/vlm/train/HygegyrYwH/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e13cf5ad91ef669537b58bee44fa28def4f5b1958d86124cfd6ef0b76254dc +size 485985 diff --git a/vlm/train/HygegyrYwH/6.png b/vlm/train/HygegyrYwH/6.png new file mode 100644 index 0000000000000000000000000000000000000000..55a2e6a5332bf418f9ebf3fb0ed15782b06f7110 --- /dev/null +++ b/vlm/train/HygegyrYwH/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd2e63dae901b43a337ad5210aa2861313515136dbffa964c7d882f4b52175b +size 442954 diff --git a/vlm/train/HygegyrYwH/7.png b/vlm/train/HygegyrYwH/7.png new file mode 100644 index 0000000000000000000000000000000000000000..fbb91713e5e0dd3d95f76ca30af837504833aeda --- /dev/null +++ b/vlm/train/HygegyrYwH/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09cc0d7f5ae5a120c0aa4e3897383c363941effc67d8ad8e86738c4c8e1070af +size 476928 diff --git a/vlm/train/HygegyrYwH/8.png b/vlm/train/HygegyrYwH/8.png new file mode 100644 index 0000000000000000000000000000000000000000..83f6e4fb30e04667441f5121c11a25a179ab55fa --- /dev/null +++ b/vlm/train/HygegyrYwH/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a114bd5f5445b20a18e24629f22b27e770c291448b83745715f0393a5a8edeb +size 345608 diff --git a/vlm/train/HygegyrYwH/9.png b/vlm/train/HygegyrYwH/9.png new file mode 100644 index 0000000000000000000000000000000000000000..5730025218ba6413f5661b6b58109dab08919a22 --- /dev/null +++ b/vlm/train/HygegyrYwH/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d334681ddeb3a418eb14b7533c0fe99a4d76ee976f9f30741a23476b09eecc38 +size 521592 diff --git a/vlm/train/QZpx42n0BWr/0.png b/vlm/train/QZpx42n0BWr/0.png new file mode 100644 index 0000000000000000000000000000000000000000..af9e3c4973a43c58665140413003cf9a50f46262 --- /dev/null +++ b/vlm/train/QZpx42n0BWr/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca01193a3260e095f19aa8823dd8028e1bfaa4a54017e374644119b5cdad8eb +size 427582 diff --git a/vlm/train/QZpx42n0BWr/1.png b/vlm/train/QZpx42n0BWr/1.png new file mode 100644 index 0000000000000000000000000000000000000000..66105a7060e435d48c3e47b09103317b5a84d6af --- /dev/null +++ b/vlm/train/QZpx42n0BWr/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84131795854335c343aeaec5d48d9656d5d0c9d8bc06b04266ff044f9396a8b2 +size 625320 diff --git a/vlm/train/QZpx42n0BWr/10.png b/vlm/train/QZpx42n0BWr/10.png new file mode 100644 index 0000000000000000000000000000000000000000..ff7ce57f1ed2e1ce2d873f01442675caca55b012 --- /dev/null +++ b/vlm/train/QZpx42n0BWr/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8035cfd6a7638c6f17ff9e0b665f05e0909596cf3ecb7338b6050172e5bc89b +size 548537 diff --git a/vlm/train/QZpx42n0BWr/11.png b/vlm/train/QZpx42n0BWr/11.png new file mode 100644 index 0000000000000000000000000000000000000000..0d678aaafa065490a340eedeaa5f3e87755e4f21 --- /dev/null +++ b/vlm/train/QZpx42n0BWr/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5be04d4001a7dd8a714ee10edf3ed99e75eaced6402e371af316cdd569c7708 +size 566096 diff --git a/vlm/train/QZpx42n0BWr/12.png b/vlm/train/QZpx42n0BWr/12.png new file mode 100644 index 0000000000000000000000000000000000000000..deb3a2d155343c485d113e900a54463fad370e0f --- /dev/null +++ b/vlm/train/QZpx42n0BWr/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:685da2113ab1c28cea5f7f8894943440817dc0cf937989ec0a1466e1f3824612 +size 203877 diff --git a/vlm/train/QZpx42n0BWr/2.png b/vlm/train/QZpx42n0BWr/2.png new file mode 100644 index 0000000000000000000000000000000000000000..2a1b5799b21c6eae0d4f96094ecb4a04d062e65a --- /dev/null +++ b/vlm/train/QZpx42n0BWr/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac82dbfa712df6fc35fd952d563e9f033b46248faf6685851948649f5ecfaaf4 +size 634217 diff --git a/vlm/train/QZpx42n0BWr/3.png b/vlm/train/QZpx42n0BWr/3.png new file mode 100644 index 0000000000000000000000000000000000000000..856c3e7879ad15eee97b558be8e1e4778ed1869a --- /dev/null +++ b/vlm/train/QZpx42n0BWr/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a402c0aa2e9d0d20a8a153820a563d0242180f6314538b8fe96cbf50846e5525 +size 482329 diff --git a/vlm/train/QZpx42n0BWr/4.png b/vlm/train/QZpx42n0BWr/4.png new file mode 100644 index 0000000000000000000000000000000000000000..07c64541a49dc7507f2931f77a7681a63e3ba6ea --- /dev/null +++ b/vlm/train/QZpx42n0BWr/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f91db98a3fa01452cbce5742521c569eb406d6e0979706c82b313e4e632886 +size 615213 diff --git a/vlm/train/QZpx42n0BWr/5.png b/vlm/train/QZpx42n0BWr/5.png new file mode 100644 index 0000000000000000000000000000000000000000..232f223c2fe4ddd29784e0aba05e65e3d359913d --- /dev/null +++ b/vlm/train/QZpx42n0BWr/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6a36b95adf586521f96ee2ab85dab417853a00d58ce40f3a7615908b7711658 +size 567137 diff --git a/vlm/train/QZpx42n0BWr/6.png b/vlm/train/QZpx42n0BWr/6.png new file mode 100644 index 0000000000000000000000000000000000000000..18edd3753c2b88731cf3e65c2f2be0751736538f --- /dev/null +++ b/vlm/train/QZpx42n0BWr/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d25317f35bbaa72fd318c6b1872cdec53a49b1bdc8bf1e6db2cceb5f7f69fb +size 520556 diff --git a/vlm/train/QZpx42n0BWr/7.png b/vlm/train/QZpx42n0BWr/7.png new file mode 100644 index 0000000000000000000000000000000000000000..1f68ac6bcf67fba1a49e958b0d981ede1a65406b --- /dev/null +++ b/vlm/train/QZpx42n0BWr/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceea9880c59a723a7567fe5f875c241fd40c23c08ad52ed975d5035e1f50e505 +size 600678 diff --git a/vlm/train/QZpx42n0BWr/8.png b/vlm/train/QZpx42n0BWr/8.png new file mode 100644 index 0000000000000000000000000000000000000000..aefe7a0a0443832f9cfb6b2569dc310e450e80fe --- /dev/null +++ b/vlm/train/QZpx42n0BWr/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e43025ec250440cd3e2e2ae4dc9350577dad1c77e52754ea205c3742e9a1d1 +size 424985 diff --git a/vlm/train/QZpx42n0BWr/9.png b/vlm/train/QZpx42n0BWr/9.png new file mode 100644 index 0000000000000000000000000000000000000000..c50be51a48aa0b712125517462d909f6bcd26f61 --- /dev/null +++ b/vlm/train/QZpx42n0BWr/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ba33dc4b01e45d419e672afd5985cc416f6baddcd9624adc7e61c64be7e52d +size 552281 diff --git a/vlm/train/SJaP_-xAb/0.png b/vlm/train/SJaP_-xAb/0.png new file mode 100644 index 0000000000000000000000000000000000000000..9bba7c48e4a61a7d8ef9c6b63049ccea21a767f4 --- /dev/null +++ b/vlm/train/SJaP_-xAb/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3935257bd436ea4dd2754b093b9c6ca32a208574067cad88b9b3996af9a35ca4 +size 519592 diff --git a/vlm/train/SJaP_-xAb/1.png b/vlm/train/SJaP_-xAb/1.png new file mode 100644 index 0000000000000000000000000000000000000000..7768491e51881f0e1b2207a58226704bd00e49e6 --- /dev/null +++ b/vlm/train/SJaP_-xAb/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3799c7ed79013a102d4a48a4e88b3d727c9818bd30cad3b2e58779607385ece4 +size 577197 diff --git a/vlm/train/SJaP_-xAb/10.png b/vlm/train/SJaP_-xAb/10.png new file mode 100644 index 0000000000000000000000000000000000000000..b2183ed7aa9b45a04ab2faa6895dcf67b02d4416 --- /dev/null +++ b/vlm/train/SJaP_-xAb/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c050a9bf21e1f7bfccb91b934728fa8f317376b0e631b662004b5c7b16998862 +size 383461 diff --git a/vlm/train/SJaP_-xAb/11.png b/vlm/train/SJaP_-xAb/11.png new file mode 100644 index 0000000000000000000000000000000000000000..0a474d11cc0024bccc77324cb6a5e4077c0987c2 --- /dev/null +++ b/vlm/train/SJaP_-xAb/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b3da7c7ee71f022c27483cb7c0a5ab6629ba0159a5060d29c9e18cd6e00086f +size 299591 diff --git a/vlm/train/SJaP_-xAb/2.png b/vlm/train/SJaP_-xAb/2.png new file mode 100644 index 0000000000000000000000000000000000000000..dc2cf63efcf063c8ba0a124d2c3229424f68776e --- /dev/null +++ b/vlm/train/SJaP_-xAb/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b33754906ccc8fe7ccf72e4b5fd05757bf789dd9bf3591888a87e307ea86f0 +size 539489 diff --git a/vlm/train/SJaP_-xAb/3.png b/vlm/train/SJaP_-xAb/3.png new file mode 100644 index 0000000000000000000000000000000000000000..d5258fb12f9507e171deb72b21c2cb9925d6ed97 --- /dev/null +++ b/vlm/train/SJaP_-xAb/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d23f22231293b5d3f22c62b6e00b03de2d17ca5f4e34912350066b2ee8971fa +size 458537 diff --git a/vlm/train/SJaP_-xAb/4.png b/vlm/train/SJaP_-xAb/4.png new file mode 100644 index 0000000000000000000000000000000000000000..9c2954dae228e54c6a2f5db72c1e4a4a4632a29a --- /dev/null +++ b/vlm/train/SJaP_-xAb/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5005cd162c3c32a418b76039ff8039c1b4f4984847d0e88cb4976b844a004a +size 515709 diff --git a/vlm/train/SJaP_-xAb/5.png b/vlm/train/SJaP_-xAb/5.png new file mode 100644 index 0000000000000000000000000000000000000000..3c22b6bc9c47ead763c897129a8452af50d75759 --- /dev/null +++ b/vlm/train/SJaP_-xAb/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca300466bb62181b2664bffb7e47714c29a67ee268f6a7ce02bf35b3b868c00 +size 501115 diff --git a/vlm/train/SJaP_-xAb/6.png b/vlm/train/SJaP_-xAb/6.png new file mode 100644 index 0000000000000000000000000000000000000000..8a6cc546dc7456d7b8ca3b80cb45e1b19a638746 --- /dev/null +++ b/vlm/train/SJaP_-xAb/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a12b4a2b251a93debf4a7a22cc01de70a28c1af91a8a934c1d113dc0737c793 +size 538583 diff --git a/vlm/train/SJaP_-xAb/7.png b/vlm/train/SJaP_-xAb/7.png new file mode 100644 index 0000000000000000000000000000000000000000..83c18125d28806e9516667d3f3bee6adb553b5fe --- /dev/null +++ b/vlm/train/SJaP_-xAb/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee651fb63cc027a43a0781ea83a0f0882c64322dfffc8c795f167529b1699e1 +size 482876 diff --git a/vlm/train/SJaP_-xAb/8.png b/vlm/train/SJaP_-xAb/8.png new file mode 100644 index 0000000000000000000000000000000000000000..f03278469797d9bf3bf9e3d92b22c348d1c47305 --- /dev/null +++ b/vlm/train/SJaP_-xAb/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a25ca4b5360d5e54830b9091fa8c8be30a8f190bb1b7b192cb72904eb0f6ade5 +size 212891 diff --git a/vlm/train/SJaP_-xAb/9.png b/vlm/train/SJaP_-xAb/9.png new file mode 100644 index 0000000000000000000000000000000000000000..841b9905ab9f5829504cb76e48b41d9fad1f5973 --- /dev/null +++ b/vlm/train/SJaP_-xAb/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:184987a665d53db0797b1f49a97abf54d9b2c37af5b617f7da1b1366b668c61a +size 368035 diff --git a/vlm/train/SkMwpiR9Y7/0.png b/vlm/train/SkMwpiR9Y7/0.png new file mode 100644 index 0000000000000000000000000000000000000000..5fe910fb86584739b262bbc40a0924ae0c1e3d3e --- /dev/null +++ b/vlm/train/SkMwpiR9Y7/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a324e050114b138f499dbd2e0e440fbb4f2751fabc41cb1a030a2bd2c526805 +size 463675 diff --git a/vlm/train/SkMwpiR9Y7/1.png b/vlm/train/SkMwpiR9Y7/1.png new file mode 100644 index 0000000000000000000000000000000000000000..914bbfe577d1d26d7680cedb629fb3e3d82a2fe1 --- /dev/null +++ b/vlm/train/SkMwpiR9Y7/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa656272ad0c950d27e25d9e93eec511f6d798929ec057fa59ee490bd02261d8 +size 431771 diff --git a/vlm/train/SkMwpiR9Y7/10.png b/vlm/train/SkMwpiR9Y7/10.png new file mode 100644 index 0000000000000000000000000000000000000000..fcb871f7b71be2212466ff733a24866df06994bc --- /dev/null +++ b/vlm/train/SkMwpiR9Y7/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4526e2828bab016d5ba9ff0215b7f6f672d24e057ba638c0ff160edc0cfdb627 +size 510941 diff --git a/vlm/train/SkMwpiR9Y7/11.png b/vlm/train/SkMwpiR9Y7/11.png new file mode 100644 index 0000000000000000000000000000000000000000..a6897a79c53fb39bebacdcb749e1bbd75a744f02 --- /dev/null +++ b/vlm/train/SkMwpiR9Y7/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:758b5952e01ed14507a07569b5d6a77ec3fe80eda4f6bd785dec54c7393acb62 +size 311676 diff --git a/vlm/train/SkMwpiR9Y7/12.png b/vlm/train/SkMwpiR9Y7/12.png new file mode 100644 index 0000000000000000000000000000000000000000..dfc73606b9257bab23683b762c78a6b73f64c48f --- /dev/null +++ b/vlm/train/SkMwpiR9Y7/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a30f1e5961974f2d5cc8a8208bc84a5550ed6b6fad6155e291e79e6d3f23a185 +size 379430 diff --git a/vlm/train/SkMwpiR9Y7/13.png b/vlm/train/SkMwpiR9Y7/13.png new file mode 100644 index 0000000000000000000000000000000000000000..5b40dedc47ead28c17832d82b5c59f80cfbcfcdc --- /dev/null +++ b/vlm/train/SkMwpiR9Y7/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fcb9e2f07ec5112a5cef6b3b653243381f648a8a20bd14f258bba983bf59463 +size 452279 diff --git a/vlm/train/SkMwpiR9Y7/14.png b/vlm/train/SkMwpiR9Y7/14.png new file mode 100644 index 0000000000000000000000000000000000000000..46c99e3d8a6f1729d85d90f7af8e0b6e2c2e4fbc --- /dev/null +++ b/vlm/train/SkMwpiR9Y7/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5090483645f4c304d5412a60cda1d330ad469f2d7122f641dc77a3abadde78c7 +size 269097 diff --git a/vlm/train/SkMwpiR9Y7/15.png b/vlm/train/SkMwpiR9Y7/15.png new file mode 100644 index 0000000000000000000000000000000000000000..252f11fb13c42e4baf0e3d814b24d9588dad98a6 --- /dev/null +++ b/vlm/train/SkMwpiR9Y7/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f3309d9d7fa537d43833ea2a0f0328eb13458be6542376ed734ab1d8a9c2c2f +size 212123 diff --git a/vlm/train/SkMwpiR9Y7/16.png b/vlm/train/SkMwpiR9Y7/16.png new file mode 100644 index 0000000000000000000000000000000000000000..2337a619dbb96d5b3cc23a43ed45d84dfc97f4b1 --- /dev/null +++ b/vlm/train/SkMwpiR9Y7/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5c3c74b7ee963e882a3c8ebed7c71479501d89a2d55482063062edbc418d89 +size 365273 diff --git a/vlm/train/SkMwpiR9Y7/17.png b/vlm/train/SkMwpiR9Y7/17.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba9c2d3cd34b6d87fe1fb9546226a58f36cd933 --- /dev/null +++ b/vlm/train/SkMwpiR9Y7/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43f6bb9a79d820cae7d7dc210979d3f62dd7f93092d4d93ff9fe79cf780db9b +size 269531 diff --git a/vlm/train/SkMwpiR9Y7/2.png b/vlm/train/SkMwpiR9Y7/2.png new file mode 100644 index 0000000000000000000000000000000000000000..073ed473e1f49ce0ad61f69f85a923f63aa9f218 --- /dev/null +++ b/vlm/train/SkMwpiR9Y7/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:866dac138458bc8c5cd473fc665c1c2f155f5f7ce0d8956f875dda7d77400968 +size 540273 diff --git a/vlm/train/SkMwpiR9Y7/3.png b/vlm/train/SkMwpiR9Y7/3.png new file mode 100644 index 0000000000000000000000000000000000000000..8b8edb2f139322d758ece7f7e61a99ef54160854 --- /dev/null +++ b/vlm/train/SkMwpiR9Y7/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f2e506c458f6183057c2033a76cd55493681ce3c38f907db3b6cbda4858005c +size 546395 diff --git a/vlm/train/SkMwpiR9Y7/4.png b/vlm/train/SkMwpiR9Y7/4.png new file mode 100644 index 0000000000000000000000000000000000000000..79f935dd51eee3b0f1555eacbd9a142a9151657f --- /dev/null +++ b/vlm/train/SkMwpiR9Y7/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0940fd2eaf9f330bdf43abae576bc077e78672c19b56779d5361edb5ffc83837 +size 574005 diff --git a/vlm/train/SkMwpiR9Y7/5.png b/vlm/train/SkMwpiR9Y7/5.png new file mode 100644 index 0000000000000000000000000000000000000000..3513821611d8257ea11c12a91b930e9f6e5bdad5 --- /dev/null +++ b/vlm/train/SkMwpiR9Y7/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dafbf41690aed6fefd87bdedaa65f05943057d77286445843d7387a0ccb1a4ef +size 579831 diff --git a/vlm/train/SkMwpiR9Y7/6.png b/vlm/train/SkMwpiR9Y7/6.png new file mode 100644 index 0000000000000000000000000000000000000000..63840b8f8aa1f48e57942e0fc4925faf681e3be5 --- /dev/null +++ b/vlm/train/SkMwpiR9Y7/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be4a94ba0338981ceb48794866dde50d2d75c4af50c82aa0b755fa918f8f40c +size 436573 diff --git a/vlm/train/SkMwpiR9Y7/7.png b/vlm/train/SkMwpiR9Y7/7.png new file mode 100644 index 0000000000000000000000000000000000000000..dc3c6f708c625a2cc184cb3e68b2a87af5e467ea --- /dev/null +++ b/vlm/train/SkMwpiR9Y7/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f1b304a20af8d624f1e500f941e65f5d2c82e084195d5464ab0cf5821521827 +size 518186 diff --git a/vlm/train/SkMwpiR9Y7/8.png b/vlm/train/SkMwpiR9Y7/8.png new file mode 100644 index 0000000000000000000000000000000000000000..618fc981d98bcf4ad439d26543cb0a4413c423bd --- /dev/null +++ b/vlm/train/SkMwpiR9Y7/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7abab10d7bb7087ab5bdf8a8169618c732575d19c7ea844eeb3a8f8410cae756 +size 607006 diff --git a/vlm/train/SkMwpiR9Y7/9.png b/vlm/train/SkMwpiR9Y7/9.png new file mode 100644 index 0000000000000000000000000000000000000000..9c9edc3be250f559784dd44779fc8c6a5914d66a --- /dev/null +++ b/vlm/train/SkMwpiR9Y7/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f80f735485147d7880cf1213256b723003b0ecba0a00aa8e862bc6cf9be7cf1 +size 596962 diff --git a/vlm/train/SkNksoRctQ/0.png b/vlm/train/SkNksoRctQ/0.png new file mode 100644 index 0000000000000000000000000000000000000000..4874af6ed5ce157b9e4ec92cef1e1e71739a8076 --- /dev/null +++ b/vlm/train/SkNksoRctQ/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b78ede08259d757e741ba756f04bb14b61e7dc7656ddcdcaac0d7930484848 +size 481905 diff --git a/vlm/train/SkNksoRctQ/1.png b/vlm/train/SkNksoRctQ/1.png new file mode 100644 index 0000000000000000000000000000000000000000..6653d4d03f6c0eb6c10fd3814017a17fd880e53f --- /dev/null +++ b/vlm/train/SkNksoRctQ/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836d9532a9f4a40239f96034fadd66b02ff328f2dc6f569088d7d8f4538711b9 +size 458362 diff --git a/vlm/train/SkNksoRctQ/10.png b/vlm/train/SkNksoRctQ/10.png new file mode 100644 index 0000000000000000000000000000000000000000..4b15b1b846fedd38e48f444013dd27368a2abed7 --- /dev/null +++ b/vlm/train/SkNksoRctQ/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8719f45796c31fee74c3bb6a479edfefda3b51683be8b91a82afbdcbe0049f10 +size 260032 diff --git a/vlm/train/SkNksoRctQ/11.png b/vlm/train/SkNksoRctQ/11.png new file mode 100644 index 0000000000000000000000000000000000000000..25b12d8aa7b67d048d2f1bf5c1b857b3e886ad12 --- /dev/null +++ b/vlm/train/SkNksoRctQ/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88728bcda35c8a121af59047147df1982296016393e8b3a783f96855b8b76f43 +size 285263 diff --git a/vlm/train/SkNksoRctQ/12.png b/vlm/train/SkNksoRctQ/12.png new file mode 100644 index 0000000000000000000000000000000000000000..57a9d0ea07ecc5df07bcae2e45720dd55ce4c0eb --- /dev/null +++ b/vlm/train/SkNksoRctQ/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec0d3a08897815c8898de2a9acda58aacfdfcf517cf5a72d127fee2fda72901 +size 499399 diff --git a/vlm/train/SkNksoRctQ/13.png b/vlm/train/SkNksoRctQ/13.png new file mode 100644 index 0000000000000000000000000000000000000000..7bd25a548b5db41e3df7b1426137055157f7bdb5 --- /dev/null +++ b/vlm/train/SkNksoRctQ/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43025382fba34b6556b82181eca6355ac01475e4946166361cdf3dfc96579a1a +size 410695 diff --git a/vlm/train/SkNksoRctQ/14.png b/vlm/train/SkNksoRctQ/14.png new file mode 100644 index 0000000000000000000000000000000000000000..2b72322b972c3fcf07915d7dfbf2ba31892b2ef2 --- /dev/null +++ b/vlm/train/SkNksoRctQ/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a73f8925a717f2a26e9e5da1de81fde238925dcbdb12ca6d5a228deae6fbc8 +size 436720 diff --git a/vlm/train/SkNksoRctQ/2.png b/vlm/train/SkNksoRctQ/2.png new file mode 100644 index 0000000000000000000000000000000000000000..ea2f6f43b9e16490245c2d63888a3022593cabd7 --- /dev/null +++ b/vlm/train/SkNksoRctQ/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fbbee7b711a4715d5aaa3ffeb7a1b892715cdb66d5a5eab0a675c09f8c2564e +size 400102 diff --git a/vlm/train/SkNksoRctQ/3.png b/vlm/train/SkNksoRctQ/3.png new file mode 100644 index 0000000000000000000000000000000000000000..82ee3f76d9c1bc8590f6bea8050554691254a4a9 --- /dev/null +++ b/vlm/train/SkNksoRctQ/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d30b696eae70cc080c0a2cb61de53ba707fd8c08001451f8318e7b6796399115 +size 419951 diff --git a/vlm/train/SkNksoRctQ/4.png b/vlm/train/SkNksoRctQ/4.png new file mode 100644 index 0000000000000000000000000000000000000000..339ee7e751dc1d4452dff1266e7d095ff410fa39 --- /dev/null +++ b/vlm/train/SkNksoRctQ/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5daaf67f48a173023d0e519e3ab2efb497c249d9804f6426eb8abb2b8109d4e +size 580145 diff --git a/vlm/train/SkNksoRctQ/5.png b/vlm/train/SkNksoRctQ/5.png new file mode 100644 index 0000000000000000000000000000000000000000..4cc56faae017f9375d59dbea521bc4432f67aaf8 --- /dev/null +++ b/vlm/train/SkNksoRctQ/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794c36d7ab3755fd775edd2557f7241359a84e27dfbc390f050cdfdea6b3df9b +size 409218 diff --git a/vlm/train/SkNksoRctQ/6.png b/vlm/train/SkNksoRctQ/6.png new file mode 100644 index 0000000000000000000000000000000000000000..274ba28484d9ceed6cc2d682d7795482a81f0cd5 --- /dev/null +++ b/vlm/train/SkNksoRctQ/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdae4e851914d9a7d070dda3b52b3bfc7b0821e10fd8a95329ed7b73b4808352 +size 530938 diff --git a/vlm/train/SkNksoRctQ/7.png b/vlm/train/SkNksoRctQ/7.png new file mode 100644 index 0000000000000000000000000000000000000000..f9caed442bb7ed7d753ac57275a4608012747323 --- /dev/null +++ b/vlm/train/SkNksoRctQ/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46ced1a6ec436a2d3932bac9b7491b6cca2e8daa6d2472a388c77d867e1a17cb +size 467520 diff --git a/vlm/train/SkNksoRctQ/8.png b/vlm/train/SkNksoRctQ/8.png new file mode 100644 index 0000000000000000000000000000000000000000..23bfea1f851a67880b7498e3ede3931234012c66 --- /dev/null +++ b/vlm/train/SkNksoRctQ/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44883a48285b76d3e3a803fc3d97b79414820624f5c0edf8c0bc7c5b221506c8 +size 480470 diff --git a/vlm/train/SkNksoRctQ/9.png b/vlm/train/SkNksoRctQ/9.png new file mode 100644 index 0000000000000000000000000000000000000000..330b135a71c8809e4a027ca21ede63ea1e876a98 --- /dev/null +++ b/vlm/train/SkNksoRctQ/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e787ec888aeaf73f5269b23fe7b7428a9a0b125fcb2453d6687bb2dafbb22613 +size 532616 diff --git a/vlm/train/SkgzYiRqtX/0.png b/vlm/train/SkgzYiRqtX/0.png new file mode 100644 index 0000000000000000000000000000000000000000..1735af097a7fad1903bb1538001fe4ad1819ac05 --- /dev/null +++ b/vlm/train/SkgzYiRqtX/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc1f036a48154ac72a73d7886a2c6f98a579eeb532ef46a61f014d20234c1fa +size 518191 diff --git a/vlm/train/SkgzYiRqtX/1.png b/vlm/train/SkgzYiRqtX/1.png new file mode 100644 index 0000000000000000000000000000000000000000..9c0ec24b4ff066b0c59a4363e27bf9e094bd7b53 --- /dev/null +++ b/vlm/train/SkgzYiRqtX/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57fae715fb57f64f307d05ec57b95eaa0f01cd26f0146e0b30f076cc67f3d28a +size 475218 diff --git a/vlm/train/SkgzYiRqtX/10.png b/vlm/train/SkgzYiRqtX/10.png new file mode 100644 index 0000000000000000000000000000000000000000..6d7ae3c4ef0e16c020b77fb39d9cf4c31fa907f1 --- /dev/null +++ b/vlm/train/SkgzYiRqtX/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe97fde4790b1571d5bda251268ab23868789c86ceb9444dec6fc3277e9cfc7 +size 88348 diff --git a/vlm/train/SkgzYiRqtX/2.png b/vlm/train/SkgzYiRqtX/2.png new file mode 100644 index 0000000000000000000000000000000000000000..bea71120e0dc58d7b9fbeedd3c4fb3553887ce0d --- /dev/null +++ b/vlm/train/SkgzYiRqtX/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5220fba792173f0a3df6b1bffa3035a349a64b206f979e39961b1167da54c440 +size 453578 diff --git a/vlm/train/SkgzYiRqtX/3.png b/vlm/train/SkgzYiRqtX/3.png new file mode 100644 index 0000000000000000000000000000000000000000..36a7b9ce93a7e666b58e98e167a640f83c4bd802 --- /dev/null +++ b/vlm/train/SkgzYiRqtX/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e50df55acd4c2211c84a1f5794181baa57605e8924b2e979daa58b56b46c0287 +size 429345 diff --git a/vlm/train/SkgzYiRqtX/4.png b/vlm/train/SkgzYiRqtX/4.png new file mode 100644 index 0000000000000000000000000000000000000000..412361a3a7391a43deaaa28f933f36ab111d9e16 --- /dev/null +++ b/vlm/train/SkgzYiRqtX/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:502ba0ef47b97320d9e5413cfdbc23e2ccbcd2f21467fd0c9b4af2ba146c4d72 +size 445581 diff --git a/vlm/train/SkgzYiRqtX/5.png b/vlm/train/SkgzYiRqtX/5.png new file mode 100644 index 0000000000000000000000000000000000000000..cfd52b5c731c33b0d4fa96de5e1590697d140a17 --- /dev/null +++ b/vlm/train/SkgzYiRqtX/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:492f1a513e9ea0133e8955ae0144155c69925775baa89b396bb64237e14488d4 +size 498740 diff --git a/vlm/train/SkgzYiRqtX/6.png b/vlm/train/SkgzYiRqtX/6.png new file mode 100644 index 0000000000000000000000000000000000000000..75606a2d26ccffbe79e64048aa23de07206c5e26 --- /dev/null +++ b/vlm/train/SkgzYiRqtX/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9158c6cbd963e769a209d0340355184b2c8e64dedd1ac2a68567583130f5b43 +size 397738 diff --git a/vlm/train/SkgzYiRqtX/7.png b/vlm/train/SkgzYiRqtX/7.png new file mode 100644 index 0000000000000000000000000000000000000000..3a28a52a3a9cb717c09392abdf20ef3406a0464a --- /dev/null +++ b/vlm/train/SkgzYiRqtX/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:670ee73ad0f7c9a58a26a9e8fdc8bc01aded49bda4dbaa39cb79ff23326efffb +size 472484 diff --git a/vlm/train/SkgzYiRqtX/8.png b/vlm/train/SkgzYiRqtX/8.png new file mode 100644 index 0000000000000000000000000000000000000000..6774d8393bc7ecd157a7efaab06150f3c5af55f3 --- /dev/null +++ b/vlm/train/SkgzYiRqtX/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6daed214025f33092facca8368bc3d5d788e428d862ad1b79488e3abac53c873 +size 540632 diff --git a/vlm/train/SkgzYiRqtX/9.png b/vlm/train/SkgzYiRqtX/9.png new file mode 100644 index 0000000000000000000000000000000000000000..81943d6e390dc14197cf05a362c133f0becb9e8e --- /dev/null +++ b/vlm/train/SkgzYiRqtX/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b14937962d1c27f71bbccf31ae1ffb778595f4c2bc3b590c1aecb65dfc82ee92 +size 518344 diff --git a/vlm/train/XJk19XzGq2J/0.png b/vlm/train/XJk19XzGq2J/0.png new file mode 100644 index 0000000000000000000000000000000000000000..d657e6f15bd4d7c8686d0b880f0ac2bc6f0dc470 --- /dev/null +++ b/vlm/train/XJk19XzGq2J/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787e2f3d1b6205cd0e9d71a127e99f2663d73bd9d1d508dd7e20805cb9caa29d +size 506121 diff --git a/vlm/train/XJk19XzGq2J/1.png b/vlm/train/XJk19XzGq2J/1.png new file mode 100644 index 0000000000000000000000000000000000000000..f4edec9a4633c328b1c4e2d10aa32cf966957875 --- /dev/null +++ b/vlm/train/XJk19XzGq2J/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:982a4c4aa0eaa25d1323c38c89b90b85b1cf7467804969f8e7ee9cb476380d22 +size 500036 diff --git a/vlm/train/XJk19XzGq2J/10.png b/vlm/train/XJk19XzGq2J/10.png new file mode 100644 index 0000000000000000000000000000000000000000..5dd4c575e977a0817cf3051156fbec52d4b00b4d --- /dev/null +++ b/vlm/train/XJk19XzGq2J/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a732621c4e221b32db57145e622561d22784407d3f3e87de46d7a7b0e6d445 +size 524736 diff --git a/vlm/train/XJk19XzGq2J/11.png b/vlm/train/XJk19XzGq2J/11.png new file mode 100644 index 0000000000000000000000000000000000000000..3d01f202bca6331e250b97cb903aedb014240788 --- /dev/null +++ b/vlm/train/XJk19XzGq2J/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21153e8a29c872d2e9cf2f47942287df6a72af172fb19f20dcaad981e546314c +size 283046 diff --git a/vlm/train/XJk19XzGq2J/12.png b/vlm/train/XJk19XzGq2J/12.png new file mode 100644 index 0000000000000000000000000000000000000000..4bc1c9a7e11fd43f9f2744f0068a187816c3bf22 --- /dev/null +++ b/vlm/train/XJk19XzGq2J/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cab1946bfc38e0dd34b01ac92c8d07d18e09dc870ad6d87b62f46b5fcbe0138 +size 424875 diff --git a/vlm/train/XJk19XzGq2J/13.png b/vlm/train/XJk19XzGq2J/13.png new file mode 100644 index 0000000000000000000000000000000000000000..4db2a9c86a2c7e88b52c980524d1d9c43624ff98 --- /dev/null +++ b/vlm/train/XJk19XzGq2J/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:162629f13389fe246ca236fff3fd5df3fd14ecb3c14cfc2c020f6171b3b6692d +size 282098 diff --git a/vlm/train/XJk19XzGq2J/14.png b/vlm/train/XJk19XzGq2J/14.png new file mode 100644 index 0000000000000000000000000000000000000000..23022255ef43552b683ae7a0d540c0475bb938db --- /dev/null +++ b/vlm/train/XJk19XzGq2J/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d2fe41a7661ee21143d03f7eddb274ac21fd38984e7907373180a23ea54073 +size 395195 diff --git a/vlm/train/XJk19XzGq2J/15.png b/vlm/train/XJk19XzGq2J/15.png new file mode 100644 index 0000000000000000000000000000000000000000..b0d4bb585d50197848aaf6315324ad0bebbbd62b --- /dev/null +++ b/vlm/train/XJk19XzGq2J/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9c8e225076d90fc6675e41345b718aef9bafc0a86b3ad8d7f7e7bafd50f774 +size 253640 diff --git a/vlm/train/XJk19XzGq2J/16.png b/vlm/train/XJk19XzGq2J/16.png new file mode 100644 index 0000000000000000000000000000000000000000..719309ab1868a48c7814a62dee2c6c74a03dc107 --- /dev/null +++ b/vlm/train/XJk19XzGq2J/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba846660c98324efb16bbf432af312ad9909e187fa311384dcaaa8f6478d1cba +size 153761 diff --git a/vlm/train/XJk19XzGq2J/2.png b/vlm/train/XJk19XzGq2J/2.png new file mode 100644 index 0000000000000000000000000000000000000000..c6b3e6da703fa584df0b5a7519ea5fde829b2386 --- /dev/null +++ b/vlm/train/XJk19XzGq2J/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada322cc0045453429886633a807866c8e223f0bc910174ee20da5aa581db69a +size 533176 diff --git a/vlm/train/XJk19XzGq2J/3.png b/vlm/train/XJk19XzGq2J/3.png new file mode 100644 index 0000000000000000000000000000000000000000..bab54303b80864a65544dae3ec171657e87910f0 --- /dev/null +++ b/vlm/train/XJk19XzGq2J/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f26e303804900050c089d63402395da975aa7ef71f2f8f3eafa76fe402b732 +size 557535 diff --git a/vlm/train/XJk19XzGq2J/4.png b/vlm/train/XJk19XzGq2J/4.png new file mode 100644 index 0000000000000000000000000000000000000000..8a6a25c471ffead1db5543fc478b65b8ed48d50b --- /dev/null +++ b/vlm/train/XJk19XzGq2J/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a554e52546f6528194be119b154c7d311b658dd9b7a5d819384c950950c2ad60 +size 992254 diff --git a/vlm/train/XJk19XzGq2J/5.png b/vlm/train/XJk19XzGq2J/5.png new file mode 100644 index 0000000000000000000000000000000000000000..067bcef0bf2d37855796dd18b0f31869a918ca38 --- /dev/null +++ b/vlm/train/XJk19XzGq2J/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a299fe6c33349847091d442f9ea47dc2a7852cf8013701f291455ac757c04a03 +size 522268 diff --git a/vlm/train/XJk19XzGq2J/6.png b/vlm/train/XJk19XzGq2J/6.png new file mode 100644 index 0000000000000000000000000000000000000000..373d8db07dc2b714a2af975b5225b42857b5729a --- /dev/null +++ b/vlm/train/XJk19XzGq2J/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f563017ea66cb818999969ef50780f024fc2ff8ee7c4d63401242d580ec005b +size 372655 diff --git a/vlm/train/XJk19XzGq2J/7.png b/vlm/train/XJk19XzGq2J/7.png new file mode 100644 index 0000000000000000000000000000000000000000..c2e128e685285f1504208576d48ccf84db8b99a9 --- /dev/null +++ b/vlm/train/XJk19XzGq2J/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57631587752f23492bb88ac844b94e6cb7d184f161692682136952eb2f20d2da +size 401752 diff --git a/vlm/train/XJk19XzGq2J/8.png b/vlm/train/XJk19XzGq2J/8.png new file mode 100644 index 0000000000000000000000000000000000000000..a36c4f1a34e4ca6f98183aa34affdc99f1968388 --- /dev/null +++ b/vlm/train/XJk19XzGq2J/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:875bc6ee8bd77cf423a649b9d2799cf2366070fcd1dd9d04b9f7e05bdf00c3fe +size 409947 diff --git a/vlm/train/XJk19XzGq2J/9.png b/vlm/train/XJk19XzGq2J/9.png new file mode 100644 index 0000000000000000000000000000000000000000..31f1a4e84da2a456b9c96858448936ef5649e4c4 --- /dev/null +++ b/vlm/train/XJk19XzGq2J/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd1f9304f965b1e88edf4e5681199b86e7c847ccdb5f6df6db35d09d5ccba7b +size 501714 diff --git a/vlm/train/XN1M27T6uux/0.png b/vlm/train/XN1M27T6uux/0.png new file mode 100644 index 0000000000000000000000000000000000000000..b75c60acb440013c32746dbac3309c685a739cd1 --- /dev/null +++ b/vlm/train/XN1M27T6uux/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db69b83b3fe42f32ee38fa4cce799ceee764df44efb05e9df50961f3c92d17b +size 424715 diff --git a/vlm/train/XN1M27T6uux/1.png b/vlm/train/XN1M27T6uux/1.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1d4eaad997fe8104cc7a1bda8b9b76ff1ac1b4 --- /dev/null +++ b/vlm/train/XN1M27T6uux/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55c03dd6732537409a3402c8706f3e4ed52ddb8c9650ce17a72d82aee9cb0c5 +size 545246 diff --git a/vlm/train/XN1M27T6uux/10.png b/vlm/train/XN1M27T6uux/10.png new file mode 100644 index 0000000000000000000000000000000000000000..d7ec5589a273a9f0a21218254c1fd0af2ab9624e --- /dev/null +++ b/vlm/train/XN1M27T6uux/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:147fa98cebf003d49b50cc1939b4c649aaa246c1dabe58d62f5f98b4db0145db +size 657714 diff --git a/vlm/train/XN1M27T6uux/11.png b/vlm/train/XN1M27T6uux/11.png new file mode 100644 index 0000000000000000000000000000000000000000..850bb6cfbf9da258023111bc8fc4f2c66ee012e3 --- /dev/null +++ b/vlm/train/XN1M27T6uux/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e467c9455757d0c6e51f7d23a85192b7764e97d3ae1baec12353c303d7db8579 +size 630109 diff --git a/vlm/train/XN1M27T6uux/12.png b/vlm/train/XN1M27T6uux/12.png new file mode 100644 index 0000000000000000000000000000000000000000..a580c56e14add5642c66b72b7aa8a4f55654f571 --- /dev/null +++ b/vlm/train/XN1M27T6uux/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05d94168f262c0bde23d23ce04c48326b2327c2923747207e81f1253207effe +size 62814 diff --git a/vlm/train/XN1M27T6uux/2.png b/vlm/train/XN1M27T6uux/2.png new file mode 100644 index 0000000000000000000000000000000000000000..993f26f5d74191ecddd4a38ea447f79b3eebb34e --- /dev/null +++ b/vlm/train/XN1M27T6uux/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b62ad791dc457e93172f8d496e1b2de144f2e201c7194da3ffa4520e67e4f2f +size 531755 diff --git a/vlm/train/XN1M27T6uux/3.png b/vlm/train/XN1M27T6uux/3.png new file mode 100644 index 0000000000000000000000000000000000000000..1346b73246933ffcfe5bb92604a462796f5b85c3 --- /dev/null +++ b/vlm/train/XN1M27T6uux/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eca7c3f3b7de0db0eb75e22a48cf99e9efaf771d6648b4d55525bd3c5c24a15 +size 580510 diff --git a/vlm/train/XN1M27T6uux/4.png b/vlm/train/XN1M27T6uux/4.png new file mode 100644 index 0000000000000000000000000000000000000000..d8f369e6d46ec409445b7b4b414b99c326e30050 --- /dev/null +++ b/vlm/train/XN1M27T6uux/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da7a5598805e56bef886292aba480255a950060377876e346bd17bc6184f4085 +size 522001 diff --git a/vlm/train/XN1M27T6uux/5.png b/vlm/train/XN1M27T6uux/5.png new file mode 100644 index 0000000000000000000000000000000000000000..03bba9a8b49b7e8e7c497cd5bd8a233b75da08aa --- /dev/null +++ b/vlm/train/XN1M27T6uux/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec3883405688b92f6529c2d73b90f53daedef15cb985de7cf998a8013c24ad8 +size 546452 diff --git a/vlm/train/XN1M27T6uux/6.png b/vlm/train/XN1M27T6uux/6.png new file mode 100644 index 0000000000000000000000000000000000000000..0dbc15e0873009274ed9536f1f5e30be06eaabdf --- /dev/null +++ b/vlm/train/XN1M27T6uux/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f4c909e1b9704e1c5441fc7f246df684a5d3b56825ced4e9f4a36f12cbce706 +size 535244 diff --git a/vlm/train/XN1M27T6uux/7.png b/vlm/train/XN1M27T6uux/7.png new file mode 100644 index 0000000000000000000000000000000000000000..b6d78547a1a788f8303aea7cd0f1f516bfeb27ca --- /dev/null +++ b/vlm/train/XN1M27T6uux/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc9b0f87e336c87ff1a5f5a0dfc4d6914ccb5fc0a622fea000575b32b898624 +size 588485 diff --git a/vlm/train/XN1M27T6uux/8.png b/vlm/train/XN1M27T6uux/8.png new file mode 100644 index 0000000000000000000000000000000000000000..e8476c5e256e1dfcb389642e2a4280d00788603e --- /dev/null +++ b/vlm/train/XN1M27T6uux/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90de8bc978ec9c8933ce6847851b33bb4ee41276444b17665a7450b1ec35ee7d +size 619612 diff --git a/vlm/train/XN1M27T6uux/9.png b/vlm/train/XN1M27T6uux/9.png new file mode 100644 index 0000000000000000000000000000000000000000..727ecd710911b4b89bdb1ed951eb1dd929091e47 --- /dev/null +++ b/vlm/train/XN1M27T6uux/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec001450199797afd2ce673a57c378ec69e7da93f54f7a2fc62b55ae15ffc1a +size 541509 diff --git a/vlm/train/ZyugLlWzdO/0.png b/vlm/train/ZyugLlWzdO/0.png new file mode 100644 index 0000000000000000000000000000000000000000..ff671ce05dda435ce6238ea3b1c129addc75c5ad --- /dev/null +++ b/vlm/train/ZyugLlWzdO/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136c87c9272821b99fd35e02ad644ddc7904da5a970c609849ccc4960cddbcd2 +size 462310 diff --git a/vlm/train/ZyugLlWzdO/1.png b/vlm/train/ZyugLlWzdO/1.png new file mode 100644 index 0000000000000000000000000000000000000000..11c01365cd8f3dfe606f3d5980c85c95d8673965 --- /dev/null +++ b/vlm/train/ZyugLlWzdO/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7694f0a11d2435dee64b5afc1901e92968d41e2f179870bc0026586c4fa268b +size 606181 diff --git a/vlm/train/ZyugLlWzdO/10.png b/vlm/train/ZyugLlWzdO/10.png new file mode 100644 index 0000000000000000000000000000000000000000..1daeff45a2a632e1be1f957bf3b0ad37ff0eea30 --- /dev/null +++ b/vlm/train/ZyugLlWzdO/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd090da39c942ace5fb326f11895223c47edebb399b29bf385d18d53fc6e288a +size 450530 diff --git a/vlm/train/ZyugLlWzdO/11.png b/vlm/train/ZyugLlWzdO/11.png new file mode 100644 index 0000000000000000000000000000000000000000..4596dc99f28cb39686c3d72c0457104aedaa4891 --- /dev/null +++ b/vlm/train/ZyugLlWzdO/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e914a07045ebd7b96632a8c83223a1a17a1ad846a89ffb57804be82ec2c0c8 +size 431793 diff --git a/vlm/train/ZyugLlWzdO/2.png b/vlm/train/ZyugLlWzdO/2.png new file mode 100644 index 0000000000000000000000000000000000000000..aa478b70b2efdd2c5e99abf7f00ce74040ad3d88 --- /dev/null +++ b/vlm/train/ZyugLlWzdO/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883b3331b738020542de6b3842b7389fa6cb04df8abc1390fdcd7205d53eec50 +size 519543 diff --git a/vlm/train/ZyugLlWzdO/3.png b/vlm/train/ZyugLlWzdO/3.png new file mode 100644 index 0000000000000000000000000000000000000000..d0af366d961ed97ab84d76769ff0342606ea74ce --- /dev/null +++ b/vlm/train/ZyugLlWzdO/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45596365a3b73e2ec43b78d01cd6bc5cce5c27f5c79a07ecae9358a8d2286579 +size 600046 diff --git a/vlm/train/ZyugLlWzdO/4.png b/vlm/train/ZyugLlWzdO/4.png new file mode 100644 index 0000000000000000000000000000000000000000..f91c672853bd7374dfc0c75f69e792ac6f50fa83 --- /dev/null +++ b/vlm/train/ZyugLlWzdO/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e42de544218a37e8569f93f1b53b4fe1db4525e5e8c72ba09c4fcba0519d9a +size 582414 diff --git a/vlm/train/ZyugLlWzdO/5.png b/vlm/train/ZyugLlWzdO/5.png new file mode 100644 index 0000000000000000000000000000000000000000..9d7631c8b2de6df7e5467c59f45cdb478237500b --- /dev/null +++ b/vlm/train/ZyugLlWzdO/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5708fb049c79d2c4dfcf252b8e1ed298eba4fb79a3dccfa8854fec6fd1b86e1 +size 490543 diff --git a/vlm/train/ZyugLlWzdO/6.png b/vlm/train/ZyugLlWzdO/6.png new file mode 100644 index 0000000000000000000000000000000000000000..701bd2ea57badf1219393f1d34d6618d01a21814 --- /dev/null +++ b/vlm/train/ZyugLlWzdO/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf2cc74257e34564b2fb4e1c395c79bff213cb70c08a0756fbe79154e6912c2 +size 582882 diff --git a/vlm/train/ZyugLlWzdO/7.png b/vlm/train/ZyugLlWzdO/7.png new file mode 100644 index 0000000000000000000000000000000000000000..12a0395fcde0f826e114b3d9e5d9ad66f18196ec --- /dev/null +++ b/vlm/train/ZyugLlWzdO/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e346fe205a0623794edb2b028f75a9656a3d5a0d6792e9120296973612f895 +size 571076 diff --git a/vlm/train/ZyugLlWzdO/8.png b/vlm/train/ZyugLlWzdO/8.png new file mode 100644 index 0000000000000000000000000000000000000000..fc8062a28f3668ae8abe8ee6c6fb171182806938 --- /dev/null +++ b/vlm/train/ZyugLlWzdO/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05998b4dd89e3fbaeecb242a290022f0aba302bca20e3f032c7c622274f9c287 +size 571262 diff --git a/vlm/train/ZyugLlWzdO/9.png b/vlm/train/ZyugLlWzdO/9.png new file mode 100644 index 0000000000000000000000000000000000000000..482a21c3244f0b77019cdbb97e4354c3e91bbb29 --- /dev/null +++ b/vlm/train/ZyugLlWzdO/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d425816f59414935fc958b5f195147b1be166f0f7171daf1824181136c2dc5 +size 523957 diff --git a/vlm/train/_IY3_4psXuf/0.png b/vlm/train/_IY3_4psXuf/0.png new file mode 100644 index 0000000000000000000000000000000000000000..05452de4645b754f310fd41509894ad867ee8fd7 --- /dev/null +++ b/vlm/train/_IY3_4psXuf/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7883aa519a53fd849feaa1f3e7c51fc7ebed011a7b92110b4d5efc54156d901f +size 398660 diff --git a/vlm/train/_IY3_4psXuf/1.png b/vlm/train/_IY3_4psXuf/1.png new file mode 100644 index 0000000000000000000000000000000000000000..f9f63aab6d7224f25e4a2cbb3baef3d09cc25949 --- /dev/null +++ b/vlm/train/_IY3_4psXuf/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:984e378d223a28e488d03aa5513bb961a7d1b153d1060d05dd061e638f0c5dad +size 694001 diff --git a/vlm/train/_IY3_4psXuf/10.png b/vlm/train/_IY3_4psXuf/10.png new file mode 100644 index 0000000000000000000000000000000000000000..3ddb6bb87a9999ca8fad5912c5b1b1cc8af1f85d --- /dev/null +++ b/vlm/train/_IY3_4psXuf/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7011395e4646403fdd3ddd6fb8ecd92ca5e96e36337928554ad15d7cf52d75a9 +size 555297 diff --git a/vlm/train/_IY3_4psXuf/11.png b/vlm/train/_IY3_4psXuf/11.png new file mode 100644 index 0000000000000000000000000000000000000000..eff057be776a20c0be6a6f64eac83eacc15eac38 --- /dev/null +++ b/vlm/train/_IY3_4psXuf/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5967af44bde6c6a0166af3ff21773d492274c713da83ced8c2fb05a996569f3a +size 526900 diff --git a/vlm/train/_IY3_4psXuf/12.png b/vlm/train/_IY3_4psXuf/12.png new file mode 100644 index 0000000000000000000000000000000000000000..bb683e89866dbb1dac5ceb61e07e217e55ddb55d --- /dev/null +++ b/vlm/train/_IY3_4psXuf/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec46de4ab6595769b4994bcee5c4146ebad5f9eb6704b8cd1aed7e7cf70fc0c4 +size 587996 diff --git a/vlm/train/_IY3_4psXuf/13.png b/vlm/train/_IY3_4psXuf/13.png new file mode 100644 index 0000000000000000000000000000000000000000..4776bdadb78ae16d584cf5e6c3a0825477bc9a98 --- /dev/null +++ b/vlm/train/_IY3_4psXuf/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a794e2147af26805f8cae2e2f0494bfd14d9ee6af8e8021ddd0b4e97f427f9c6 +size 499204 diff --git a/vlm/train/_IY3_4psXuf/14.png b/vlm/train/_IY3_4psXuf/14.png new file mode 100644 index 0000000000000000000000000000000000000000..cc92693642223ce958c06f0eba449c59d17cb3ef --- /dev/null +++ b/vlm/train/_IY3_4psXuf/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb06bb5489f8b79dfa3b5342c5d8d928ce692a552761a94f8118336cf9b4b8d9 +size 148151 diff --git a/vlm/train/_IY3_4psXuf/2.png b/vlm/train/_IY3_4psXuf/2.png new file mode 100644 index 0000000000000000000000000000000000000000..5620ab3eb8320d688d785826d7360d0b21b692a5 --- /dev/null +++ b/vlm/train/_IY3_4psXuf/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eb4ce735813d73180f9baa7a485fff263e0a0f59d3b056d5c3618a088651e78 +size 609847 diff --git a/vlm/train/_IY3_4psXuf/3.png b/vlm/train/_IY3_4psXuf/3.png new file mode 100644 index 0000000000000000000000000000000000000000..ca1ec71fe295773d0d3b516e60f2fdaf9fca7d34 --- /dev/null +++ b/vlm/train/_IY3_4psXuf/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43dfe53f177aaa003bd298a3fea8d9f6089f55fb2c8402c2401d48acbc631fb3 +size 632814 diff --git a/vlm/train/_IY3_4psXuf/4.png b/vlm/train/_IY3_4psXuf/4.png new file mode 100644 index 0000000000000000000000000000000000000000..91dbc372c999b4279e23a85dd7890e81e4410807 --- /dev/null +++ b/vlm/train/_IY3_4psXuf/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc155ea15e6ec8f15a8dac0dc88533ce7c53b932f14d1916a243164c21281c8 +size 622039 diff --git a/vlm/train/_IY3_4psXuf/5.png b/vlm/train/_IY3_4psXuf/5.png new file mode 100644 index 0000000000000000000000000000000000000000..9776212fb68f159fcd6e93ac9af06fb91107f749 --- /dev/null +++ b/vlm/train/_IY3_4psXuf/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a221826823c4d4a739d9d62bf2bd44d8ffeb6f9a461a52a73be312e526a589 +size 614753 diff --git a/vlm/train/_IY3_4psXuf/6.png b/vlm/train/_IY3_4psXuf/6.png new file mode 100644 index 0000000000000000000000000000000000000000..481bdf6eb250dedc7cc290319b378c84400aaeb0 --- /dev/null +++ b/vlm/train/_IY3_4psXuf/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c83aec640875313abedb9c27515bf5c601912a282686d5ee114c784016a9252c +size 638156 diff --git a/vlm/train/_IY3_4psXuf/7.png b/vlm/train/_IY3_4psXuf/7.png new file mode 100644 index 0000000000000000000000000000000000000000..e59745220a84d44e6c50f3eb625980941942eafa --- /dev/null +++ b/vlm/train/_IY3_4psXuf/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3833fb04c8d2c052d2beaf7a3e0c57b9e983dc5733dc23fad71d32f20d618f86 +size 685547 diff --git a/vlm/train/_IY3_4psXuf/8.png b/vlm/train/_IY3_4psXuf/8.png new file mode 100644 index 0000000000000000000000000000000000000000..8d640c0c7cb479869b4e472d6dc9b21a95cbed1d --- /dev/null +++ b/vlm/train/_IY3_4psXuf/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b3ee919db0e41035f7bb15a70e752f4890f45dffa8a7e8793d20a261913fbd4 +size 646873 diff --git a/vlm/train/_IY3_4psXuf/9.png b/vlm/train/_IY3_4psXuf/9.png new file mode 100644 index 0000000000000000000000000000000000000000..0e16b390a006e4bf87c90b72d7aa37009375df00 --- /dev/null +++ b/vlm/train/_IY3_4psXuf/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d46e7fc76b354f296ac04c13e7684253f60a0ec33f0d44263d94438f18b31358 +size 691564 diff --git a/vlm/train/b8Kl8mcK6tb/0.png b/vlm/train/b8Kl8mcK6tb/0.png new file mode 100644 index 0000000000000000000000000000000000000000..b9989d9e745a4306fdd23c6487099d5a3ee9a22e --- /dev/null +++ b/vlm/train/b8Kl8mcK6tb/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b620c189cfa84de3decb22dfe94aca047201ddcaca38f195dfd15cae8e8eef88 +size 415468 diff --git a/vlm/train/b8Kl8mcK6tb/1.png b/vlm/train/b8Kl8mcK6tb/1.png new file mode 100644 index 0000000000000000000000000000000000000000..f034627ba3fbb4f41a42bce95e4d2e2dfd5a5321 --- /dev/null +++ b/vlm/train/b8Kl8mcK6tb/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d178b9ed0f42221c097d5491e334911d9b62e6cbc0aebd401a4cbbd585ca0d +size 454985 diff --git a/vlm/train/b8Kl8mcK6tb/10.png b/vlm/train/b8Kl8mcK6tb/10.png new file mode 100644 index 0000000000000000000000000000000000000000..208b31a1b32e5e9de91bfc7f30568e1ea2daa324 --- /dev/null +++ b/vlm/train/b8Kl8mcK6tb/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950bc16c60ea9f20bece5de9e8a48d7ba9a8f06c239e71bf2973aaddf42ca73b +size 519196 diff --git a/vlm/train/b8Kl8mcK6tb/11.png b/vlm/train/b8Kl8mcK6tb/11.png new file mode 100644 index 0000000000000000000000000000000000000000..462933885eac09fdc6190ca28bd4b90e41cd334e --- /dev/null +++ b/vlm/train/b8Kl8mcK6tb/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9c5a551ddf867e09bc638b4700c1697c7935fa4381370633107cc207ccc6d4 +size 548647 diff --git a/vlm/train/b8Kl8mcK6tb/12.png b/vlm/train/b8Kl8mcK6tb/12.png new file mode 100644 index 0000000000000000000000000000000000000000..643e34842930b5bf8d90c44fb863a73bdaf88ad0 --- /dev/null +++ b/vlm/train/b8Kl8mcK6tb/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f627c8322800ca9eb43d03bfa47cca9c5d035037edf2aec6d27128b4cafb9f7 +size 376910 diff --git a/vlm/train/b8Kl8mcK6tb/2.png b/vlm/train/b8Kl8mcK6tb/2.png new file mode 100644 index 0000000000000000000000000000000000000000..03c41c15a2b6a60d385946b11e9728e5de9df25f --- /dev/null +++ b/vlm/train/b8Kl8mcK6tb/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68262e3963f52230752db14538560dd15ebcf97ab01caee12fdbc5c80a813309 +size 577150 diff --git a/vlm/train/b8Kl8mcK6tb/3.png b/vlm/train/b8Kl8mcK6tb/3.png new file mode 100644 index 0000000000000000000000000000000000000000..db49f2410c303b8f0843839d6768920b444cb576 --- /dev/null +++ b/vlm/train/b8Kl8mcK6tb/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b83c3656140e9eeff86d3b53b80456523a8a625fba89e23c3588f94699e80be +size 459218 diff --git a/vlm/train/b8Kl8mcK6tb/4.png b/vlm/train/b8Kl8mcK6tb/4.png new file mode 100644 index 0000000000000000000000000000000000000000..40513c38b5779e24ae7ae5b0f6f6e8290c218751 --- /dev/null +++ b/vlm/train/b8Kl8mcK6tb/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1baf140f85498fbcc23890b6c42658d6c8a0f15396862b852361a38a7b23928b +size 505438 diff --git a/vlm/train/b8Kl8mcK6tb/5.png b/vlm/train/b8Kl8mcK6tb/5.png new file mode 100644 index 0000000000000000000000000000000000000000..28ef12dd1f7f8d0d3d19da35cf0271dffb78616c --- /dev/null +++ b/vlm/train/b8Kl8mcK6tb/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be1206cd90d43caed3aea3575e4094024fdc6a0d3cbe23b7c3450088ff7c25b +size 571843 diff --git a/vlm/train/b8Kl8mcK6tb/6.png b/vlm/train/b8Kl8mcK6tb/6.png new file mode 100644 index 0000000000000000000000000000000000000000..64964af41ff58a93968aa7c08ea34360161c67ec --- /dev/null +++ b/vlm/train/b8Kl8mcK6tb/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583f86b1f7ce362168465a013ec165dcae4a9b3161cfadd36d55c0b5857d2db1 +size 496096 diff --git a/vlm/train/b8Kl8mcK6tb/7.png b/vlm/train/b8Kl8mcK6tb/7.png new file mode 100644 index 0000000000000000000000000000000000000000..e30b42007a546cbfc60643ee7dd2c20adf8ff3e6 --- /dev/null +++ b/vlm/train/b8Kl8mcK6tb/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4975412f219d0a2b61fa26e6a82bfc255a696c461b9a7a4c58626073a8aabae +size 493745 diff --git a/vlm/train/b8Kl8mcK6tb/8.png b/vlm/train/b8Kl8mcK6tb/8.png new file mode 100644 index 0000000000000000000000000000000000000000..2f63072c28676b03bb16184763e915be8ba5062c --- /dev/null +++ b/vlm/train/b8Kl8mcK6tb/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24fc107e1dd988ae02bbc7d8991f8ee63ca7ab65c31ab93409e6e444d75a06ee +size 553435 diff --git a/vlm/train/b8Kl8mcK6tb/9.png b/vlm/train/b8Kl8mcK6tb/9.png new file mode 100644 index 0000000000000000000000000000000000000000..0b0cd8a1573aaecf7f0abe8e48f6e0267bf028d4 --- /dev/null +++ b/vlm/train/b8Kl8mcK6tb/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b0d1ef86a29728a0768db628f4853a55432399a003bd12337d6ec02ca96315b +size 434932 diff --git a/vlm/train/bK-rJMKrOsm/0.png b/vlm/train/bK-rJMKrOsm/0.png new file mode 100644 index 0000000000000000000000000000000000000000..3e06b17de47b96c43822b64f7c8677f725106562 --- /dev/null +++ b/vlm/train/bK-rJMKrOsm/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62f00ff7bd08cb84549a61829821253b6f82d779dc41f66462e3b5760b6aca8 +size 480155 diff --git a/vlm/train/bK-rJMKrOsm/1.png b/vlm/train/bK-rJMKrOsm/1.png new file mode 100644 index 0000000000000000000000000000000000000000..03458617e6209d4743d68da226a44bac8751192a --- /dev/null +++ b/vlm/train/bK-rJMKrOsm/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:673f4c19326e4b12bcce35b0f27dcd589c020e6769c536521b6afc505b0c1bd9 +size 497150 diff --git a/vlm/train/bK-rJMKrOsm/10.png b/vlm/train/bK-rJMKrOsm/10.png new file mode 100644 index 0000000000000000000000000000000000000000..f22cecd305d0b293567f1fb106567944c6b020b8 --- /dev/null +++ b/vlm/train/bK-rJMKrOsm/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8421b821dd54dba3fc6d22dc439a8d0032ac63addfd9a52dc3813c674654171d +size 436144 diff --git a/vlm/train/bK-rJMKrOsm/11.png b/vlm/train/bK-rJMKrOsm/11.png new file mode 100644 index 0000000000000000000000000000000000000000..1ecc5be763ae21bd17472fbfb1c5e2fb33991bac --- /dev/null +++ b/vlm/train/bK-rJMKrOsm/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c54c7e93ae2d99dddbb7c2484ff59b22208bbf69a43f6090c43eb4ec77f33076 +size 293043 diff --git a/vlm/train/bK-rJMKrOsm/12.png b/vlm/train/bK-rJMKrOsm/12.png new file mode 100644 index 0000000000000000000000000000000000000000..be62ac8e8359df9f1b18579ae977a481b1b2f981 --- /dev/null +++ b/vlm/train/bK-rJMKrOsm/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce77e8911b33d186a14cc7da181593749b3d54b31b5addc1c10a4462ffd5fe40 +size 67234 diff --git a/vlm/train/bK-rJMKrOsm/2.png b/vlm/train/bK-rJMKrOsm/2.png new file mode 100644 index 0000000000000000000000000000000000000000..494ef2059479ab8003e6be265a8d8e9786501f3b --- /dev/null +++ b/vlm/train/bK-rJMKrOsm/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea396ca1298a31b3c8e954004bf250f08b6189facfae6366aa52445b95f030d9 +size 500454 diff --git a/vlm/train/bK-rJMKrOsm/3.png b/vlm/train/bK-rJMKrOsm/3.png new file mode 100644 index 0000000000000000000000000000000000000000..7840a6f04d1a19777e85e9c81f103748e01d0287 --- /dev/null +++ b/vlm/train/bK-rJMKrOsm/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ab46fb3863ad8b3b5762b0cc9ac34a6e3c2d87e4c831db881dd51436cd86f9 +size 485024 diff --git a/vlm/train/bK-rJMKrOsm/4.png b/vlm/train/bK-rJMKrOsm/4.png new file mode 100644 index 0000000000000000000000000000000000000000..6142b1a313b2826363698a4addaea4fb83092f9a --- /dev/null +++ b/vlm/train/bK-rJMKrOsm/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9966ed5a807304981593e8e800abd113089410c908cddd07ba650d5aef433679 +size 377529 diff --git a/vlm/train/bK-rJMKrOsm/5.png b/vlm/train/bK-rJMKrOsm/5.png new file mode 100644 index 0000000000000000000000000000000000000000..ad14395a459e6ec7f455f193c3789ffe68e61250 --- /dev/null +++ b/vlm/train/bK-rJMKrOsm/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef4b66c27b663b449f4c24d6b6904552a40a6befcd2ffa1916a30bebb1a90a8 +size 573010 diff --git a/vlm/train/bK-rJMKrOsm/6.png b/vlm/train/bK-rJMKrOsm/6.png new file mode 100644 index 0000000000000000000000000000000000000000..f9ae7cdd2d18e8841f2daa44d43c3d43008ee6f7 --- /dev/null +++ b/vlm/train/bK-rJMKrOsm/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c11f2b808f4d70d8a9942e7982c6d52d5e27d1503ce82d74a61ae2f26e1cbb +size 549229 diff --git a/vlm/train/bK-rJMKrOsm/7.png b/vlm/train/bK-rJMKrOsm/7.png new file mode 100644 index 0000000000000000000000000000000000000000..96741e12e38ec5017b718aedd8599d63e241b791 --- /dev/null +++ b/vlm/train/bK-rJMKrOsm/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a8b04616fa1d55e0687827049555091ed8f8fc9dbff77ebcfcd2e88b8763a6 +size 577327 diff --git a/vlm/train/bK-rJMKrOsm/8.png b/vlm/train/bK-rJMKrOsm/8.png new file mode 100644 index 0000000000000000000000000000000000000000..3e1e8f0b2b488dfd45fe669622ca93281baa0af5 --- /dev/null +++ b/vlm/train/bK-rJMKrOsm/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e49df0f55b514af3a06600167c629b9dcaf932ef8683c6e3d6efd5baa240b3 +size 211123 diff --git a/vlm/train/bK-rJMKrOsm/9.png b/vlm/train/bK-rJMKrOsm/9.png new file mode 100644 index 0000000000000000000000000000000000000000..185387b5f42efba197580aadf5053050467b3d95 --- /dev/null +++ b/vlm/train/bK-rJMKrOsm/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51debb8e0d8f1cd868054e4b51bf9a006727af5dd6d87ece7359a65e2a5ca1d8 +size 559569 diff --git a/vlm/train/bMLeGGwptZk/0.png b/vlm/train/bMLeGGwptZk/0.png new file mode 100644 index 0000000000000000000000000000000000000000..aa89a91c0f400edec7f225808a0b1c1b90d521ed --- /dev/null +++ b/vlm/train/bMLeGGwptZk/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f4d99049391144769c8254bdb2ec59d6361e27ae2ea418d4ed5eacc3d28e36 +size 462242 diff --git a/vlm/train/bMLeGGwptZk/1.png b/vlm/train/bMLeGGwptZk/1.png new file mode 100644 index 0000000000000000000000000000000000000000..3ba48509ee543512e763f4a1e41e779502ad599f --- /dev/null +++ b/vlm/train/bMLeGGwptZk/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843b19d77e59b178b0e07187e86cb488e6a70220844768f87cbbd81ba9bb8f7e +size 585711 diff --git a/vlm/train/bMLeGGwptZk/10.png b/vlm/train/bMLeGGwptZk/10.png new file mode 100644 index 0000000000000000000000000000000000000000..a40422a2aee6f8b1052418d99e08bde7c37d4bd9 --- /dev/null +++ b/vlm/train/bMLeGGwptZk/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3053885d10408a63a955c404cd126c0fe43a7d35478768ce75f50937dad9d5 +size 535330 diff --git a/vlm/train/bMLeGGwptZk/11.png b/vlm/train/bMLeGGwptZk/11.png new file mode 100644 index 0000000000000000000000000000000000000000..a57b5b04bcd0c9486cd2c46d1a2e5d7a37e52d19 --- /dev/null +++ b/vlm/train/bMLeGGwptZk/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:473a011dcf09af36c33f0919a6f5e7e2c8c9465fdb86ad9129b3da42476b3b69 +size 339743 diff --git a/vlm/train/bMLeGGwptZk/2.png b/vlm/train/bMLeGGwptZk/2.png new file mode 100644 index 0000000000000000000000000000000000000000..bae0e8adf5a857405dee28e241ee7c77f6d8e29c --- /dev/null +++ b/vlm/train/bMLeGGwptZk/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c77df5bba5c3ef6becdc33776db9b8f0662ed70cc4918673cad4e32597057d74 +size 606900 diff --git a/vlm/train/bMLeGGwptZk/3.png b/vlm/train/bMLeGGwptZk/3.png new file mode 100644 index 0000000000000000000000000000000000000000..67b23e4036efadfee779176ae26379b3c4bd837d --- /dev/null +++ b/vlm/train/bMLeGGwptZk/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a9f9086834349fcc8fdfc6f4348f60d0a995dcf62af9992d445016ee740272c +size 589101 diff --git a/vlm/train/bMLeGGwptZk/4.png b/vlm/train/bMLeGGwptZk/4.png new file mode 100644 index 0000000000000000000000000000000000000000..ede2ef781d811df01a47e8ebc41264400bb7cb5a --- /dev/null +++ b/vlm/train/bMLeGGwptZk/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06566e71de302d34de2fa2bd4140957d54b377ff0de26ed451885d4089ef1cc0 +size 638724 diff --git a/vlm/train/bMLeGGwptZk/5.png b/vlm/train/bMLeGGwptZk/5.png new file mode 100644 index 0000000000000000000000000000000000000000..d703a085e7faae89b9a442db3dd6100dcd5e9968 --- /dev/null +++ b/vlm/train/bMLeGGwptZk/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3377dbd45fb1e63562cd0e34aade8293977c77461581166ffa8210db06c932b +size 578220 diff --git a/vlm/train/bMLeGGwptZk/6.png b/vlm/train/bMLeGGwptZk/6.png new file mode 100644 index 0000000000000000000000000000000000000000..e8dd100f6e57e8e147347c212115a90fec523c8d --- /dev/null +++ b/vlm/train/bMLeGGwptZk/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37402c77a937ae4d9c5101d2a9e86b820a600cb760ba697d0dc6e58fa545fb6c +size 526800 diff --git a/vlm/train/bMLeGGwptZk/7.png b/vlm/train/bMLeGGwptZk/7.png new file mode 100644 index 0000000000000000000000000000000000000000..3540ec4d190a1ee5da102c532b349c06d960add1 --- /dev/null +++ b/vlm/train/bMLeGGwptZk/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6a386cbcc2680f1b0513a8121601e1c42add379cce3c9b90353e772523594f2 +size 580604 diff --git a/vlm/train/bMLeGGwptZk/8.png b/vlm/train/bMLeGGwptZk/8.png new file mode 100644 index 0000000000000000000000000000000000000000..538921a64242f2d4553d693a5b1d07df32b6c516 --- /dev/null +++ b/vlm/train/bMLeGGwptZk/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bb6396f08df14cf6de45df84988a3b2f96d577c7e03da521daef9711f0fa6df +size 544360 diff --git a/vlm/train/bMLeGGwptZk/9.png b/vlm/train/bMLeGGwptZk/9.png new file mode 100644 index 0000000000000000000000000000000000000000..41a361a722f8302a925d68adbfbe516fd00bea7d --- /dev/null +++ b/vlm/train/bMLeGGwptZk/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc837218f06d492e77a2229b6b6b8e95a1b78873289e913b3925b94246b1085 +size 576623 diff --git a/vlm/train/ce6CFXBh30h/0.png b/vlm/train/ce6CFXBh30h/0.png new file mode 100644 index 0000000000000000000000000000000000000000..bb0e2a53ddbde44864b6633493af165d794dc948 --- /dev/null +++ b/vlm/train/ce6CFXBh30h/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4981f5a534aa0a37905481592e6d4e43ac74ee0a0a0527d9c29953ca448fd37f +size 527856 diff --git a/vlm/train/ce6CFXBh30h/1.png b/vlm/train/ce6CFXBh30h/1.png new file mode 100644 index 0000000000000000000000000000000000000000..8fa36886f425ecc9b831bf6b206ca6b863822e86 --- /dev/null +++ b/vlm/train/ce6CFXBh30h/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77debd03945d1c4805e7f653d197aabcf80402b78793aa93cb79eec25e38b291 +size 727830 diff --git a/vlm/train/ce6CFXBh30h/10.png b/vlm/train/ce6CFXBh30h/10.png new file mode 100644 index 0000000000000000000000000000000000000000..0c6dd97def633711769ff4562abbd6f208412a06 --- /dev/null +++ b/vlm/train/ce6CFXBh30h/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec11e45ced2f1ad812516d44251e432f796d29685a44819222e5fff74f53c1a +size 439384 diff --git a/vlm/train/ce6CFXBh30h/11.png b/vlm/train/ce6CFXBh30h/11.png new file mode 100644 index 0000000000000000000000000000000000000000..684ddd3e76dc735eac7d332f0e2d48911666eabd --- /dev/null +++ b/vlm/train/ce6CFXBh30h/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a595209af6bb745198a87d53d7bec4426780ee32a502438b048d1adcb437c904 +size 564316 diff --git a/vlm/train/ce6CFXBh30h/12.png b/vlm/train/ce6CFXBh30h/12.png new file mode 100644 index 0000000000000000000000000000000000000000..882157800f833f47cf1194a30fa417cfb90fdc42 --- /dev/null +++ b/vlm/train/ce6CFXBh30h/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06de448900ae64dce6dc9e62940f6f445fc962767424d9d915c11ac354a5124a +size 517744 diff --git a/vlm/train/ce6CFXBh30h/13.png b/vlm/train/ce6CFXBh30h/13.png new file mode 100644 index 0000000000000000000000000000000000000000..af3785091271579e40834fc78285fa787875bd70 --- /dev/null +++ b/vlm/train/ce6CFXBh30h/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c17d2ea93e8c38827d44b4b4117e55d239b7766cb480fca36c8088c29101c75d +size 637679 diff --git a/vlm/train/ce6CFXBh30h/14.png b/vlm/train/ce6CFXBh30h/14.png new file mode 100644 index 0000000000000000000000000000000000000000..4bb6814397fd7fadf3f33e4ccaf706d2af6d48cb --- /dev/null +++ b/vlm/train/ce6CFXBh30h/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd66347e7eebbad1463fd0c1ba0437bc2fc9358d1b3a39b8a8bbe2f161ff04fb +size 551429 diff --git a/vlm/train/ce6CFXBh30h/2.png b/vlm/train/ce6CFXBh30h/2.png new file mode 100644 index 0000000000000000000000000000000000000000..5d5521a2b6981d7b545efa1b99a25336282ea3a7 --- /dev/null +++ b/vlm/train/ce6CFXBh30h/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e70235e6e2cdddb2c23722726fd08b4058f8404458d756c5687fdbb24e4741 +size 544766 diff --git a/vlm/train/ce6CFXBh30h/3.png b/vlm/train/ce6CFXBh30h/3.png new file mode 100644 index 0000000000000000000000000000000000000000..340315e95d23f88dc3fc8b11537cd1c0ab5188a6 --- /dev/null +++ b/vlm/train/ce6CFXBh30h/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea8f9bdd6dc01456cf9bd5d284138647691be5ba33e5855806d484300da2a89e +size 641797 diff --git a/vlm/train/ce6CFXBh30h/4.png b/vlm/train/ce6CFXBh30h/4.png new file mode 100644 index 0000000000000000000000000000000000000000..112e95fe24fc17043174482854d0582de41e0a84 --- /dev/null +++ b/vlm/train/ce6CFXBh30h/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96218f701663a2b51cff448509f0f1a210d75555aafea93005e83843c8d4cf77 +size 688481 diff --git a/vlm/train/ce6CFXBh30h/5.png b/vlm/train/ce6CFXBh30h/5.png new file mode 100644 index 0000000000000000000000000000000000000000..1de553c5342d7f238c809d636e45e7ee2cfb7600 --- /dev/null +++ b/vlm/train/ce6CFXBh30h/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c85dedc0031d907dde17380097d697b3593307c557eb0b5cbe5ee1c86affcc8 +size 702484 diff --git a/vlm/train/ce6CFXBh30h/6.png b/vlm/train/ce6CFXBh30h/6.png new file mode 100644 index 0000000000000000000000000000000000000000..cd61fb2c1969d54f1c1c930167f75ea20edf2386 --- /dev/null +++ b/vlm/train/ce6CFXBh30h/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e595185e84a73779a811b476906ad7552841a1e70772cf78106fd02b6720f174 +size 705747 diff --git a/vlm/train/ce6CFXBh30h/7.png b/vlm/train/ce6CFXBh30h/7.png new file mode 100644 index 0000000000000000000000000000000000000000..78654d2e647151de5611ef1a56dd5302141bdfb7 --- /dev/null +++ b/vlm/train/ce6CFXBh30h/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa5987262ef5276f7c54edc845f94258ec06dbc2f1e03c9b49e4eaacb1bde588 +size 696721 diff --git a/vlm/train/ce6CFXBh30h/8.png b/vlm/train/ce6CFXBh30h/8.png new file mode 100644 index 0000000000000000000000000000000000000000..10fffd2683528988df557a08d7966d0b74b24915 --- /dev/null +++ b/vlm/train/ce6CFXBh30h/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc7e68042220f2d7334da01417160f4d6ba325933654dadfc5e02db8369755a +size 634272 diff --git a/vlm/train/ce6CFXBh30h/9.png b/vlm/train/ce6CFXBh30h/9.png new file mode 100644 index 0000000000000000000000000000000000000000..44d8c1f32a80671df62d2f93cd1f373e3eb5d671 --- /dev/null +++ b/vlm/train/ce6CFXBh30h/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9d67c9b0da9877a3025e5daf3602447ef95a95c674f9bdc958c7f2fe6fc141 +size 561785 diff --git a/vlm/train/e8WWUBeafM/0.png b/vlm/train/e8WWUBeafM/0.png new file mode 100644 index 0000000000000000000000000000000000000000..baca375e03e2957b8289cf02f5c87fde2d5f89b6 --- /dev/null +++ b/vlm/train/e8WWUBeafM/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72c9999c0ed9128467235c52e9849ed5c00e7f08dbae93730f816331ffcba24a +size 423513 diff --git a/vlm/train/e8WWUBeafM/1.png b/vlm/train/e8WWUBeafM/1.png new file mode 100644 index 0000000000000000000000000000000000000000..325ec028a3d17a2056eaedfa0fbf46b681ed7869 --- /dev/null +++ b/vlm/train/e8WWUBeafM/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:475c52cf549c2ca1ea20cc5b1b8a0609f972bbcc95ff245c531bcb6058b4488f +size 667061 diff --git a/vlm/train/e8WWUBeafM/10.png b/vlm/train/e8WWUBeafM/10.png new file mode 100644 index 0000000000000000000000000000000000000000..87b506adb8b643ba85e100f86fde6d9e25dd545d --- /dev/null +++ b/vlm/train/e8WWUBeafM/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4da654d29a5b1d943ba5cd2a879d62e8b7a4bd9ea0b8e932543f4ac32704fb4 +size 524648 diff --git a/vlm/train/e8WWUBeafM/11.png b/vlm/train/e8WWUBeafM/11.png new file mode 100644 index 0000000000000000000000000000000000000000..0088f6f22e3122925674281a557323ff33ace81b --- /dev/null +++ b/vlm/train/e8WWUBeafM/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab9b412811caf00b5dc658d4d313016254aace5767988732990f9901d5d7573 +size 581495 diff --git a/vlm/train/e8WWUBeafM/2.png b/vlm/train/e8WWUBeafM/2.png new file mode 100644 index 0000000000000000000000000000000000000000..7eebba62e384aae1bf7e7420b8b3ce3537fa1aa1 --- /dev/null +++ b/vlm/train/e8WWUBeafM/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88286d3bee85eaf5a46159286f0bc2cc428223e717aa68d5f721efa42feab10 +size 565671 diff --git a/vlm/train/e8WWUBeafM/3.png b/vlm/train/e8WWUBeafM/3.png new file mode 100644 index 0000000000000000000000000000000000000000..eae5bbd8f17f19a57dbfb45179b496940b5769fd --- /dev/null +++ b/vlm/train/e8WWUBeafM/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe262ed97f2b440b37cce09d6991b958c7145ecaed5f88a4916978bbdc4d703 +size 493113 diff --git a/vlm/train/e8WWUBeafM/4.png b/vlm/train/e8WWUBeafM/4.png new file mode 100644 index 0000000000000000000000000000000000000000..5baf4f4336d45612ef58a4ea6426a32a449d1256 --- /dev/null +++ b/vlm/train/e8WWUBeafM/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ec29d45fd121d01f11a4c2582c369159cb02a2e67283e3946d261f0b53bfce +size 553896 diff --git a/vlm/train/e8WWUBeafM/5.png b/vlm/train/e8WWUBeafM/5.png new file mode 100644 index 0000000000000000000000000000000000000000..394d92a4d49695504c9c4aa0dbb95692c27faa11 --- /dev/null +++ b/vlm/train/e8WWUBeafM/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b4dc1e31e2afabd562285aa4ba6307348a42e3ef9d505834f58c3d2e0275e3b +size 531632 diff --git a/vlm/train/e8WWUBeafM/6.png b/vlm/train/e8WWUBeafM/6.png new file mode 100644 index 0000000000000000000000000000000000000000..fabfc2d38d80a90f8cb7fb14accebbaa255de3bb --- /dev/null +++ b/vlm/train/e8WWUBeafM/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d1c909fdd2cbb69a261fc363b69c71fc7de27e670a994a5102b2bc7f424906 +size 557425 diff --git a/vlm/train/e8WWUBeafM/7.png b/vlm/train/e8WWUBeafM/7.png new file mode 100644 index 0000000000000000000000000000000000000000..415e6c3cd3e8224fc0bc672aab070d762de5217a --- /dev/null +++ b/vlm/train/e8WWUBeafM/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54448b947f5f433e3b6831c9250e36231166aa3b4b22f6e56d565c0ecb5578f8 +size 408172 diff --git a/vlm/train/e8WWUBeafM/8.png b/vlm/train/e8WWUBeafM/8.png new file mode 100644 index 0000000000000000000000000000000000000000..f35deff84b8001d566b43f9956346cdae108ba96 --- /dev/null +++ b/vlm/train/e8WWUBeafM/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92fcdf50640fbcaafd0fb6a6225838290dc1baeed0b38871a2a744d8c64e4fc1 +size 591064 diff --git a/vlm/train/e8WWUBeafM/9.png b/vlm/train/e8WWUBeafM/9.png new file mode 100644 index 0000000000000000000000000000000000000000..d991d32de5b6a6bdb71eac5b011f1b666c822867 --- /dev/null +++ b/vlm/train/e8WWUBeafM/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6bf549848359acbb30730c7827133caa362089f3505ae2d46bd154ca185e88 +size 483442 diff --git a/vlm/train/gwPPcc_M0lv/0.png b/vlm/train/gwPPcc_M0lv/0.png new file mode 100644 index 0000000000000000000000000000000000000000..479424b2d1f8de6f186ff31a3bda07945f3b1f85 --- /dev/null +++ b/vlm/train/gwPPcc_M0lv/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40c694fc5eb01f1b20c0ee6e30ce1c9ac5a42acbeca865186304f5b1a5bf654d +size 435971 diff --git a/vlm/train/gwPPcc_M0lv/1.png b/vlm/train/gwPPcc_M0lv/1.png new file mode 100644 index 0000000000000000000000000000000000000000..688456c7f8ed354675dc66081cbfa25b3b8a3b53 --- /dev/null +++ b/vlm/train/gwPPcc_M0lv/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2588e33037a4fb730cec20acb9fba5bfb45e9f7954c7021033cfe664f6b838ea +size 603931 diff --git a/vlm/train/gwPPcc_M0lv/10.png b/vlm/train/gwPPcc_M0lv/10.png new file mode 100644 index 0000000000000000000000000000000000000000..2880ca182bb427e7e77259d4f11a6ddc0319cd57 --- /dev/null +++ b/vlm/train/gwPPcc_M0lv/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b5e1adc5bfcb1640f61cb552671c788458fb5877342e13ff53537523c35895 +size 634627 diff --git a/vlm/train/gwPPcc_M0lv/11.png b/vlm/train/gwPPcc_M0lv/11.png new file mode 100644 index 0000000000000000000000000000000000000000..3415618cf096f7c53cb6d10716870468d85c33d4 --- /dev/null +++ b/vlm/train/gwPPcc_M0lv/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:299a87d27528a8bcab984330e960c72b58227e36595df14d8a225ddfc719a2d2 +size 584999 diff --git a/vlm/train/gwPPcc_M0lv/12.png b/vlm/train/gwPPcc_M0lv/12.png new file mode 100644 index 0000000000000000000000000000000000000000..420368b8b315e04638b581f26770e07d0cc62edf --- /dev/null +++ b/vlm/train/gwPPcc_M0lv/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef4061fa869f19f124bc508acb8db95073d7097b7fb09e9bc5a702500114241 +size 387089 diff --git a/vlm/train/gwPPcc_M0lv/2.png b/vlm/train/gwPPcc_M0lv/2.png new file mode 100644 index 0000000000000000000000000000000000000000..b01daa3a9e25e952a7707a7c251e42562437428f --- /dev/null +++ b/vlm/train/gwPPcc_M0lv/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddeaed75c2b4b1dc28f37594aae8af910228f81e31225871aff754214e0cf31b +size 599213 diff --git a/vlm/train/gwPPcc_M0lv/3.png b/vlm/train/gwPPcc_M0lv/3.png new file mode 100644 index 0000000000000000000000000000000000000000..5052ca9bf5d7b9fab9bc0289cc134e2763b9ec0e --- /dev/null +++ b/vlm/train/gwPPcc_M0lv/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcfc170b66eee9fae0990348375c55d3e1f35ba477b9d0f79cf918d161bccf14 +size 525219 diff --git a/vlm/train/gwPPcc_M0lv/4.png b/vlm/train/gwPPcc_M0lv/4.png new file mode 100644 index 0000000000000000000000000000000000000000..e662dac5a1606f1a8d5cf8e4c5ce6fb7a139a058 --- /dev/null +++ b/vlm/train/gwPPcc_M0lv/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:141cc4b16c94de30218da6344a3b73e8c030942bdee64c3405a0b5fcd3bf2283 +size 473892 diff --git a/vlm/train/gwPPcc_M0lv/5.png b/vlm/train/gwPPcc_M0lv/5.png new file mode 100644 index 0000000000000000000000000000000000000000..9ead0ff5a977ac2b5923a4ca5ec811110b62a4ab --- /dev/null +++ b/vlm/train/gwPPcc_M0lv/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b459cd55fa1f2ac8be50e4bb5b2a6c921612f868ce95b8a6a4a79f48e77266ab +size 576128 diff --git a/vlm/train/gwPPcc_M0lv/6.png b/vlm/train/gwPPcc_M0lv/6.png new file mode 100644 index 0000000000000000000000000000000000000000..b02eefb9880d44385c8ad3b5c23b088d352725f3 --- /dev/null +++ b/vlm/train/gwPPcc_M0lv/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f75fd363e352f5f01c864f0114f925fc53439fe99718b8b2f8fe0fb3f637fe82 +size 512432 diff --git a/vlm/train/gwPPcc_M0lv/7.png b/vlm/train/gwPPcc_M0lv/7.png new file mode 100644 index 0000000000000000000000000000000000000000..7bf5dd2a971eb56c9815fa83a275f8ab80a53166 --- /dev/null +++ b/vlm/train/gwPPcc_M0lv/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8d97b409ad22404d3affd8691b8f35e166a43bf63f86f4fcbc8c03d7d9e5e6 +size 564051 diff --git a/vlm/train/gwPPcc_M0lv/8.png b/vlm/train/gwPPcc_M0lv/8.png new file mode 100644 index 0000000000000000000000000000000000000000..277726a029931b0a40f9c02b6ae86391f0d2a95d --- /dev/null +++ b/vlm/train/gwPPcc_M0lv/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0139a0762978fd9958a7dc168303161e92d35a4c2d9d06c2f0efe0cc32037fd4 +size 802041 diff --git a/vlm/train/gwPPcc_M0lv/9.png b/vlm/train/gwPPcc_M0lv/9.png new file mode 100644 index 0000000000000000000000000000000000000000..80a00234645012895d7c2faa2628916ec252320c --- /dev/null +++ b/vlm/train/gwPPcc_M0lv/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5834a52b95b2171f212fb1ecf6d6a3ef961ca6b5763d50c198e4bbf158e7099b +size 652931 diff --git a/vlm/train/hGmrNwR8qQP/0.png b/vlm/train/hGmrNwR8qQP/0.png new file mode 100644 index 0000000000000000000000000000000000000000..8399d0421095cd72ca319ad6949bc1de04c051e0 --- /dev/null +++ b/vlm/train/hGmrNwR8qQP/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b670fcd36d6e901930ad64f944ce0f729f7d728492a4b09c777df0838d33b3 +size 487606 diff --git a/vlm/train/hGmrNwR8qQP/1.png b/vlm/train/hGmrNwR8qQP/1.png new file mode 100644 index 0000000000000000000000000000000000000000..c4483587766fd67ef89ac4a2a4a564569c269790 --- /dev/null +++ b/vlm/train/hGmrNwR8qQP/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e34265550ef52ddd5d045a85c56fa2e57b5e9546e93c99398b238db5bb9c998a +size 648311 diff --git a/vlm/train/hGmrNwR8qQP/10.png b/vlm/train/hGmrNwR8qQP/10.png new file mode 100644 index 0000000000000000000000000000000000000000..d8de8b4ba6a1b21ea544ccef457b049785f46735 --- /dev/null +++ b/vlm/train/hGmrNwR8qQP/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e682b95ec7ca07c2e8a15fc79ea262a60805810ab2a9a87b8ccae3380a62317 +size 640796 diff --git a/vlm/train/hGmrNwR8qQP/11.png b/vlm/train/hGmrNwR8qQP/11.png new file mode 100644 index 0000000000000000000000000000000000000000..9dc2615d5ba72d4ebe41afc41e5d9efa6a95c8d5 --- /dev/null +++ b/vlm/train/hGmrNwR8qQP/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871e36d9beeef51e89eca7c949741da11b32bdbe5ec5c158bf70a2921ace2ecf +size 646092 diff --git a/vlm/train/hGmrNwR8qQP/12.png b/vlm/train/hGmrNwR8qQP/12.png new file mode 100644 index 0000000000000000000000000000000000000000..f2ae677321adf3454dbd78a6b9eedcee6eb91324 --- /dev/null +++ b/vlm/train/hGmrNwR8qQP/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82bc442d02c574c1eab3f32ffdad21f2fbda683516ea805036f633e94ab8db0b +size 670460 diff --git a/vlm/train/hGmrNwR8qQP/13.png b/vlm/train/hGmrNwR8qQP/13.png new file mode 100644 index 0000000000000000000000000000000000000000..e137240eb8393896c95649242782c79439afac6f --- /dev/null +++ b/vlm/train/hGmrNwR8qQP/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:347c185baaff9e502326da84fdf48fc0e0ec9cbbe76bddc50405ed4a7365c417 +size 611946 diff --git a/vlm/train/hGmrNwR8qQP/2.png b/vlm/train/hGmrNwR8qQP/2.png new file mode 100644 index 0000000000000000000000000000000000000000..417782e5622680a840e16b0ca2eb07c2f772c70b --- /dev/null +++ b/vlm/train/hGmrNwR8qQP/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30fcd5bdb193320af099637a91ce38f6cca0894410a12f9f2c02245753a11a49 +size 613449 diff --git a/vlm/train/hGmrNwR8qQP/3.png b/vlm/train/hGmrNwR8qQP/3.png new file mode 100644 index 0000000000000000000000000000000000000000..26df8a03edeca010b5f8235e02286cd43e3f7082 --- /dev/null +++ b/vlm/train/hGmrNwR8qQP/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a36e9e56ec8cc559f9f693137010d6cbd8485a1d3c91619b3252c2d518df5b9e +size 587146 diff --git a/vlm/train/hGmrNwR8qQP/4.png b/vlm/train/hGmrNwR8qQP/4.png new file mode 100644 index 0000000000000000000000000000000000000000..b4b8738cc660d5c46c33b69186422e8ddd84730a --- /dev/null +++ b/vlm/train/hGmrNwR8qQP/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5340cfe64298dd9ce2537c84eb4e6cccb2ad1c6469865b7988f6d503344f2f38 +size 642048 diff --git a/vlm/train/hGmrNwR8qQP/5.png b/vlm/train/hGmrNwR8qQP/5.png new file mode 100644 index 0000000000000000000000000000000000000000..e5ffec632bf2446b9c94dcc5b6f39e354d066d6c --- /dev/null +++ b/vlm/train/hGmrNwR8qQP/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c9fcfb000293c2cb29f416fb30c464b3f8926e79680f6bfb8b532878adc9963 +size 639123 diff --git a/vlm/train/hGmrNwR8qQP/6.png b/vlm/train/hGmrNwR8qQP/6.png new file mode 100644 index 0000000000000000000000000000000000000000..e15c23fb36cf6ffe6066099f1af981790c9d628c --- /dev/null +++ b/vlm/train/hGmrNwR8qQP/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ca2278181f4a16efd611321c03eaace987ec93c1322f17bf38929dde2529b6 +size 680569 diff --git a/vlm/train/hGmrNwR8qQP/7.png b/vlm/train/hGmrNwR8qQP/7.png new file mode 100644 index 0000000000000000000000000000000000000000..97d621864d7392f559cc2ce40e59c92fd1ba8ac1 --- /dev/null +++ b/vlm/train/hGmrNwR8qQP/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:838ca08a74de4569d3629174ce68a0ebd44619ff82a18a6cbc4a973be19c9692 +size 543920 diff --git a/vlm/train/hGmrNwR8qQP/8.png b/vlm/train/hGmrNwR8qQP/8.png new file mode 100644 index 0000000000000000000000000000000000000000..9aa54f7bcc35822ac5523f321184e9e460aa5367 --- /dev/null +++ b/vlm/train/hGmrNwR8qQP/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e89b30ee9664062c0162222b718db91f7363561533c46368b2cd3563b61c0b1a +size 610649 diff --git a/vlm/train/hGmrNwR8qQP/9.png b/vlm/train/hGmrNwR8qQP/9.png new file mode 100644 index 0000000000000000000000000000000000000000..64498e52eb0ff46980f2a7d670c1dfbbaf19def3 --- /dev/null +++ b/vlm/train/hGmrNwR8qQP/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:346f9f1c208dc869f43f9ade0ce0aeb32dbfb4ee4f1d195deae496e166f2e156 +size 620313 diff --git a/vlm/train/nIL7Q-p7-Sh/0.png b/vlm/train/nIL7Q-p7-Sh/0.png new file mode 100644 index 0000000000000000000000000000000000000000..57202cfa5e6e54e752b1ad1935923486f6ae0690 --- /dev/null +++ b/vlm/train/nIL7Q-p7-Sh/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d345c8112735d83de61ce750f86bc89577e8ab27ac510d7d09717f4f215030f4 +size 453245 diff --git a/vlm/train/nIL7Q-p7-Sh/1.png b/vlm/train/nIL7Q-p7-Sh/1.png new file mode 100644 index 0000000000000000000000000000000000000000..630d6558fc4ef622832182b8bca49e55dba8cd1e --- /dev/null +++ b/vlm/train/nIL7Q-p7-Sh/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2a225674801925b92a77eab906fa3599fcbfeaa74d6c47cfe8e6843b7568d8 +size 604239 diff --git a/vlm/train/nIL7Q-p7-Sh/10.png b/vlm/train/nIL7Q-p7-Sh/10.png new file mode 100644 index 0000000000000000000000000000000000000000..fd7025168051d16988a4109bf144891df32d8dda --- /dev/null +++ b/vlm/train/nIL7Q-p7-Sh/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d55c238d2e489da837dd2268394ba2df59e11d4b4f8a58245c6d0d8bcea929f +size 502937 diff --git a/vlm/train/nIL7Q-p7-Sh/11.png b/vlm/train/nIL7Q-p7-Sh/11.png new file mode 100644 index 0000000000000000000000000000000000000000..6e70dcdde13763159cc13f2ac5e0b30aeafcd99f --- /dev/null +++ b/vlm/train/nIL7Q-p7-Sh/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f693cc2ce8c24361af4568108d94f456cbeeecbfc46d18bf502116c8263e2a +size 478151 diff --git a/vlm/train/nIL7Q-p7-Sh/12.png b/vlm/train/nIL7Q-p7-Sh/12.png new file mode 100644 index 0000000000000000000000000000000000000000..ef13ce9049f16407a5c8cc263091fe38cee6dad2 --- /dev/null +++ b/vlm/train/nIL7Q-p7-Sh/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08301229a7f9e388a9d4c3ac724685265269f3b95796e09cda79ada8666d8f43 +size 457306 diff --git a/vlm/train/nIL7Q-p7-Sh/13.png b/vlm/train/nIL7Q-p7-Sh/13.png new file mode 100644 index 0000000000000000000000000000000000000000..fdbb31ccdb327408b60e40a441953d0cd1656725 --- /dev/null +++ b/vlm/train/nIL7Q-p7-Sh/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755358ba3e8cbc41280b51d72b2744654804b348ceeceaf386c165c601d8e3d8 +size 367270 diff --git a/vlm/train/nIL7Q-p7-Sh/2.png b/vlm/train/nIL7Q-p7-Sh/2.png new file mode 100644 index 0000000000000000000000000000000000000000..e9131c32d98ca02c01b0500781fb833e11f7bb0b --- /dev/null +++ b/vlm/train/nIL7Q-p7-Sh/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df9aed5682254cbe8719fe9c1134e5c41eb46e35d920fa1fdfc556515d93b160 +size 545396 diff --git a/vlm/train/nIL7Q-p7-Sh/3.png b/vlm/train/nIL7Q-p7-Sh/3.png new file mode 100644 index 0000000000000000000000000000000000000000..77aea12d294d34a3acadd0250b93c622b7472472 --- /dev/null +++ b/vlm/train/nIL7Q-p7-Sh/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2553a9e26007ed46f5b242fc97ec3ab8117e73368dc1bd6ba1438b991a7fd792 +size 600156 diff --git a/vlm/train/nIL7Q-p7-Sh/4.png b/vlm/train/nIL7Q-p7-Sh/4.png new file mode 100644 index 0000000000000000000000000000000000000000..87f2613b9c449115aaf4e23a173be768393dde26 --- /dev/null +++ b/vlm/train/nIL7Q-p7-Sh/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb7363d6adafd8fc5f44d8d8d654e69ca5fb6495385224d1eb610e03b54df24 +size 575925 diff --git a/vlm/train/nIL7Q-p7-Sh/5.png b/vlm/train/nIL7Q-p7-Sh/5.png new file mode 100644 index 0000000000000000000000000000000000000000..7dff4842dcc4c2eadeb93cde67f892d4cca6e7ff --- /dev/null +++ b/vlm/train/nIL7Q-p7-Sh/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f16179a7188cd0f28b98b85fbaa6a320ab5d2cd2808ee638a511dc5bed7f833 +size 622877 diff --git a/vlm/train/nIL7Q-p7-Sh/6.png b/vlm/train/nIL7Q-p7-Sh/6.png new file mode 100644 index 0000000000000000000000000000000000000000..1381facfbbc77e340c938956c012f36a923deffe --- /dev/null +++ b/vlm/train/nIL7Q-p7-Sh/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b50a6e89a396338fe41089e1464d29e8e779a9c8f4510107c70c85e906f85365 +size 613189 diff --git a/vlm/train/nIL7Q-p7-Sh/7.png b/vlm/train/nIL7Q-p7-Sh/7.png new file mode 100644 index 0000000000000000000000000000000000000000..7edf5c4205693a27ba1a1a6f9cf3f173c27c88f7 --- /dev/null +++ b/vlm/train/nIL7Q-p7-Sh/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735f5eaa6840c2f074cea0d99db43a94c5a75d8b8905298a7a25b2d07273975b +size 539341 diff --git a/vlm/train/nIL7Q-p7-Sh/8.png b/vlm/train/nIL7Q-p7-Sh/8.png new file mode 100644 index 0000000000000000000000000000000000000000..a3f28d5c9b40ca8a86598e3d10b984f2c1b8c539 --- /dev/null +++ b/vlm/train/nIL7Q-p7-Sh/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeabf3e5ca9496b812996c83e347721ef905cd48ff8e0444603ac74b4cd91a1e +size 549496 diff --git a/vlm/train/nIL7Q-p7-Sh/9.png b/vlm/train/nIL7Q-p7-Sh/9.png new file mode 100644 index 0000000000000000000000000000000000000000..42396c2a697258c8f6777cce9b921eacc8ce4c5c --- /dev/null +++ b/vlm/train/nIL7Q-p7-Sh/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f88447564b9c9c5d3186e82c742e80df679aaa86a60a8a3fc7091c310e1a2b +size 660627 diff --git a/vlm/train/nkap3LV7t7O/0.png b/vlm/train/nkap3LV7t7O/0.png new file mode 100644 index 0000000000000000000000000000000000000000..b3cf78fad8c059ef97e243b33497c1581d271d59 --- /dev/null +++ b/vlm/train/nkap3LV7t7O/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cb75b10f2ce64cc2e489d5f668c17c54cd53d49f522bbd7471f861359192e54 +size 522173 diff --git a/vlm/train/nkap3LV7t7O/1.png b/vlm/train/nkap3LV7t7O/1.png new file mode 100644 index 0000000000000000000000000000000000000000..244a9788f9af8d3d529ffdda1a23a52bcf7ca7f4 --- /dev/null +++ b/vlm/train/nkap3LV7t7O/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e595c0c670403a4e1ee30cd01b569f03d251992dde00411a9abafc1e8e09a7b +size 679003 diff --git a/vlm/train/nkap3LV7t7O/10.png b/vlm/train/nkap3LV7t7O/10.png new file mode 100644 index 0000000000000000000000000000000000000000..0a2de8f41ebdca51e20dc9e7c36f826e24081c87 --- /dev/null +++ b/vlm/train/nkap3LV7t7O/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d890d64d1cb64e7e2c9909b96caeeadf9b2d37bfe0d9615cc771b59ac08cd977 +size 507776 diff --git a/vlm/train/nkap3LV7t7O/11.png b/vlm/train/nkap3LV7t7O/11.png new file mode 100644 index 0000000000000000000000000000000000000000..a7232b7e84556869df507ebe5b8cd53e803c8254 --- /dev/null +++ b/vlm/train/nkap3LV7t7O/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9990ff289f076d8c9da847091fdff8f744b3a478f2dbf26d25ab50d60a8a487 +size 570905 diff --git a/vlm/train/nkap3LV7t7O/12.png b/vlm/train/nkap3LV7t7O/12.png new file mode 100644 index 0000000000000000000000000000000000000000..ee82da3dda1c8da56c7476602f2288af433e7917 --- /dev/null +++ b/vlm/train/nkap3LV7t7O/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e21a4c1b8fb2e7c5601af209f4e1c3b380588d93b3ab314307a30e2dd388bd1b +size 1005959 diff --git a/vlm/train/nkap3LV7t7O/13.png b/vlm/train/nkap3LV7t7O/13.png new file mode 100644 index 0000000000000000000000000000000000000000..3047eb080069bf982cc20a6674c487175984bf63 --- /dev/null +++ b/vlm/train/nkap3LV7t7O/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e13d4b5978bfa3e02c9e20de88ab584ff8ae20b4aaef98363d8653b7d895ce +size 1919994 diff --git a/vlm/train/nkap3LV7t7O/14.png b/vlm/train/nkap3LV7t7O/14.png new file mode 100644 index 0000000000000000000000000000000000000000..6e71e67c98d9d2974a345948fb1bff38ede0bae5 --- /dev/null +++ b/vlm/train/nkap3LV7t7O/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95d38f6ab4374246d995f557aabbde03c28e87afa6748dda76032f1e272a661 +size 926311 diff --git a/vlm/train/nkap3LV7t7O/15.png b/vlm/train/nkap3LV7t7O/15.png new file mode 100644 index 0000000000000000000000000000000000000000..162d191a7ca94dbee16509485cbe20cbe580165b --- /dev/null +++ b/vlm/train/nkap3LV7t7O/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213a74f8ecf3140e07ad2556178aad27f98e4a74b44ac077c59e8d618cced887 +size 545297 diff --git a/vlm/train/nkap3LV7t7O/16.png b/vlm/train/nkap3LV7t7O/16.png new file mode 100644 index 0000000000000000000000000000000000000000..8290b0b542f4ecd287f21c46496bc48f925e593b --- /dev/null +++ b/vlm/train/nkap3LV7t7O/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae132b22fa763b898cf2ba5ce958e5847e059a124c4cd5a4bff7f1c2d5a1ac7f +size 177614 diff --git a/vlm/train/nkap3LV7t7O/2.png b/vlm/train/nkap3LV7t7O/2.png new file mode 100644 index 0000000000000000000000000000000000000000..95160a83e7aa44e43dd4493d84783b3f6ac38827 --- /dev/null +++ b/vlm/train/nkap3LV7t7O/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f351b738e809c2007c36f0748dd0e4268c52cdca77a10d41c5c9e941541b444d +size 526948 diff --git a/vlm/train/nkap3LV7t7O/3.png b/vlm/train/nkap3LV7t7O/3.png new file mode 100644 index 0000000000000000000000000000000000000000..d1fb8706b23a79f34dfddbecb05a745cc2a34ac1 --- /dev/null +++ b/vlm/train/nkap3LV7t7O/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38bae248f5f06b91db3f365cadecd597ec05428740bd99b5331a931e9d1754a5 +size 597574 diff --git a/vlm/train/nkap3LV7t7O/4.png b/vlm/train/nkap3LV7t7O/4.png new file mode 100644 index 0000000000000000000000000000000000000000..731f181c46081a5e6f22747b8b56291ae80d9d7a --- /dev/null +++ b/vlm/train/nkap3LV7t7O/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14164ef727d4f7ced5991e1a09ceb4da9a0468dc4e87bbd09b12e2de502e94e3 +size 480062 diff --git a/vlm/train/nkap3LV7t7O/5.png b/vlm/train/nkap3LV7t7O/5.png new file mode 100644 index 0000000000000000000000000000000000000000..641dad3b57bfde1125dc4583d69dfc78ad0b6969 --- /dev/null +++ b/vlm/train/nkap3LV7t7O/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb6709f2923381967eb8b0add852eed4063c9b51bd7565213a9c37cdd2919ac9 +size 1109826 diff --git a/vlm/train/nkap3LV7t7O/6.png b/vlm/train/nkap3LV7t7O/6.png new file mode 100644 index 0000000000000000000000000000000000000000..dd1a24e067bd1c9e486c27c0f6c96613c202e701 --- /dev/null +++ b/vlm/train/nkap3LV7t7O/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba2973013388e2aa594e737d84248c35c80d41ee8850eac5e8be0ebfc66d89b +size 646290 diff --git a/vlm/train/nkap3LV7t7O/7.png b/vlm/train/nkap3LV7t7O/7.png new file mode 100644 index 0000000000000000000000000000000000000000..72afa981e8ffce4070eff05f587df16ca6e1f81c --- /dev/null +++ b/vlm/train/nkap3LV7t7O/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1e7c1f42064d3456c7703e6393bb4043f85c788d9a53b3f86e7c80f932fd7e +size 555438 diff --git a/vlm/train/nkap3LV7t7O/8.png b/vlm/train/nkap3LV7t7O/8.png new file mode 100644 index 0000000000000000000000000000000000000000..701dad5e48fb017e697191098b47c8c490d221c4 --- /dev/null +++ b/vlm/train/nkap3LV7t7O/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed2ca166fa238845a7f8a33d6937f2c08471bdf4a5c23e2f3609dbaf013729d +size 495016 diff --git a/vlm/train/nkap3LV7t7O/9.png b/vlm/train/nkap3LV7t7O/9.png new file mode 100644 index 0000000000000000000000000000000000000000..f83530820d9f6969ae0ee6d32fd1972d67e8f6a0 --- /dev/null +++ b/vlm/train/nkap3LV7t7O/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b643580a1488cd741041fb231a83f14809c3e8fbc1e9e10016eb50448f85e7f +size 535033 diff --git a/vlm/train/r1eiu2VtwH/0.png b/vlm/train/r1eiu2VtwH/0.png new file mode 100644 index 0000000000000000000000000000000000000000..6637a503ef83b2a9fb899da27b312601eaf37be4 --- /dev/null +++ b/vlm/train/r1eiu2VtwH/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1815913c1edbee4bfab5cea36f41426a0810433f3afe34abc67e83f149dc9152 +size 482357 diff --git a/vlm/train/r1eiu2VtwH/1.png b/vlm/train/r1eiu2VtwH/1.png new file mode 100644 index 0000000000000000000000000000000000000000..6cb617c079bc3b9a6d4b49b1a39ac22a1255910d --- /dev/null +++ b/vlm/train/r1eiu2VtwH/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd47485893b31b460fc378969dc8ecd8e3677c17395a25771d207eba090bbbc +size 594447 diff --git a/vlm/train/r1eiu2VtwH/10.png b/vlm/train/r1eiu2VtwH/10.png new file mode 100644 index 0000000000000000000000000000000000000000..24347a0d3a512983c456e49e9b100daa3239cbf1 --- /dev/null +++ b/vlm/train/r1eiu2VtwH/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c4ef725170d37afb3e794f49c039072516a0872e9e8b7a498eabaf3eba06356 +size 447032 diff --git a/vlm/train/r1eiu2VtwH/11.png b/vlm/train/r1eiu2VtwH/11.png new file mode 100644 index 0000000000000000000000000000000000000000..c45ba1e9ab16cc011ac162d20359abd8c29542eb --- /dev/null +++ b/vlm/train/r1eiu2VtwH/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51f896d209b15f6f1e08734d37de20b251dd0985523c4eb710aaa6c5f0efce9 +size 382066 diff --git a/vlm/train/r1eiu2VtwH/2.png b/vlm/train/r1eiu2VtwH/2.png new file mode 100644 index 0000000000000000000000000000000000000000..eed5eebbcc395d4600074c6446f19d018bbcd6ea --- /dev/null +++ b/vlm/train/r1eiu2VtwH/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4fcc15ae8b057425b5c6c8f59f6c5b71258b994768261c6c0feabf6b6674b72 +size 554110 diff --git a/vlm/train/r1eiu2VtwH/3.png b/vlm/train/r1eiu2VtwH/3.png new file mode 100644 index 0000000000000000000000000000000000000000..03e4523c838ef0130fe484fc75dfe619c0d86321 --- /dev/null +++ b/vlm/train/r1eiu2VtwH/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df2f2dfc7631d386b2339169378c6bb44b9b2d264f5d00e4fd908a14088876c +size 398065 diff --git a/vlm/train/r1eiu2VtwH/4.png b/vlm/train/r1eiu2VtwH/4.png new file mode 100644 index 0000000000000000000000000000000000000000..4ecf1b74838b0a88c6a6f0864a1228d167c38f7d --- /dev/null +++ b/vlm/train/r1eiu2VtwH/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b2519ebdc2c5a6f1565f81606031e834e63e63598b6652bcc619a3bd548d4c +size 429850 diff --git a/vlm/train/r1eiu2VtwH/5.png b/vlm/train/r1eiu2VtwH/5.png new file mode 100644 index 0000000000000000000000000000000000000000..d4dd845cf5f4bba018f9750aae363b698e1f8237 --- /dev/null +++ b/vlm/train/r1eiu2VtwH/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd6b5a3d4091ffe31db32f3fac01f0d85dbcdd4d4934d72172389e8cf279b18 +size 548237 diff --git a/vlm/train/r1eiu2VtwH/6.png b/vlm/train/r1eiu2VtwH/6.png new file mode 100644 index 0000000000000000000000000000000000000000..3b807ebfbb4b33ad7808c1260ab9459f5253b663 --- /dev/null +++ b/vlm/train/r1eiu2VtwH/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1fafc89637468473cc93437e275fcf07241bb46597bf6532209eadcef94ed6d +size 524971 diff --git a/vlm/train/r1eiu2VtwH/7.png b/vlm/train/r1eiu2VtwH/7.png new file mode 100644 index 0000000000000000000000000000000000000000..23609f520f41a2e4d5852f917b62bbf863223ea4 --- /dev/null +++ b/vlm/train/r1eiu2VtwH/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee00032973e3be026e57cd43a675a8e3c3eb3fd0689bd6c7ee589e7cae8db3d +size 559116 diff --git a/vlm/train/r1eiu2VtwH/8.png b/vlm/train/r1eiu2VtwH/8.png new file mode 100644 index 0000000000000000000000000000000000000000..94714fd3e20ab5e35c03c2d20e5cf3d1820446cc --- /dev/null +++ b/vlm/train/r1eiu2VtwH/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a35092061ad3b3af1decbda11fb2dc27a176d4e8fc9171e525b00a7ed6f76473 +size 495250 diff --git a/vlm/train/r1eiu2VtwH/9.png b/vlm/train/r1eiu2VtwH/9.png new file mode 100644 index 0000000000000000000000000000000000000000..8a2eefc09e26f874e7020bf0ac0b56581bdea7d7 --- /dev/null +++ b/vlm/train/r1eiu2VtwH/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:530ce1ca7c069eb25d955e7515c5dc8fd4ebc1145504dc3035c1a9daedbee357 +size 553483 diff --git a/vlm/train/rJEgeXFex/0.png b/vlm/train/rJEgeXFex/0.png new file mode 100644 index 0000000000000000000000000000000000000000..7acaf01d8b3c575771cafb85b21d8679b402d58e --- /dev/null +++ b/vlm/train/rJEgeXFex/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1bbde3bc4032570e41578ebda8e8086ff054e13051293472a80600e27c914c +size 479802 diff --git a/vlm/train/rJEgeXFex/1.png b/vlm/train/rJEgeXFex/1.png new file mode 100644 index 0000000000000000000000000000000000000000..4d2b63eace8e104bf60366664f120e01e9f753ee --- /dev/null +++ b/vlm/train/rJEgeXFex/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac50ed1acd3502aa07e44b76462e91a3bef61a1cb0cac2034919ce49bfff2450 +size 519285 diff --git a/vlm/train/rJEgeXFex/10.png b/vlm/train/rJEgeXFex/10.png new file mode 100644 index 0000000000000000000000000000000000000000..1325ac65fd1e45da0e7276d6dc9a5a41ae18972a --- /dev/null +++ b/vlm/train/rJEgeXFex/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5e5cbbe32ceff384679c1bd0105c2943f39d9cc478e89ae42e0d356dad4db3 +size 520984 diff --git a/vlm/train/rJEgeXFex/11.png b/vlm/train/rJEgeXFex/11.png new file mode 100644 index 0000000000000000000000000000000000000000..abe16669bf752219625b3834cc59ce5e87ec6ad6 --- /dev/null +++ b/vlm/train/rJEgeXFex/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ce7c738ee109e299c23f640604cc875a338753782ff115b2eb77a20ce225f2 +size 587961 diff --git a/vlm/train/rJEgeXFex/12.png b/vlm/train/rJEgeXFex/12.png new file mode 100644 index 0000000000000000000000000000000000000000..6e7e7615f40a96ae61a927dc20483940346ffac5 --- /dev/null +++ b/vlm/train/rJEgeXFex/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d722f96eabac30dd9691e7ae525d814128e664a9ac2c9030528796953505b816 +size 66211 diff --git a/vlm/train/rJEgeXFex/13.png b/vlm/train/rJEgeXFex/13.png new file mode 100644 index 0000000000000000000000000000000000000000..b35de97d3670c3cbaf0d4b23f0eb0fac6cf95e8f --- /dev/null +++ b/vlm/train/rJEgeXFex/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf9d20c5fb0f0f885cd6f3b739df5628b0586085959d53893796b8f2f9eb5a0 +size 236113 diff --git a/vlm/train/rJEgeXFex/14.png b/vlm/train/rJEgeXFex/14.png new file mode 100644 index 0000000000000000000000000000000000000000..04685bb3a8f991a379080890e5cf12046694c280 --- /dev/null +++ b/vlm/train/rJEgeXFex/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd735840c64e8256dc217b24738f6ac308d5855f749603a40daa7518f0abe18 +size 324948 diff --git a/vlm/train/rJEgeXFex/15.png b/vlm/train/rJEgeXFex/15.png new file mode 100644 index 0000000000000000000000000000000000000000..ebc8cbe18c454d3ae0aed77582c8600e52ffef80 --- /dev/null +++ b/vlm/train/rJEgeXFex/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08afdfd7314a723c445c0401362ee5136cd2b4d7c45ebfd9fd7507165625bdb +size 365485 diff --git a/vlm/train/rJEgeXFex/16.png b/vlm/train/rJEgeXFex/16.png new file mode 100644 index 0000000000000000000000000000000000000000..c813063bcd26ad4b046b1966e9c07d3e3aaad8ba --- /dev/null +++ b/vlm/train/rJEgeXFex/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9233a1b0509b2617073a8ae3d80e258a754d9e26fe5673e03176a3b873d4e3b4 +size 383546 diff --git a/vlm/train/rJEgeXFex/17.png b/vlm/train/rJEgeXFex/17.png new file mode 100644 index 0000000000000000000000000000000000000000..9b284f01d2491bbfe192ba11ecb57c19fa678528 --- /dev/null +++ b/vlm/train/rJEgeXFex/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64821d1ff6090d30669555dab4c11f6e0bc82c15ed37a92d0b736ed1e01f0de3 +size 272351 diff --git a/vlm/train/rJEgeXFex/18.png b/vlm/train/rJEgeXFex/18.png new file mode 100644 index 0000000000000000000000000000000000000000..b02bfe20a5ff987813f6e9c1313a4da4abedb27b --- /dev/null +++ b/vlm/train/rJEgeXFex/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695a17855db19b538b76ffb7ae4f0f2aab19a9dc7f3c89ee3f302b05adc89896 +size 228756 diff --git a/vlm/train/rJEgeXFex/2.png b/vlm/train/rJEgeXFex/2.png new file mode 100644 index 0000000000000000000000000000000000000000..f51af602cfccb97d832181d5cc1cc926c5c01362 --- /dev/null +++ b/vlm/train/rJEgeXFex/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde781de57527a6630e0cb49501e68efb2191b74e86779c84d974c16b77c0f67 +size 457201 diff --git a/vlm/train/rJEgeXFex/3.png b/vlm/train/rJEgeXFex/3.png new file mode 100644 index 0000000000000000000000000000000000000000..8c2400799357edf1e9baccf26482470f372042ef --- /dev/null +++ b/vlm/train/rJEgeXFex/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ebdc3c15596637985693eb43a90eae429bbea817e993113d0ffb1a266ee90ca +size 537591 diff --git a/vlm/train/rJEgeXFex/4.png b/vlm/train/rJEgeXFex/4.png new file mode 100644 index 0000000000000000000000000000000000000000..4bf084075c165230a5caec83c50481b458ce12d7 --- /dev/null +++ b/vlm/train/rJEgeXFex/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d6ea83c0c4f670a440f61bd14345d520d7d3e9c4e5efde701f3b0184d1fc06 +size 443938 diff --git a/vlm/train/rJEgeXFex/5.png b/vlm/train/rJEgeXFex/5.png new file mode 100644 index 0000000000000000000000000000000000000000..1880501c98ba720cb92fade76d9ad87935666b52 --- /dev/null +++ b/vlm/train/rJEgeXFex/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8933712c7a5659d53e9d53655ed7905bca36f4552d3421e0ff6dcec05dd3649e +size 458478 diff --git a/vlm/train/rJEgeXFex/6.png b/vlm/train/rJEgeXFex/6.png new file mode 100644 index 0000000000000000000000000000000000000000..519c793f463ea63c02dcb50853d3d2729e9dabcc --- /dev/null +++ b/vlm/train/rJEgeXFex/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:881bdf5df63dc6b43e23caf91cf2430edb0f170370a40df04ade76da3efddf27 +size 469855 diff --git a/vlm/train/rJEgeXFex/7.png b/vlm/train/rJEgeXFex/7.png new file mode 100644 index 0000000000000000000000000000000000000000..e578d4ff1aa16e0cf9c48d1e342d7a2c128198de --- /dev/null +++ b/vlm/train/rJEgeXFex/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2aa5c8e39a5d12e560acf2fd46784ec73f779a558f3d17073cec35c5b994ca9 +size 512921 diff --git a/vlm/train/rJEgeXFex/8.png b/vlm/train/rJEgeXFex/8.png new file mode 100644 index 0000000000000000000000000000000000000000..b67209965afca8cb29a0a3162ac7ac7ed6c7a20d --- /dev/null +++ b/vlm/train/rJEgeXFex/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4312ef1783410c5f11e930d10d2bfc3b6c8fe3a58a7559f29560e7ede6522dc +size 447106 diff --git a/vlm/train/rJEgeXFex/9.png b/vlm/train/rJEgeXFex/9.png new file mode 100644 index 0000000000000000000000000000000000000000..238c404ab0eaba722d5e72f22a0c8c4952d67e32 --- /dev/null +++ b/vlm/train/rJEgeXFex/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a2c14ca294a729e051224d84111328c55ad2865992c7bee56b12e395b2e811 +size 535032 diff --git a/vlm/train/rJTutzbA-/0.png b/vlm/train/rJTutzbA-/0.png new file mode 100644 index 0000000000000000000000000000000000000000..870f43370e0a5b952bf0dafcd1210b4569ee5010 --- /dev/null +++ b/vlm/train/rJTutzbA-/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ba7a0877dc8959961a278371fd8ce00bf0028b06f1423a29af126b19b7269e +size 495322 diff --git a/vlm/train/rJTutzbA-/1.png b/vlm/train/rJTutzbA-/1.png new file mode 100644 index 0000000000000000000000000000000000000000..c36e357d5211cb32fba80f34ffc94491587c78e1 --- /dev/null +++ b/vlm/train/rJTutzbA-/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675ca18a835931f1ef2860a52283c825be931da89fc60e4e2b0c9b6c97ff9925 +size 635250 diff --git a/vlm/train/rJTutzbA-/10.png b/vlm/train/rJTutzbA-/10.png new file mode 100644 index 0000000000000000000000000000000000000000..bc165924def6004f5500997b7743773bc4794c1f --- /dev/null +++ b/vlm/train/rJTutzbA-/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d972adc77baaae91123353b7bcedc2a22bd6b47cebd5fd501c0ecbb94cf56311 +size 486118 diff --git a/vlm/train/rJTutzbA-/11.png b/vlm/train/rJTutzbA-/11.png new file mode 100644 index 0000000000000000000000000000000000000000..b0245bdaed7adb73c769cd5442e29592d1a9e491 --- /dev/null +++ b/vlm/train/rJTutzbA-/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea18323dcb4e71e14f91feb8774ed91c5276bb33faa5d2a57ec109b6ec038d0 +size 469434 diff --git a/vlm/train/rJTutzbA-/12.png b/vlm/train/rJTutzbA-/12.png new file mode 100644 index 0000000000000000000000000000000000000000..f2b78ef01d70eddade7e5bdf0c7bcc427c0ded0c --- /dev/null +++ b/vlm/train/rJTutzbA-/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01013c73227870181bba33fd4fdb1bf39672bbb558e463a6dc77054055191a2 +size 299970 diff --git a/vlm/train/rJTutzbA-/13.png b/vlm/train/rJTutzbA-/13.png new file mode 100644 index 0000000000000000000000000000000000000000..b7c4d903ca1515d3934d2c48c5219cac68cc6fbf --- /dev/null +++ b/vlm/train/rJTutzbA-/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b44616cbb11f09578f2f8495fcbb94ad614ffba74c4c6efecc2d33d2d1be168 +size 400987 diff --git a/vlm/train/rJTutzbA-/14.png b/vlm/train/rJTutzbA-/14.png new file mode 100644 index 0000000000000000000000000000000000000000..b301f04d14ca1bb54e2602b11ec58f7bbb8ee1a9 --- /dev/null +++ b/vlm/train/rJTutzbA-/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad4a805c7cb3e123a6009ac7d45877ad8199f223b3f74244e64adac2e492f48 +size 347180 diff --git a/vlm/train/rJTutzbA-/15.png b/vlm/train/rJTutzbA-/15.png new file mode 100644 index 0000000000000000000000000000000000000000..65c8a860d09ca1a4cd1c31d99a1af5129d6d09b3 --- /dev/null +++ b/vlm/train/rJTutzbA-/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f444d998de7f03dd3a29399ebd1cac93041099ec238a621bda5ea4e1146e0b +size 393560 diff --git a/vlm/train/rJTutzbA-/16.png b/vlm/train/rJTutzbA-/16.png new file mode 100644 index 0000000000000000000000000000000000000000..cfeee7949b3467a0bfecda40106d451f0f967780 --- /dev/null +++ b/vlm/train/rJTutzbA-/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77350fb464f1a6feacef3a5ddb74ac841d6ce66c33d862f3c709375141464835 +size 393287 diff --git a/vlm/train/rJTutzbA-/17.png b/vlm/train/rJTutzbA-/17.png new file mode 100644 index 0000000000000000000000000000000000000000..b9c913c77ca4aa0ebd9684db3ec476d996e7604c --- /dev/null +++ b/vlm/train/rJTutzbA-/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af6c36a6bf9d7d046829a268396b0c74142eca6e1a2ac212474f5b53891681be +size 285413 diff --git a/vlm/train/rJTutzbA-/18.png b/vlm/train/rJTutzbA-/18.png new file mode 100644 index 0000000000000000000000000000000000000000..9a93ba1f236257b9f36eb70533257a93acdf6ecc --- /dev/null +++ b/vlm/train/rJTutzbA-/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59cc50d178223017f6cf9c19c878915e19d13287adb71910ef604cd223508d07 +size 283269 diff --git a/vlm/train/rJTutzbA-/19.png b/vlm/train/rJTutzbA-/19.png new file mode 100644 index 0000000000000000000000000000000000000000..823d1ffb19392deeacfde6683d9196dc76ed3228 --- /dev/null +++ b/vlm/train/rJTutzbA-/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a2cfd81bc6e51f7ff3ac9b89481d55fe41166a9cbe19a39eabb37f0dc1a5ae +size 506438 diff --git a/vlm/train/rJTutzbA-/2.png b/vlm/train/rJTutzbA-/2.png new file mode 100644 index 0000000000000000000000000000000000000000..272962651e58eaa1fe33ffa7712f632693789643 --- /dev/null +++ b/vlm/train/rJTutzbA-/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c995b5c58602c574f17ad56a8573419fd3d85f84cc2de5e11db6df67988379b3 +size 475796 diff --git a/vlm/train/rJTutzbA-/20.png b/vlm/train/rJTutzbA-/20.png new file mode 100644 index 0000000000000000000000000000000000000000..9890afbfb9988af1bd811bf40004745190b68df8 --- /dev/null +++ b/vlm/train/rJTutzbA-/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0b3b3e66ec720aa77dc491e281b1e71dcf93312b561e0edfa9eeb9fcac13b9 +size 362189 diff --git a/vlm/train/rJTutzbA-/21.png b/vlm/train/rJTutzbA-/21.png new file mode 100644 index 0000000000000000000000000000000000000000..19da848645753bf20c317ea7a723a21442f0fdbf --- /dev/null +++ b/vlm/train/rJTutzbA-/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ca00afc226dfe4ed8166e5efe64cf9d83ccfabb2c0b3e2399f53c3d5264acfc +size 559094 diff --git a/vlm/train/rJTutzbA-/22.png b/vlm/train/rJTutzbA-/22.png new file mode 100644 index 0000000000000000000000000000000000000000..216ffc4b1e1d01c08e83801b3d510848933753f7 --- /dev/null +++ b/vlm/train/rJTutzbA-/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8218e75ff13f785f79d28ead2e8fa177b872cf19bf674428b7812762c502859e +size 370909 diff --git a/vlm/train/rJTutzbA-/3.png b/vlm/train/rJTutzbA-/3.png new file mode 100644 index 0000000000000000000000000000000000000000..d8c3905fd5c05a0ab5f8c0bd7ab97995c04c22ab --- /dev/null +++ b/vlm/train/rJTutzbA-/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73d29c81288d8ad516ec78a4511c8ef6facf9ea11bfb935e50aa80ee06da4a4 +size 497382 diff --git a/vlm/train/rJTutzbA-/4.png b/vlm/train/rJTutzbA-/4.png new file mode 100644 index 0000000000000000000000000000000000000000..6f5eb5b4a4f09a7a95c629d8ef24b590dd0d4389 --- /dev/null +++ b/vlm/train/rJTutzbA-/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0240ec1ade0154175cfe657c7afffd3cc74f6eee9db5d96b3444cfaa5e6b55fb +size 523589 diff --git a/vlm/train/rJTutzbA-/5.png b/vlm/train/rJTutzbA-/5.png new file mode 100644 index 0000000000000000000000000000000000000000..de44c76b6196ffc48bc6863d4ce2273299e51266 --- /dev/null +++ b/vlm/train/rJTutzbA-/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55fba6e1f9946cbd3c98640388d7e6919e5395e9aac913f1b95cff115622aab1 +size 570613 diff --git a/vlm/train/rJTutzbA-/6.png b/vlm/train/rJTutzbA-/6.png new file mode 100644 index 0000000000000000000000000000000000000000..00e79373f26cb92b12767d6e5da787b89d27efef --- /dev/null +++ b/vlm/train/rJTutzbA-/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9000e075f038cb9b29bc0bcc8f194af2c72f4d7ee037ea6cd8a8f5f05cab4256 +size 565796 diff --git a/vlm/train/rJTutzbA-/7.png b/vlm/train/rJTutzbA-/7.png new file mode 100644 index 0000000000000000000000000000000000000000..d1e0af77f4798dd14ed193c4637049c343a6aa9d --- /dev/null +++ b/vlm/train/rJTutzbA-/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50294c8732897a37912e280b73101aefbb16365b08fc2b7666de15237a9051d6 +size 499530 diff --git a/vlm/train/rJTutzbA-/8.png b/vlm/train/rJTutzbA-/8.png new file mode 100644 index 0000000000000000000000000000000000000000..c9160f791455961f041fa597472ffbcb21007a2d --- /dev/null +++ b/vlm/train/rJTutzbA-/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f95a0afc4a6000fa5d54492b10325a0de8ecb9ea17afda943a8f7838252089 +size 636049 diff --git a/vlm/train/rJTutzbA-/9.png b/vlm/train/rJTutzbA-/9.png new file mode 100644 index 0000000000000000000000000000000000000000..6c79b9edbde811cc1af6d11daf95b58a8ff28191 --- /dev/null +++ b/vlm/train/rJTutzbA-/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f4e81137d426f731611891cb1244c7cbc492d6671fb800dd364d866c610ddf +size 539113 diff --git a/vlm/train/rJl3yM-Ab/0.png b/vlm/train/rJl3yM-Ab/0.png new file mode 100644 index 0000000000000000000000000000000000000000..23cd26de60690bf7fc50ea7181d1f01254161dd2 --- /dev/null +++ b/vlm/train/rJl3yM-Ab/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb954a6e196a014a4c0d0978fba81bbda35267aeeb9985d7aeebbfaf4bdf895 +size 494259 diff --git a/vlm/train/rJl3yM-Ab/1.png b/vlm/train/rJl3yM-Ab/1.png new file mode 100644 index 0000000000000000000000000000000000000000..9e53c235fd7ec0b422c0e7fde0e086ddf8f7c9cf --- /dev/null +++ b/vlm/train/rJl3yM-Ab/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031394de1770e61a7edebeb9ac2339f8ab6b441954e694c14276db19dd2697e9 +size 614768 diff --git a/vlm/train/rJl3yM-Ab/10.png b/vlm/train/rJl3yM-Ab/10.png new file mode 100644 index 0000000000000000000000000000000000000000..4ee165b75516e3007dc32d0fb4ffa8ff6ff24093 --- /dev/null +++ b/vlm/train/rJl3yM-Ab/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472e48432bc276517c093c4340a49c84b1c108347e188c57249002e35d72bfbc +size 566400 diff --git a/vlm/train/rJl3yM-Ab/11.png b/vlm/train/rJl3yM-Ab/11.png new file mode 100644 index 0000000000000000000000000000000000000000..3d418c784cd83217b6e231784de04cf67a506044 --- /dev/null +++ b/vlm/train/rJl3yM-Ab/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1253ec159757d26acdd1c7ea2ddc029facacdbec4b99d3d787c55b298fcf7aa +size 461202 diff --git a/vlm/train/rJl3yM-Ab/12.png b/vlm/train/rJl3yM-Ab/12.png new file mode 100644 index 0000000000000000000000000000000000000000..5b922be5633f108dc7d389643d9282bf67df06a1 --- /dev/null +++ b/vlm/train/rJl3yM-Ab/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803c00a9d1aef6d97f3aa5c453658da36e24d5937cded111fabb0ebdd31e06f3 +size 583123 diff --git a/vlm/train/rJl3yM-Ab/13.png b/vlm/train/rJl3yM-Ab/13.png new file mode 100644 index 0000000000000000000000000000000000000000..a696740aa08e9792ed0b5350aa90f5d58f027654 --- /dev/null +++ b/vlm/train/rJl3yM-Ab/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d56486c9eb12dcf945eea7c5477b9fe87cea2d5f8aa935ce486dfc0101d4ddb4 +size 459179 diff --git a/vlm/train/rJl3yM-Ab/2.png b/vlm/train/rJl3yM-Ab/2.png new file mode 100644 index 0000000000000000000000000000000000000000..ec5b69c1ad7eddb46ec4f22855889ce1aff196fc --- /dev/null +++ b/vlm/train/rJl3yM-Ab/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c66c4cd975fbfd5eb638a9ceec584699db76a5f2c358400cb2a3980bf8d1bd7 +size 494419 diff --git a/vlm/train/rJl3yM-Ab/3.png b/vlm/train/rJl3yM-Ab/3.png new file mode 100644 index 0000000000000000000000000000000000000000..f57f893e77b89220858aa0b04818ab557785ebe0 --- /dev/null +++ b/vlm/train/rJl3yM-Ab/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cefdcca540044a3543e9ad61ee1bbcb5130beaf7ed37ae237b6e829895db6fe +size 542984 diff --git a/vlm/train/rJl3yM-Ab/4.png b/vlm/train/rJl3yM-Ab/4.png new file mode 100644 index 0000000000000000000000000000000000000000..a9f594a65b4767ba9efdc005e7a9cb54b9339380 --- /dev/null +++ b/vlm/train/rJl3yM-Ab/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8947d6abb586dc4b3409995db328ce659926dfaaf93805a595652070981dbedc +size 485062 diff --git a/vlm/train/rJl3yM-Ab/5.png b/vlm/train/rJl3yM-Ab/5.png new file mode 100644 index 0000000000000000000000000000000000000000..2a9d37920e81ae14836046ac0f7fcf378c874c18 --- /dev/null +++ b/vlm/train/rJl3yM-Ab/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f78a5cd16b4d88cc4213103cb72d819c3f50dd0a00f80f928ac05a251e716d34 +size 467865 diff --git a/vlm/train/rJl3yM-Ab/6.png b/vlm/train/rJl3yM-Ab/6.png new file mode 100644 index 0000000000000000000000000000000000000000..827c8cc846c4725274925f19d577b0598a532aa1 --- /dev/null +++ b/vlm/train/rJl3yM-Ab/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e4745116912ea760bf9a4e15b793ecace843a169ff1ec5088c8710c8c5be35d +size 491479 diff --git a/vlm/train/rJl3yM-Ab/7.png b/vlm/train/rJl3yM-Ab/7.png new file mode 100644 index 0000000000000000000000000000000000000000..04f973316ece0ee48b98c9985d00249fe511a2cc --- /dev/null +++ b/vlm/train/rJl3yM-Ab/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de0e2f559b6d3339612fae86ee2a7af911e62a7dc9295bfa7b297a5a84e3aa1 +size 489123 diff --git a/vlm/train/rJl3yM-Ab/8.png b/vlm/train/rJl3yM-Ab/8.png new file mode 100644 index 0000000000000000000000000000000000000000..ec81eb3daf7ca34cec32a3a3cb57e85fe0e1fae6 --- /dev/null +++ b/vlm/train/rJl3yM-Ab/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b2ba160c1996b2e21d5fa31b67b04dce77d09cd892ce33fcee36df7dbd8086 +size 438982 diff --git a/vlm/train/rJl3yM-Ab/9.png b/vlm/train/rJl3yM-Ab/9.png new file mode 100644 index 0000000000000000000000000000000000000000..7e3e20248b23783df0e5d73f9a8b7b3fd1d11243 --- /dev/null +++ b/vlm/train/rJl3yM-Ab/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5fed66a0a977a6c6b83ba60062920638237652250bd5184c9b542b008825159 +size 443825 diff --git a/vlm/train/rJliMh09F7/0.png b/vlm/train/rJliMh09F7/0.png new file mode 100644 index 0000000000000000000000000000000000000000..c20e641d28460096ba20a860b6698e894916d40c --- /dev/null +++ b/vlm/train/rJliMh09F7/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d531bac707304378bcf9ed597a64ed678960ed6d0988d526863313644faec9ba +size 527644 diff --git a/vlm/train/rJliMh09F7/1.png b/vlm/train/rJliMh09F7/1.png new file mode 100644 index 0000000000000000000000000000000000000000..cfb5749a2c388d87e10bb1323ba8d2ddfc7ecb6b --- /dev/null +++ b/vlm/train/rJliMh09F7/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b451abe4cc11913f66d5f11777ae05b97889a6fb59086950a67a2d7b58c4578 +size 612542 diff --git a/vlm/train/rJliMh09F7/10.png b/vlm/train/rJliMh09F7/10.png new file mode 100644 index 0000000000000000000000000000000000000000..579eae0a77d89439af977d0e85de2eb96e587a1b --- /dev/null +++ b/vlm/train/rJliMh09F7/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f565d7e5fb0e2e4a44966dfb00d79da87198a3b5c90b19496790fa4f78ab8d28 +size 367794 diff --git a/vlm/train/rJliMh09F7/11.png b/vlm/train/rJliMh09F7/11.png new file mode 100644 index 0000000000000000000000000000000000000000..a47cb2c4f92ba1417c460cc6682fafe38321d0af --- /dev/null +++ b/vlm/train/rJliMh09F7/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:929346422f1627b32b84144685746622f38b12abd33b89b15c49309775e2a857 +size 151379 diff --git a/vlm/train/rJliMh09F7/12.png b/vlm/train/rJliMh09F7/12.png new file mode 100644 index 0000000000000000000000000000000000000000..c8121936d50648ab03b640b514cfe0037f416633 --- /dev/null +++ b/vlm/train/rJliMh09F7/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e514b28af3724eef1bbb168f49a6852ec1d27cbff8d9575a682c5e57efe0edeb +size 535904 diff --git a/vlm/train/rJliMh09F7/13.png b/vlm/train/rJliMh09F7/13.png new file mode 100644 index 0000000000000000000000000000000000000000..b51ef06c1412ec3577a542ec16434b9799cfe17f --- /dev/null +++ b/vlm/train/rJliMh09F7/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c5b4419c6c711bc92f91d2aa6da8e07baf38d20d94575d74809b4b7e1f6a73 +size 64064 diff --git a/vlm/train/rJliMh09F7/14.png b/vlm/train/rJliMh09F7/14.png new file mode 100644 index 0000000000000000000000000000000000000000..ac729f3c8a2b8df5ad9b37650dedef682a205b8d --- /dev/null +++ b/vlm/train/rJliMh09F7/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d796096930a1de79364a940c26af64ede5f6171ebcbf146152b620ee6fbf182 +size 512274 diff --git a/vlm/train/rJliMh09F7/15.png b/vlm/train/rJliMh09F7/15.png new file mode 100644 index 0000000000000000000000000000000000000000..81dc6c483dd0a3cd00ccdb366ab26c34afb72d4b --- /dev/null +++ b/vlm/train/rJliMh09F7/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14f338ce69ec0b82cbaba8da9864a7b35921763c679f459a29e8358af89efa98 +size 2238189 diff --git a/vlm/train/rJliMh09F7/16.png b/vlm/train/rJliMh09F7/16.png new file mode 100644 index 0000000000000000000000000000000000000000..d3ed090b4a8b8c49f8d2ae835fa5cf88f0543f6f --- /dev/null +++ b/vlm/train/rJliMh09F7/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276ce21ae5444d5681390a1a726558b5676e41597c40fcb3511c23c2fbd35c56 +size 2114497 diff --git a/vlm/train/rJliMh09F7/17.png b/vlm/train/rJliMh09F7/17.png new file mode 100644 index 0000000000000000000000000000000000000000..3c0667cd942e18242f2ad513963ad0ccb7b10a19 --- /dev/null +++ b/vlm/train/rJliMh09F7/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4973ecd7fe7c57f5718dde62fb2ed2ea6b39ca2136a9594818202b7c7570c363 +size 1028482 diff --git a/vlm/train/rJliMh09F7/18.png b/vlm/train/rJliMh09F7/18.png new file mode 100644 index 0000000000000000000000000000000000000000..5f1ae178d84761cd7da814bc3dce05a3d052c304 --- /dev/null +++ b/vlm/train/rJliMh09F7/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa9f87a76a76e441841b3e01223482f6a918df5c1a088ce81ffad7ceb33e374e +size 1206212 diff --git a/vlm/train/rJliMh09F7/19.png b/vlm/train/rJliMh09F7/19.png new file mode 100644 index 0000000000000000000000000000000000000000..aab702b37bebe4422d187c1402aec9b334f16f30 --- /dev/null +++ b/vlm/train/rJliMh09F7/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d317504fdec7f4f6eee4b844692cc2773de8fc8e554cefe5393a498d9e3336ea +size 503287 diff --git a/vlm/train/rJliMh09F7/2.png b/vlm/train/rJliMh09F7/2.png new file mode 100644 index 0000000000000000000000000000000000000000..3e1aa4788f1eb6930da2a25fd9ce46c295fc5cb9 --- /dev/null +++ b/vlm/train/rJliMh09F7/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b64fe47cb815e5e097a163ec689849d362aa38e2cc3f1cef7f9e3865cdc648c +size 577696 diff --git a/vlm/train/rJliMh09F7/20.png b/vlm/train/rJliMh09F7/20.png new file mode 100644 index 0000000000000000000000000000000000000000..750b0e3a73b9d0e1e237a42c8b195a0b3a552839 --- /dev/null +++ b/vlm/train/rJliMh09F7/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138ed0e4abafd34b2ed8335b43454ea94dd5501c4b22238e0fa3ee7e6e96de2b +size 202200 diff --git a/vlm/train/rJliMh09F7/21.png b/vlm/train/rJliMh09F7/21.png new file mode 100644 index 0000000000000000000000000000000000000000..75469fadf64a62905ca3d4c5bfdd77361e903abb --- /dev/null +++ b/vlm/train/rJliMh09F7/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5d148a45e34031371ed2ddabc43f6e3cbc7719c6fbd7db902a5965d95642dc +size 1766753 diff --git a/vlm/train/rJliMh09F7/22.png b/vlm/train/rJliMh09F7/22.png new file mode 100644 index 0000000000000000000000000000000000000000..f8828b7585f3e10464425dee062f2b7ee8c3c0a8 --- /dev/null +++ b/vlm/train/rJliMh09F7/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0007ca3f2a55cb74d2cfa093f63c5c9963d10666512b586353427cf374a4ed6a +size 674197 diff --git a/vlm/train/rJliMh09F7/3.png b/vlm/train/rJliMh09F7/3.png new file mode 100644 index 0000000000000000000000000000000000000000..2ed079b2c3d0da32b9214f73916e9451602178b8 --- /dev/null +++ b/vlm/train/rJliMh09F7/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c753080f195cd5f8f21d31241ccd28081411c47e91a86b555c2f488861513fe2 +size 881655 diff --git a/vlm/train/rJliMh09F7/4.png b/vlm/train/rJliMh09F7/4.png new file mode 100644 index 0000000000000000000000000000000000000000..7f353330023803078a87ce44330295585d29c194 --- /dev/null +++ b/vlm/train/rJliMh09F7/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c80f60d74b5dbe61d61404cd05e6d3adbac2d46030a1850a0b7544541db8ce8e +size 1341778 diff --git a/vlm/train/rJliMh09F7/5.png b/vlm/train/rJliMh09F7/5.png new file mode 100644 index 0000000000000000000000000000000000000000..cb6201ac7851f57645a9647a91563fb1c0a60861 --- /dev/null +++ b/vlm/train/rJliMh09F7/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73138836d918923aec409b390e46053a41769efba7708e8436d431f533753fe2 +size 892580 diff --git a/vlm/train/rJliMh09F7/6.png b/vlm/train/rJliMh09F7/6.png new file mode 100644 index 0000000000000000000000000000000000000000..b86d3f2a2930cd532c43eacdabacd2b7221f5fa2 --- /dev/null +++ b/vlm/train/rJliMh09F7/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21278d22ec33846b88b7d16efb6d4ac81103361f18a42da488de141d9ae8c7c +size 1386102 diff --git a/vlm/train/rJliMh09F7/7.png b/vlm/train/rJliMh09F7/7.png new file mode 100644 index 0000000000000000000000000000000000000000..9b2b80143dcc57cd1c16bdfe3ff9dcd748ea479d --- /dev/null +++ b/vlm/train/rJliMh09F7/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15f675ba3f7ebceb9a280b8065d5df03790b3e16ab153ac3cc068ed6c9fda9c +size 1044226 diff --git a/vlm/train/rJliMh09F7/8.png b/vlm/train/rJliMh09F7/8.png new file mode 100644 index 0000000000000000000000000000000000000000..614f092a0b9634d4083f444ff7a86cfc03c583eb --- /dev/null +++ b/vlm/train/rJliMh09F7/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de37505e7ad2ab0851a2fb228d5fa3e6fb9c1a80349aed764625745497ddfcc +size 496387 diff --git a/vlm/train/rJliMh09F7/9.png b/vlm/train/rJliMh09F7/9.png new file mode 100644 index 0000000000000000000000000000000000000000..aba77a5ba8acee7926bbd5754dbf562cf3b88eef --- /dev/null +++ b/vlm/train/rJliMh09F7/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618562826304a09bfe3a65e729293354819a9db5b827a378a53c2f3358e5efac +size 513810 diff --git a/vlm/train/rJrTwxbCb/0.png b/vlm/train/rJrTwxbCb/0.png new file mode 100644 index 0000000000000000000000000000000000000000..835b31ba423f26917a2299bb3aca8c576fc4bca7 --- /dev/null +++ b/vlm/train/rJrTwxbCb/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6463ffbb0bb9de2bd6993024440338564a0942470fdfd8a460c152de3ce26a3 +size 477890 diff --git a/vlm/train/rJrTwxbCb/1.png b/vlm/train/rJrTwxbCb/1.png new file mode 100644 index 0000000000000000000000000000000000000000..57b1e506a85c43e0c6bbfe31ea65145f79eb8cd6 --- /dev/null +++ b/vlm/train/rJrTwxbCb/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:971493106b655080669aee9543696acfbf31eabaf07049e0c2a3db6c341b94ea +size 606749 diff --git a/vlm/train/rJrTwxbCb/10.png b/vlm/train/rJrTwxbCb/10.png new file mode 100644 index 0000000000000000000000000000000000000000..7128fcc01ca8d547248cfc381aac67668fd13b17 --- /dev/null +++ b/vlm/train/rJrTwxbCb/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3a2413ddcc13e23aeeb1c574ed2d879acf56f0c2fe7ea59e46c74920f1f53d +size 522363 diff --git a/vlm/train/rJrTwxbCb/11.png b/vlm/train/rJrTwxbCb/11.png new file mode 100644 index 0000000000000000000000000000000000000000..3e89da9cf519e085d0edd1a70070d6bb86d78d9b --- /dev/null +++ b/vlm/train/rJrTwxbCb/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24cebff3d292f27dfc5363021331907741d77282a4ffe8e3776c454bb5829ed7 +size 347875 diff --git a/vlm/train/rJrTwxbCb/12.png b/vlm/train/rJrTwxbCb/12.png new file mode 100644 index 0000000000000000000000000000000000000000..fe6a7371cbccdee79f1f73051749a51033e71728 --- /dev/null +++ b/vlm/train/rJrTwxbCb/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a3cbfd431d22391525da9c873401c03a269788400a9f47bf67bcbcce703ba6 +size 557689 diff --git a/vlm/train/rJrTwxbCb/13.png b/vlm/train/rJrTwxbCb/13.png new file mode 100644 index 0000000000000000000000000000000000000000..71538d7e8e66fd545a4ef8a6e5a999d18c308ffc --- /dev/null +++ b/vlm/train/rJrTwxbCb/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d0ddad93253d7273b5c94f5a5f1f70f99d7794f4563cb6f8505e059e295dce +size 501076 diff --git a/vlm/train/rJrTwxbCb/2.png b/vlm/train/rJrTwxbCb/2.png new file mode 100644 index 0000000000000000000000000000000000000000..ea5643d0cb2b3f9095b0ca925ef5d0a9174280fc --- /dev/null +++ b/vlm/train/rJrTwxbCb/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57d37b3502558b735e89847071dfc3113b97cdfbb3ab72be9b3128e276296505 +size 567079 diff --git a/vlm/train/rJrTwxbCb/3.png b/vlm/train/rJrTwxbCb/3.png new file mode 100644 index 0000000000000000000000000000000000000000..d82869ea6ed050159a3e49982d59a14a354b3f82 --- /dev/null +++ b/vlm/train/rJrTwxbCb/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0524cdbd9adcf395298f66cbf9c8b0f5fd1aed6c51133bb2f2ebdce6d02a5b09 +size 416562 diff --git a/vlm/train/rJrTwxbCb/4.png b/vlm/train/rJrTwxbCb/4.png new file mode 100644 index 0000000000000000000000000000000000000000..f69b0d9a100db180594dc8990eb11b9b898e284c --- /dev/null +++ b/vlm/train/rJrTwxbCb/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c191c36627f03bc8a2c5fa12a32c96c22782860b1d549c30a0e151e885a5e7b2 +size 452779 diff --git a/vlm/train/rJrTwxbCb/5.png b/vlm/train/rJrTwxbCb/5.png new file mode 100644 index 0000000000000000000000000000000000000000..1e3f41985e5e33c16425c5b9dc73baf7f11a3b6f --- /dev/null +++ b/vlm/train/rJrTwxbCb/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e405da09a995c3edb6f31d949121519785d3a78ed57557c23d23892fd8fdc01 +size 483739 diff --git a/vlm/train/rJrTwxbCb/6.png b/vlm/train/rJrTwxbCb/6.png new file mode 100644 index 0000000000000000000000000000000000000000..3973d5289d86683cbb81ba68577d5c56a211487f --- /dev/null +++ b/vlm/train/rJrTwxbCb/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9940aa99a55cface67f9aa49cca06d8d7850ac2da3b2b0b056017bf711b5b72e +size 329068 diff --git a/vlm/train/rJrTwxbCb/7.png b/vlm/train/rJrTwxbCb/7.png new file mode 100644 index 0000000000000000000000000000000000000000..5c4e4c74c6cf217d9d850ac1f88d5a82c9908e48 --- /dev/null +++ b/vlm/train/rJrTwxbCb/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c1d6292677407480175f32341804d3127a059b3a277953275672aeedb187b0 +size 529036 diff --git a/vlm/train/rJrTwxbCb/8.png b/vlm/train/rJrTwxbCb/8.png new file mode 100644 index 0000000000000000000000000000000000000000..aaa66e502394aae80ab89356dcf73eab0ac76830 --- /dev/null +++ b/vlm/train/rJrTwxbCb/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ce209e3edbbe483b5a0370a405d553c701df7e81c877f079c9f70eb88eaee6 +size 557234 diff --git a/vlm/train/rJrTwxbCb/9.png b/vlm/train/rJrTwxbCb/9.png new file mode 100644 index 0000000000000000000000000000000000000000..43095afbc36b4fa5aa1bf2b254e762d6593db3f3 --- /dev/null +++ b/vlm/train/rJrTwxbCb/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf42426affc7bfa6561d8393756a0732920d1e60908dc717ee0c2973e53afb9d +size 432625 diff --git a/vlm/train/rJxpuoCqtQ/0.png b/vlm/train/rJxpuoCqtQ/0.png new file mode 100644 index 0000000000000000000000000000000000000000..ad5ad9f859ec5dcf6a78500bb8301eec9e74c845 --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79e344168b5068bb262c6bdd2417de88bba5fd1d1cc00be324c9fc22841b0d4 +size 486252 diff --git a/vlm/train/rJxpuoCqtQ/1.png b/vlm/train/rJxpuoCqtQ/1.png new file mode 100644 index 0000000000000000000000000000000000000000..e63d9035ebd76d45b607d0c680ac0e49de3ee132 --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:033f2b6bc12f2be7fa2288c5e33cc1adac81b4d2c5daf1fe4f7070577f391515 +size 452961 diff --git a/vlm/train/rJxpuoCqtQ/10.png b/vlm/train/rJxpuoCqtQ/10.png new file mode 100644 index 0000000000000000000000000000000000000000..d0565701b600695a87a0f95ea4781903042f8aaf --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0ef9831f72c1c4a924436b7b8a2435a15cb596af3c5aafd55929fb473a07b3 +size 358631 diff --git a/vlm/train/rJxpuoCqtQ/11.png b/vlm/train/rJxpuoCqtQ/11.png new file mode 100644 index 0000000000000000000000000000000000000000..03d5d169bfdecdbb691d56067bf3e784c5b4e3ba --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d038a5ec0e1682746b6cbbf76a773a96929e00c6823f70ebd2c80291d83ae3e3 +size 547188 diff --git a/vlm/train/rJxpuoCqtQ/12.png b/vlm/train/rJxpuoCqtQ/12.png new file mode 100644 index 0000000000000000000000000000000000000000..83218210f39b0881f56916b40f7c6c7b3d7f8388 --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac07147551fd1bbea5f5e40e5bafa9c8ab190cb04f5c73561e79298a5bc8968c +size 503260 diff --git a/vlm/train/rJxpuoCqtQ/13.png b/vlm/train/rJxpuoCqtQ/13.png new file mode 100644 index 0000000000000000000000000000000000000000..7b55c8706576da9ec6eaea1326ccfc9d7e133c20 --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27561cbec11c98860186ccb5605aee1a892b1ad0080a53ac77530de90f9b7dd6 +size 334818 diff --git a/vlm/train/rJxpuoCqtQ/14.png b/vlm/train/rJxpuoCqtQ/14.png new file mode 100644 index 0000000000000000000000000000000000000000..6523543f47c55dd60f83b2a36fc59d934beb3f3b --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c50f8bf31236813a0fb2dbf5ae919bc878767049daae5a8c5c59d871ed793b6 +size 539314 diff --git a/vlm/train/rJxpuoCqtQ/15.png b/vlm/train/rJxpuoCqtQ/15.png new file mode 100644 index 0000000000000000000000000000000000000000..f2ff38a8ea460c19150475bf91398929edec794d --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a54cdf2c30f2005a58bce17c7e0d3590a3470eefd60d44711377ead3bc7309 +size 242424 diff --git a/vlm/train/rJxpuoCqtQ/16.png b/vlm/train/rJxpuoCqtQ/16.png new file mode 100644 index 0000000000000000000000000000000000000000..c63f4a78d3637f11b444b53e49798385006eea03 --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:455a770336c9c6fbe21da2165d14b4f91ef13dce2097ff99975a693d0e44a754 +size 338057 diff --git a/vlm/train/rJxpuoCqtQ/17.png b/vlm/train/rJxpuoCqtQ/17.png new file mode 100644 index 0000000000000000000000000000000000000000..fef1548860d6fd1f3dfc8d626ec8c5c5eb57b54a --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c0a5a130dd27339f619df5a30edfce06ddb96fb8e3356ae3574ae866c9dbd5b +size 244904 diff --git a/vlm/train/rJxpuoCqtQ/18.png b/vlm/train/rJxpuoCqtQ/18.png new file mode 100644 index 0000000000000000000000000000000000000000..00e2586aa173b46f4959bb4e090ec86adefa6542 --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0394a72963ad039c6a86f362758b18f91b916912aabdd35917691d701665f14a +size 222971 diff --git a/vlm/train/rJxpuoCqtQ/19.png b/vlm/train/rJxpuoCqtQ/19.png new file mode 100644 index 0000000000000000000000000000000000000000..7968728500280441f0b78472d4e475897291a5ce --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4de1c7700f415eb617a960d779390468a693303674c094192c5146d033e364dc +size 223921 diff --git a/vlm/train/rJxpuoCqtQ/2.png b/vlm/train/rJxpuoCqtQ/2.png new file mode 100644 index 0000000000000000000000000000000000000000..fa4461ea9235022312389679e13e06325a85416e --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc1df4c79993563d983a56ed8fc9ec235dd01c34fa57b00683b6c775c98c08e +size 442674 diff --git a/vlm/train/rJxpuoCqtQ/20.png b/vlm/train/rJxpuoCqtQ/20.png new file mode 100644 index 0000000000000000000000000000000000000000..63d617e47eb5fce4b62adb463d1f35ca02aa8f7f --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:913a82ea45a12a1222a5e7c58b5a928f6c3c5d225bad09da7a7430c204184d44 +size 219666 diff --git a/vlm/train/rJxpuoCqtQ/21.png b/vlm/train/rJxpuoCqtQ/21.png new file mode 100644 index 0000000000000000000000000000000000000000..4182091fa44c0049c765eee616bd410064b218ad --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9cb870590f9e75577cff6afb297c90446f8db8f37c478408460a99a0bf5219b +size 225149 diff --git a/vlm/train/rJxpuoCqtQ/22.png b/vlm/train/rJxpuoCqtQ/22.png new file mode 100644 index 0000000000000000000000000000000000000000..4242b99668b56e99d119583638efdc72e64e09d9 --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:569492c10ce5288537880d84197c2a6140a63553292cdb3855d5cf2cea7147a9 +size 202401 diff --git a/vlm/train/rJxpuoCqtQ/23.png b/vlm/train/rJxpuoCqtQ/23.png new file mode 100644 index 0000000000000000000000000000000000000000..7470d3284bcd62d521d542cdd64dfd71da8f50fe --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac7e470ed7dcb26b716880d0d91ab46e040572970f88ae38cd39cfd8ee309445 +size 147763 diff --git a/vlm/train/rJxpuoCqtQ/24.png b/vlm/train/rJxpuoCqtQ/24.png new file mode 100644 index 0000000000000000000000000000000000000000..6597f37164296c1d27f469bec34fab441ac503ad --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afaea21dd9a425d8d0d3b43c3db615fa23afe7baa4c0f159f38cbf78048845c9 +size 204700 diff --git a/vlm/train/rJxpuoCqtQ/25.png b/vlm/train/rJxpuoCqtQ/25.png new file mode 100644 index 0000000000000000000000000000000000000000..ae8cb840565144fe648580baab9a0c24aa993e79 --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b539d774b364bf6fa8f047ce91dd7604c4dfcd2d4ebe83fd22b0d630d621dae +size 184170 diff --git a/vlm/train/rJxpuoCqtQ/26.png b/vlm/train/rJxpuoCqtQ/26.png new file mode 100644 index 0000000000000000000000000000000000000000..6d25628cf8fe926e40de86eb822c18bddc626d77 --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee64ce1f3b6ed2d5d858ff846d3dc39c5b6bf913b40dc723d3ce7bcfa490ce5c +size 196910 diff --git a/vlm/train/rJxpuoCqtQ/27.png b/vlm/train/rJxpuoCqtQ/27.png new file mode 100644 index 0000000000000000000000000000000000000000..c42f9cb1565ddae70f5a16fa9fb31a2b14fe7dd8 --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e067be7708b8a24d7077a717ed0cb83c4d230b4e9a2f02f5cf2533df04e293 +size 191303 diff --git a/vlm/train/rJxpuoCqtQ/28.png b/vlm/train/rJxpuoCqtQ/28.png new file mode 100644 index 0000000000000000000000000000000000000000..87664785bd6f0db2fabd75e5917dd7203ba9eb11 --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:862e45890435c3a8afb8b411223edc586f2b06005d2f969d91b392471a77f1ed +size 200291 diff --git a/vlm/train/rJxpuoCqtQ/29.png b/vlm/train/rJxpuoCqtQ/29.png new file mode 100644 index 0000000000000000000000000000000000000000..136dade4bff86e17c14d2fe137634c7dea7b1b45 --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41f5eef68229071d93a88adbf4ea84f68c28cbdfaec76d9d60c341f981b6b940 +size 190635 diff --git a/vlm/train/rJxpuoCqtQ/3.png b/vlm/train/rJxpuoCqtQ/3.png new file mode 100644 index 0000000000000000000000000000000000000000..f79bfae62bb0ecc7d06405ed9925fd4f2f1281ed --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb67b12bfd204d589abe93334d5e4783a100b52c638e4bc7f194fefa524fbd45 +size 403650 diff --git a/vlm/train/rJxpuoCqtQ/30.png b/vlm/train/rJxpuoCqtQ/30.png new file mode 100644 index 0000000000000000000000000000000000000000..bc2bc25e19ce15dc5bfc7ead04200c2ec774c605 --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13760d3dd6b9100a7543c352f34e63654087d624117bbfb21a68041438e92361 +size 201650 diff --git a/vlm/train/rJxpuoCqtQ/31.png b/vlm/train/rJxpuoCqtQ/31.png new file mode 100644 index 0000000000000000000000000000000000000000..c3111c5960c21bada9c2e5b952a285fbf14a10b4 --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b3467fcc286a7a0d2e69ffc80ba843eaca2c1891dcaf5981dfbe73a0b87a80 +size 266648 diff --git a/vlm/train/rJxpuoCqtQ/32.png b/vlm/train/rJxpuoCqtQ/32.png new file mode 100644 index 0000000000000000000000000000000000000000..78f79f7b638b8fd32e96103585008c61cc62cc5a --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce316adb0d0f18333103bff9d998f6f6c1c1cb84d666009a03cd87e3f9349003 +size 261893 diff --git a/vlm/train/rJxpuoCqtQ/33.png b/vlm/train/rJxpuoCqtQ/33.png new file mode 100644 index 0000000000000000000000000000000000000000..5558a2c9bbd28c13f6da7edf12c6b8e4ed4616cd --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57a5f27a59c84293f05e28e274a6b2e3398b9a7dbba6c5025e249c58127e7575 +size 245856 diff --git a/vlm/train/rJxpuoCqtQ/34.png b/vlm/train/rJxpuoCqtQ/34.png new file mode 100644 index 0000000000000000000000000000000000000000..8adcf10fe9e081ab19b5acda19a229395a83087a --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58fa56feca490d04b695dca4731ee2a515689e7a56f68616c3c9941abbf17ba6 +size 245096 diff --git a/vlm/train/rJxpuoCqtQ/35.png b/vlm/train/rJxpuoCqtQ/35.png new file mode 100644 index 0000000000000000000000000000000000000000..a68ebcf3b1a28afbc5d5f9bc2ba8c2e52ada081c --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e466fdce454e486e429ec8acc1b2d2a41434abb9c9ff0b216c24e0578b8736 +size 58415 diff --git a/vlm/train/rJxpuoCqtQ/4.png b/vlm/train/rJxpuoCqtQ/4.png new file mode 100644 index 0000000000000000000000000000000000000000..44d63440f07d7705e5352dfc98f55aa53bf8916f --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c5e2a7b710a558c347bf5f88c76c20f64ce2c340722ca99485b6c1a072623b +size 516519 diff --git a/vlm/train/rJxpuoCqtQ/5.png b/vlm/train/rJxpuoCqtQ/5.png new file mode 100644 index 0000000000000000000000000000000000000000..2e9abbd1c3dc5e0a565086cc6dce8e9346558eac --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e629b68b2950ba6e9ed5f953752246a87a5288abcbc3cdc154fb287a4142c28 +size 482312 diff --git a/vlm/train/rJxpuoCqtQ/6.png b/vlm/train/rJxpuoCqtQ/6.png new file mode 100644 index 0000000000000000000000000000000000000000..23248e886e69f0025af03c6e51f2e006e22aa1b4 --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e008214fa77ef6818b35eae7e68bf89b0442a866d9b88ac10fbe29965f741dc +size 249353 diff --git a/vlm/train/rJxpuoCqtQ/7.png b/vlm/train/rJxpuoCqtQ/7.png new file mode 100644 index 0000000000000000000000000000000000000000..3b3bde51f93fb0fea2d1aff4121f356ba0934d66 --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a465d0923e954430d00f1898f3fe88ecb61ee8cc195048df96db5d681d13dcf +size 494597 diff --git a/vlm/train/rJxpuoCqtQ/8.png b/vlm/train/rJxpuoCqtQ/8.png new file mode 100644 index 0000000000000000000000000000000000000000..0d703a233df9b7d0dc889bf35092ff8a3f677634 --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf7aec135266e81e4339cdd77ffccc6399f0927f496163e9e2b622f3fbd530b6 +size 465202 diff --git a/vlm/train/rJxpuoCqtQ/9.png b/vlm/train/rJxpuoCqtQ/9.png new file mode 100644 index 0000000000000000000000000000000000000000..4a27656478fbb166e2cce040ab48e1ed8b6d3eff --- /dev/null +++ b/vlm/train/rJxpuoCqtQ/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c412d4b9cb20360f98fecffa3653491e61e3e7876808e0cb46554f40d76480a +size 560895 diff --git a/vlm/train/rkE3y85ee/0.png b/vlm/train/rkE3y85ee/0.png new file mode 100644 index 0000000000000000000000000000000000000000..950b8a7637fda243e63c54c8c73c80163d9423a6 --- /dev/null +++ b/vlm/train/rkE3y85ee/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de89ae0114a69dab6909fb434af3babb1658e552acbab0a7dac3d242722e6a13 +size 435427 diff --git a/vlm/train/rkE3y85ee/1.png b/vlm/train/rkE3y85ee/1.png new file mode 100644 index 0000000000000000000000000000000000000000..13e37c971e4af77e81a5d092605fd70cb1e4dc72 --- /dev/null +++ b/vlm/train/rkE3y85ee/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c8e3b7203dc4c10427653deddeb918394789f148373d07a771ff0cde6267b1 +size 398540 diff --git a/vlm/train/rkE3y85ee/10.png b/vlm/train/rkE3y85ee/10.png new file mode 100644 index 0000000000000000000000000000000000000000..a8b63e50b53f370f5c45039252257d78ef12522b --- /dev/null +++ b/vlm/train/rkE3y85ee/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d479762823e8bced1f5e19c7e30eee130b7e6bccd332511d64ccea80498705a +size 318250 diff --git a/vlm/train/rkE3y85ee/11.png b/vlm/train/rkE3y85ee/11.png new file mode 100644 index 0000000000000000000000000000000000000000..ebdadd0ee2cb622b6daebe2f53a4aa1d3f3c46ac --- /dev/null +++ b/vlm/train/rkE3y85ee/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d107d6a63200ea266f786598491ab60083dabf9e62f401a976ecde80c9ce2dd0 +size 315073 diff --git a/vlm/train/rkE3y85ee/2.png b/vlm/train/rkE3y85ee/2.png new file mode 100644 index 0000000000000000000000000000000000000000..121c158c164bad80b3ff9af66e4e2809bea2feb5 --- /dev/null +++ b/vlm/train/rkE3y85ee/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aebe464527aac2bb32ae25b2be845f37de2c01c4c8de39a91acabe8f461e5a8 +size 533783 diff --git a/vlm/train/rkE3y85ee/3.png b/vlm/train/rkE3y85ee/3.png new file mode 100644 index 0000000000000000000000000000000000000000..b81a169f7d2db355ecf0f04c76b9bc79e99fbca3 --- /dev/null +++ b/vlm/train/rkE3y85ee/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee1c2cd6fcbbb6630b22c8507b57178bdbcd9082acc07db50e98a3fc722b09a +size 429206 diff --git a/vlm/train/rkE3y85ee/4.png b/vlm/train/rkE3y85ee/4.png new file mode 100644 index 0000000000000000000000000000000000000000..b91049466d6b3e2095052839d38c8f8a6776af53 --- /dev/null +++ b/vlm/train/rkE3y85ee/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09626eace2bca5c3f1739d4f0a09d6a92d34303c7ba24fd841fa23087386b092 +size 513089 diff --git a/vlm/train/rkE3y85ee/5.png b/vlm/train/rkE3y85ee/5.png new file mode 100644 index 0000000000000000000000000000000000000000..514c69fa12f17b01a7e2ded385c8a1858b622860 --- /dev/null +++ b/vlm/train/rkE3y85ee/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:151699785e1b9cc1b2e66cfe109e997d8644e2959516fb89033cf0c18af527c0 +size 544779 diff --git a/vlm/train/rkE3y85ee/6.png b/vlm/train/rkE3y85ee/6.png new file mode 100644 index 0000000000000000000000000000000000000000..8e6cf674529b7fde5d9d1b09635f5f19467fcd80 --- /dev/null +++ b/vlm/train/rkE3y85ee/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c195d69f25b07f5656b5b6b6bdcefbb3f21edd6aad4547ca885d1cf7176b623 +size 483164 diff --git a/vlm/train/rkE3y85ee/7.png b/vlm/train/rkE3y85ee/7.png new file mode 100644 index 0000000000000000000000000000000000000000..9311c68d8b8446c5527c10ca977fa57bc1a94310 --- /dev/null +++ b/vlm/train/rkE3y85ee/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb2ab1b35b9810b4eacfe83202248123af093c66f3f3a02fe231a8979f047a6 +size 512809 diff --git a/vlm/train/rkE3y85ee/8.png b/vlm/train/rkE3y85ee/8.png new file mode 100644 index 0000000000000000000000000000000000000000..8d9aaacb07ca4896630b6870f967e6da7c3b5132 --- /dev/null +++ b/vlm/train/rkE3y85ee/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8858012aaebe1d1556ccecefbbda708cb8c502789b2994b6ffd11bcae30e2455 +size 475098 diff --git a/vlm/train/rkE3y85ee/9.png b/vlm/train/rkE3y85ee/9.png new file mode 100644 index 0000000000000000000000000000000000000000..b6111f2dcc1a5ca1921e49b21daf6acd5738c6c9 --- /dev/null +++ b/vlm/train/rkE3y85ee/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c56854d32eaf5fc1d9fde6905c7f670391f643f6e5b5039884d6f5965228820 +size 425995 diff --git a/vlm/train/rkZzY-lCb/0.png b/vlm/train/rkZzY-lCb/0.png new file mode 100644 index 0000000000000000000000000000000000000000..a023219bbe02053759ffff3e17cd555e53bc7402 --- /dev/null +++ b/vlm/train/rkZzY-lCb/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc0a220bdcb6b2b9557649af1253beb822b5336a7b8861d02abb576befa8b73 +size 487939 diff --git a/vlm/train/rkZzY-lCb/1.png b/vlm/train/rkZzY-lCb/1.png new file mode 100644 index 0000000000000000000000000000000000000000..0410e940b9c9a718a7809102e4cc587540e07a31 --- /dev/null +++ b/vlm/train/rkZzY-lCb/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40c4278267af343af4d69271b2eea8c0074a5db73ebd28976d0872b094c91133 +size 488538 diff --git a/vlm/train/rkZzY-lCb/10.png b/vlm/train/rkZzY-lCb/10.png new file mode 100644 index 0000000000000000000000000000000000000000..b456bfd2baa231d153742eff8fd992bb333fab64 --- /dev/null +++ b/vlm/train/rkZzY-lCb/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8cfd3ab38350ff4e462114a5175ebe4b6996fd52b334b2145906d5cf26b9afa +size 601181 diff --git a/vlm/train/rkZzY-lCb/11.png b/vlm/train/rkZzY-lCb/11.png new file mode 100644 index 0000000000000000000000000000000000000000..5f08fde13b2dc993bc9c23e3edaaf401883bcf28 --- /dev/null +++ b/vlm/train/rkZzY-lCb/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:039e07a7ec6f270d125264a7c0117ab5fa5bbe17627121f87c31b19d55b18ff4 +size 692971 diff --git a/vlm/train/rkZzY-lCb/12.png b/vlm/train/rkZzY-lCb/12.png new file mode 100644 index 0000000000000000000000000000000000000000..7a8a477eb0509dbbd8981e665b775d2a83796d3d --- /dev/null +++ b/vlm/train/rkZzY-lCb/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ff7d22ab4eb9ef6496cab9319d6f67c062da6a08742b0ce38b782e0bb078c0 +size 370195 diff --git a/vlm/train/rkZzY-lCb/13.png b/vlm/train/rkZzY-lCb/13.png new file mode 100644 index 0000000000000000000000000000000000000000..1934a0eb684426d563a28f9555b99d23dd606bd0 --- /dev/null +++ b/vlm/train/rkZzY-lCb/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1a9cef285085310c3355096cf4d0068e53902a3dd1c7d8a7bf8dd63c9ea3e7 +size 526933 diff --git a/vlm/train/rkZzY-lCb/14.png b/vlm/train/rkZzY-lCb/14.png new file mode 100644 index 0000000000000000000000000000000000000000..68368e9b59a9771cdf12a451ff5c411d9b21bcab --- /dev/null +++ b/vlm/train/rkZzY-lCb/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e81cc67dd2eb46768bd281934fbbe11790b02dc903fd11c7c1f0bf967fa6ef7e +size 237171 diff --git a/vlm/train/rkZzY-lCb/15.png b/vlm/train/rkZzY-lCb/15.png new file mode 100644 index 0000000000000000000000000000000000000000..9576653d40816b1eb4d73ad81b5e994f146a3384 --- /dev/null +++ b/vlm/train/rkZzY-lCb/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b6345df42831ba0121536b79776ea4c5cfae6ac1e5ce311f6129ea2ffa09b5 +size 344251 diff --git a/vlm/train/rkZzY-lCb/16.png b/vlm/train/rkZzY-lCb/16.png new file mode 100644 index 0000000000000000000000000000000000000000..636bca113d881ca9409594421ee865f47ff7e0ec --- /dev/null +++ b/vlm/train/rkZzY-lCb/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00afa2be1d0ced12afbd2856fa033d0b334097df8ecb8e6255ea0d86dbe41c97 +size 438899 diff --git a/vlm/train/rkZzY-lCb/17.png b/vlm/train/rkZzY-lCb/17.png new file mode 100644 index 0000000000000000000000000000000000000000..093d3229d887b27fadb1f50269f93dc0ada062e9 --- /dev/null +++ b/vlm/train/rkZzY-lCb/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f550d4a96f51e479c336350a5e9ca3fed7ef709688f288b62449f35f8d00ad +size 255691 diff --git a/vlm/train/rkZzY-lCb/2.png b/vlm/train/rkZzY-lCb/2.png new file mode 100644 index 0000000000000000000000000000000000000000..e0eec305f9a73cec57dfc9dcc122d9928f7dac57 --- /dev/null +++ b/vlm/train/rkZzY-lCb/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36bbef189be537e0c9fd8df4b0738d35d2e0486bf879af061a17f702679eeaac +size 441717 diff --git a/vlm/train/rkZzY-lCb/3.png b/vlm/train/rkZzY-lCb/3.png new file mode 100644 index 0000000000000000000000000000000000000000..c12f555133f9227155a38aded79aa42e2780ef38 --- /dev/null +++ b/vlm/train/rkZzY-lCb/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b0d9d00ff6f8672aa55f82f7822bf6b60609a7acfcf23fe7c29b1c2892c062 +size 460205 diff --git a/vlm/train/rkZzY-lCb/4.png b/vlm/train/rkZzY-lCb/4.png new file mode 100644 index 0000000000000000000000000000000000000000..205a66554ef1cad81d98ddb4e12e77a1cff9ff72 --- /dev/null +++ b/vlm/train/rkZzY-lCb/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ac14bd593324c818b7143aec576c2197c36461ef586008818ea01d743a0881f +size 506983 diff --git a/vlm/train/rkZzY-lCb/5.png b/vlm/train/rkZzY-lCb/5.png new file mode 100644 index 0000000000000000000000000000000000000000..52bae130d10f560aae027b89195dc5c12e593fdc --- /dev/null +++ b/vlm/train/rkZzY-lCb/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed8b1725523e3ef9d8d5a8404b7c4e05cb1c25daf4953b8e8d1027db09a08512 +size 495566 diff --git a/vlm/train/rkZzY-lCb/6.png b/vlm/train/rkZzY-lCb/6.png new file mode 100644 index 0000000000000000000000000000000000000000..ab054abc3aee559710528252390d8affb5876766 --- /dev/null +++ b/vlm/train/rkZzY-lCb/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aa06efa81a552e68a7a5d865f65aa7789e8637644f7c51567be252754171ee0 +size 521490 diff --git a/vlm/train/rkZzY-lCb/7.png b/vlm/train/rkZzY-lCb/7.png new file mode 100644 index 0000000000000000000000000000000000000000..f6aad260beaa6733fe40500d3d0ba039fa3538f7 --- /dev/null +++ b/vlm/train/rkZzY-lCb/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18941a8825f3cd4b2eb6c8aeb4c7bbe74b7ee2af09eb19d5797f48a6e251db64 +size 526559 diff --git a/vlm/train/rkZzY-lCb/8.png b/vlm/train/rkZzY-lCb/8.png new file mode 100644 index 0000000000000000000000000000000000000000..d1f7116c3a16ab15b36ac70d0d980797488e6315 --- /dev/null +++ b/vlm/train/rkZzY-lCb/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5f491bcbccc67a44367d519f2a8211957b6eb7423fc02e5aaff34fde04dd08 +size 465859 diff --git a/vlm/train/rkZzY-lCb/9.png b/vlm/train/rkZzY-lCb/9.png new file mode 100644 index 0000000000000000000000000000000000000000..fe9dd190943e07a1991b8fdc7959cfdf82b79c50 --- /dev/null +++ b/vlm/train/rkZzY-lCb/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb79e238f062b13427eb3f7cf776af65586c22b944162c06b950e32c38cd5bd +size 377925 diff --git a/vlm/train/ryGDEjCcK7/0.png b/vlm/train/ryGDEjCcK7/0.png new file mode 100644 index 0000000000000000000000000000000000000000..5636ebc2d8b90582d6a29580bb914d4aa63ed7ba --- /dev/null +++ b/vlm/train/ryGDEjCcK7/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c14bff10d615dc0e10d05a15fb35d0549c60930538f0e0e214039304abee44 +size 434977 diff --git a/vlm/train/ryGDEjCcK7/1.png b/vlm/train/ryGDEjCcK7/1.png new file mode 100644 index 0000000000000000000000000000000000000000..b2f2b6479edf06bed3118e10f96b593fa6221726 --- /dev/null +++ b/vlm/train/ryGDEjCcK7/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f724a92b2dc9717498eb587c490dd19d8b84700691e21635b0778380610ab2ca +size 408651 diff --git a/vlm/train/ryGDEjCcK7/2.png b/vlm/train/ryGDEjCcK7/2.png new file mode 100644 index 0000000000000000000000000000000000000000..45f78f280173371a6c5564abaed94f0f93486d81 --- /dev/null +++ b/vlm/train/ryGDEjCcK7/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:033ef3f3f3abfa7455cf9596b53ad8f87bfaa6ab79be5908bf68314e2e9fdc16 +size 290239 diff --git a/vlm/train/ryGDEjCcK7/3.png b/vlm/train/ryGDEjCcK7/3.png new file mode 100644 index 0000000000000000000000000000000000000000..e98824d864005b186a86e8f154c5c6762f04167b --- /dev/null +++ b/vlm/train/ryGDEjCcK7/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ac9622c497161d2b350644c0508fcf10564cc2f77c040f3cc96a375a2c578f +size 252240 diff --git a/vlm/train/ryGDEjCcK7/4.png b/vlm/train/ryGDEjCcK7/4.png new file mode 100644 index 0000000000000000000000000000000000000000..a0864e8bb541ea7d1874b0332517740be0c964a9 --- /dev/null +++ b/vlm/train/ryGDEjCcK7/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d9b99a8819fe80d36fe31f80a1c720837c2d9b67ed641fdbe01920043fe66d6 +size 462381 diff --git a/vlm/train/ryGDEjCcK7/5.png b/vlm/train/ryGDEjCcK7/5.png new file mode 100644 index 0000000000000000000000000000000000000000..9f12ba6f0498ca16f85332b1a157e34e115e8068 --- /dev/null +++ b/vlm/train/ryGDEjCcK7/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:099058726d18aab53338cdb2ec8238e2f990b530ac2f194d9a2885cfa486177a +size 523482 diff --git a/vlm/train/ryGDEjCcK7/6.png b/vlm/train/ryGDEjCcK7/6.png new file mode 100644 index 0000000000000000000000000000000000000000..894bf68c4ff7ec6b071dd3eb5d2a1a704ee3ea21 --- /dev/null +++ b/vlm/train/ryGDEjCcK7/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c1ea78cb1dff4256b8c604b5d9112ad9a62d20fb829a9d9bed9db2387d59350 +size 511707 diff --git a/vlm/train/ryGDEjCcK7/7.png b/vlm/train/ryGDEjCcK7/7.png new file mode 100644 index 0000000000000000000000000000000000000000..618b980dcd896c30d939f047be4e6b5c4b3855ef --- /dev/null +++ b/vlm/train/ryGDEjCcK7/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea0ef6d72ac0e311c52d3b0cc61eede43cc79c3b5672fb4039b60595fb5387c +size 420575 diff --git a/vlm/train/ryGDEjCcK7/8.png b/vlm/train/ryGDEjCcK7/8.png new file mode 100644 index 0000000000000000000000000000000000000000..9770a1b395e5bb423176312ca269652eee98330c --- /dev/null +++ b/vlm/train/ryGDEjCcK7/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e0953b272f0ed151ffdd72024404806774d327703c8d6535e56a325d5ab1d5 +size 544853 diff --git a/vlm/train/rygf-kSYwH/10.png b/vlm/train/rygf-kSYwH/10.png new file mode 100644 index 0000000000000000000000000000000000000000..0340bd81b1c98bcaf1752aaeca727c64245ba2c6 --- /dev/null +++ b/vlm/train/rygf-kSYwH/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5683fef8841b4cc42da87651bfc9299ce88cca32143f479c1f9b726ddf8900b3 +size 547074 diff --git a/vlm/train/rygf-kSYwH/11.png b/vlm/train/rygf-kSYwH/11.png new file mode 100644 index 0000000000000000000000000000000000000000..bfb05853a912e46277a6d290f1ab8128de992990 --- /dev/null +++ b/vlm/train/rygf-kSYwH/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:500a4e708901ee50c8506eab40b3fa670d1ddf676d719546a4c8ac1fc94dfc53 +size 453051 diff --git a/vlm/train/rygf-kSYwH/14.png b/vlm/train/rygf-kSYwH/14.png new file mode 100644 index 0000000000000000000000000000000000000000..2348a9f3a47d7e32016a727f8fba8e6507334bae --- /dev/null +++ b/vlm/train/rygf-kSYwH/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3bf113ee8796ed00ccb37593d596557f0e89df1d445dbc1796563c355f09011 +size 390476 diff --git a/vlm/train/rygf-kSYwH/17.png b/vlm/train/rygf-kSYwH/17.png new file mode 100644 index 0000000000000000000000000000000000000000..6fac07848610a7f016359dd8223a44c016531387 --- /dev/null +++ b/vlm/train/rygf-kSYwH/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b14fad2745855cd80fe3f3d32ba0642b6d4b8c782e25933ee8d32b1da76bd1a +size 436710 diff --git a/vlm/train/rygf-kSYwH/2.png b/vlm/train/rygf-kSYwH/2.png new file mode 100644 index 0000000000000000000000000000000000000000..0523a2f31f78fb006554dd98270fe92dc6adda54 --- /dev/null +++ b/vlm/train/rygf-kSYwH/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad358a0cf632821c027880e3aecab3e3c9a332cd584f89851219c1c223ef1978 +size 553641 diff --git a/vlm/train/rygf-kSYwH/3.png b/vlm/train/rygf-kSYwH/3.png new file mode 100644 index 0000000000000000000000000000000000000000..df87cb95e7fd84029bb4e7ff235de8c1a070ca38 --- /dev/null +++ b/vlm/train/rygf-kSYwH/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4837fdf183e0ba286d323af4e6506d61c7fa533a4feae077a1435c7564097bf3 +size 588987 diff --git a/vlm/train/rygf-kSYwH/6.png b/vlm/train/rygf-kSYwH/6.png new file mode 100644 index 0000000000000000000000000000000000000000..7081b832c48efb71de114779ea1e034300e78dd7 --- /dev/null +++ b/vlm/train/rygf-kSYwH/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6627e72ec8354091449d7c64ede6259ce986866fbceac58d3b39e6bcb228b9 +size 455371 diff --git a/vlm/train/rygf-kSYwH/9.png b/vlm/train/rygf-kSYwH/9.png new file mode 100644 index 0000000000000000000000000000000000000000..c371d0d19a6eb069f8a7544b26e9586652b81e97 --- /dev/null +++ b/vlm/train/rygf-kSYwH/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc024ac9703928e2e0531522416dd6792bd7ed91c33c5c4006d576e0620dabf +size 511093 diff --git a/vlm/train/rygqqsA9KX/0.png b/vlm/train/rygqqsA9KX/0.png new file mode 100644 index 0000000000000000000000000000000000000000..63ccfcd44e716872d5e45016b6d0ae82b32954cc --- /dev/null +++ b/vlm/train/rygqqsA9KX/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f12b60d44083c3db1fd35bf61bee3cd88f7bcb24fb411a8f784037735a41b5 +size 520418 diff --git a/vlm/train/rygqqsA9KX/1.png b/vlm/train/rygqqsA9KX/1.png new file mode 100644 index 0000000000000000000000000000000000000000..194962ed4de8534f193ab6bd7c7799bc581bbebb --- /dev/null +++ b/vlm/train/rygqqsA9KX/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d75cf2f7f2016ac06de09601bb270b0c98f2e8ca7459f48e734567d0cb6200d +size 605308 diff --git a/vlm/train/rygqqsA9KX/10.png b/vlm/train/rygqqsA9KX/10.png new file mode 100644 index 0000000000000000000000000000000000000000..b733a687d128fc8c6d33b625c666cf5082c31945 --- /dev/null +++ b/vlm/train/rygqqsA9KX/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f8c7c1209fb9ce6e9ed6e3eeff8a4ce188f01ccb804074a4d70d342490dba5 +size 549035 diff --git a/vlm/train/rygqqsA9KX/11.png b/vlm/train/rygqqsA9KX/11.png new file mode 100644 index 0000000000000000000000000000000000000000..42d621a0888140c37ebbda7d95f602b6029d2a67 --- /dev/null +++ b/vlm/train/rygqqsA9KX/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d44c3f5a6e5b7969cfe1101790216caa6e65eda388b7c7761a8034e0ebe4f3 +size 538731 diff --git a/vlm/train/rygqqsA9KX/12.png b/vlm/train/rygqqsA9KX/12.png new file mode 100644 index 0000000000000000000000000000000000000000..63e1ff0a6c4c66f3f084bdb55748abab4bac686f --- /dev/null +++ b/vlm/train/rygqqsA9KX/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1502c3375f168ff40430d8813a1c9ace1236ed6af11cfe5f19f921b3689bd020 +size 402575 diff --git a/vlm/train/rygqqsA9KX/13.png b/vlm/train/rygqqsA9KX/13.png new file mode 100644 index 0000000000000000000000000000000000000000..cb67f1be4e078a9444077d52284f0f9933e20198 --- /dev/null +++ b/vlm/train/rygqqsA9KX/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:790f2c37edf109db12562f5205c906fa718976e723ede0bb2da6232421e3939a +size 434697 diff --git a/vlm/train/rygqqsA9KX/14.png b/vlm/train/rygqqsA9KX/14.png new file mode 100644 index 0000000000000000000000000000000000000000..fa5e413721d155a62f81b7018477612769783b54 --- /dev/null +++ b/vlm/train/rygqqsA9KX/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54acbd9efce2e5b9f0f67d57dd4df5299304ce5d22aa78a167a18fa99f1a37ca +size 584655 diff --git a/vlm/train/rygqqsA9KX/15.png b/vlm/train/rygqqsA9KX/15.png new file mode 100644 index 0000000000000000000000000000000000000000..412f03e9c9c3f92cd4a41fb8596ef1c639d87e38 --- /dev/null +++ b/vlm/train/rygqqsA9KX/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e2a45923a145506f5a37dd43597ce1d2cbf6286ceed3fe5c9a32222ada8ee0 +size 439673 diff --git a/vlm/train/rygqqsA9KX/16.png b/vlm/train/rygqqsA9KX/16.png new file mode 100644 index 0000000000000000000000000000000000000000..09295e95019b8a688d5d181c9f9d2ea9dababb23 --- /dev/null +++ b/vlm/train/rygqqsA9KX/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a2db28ffa033aa132c54589e18035243450e55e4dfb3cbdafb865dc9ecaa39 +size 480042 diff --git a/vlm/train/rygqqsA9KX/17.png b/vlm/train/rygqqsA9KX/17.png new file mode 100644 index 0000000000000000000000000000000000000000..e3d1cff6de23e408a9b7cdee56016c17d5ba37b5 --- /dev/null +++ b/vlm/train/rygqqsA9KX/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4cf582d5ffab49fd110fbda23dc7189f1b0f2e7f61ce3f88be08ec805785bd5 +size 573651 diff --git a/vlm/train/rygqqsA9KX/18.png b/vlm/train/rygqqsA9KX/18.png new file mode 100644 index 0000000000000000000000000000000000000000..5c6a0c898ccf8bd18db143f1c862601f31b713c9 --- /dev/null +++ b/vlm/train/rygqqsA9KX/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:146ceceb0a495f40ee7f4139d28b3ce179f93fde568650668969c6c7172ae135 +size 523338 diff --git a/vlm/train/rygqqsA9KX/19.png b/vlm/train/rygqqsA9KX/19.png new file mode 100644 index 0000000000000000000000000000000000000000..e4f253d44ce52f45918ea28e00c24b23c22fe1a7 --- /dev/null +++ b/vlm/train/rygqqsA9KX/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee2ab69e54a3043cb4784bbdfa23b49747a1cc43c55a8c8a044f0eef9324f729 +size 232791 diff --git a/vlm/train/rygqqsA9KX/2.png b/vlm/train/rygqqsA9KX/2.png new file mode 100644 index 0000000000000000000000000000000000000000..c14427992fcd254a9f53c6434fb4bc7208b7bcdd --- /dev/null +++ b/vlm/train/rygqqsA9KX/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7798cd11a30310d78f9b70372cd9cfb86f5accb13acb4b068452b4d5f2d34289 +size 589460 diff --git a/vlm/train/rygqqsA9KX/3.png b/vlm/train/rygqqsA9KX/3.png new file mode 100644 index 0000000000000000000000000000000000000000..1250b4a9614b5d0fece514664829b496c77429dc --- /dev/null +++ b/vlm/train/rygqqsA9KX/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e2a72789a134c9ea7f1cdc93afcaab018d53b7a4b8473d6c1a51c490d6230f5 +size 689218 diff --git a/vlm/train/rygqqsA9KX/4.png b/vlm/train/rygqqsA9KX/4.png new file mode 100644 index 0000000000000000000000000000000000000000..f7c774a6c5864067365d2800616c3e1d9fe4b168 --- /dev/null +++ b/vlm/train/rygqqsA9KX/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:905d94592a32ed790afdb9073ffc5f63881acb78f725cfb480c19e18eca159de +size 555794 diff --git a/vlm/train/rygqqsA9KX/5.png b/vlm/train/rygqqsA9KX/5.png new file mode 100644 index 0000000000000000000000000000000000000000..3a75afeebd714fe3b85fae81574e588fc708a495 --- /dev/null +++ b/vlm/train/rygqqsA9KX/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c12411541b7f478c84cc92e088f542c6ec07591de5fdf3ba4fedf78116291e +size 662748 diff --git a/vlm/train/rygqqsA9KX/6.png b/vlm/train/rygqqsA9KX/6.png new file mode 100644 index 0000000000000000000000000000000000000000..2f09d470f906f6b20c8e0da36c8d8d41eeb1ea66 --- /dev/null +++ b/vlm/train/rygqqsA9KX/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33df9aa7453a308cf8e64af8c62f648a2c73e899e8dfb413238494cbc5f9d6f2 +size 614220 diff --git a/vlm/train/rygqqsA9KX/7.png b/vlm/train/rygqqsA9KX/7.png new file mode 100644 index 0000000000000000000000000000000000000000..8c459cb452f5b4070a5380ef754a3f5a67621284 --- /dev/null +++ b/vlm/train/rygqqsA9KX/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9fb9b4b9a8575ddf155b35b2af3bdd0d1d1b7164ab977ee5cd23b457c7a27a1 +size 648282 diff --git a/vlm/train/rygqqsA9KX/8.png b/vlm/train/rygqqsA9KX/8.png new file mode 100644 index 0000000000000000000000000000000000000000..c25b5e8bab4c502dd91497cbe51a47497aeaad82 --- /dev/null +++ b/vlm/train/rygqqsA9KX/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18403d0060fa3a592c5c1ad8c9eb179e35fd0f429909a1ac560d2274a3e2d43b +size 546285 diff --git a/vlm/train/rygqqsA9KX/9.png b/vlm/train/rygqqsA9KX/9.png new file mode 100644 index 0000000000000000000000000000000000000000..6ba8a7ec2096d9b1877a1782278bcbb04ffd5b3e --- /dev/null +++ b/vlm/train/rygqqsA9KX/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1304536c66c9986bf45a7de25196ffdfc97743aaaeca7b2ddfb6d132bdde96a9 +size 554305 diff --git a/vlm/train/ryxY73AcK7/0.png b/vlm/train/ryxY73AcK7/0.png new file mode 100644 index 0000000000000000000000000000000000000000..9a9126263a9a9c2ceb9b61093bb91c6a02209f57 --- /dev/null +++ b/vlm/train/ryxY73AcK7/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92727c043c53d4a4225a03a600fbe8e388b6976ac3913e71ed28b541cdee10c8 +size 550844 diff --git a/vlm/train/ryxY73AcK7/1.png b/vlm/train/ryxY73AcK7/1.png new file mode 100644 index 0000000000000000000000000000000000000000..c3aaeb6d132d51a8cca4c6ad0908707d22b7d07a --- /dev/null +++ b/vlm/train/ryxY73AcK7/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d2df6dd70acc87ff48b6ff50768b08b6ac9a9bc96e2f600a3a5380bd4583478 +size 483461 diff --git a/vlm/train/ryxY73AcK7/10.png b/vlm/train/ryxY73AcK7/10.png new file mode 100644 index 0000000000000000000000000000000000000000..58dfd0ad63f5ef66ccda2af336dbd7afcd9cfecb --- /dev/null +++ b/vlm/train/ryxY73AcK7/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1876ad5e9e0ec254ee6cbd1c1dc29b4833e2bdfa0e547ca3d9c63e1ee0455f +size 552225 diff --git a/vlm/train/ryxY73AcK7/11.png b/vlm/train/ryxY73AcK7/11.png new file mode 100644 index 0000000000000000000000000000000000000000..d3470695624cd75af0a239f42e1abd49866bbe0b --- /dev/null +++ b/vlm/train/ryxY73AcK7/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98096c98a7fef464fd6972afceb48ff4fdc229f434be82cd4ef99407af7a6de +size 514827 diff --git a/vlm/train/ryxY73AcK7/12.png b/vlm/train/ryxY73AcK7/12.png new file mode 100644 index 0000000000000000000000000000000000000000..882085f1ec87f148182dce19bb5e5f34b41afebc --- /dev/null +++ b/vlm/train/ryxY73AcK7/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d953fb87983076efd06c699a0dea004f652141937fad6b39f165a1daa0142d10 +size 461914 diff --git a/vlm/train/ryxY73AcK7/13.png b/vlm/train/ryxY73AcK7/13.png new file mode 100644 index 0000000000000000000000000000000000000000..e6e067409686872ff7a77e9416f3b83f1575c1fc --- /dev/null +++ b/vlm/train/ryxY73AcK7/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84883f6da72464a7e8b46da134d12bf1fbe95b1de913d74889aeaa253fc4661 +size 407983 diff --git a/vlm/train/ryxY73AcK7/14.png b/vlm/train/ryxY73AcK7/14.png new file mode 100644 index 0000000000000000000000000000000000000000..9cb3bfb07c98bc4cebb48e40d6b7bfe46304b62d --- /dev/null +++ b/vlm/train/ryxY73AcK7/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd2eb85f56c5c375c114fe5531c3efd7833e6e07886341f768932921ddf2282f +size 551698 diff --git a/vlm/train/ryxY73AcK7/15.png b/vlm/train/ryxY73AcK7/15.png new file mode 100644 index 0000000000000000000000000000000000000000..23e07908841bd46c39710ff31fda8a7e540a2bcd --- /dev/null +++ b/vlm/train/ryxY73AcK7/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166e1890d446f4cba3b612e6330d495d8119237f0314d6e35c7fa180ca534d03 +size 375204 diff --git a/vlm/train/ryxY73AcK7/16.png b/vlm/train/ryxY73AcK7/16.png new file mode 100644 index 0000000000000000000000000000000000000000..af67a494c463fdb232ff77a8eb4aec75fd324898 --- /dev/null +++ b/vlm/train/ryxY73AcK7/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9bea16904430231ae22f68bc0ebdb4ef76db4f2cc8bbd05f991ac5a885ca76a +size 362473 diff --git a/vlm/train/ryxY73AcK7/17.png b/vlm/train/ryxY73AcK7/17.png new file mode 100644 index 0000000000000000000000000000000000000000..2e907ea3b11386281f34bc492cfd4d8a0022cec7 --- /dev/null +++ b/vlm/train/ryxY73AcK7/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ed7e5176f9c0e9348129b41a5eab77a466f55afd3156adcc7a7f30b4b7db63 +size 485422 diff --git a/vlm/train/ryxY73AcK7/18.png b/vlm/train/ryxY73AcK7/18.png new file mode 100644 index 0000000000000000000000000000000000000000..f9c16b7a63d62c82157d881f1b532dc4acdeb1e3 --- /dev/null +++ b/vlm/train/ryxY73AcK7/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:171a42603b978802c9ebc26bfb988da25b36bd9cca18da8ed7c66f973065e3ee +size 486062 diff --git a/vlm/train/ryxY73AcK7/19.png b/vlm/train/ryxY73AcK7/19.png new file mode 100644 index 0000000000000000000000000000000000000000..587031435391a331ff74ef4c40c87e1598bef109 --- /dev/null +++ b/vlm/train/ryxY73AcK7/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af525ea0d68bd21b3bb5eca7bb1c7b8187e675b454a138b5fbf848103e297953 +size 524916 diff --git a/vlm/train/ryxY73AcK7/2.png b/vlm/train/ryxY73AcK7/2.png new file mode 100644 index 0000000000000000000000000000000000000000..34cb2742e33cba7adce2162187335cfb128ae8f6 --- /dev/null +++ b/vlm/train/ryxY73AcK7/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6c2335f14929a1287d54ec54d8c2fb8314c4e3b791c007aefb7d9ab39ba6af +size 555121 diff --git a/vlm/train/ryxY73AcK7/20.png b/vlm/train/ryxY73AcK7/20.png new file mode 100644 index 0000000000000000000000000000000000000000..7f06c4e2297373312b8ccf5caa5ffd0106c390a8 --- /dev/null +++ b/vlm/train/ryxY73AcK7/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a8d0ee21f56bba3e4632f9ae53100a90a3477e27d5fa0bc7e4141ef9a005ec1 +size 421852 diff --git a/vlm/train/ryxY73AcK7/21.png b/vlm/train/ryxY73AcK7/21.png new file mode 100644 index 0000000000000000000000000000000000000000..2e6b5a3a9c647b64635313441e5dcc92e5768fe0 --- /dev/null +++ b/vlm/train/ryxY73AcK7/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5ddc81af004104ac6d4982300cb1589cb9aaa015f68d2f8bc59e9afc8bcd98 +size 542629 diff --git a/vlm/train/ryxY73AcK7/22.png b/vlm/train/ryxY73AcK7/22.png new file mode 100644 index 0000000000000000000000000000000000000000..e73c379889f9602740d2ec601d40b9e94c8897f7 --- /dev/null +++ b/vlm/train/ryxY73AcK7/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b7c248fc60412158565b09981d8445a07c0bf32d439e4b4e4ab350599b1f51b +size 894676 diff --git a/vlm/train/ryxY73AcK7/23.png b/vlm/train/ryxY73AcK7/23.png new file mode 100644 index 0000000000000000000000000000000000000000..06ccb03b24b0adaf1ff18b392a82198b8b4ff1ea --- /dev/null +++ b/vlm/train/ryxY73AcK7/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f1d0687fd114ecb554095021e3be04e6a2055bbf744ef399839a0f05a5f9c1 +size 507691 diff --git a/vlm/train/ryxY73AcK7/24.png b/vlm/train/ryxY73AcK7/24.png new file mode 100644 index 0000000000000000000000000000000000000000..a9568a57c8dc6526b4e978666dce062c37704d10 --- /dev/null +++ b/vlm/train/ryxY73AcK7/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb5303f7141b75ea94ee5ae56dd4b42d9a1d64f543f7a2896ab45bf11743ae15 +size 311896 diff --git a/vlm/train/ryxY73AcK7/3.png b/vlm/train/ryxY73AcK7/3.png new file mode 100644 index 0000000000000000000000000000000000000000..d874085c541931a6e1c57615358e74407e6a9025 --- /dev/null +++ b/vlm/train/ryxY73AcK7/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764aa0dbe13a8b31d3cd5db2064619a903f1e0d189b64dcc32450b279e11449a +size 510896 diff --git a/vlm/train/ryxY73AcK7/4.png b/vlm/train/ryxY73AcK7/4.png new file mode 100644 index 0000000000000000000000000000000000000000..125bc1e5ddd6bbd5fa8b0473384920b45486ecd5 --- /dev/null +++ b/vlm/train/ryxY73AcK7/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbcc4bc84ed7972a1e36cb4bb1f9d9c76522e1071a0edd7e77c753864f842ef5 +size 551726 diff --git a/vlm/train/ryxY73AcK7/5.png b/vlm/train/ryxY73AcK7/5.png new file mode 100644 index 0000000000000000000000000000000000000000..01009660043fe7a9a65caebbf5d7ab3b63ff3af6 --- /dev/null +++ b/vlm/train/ryxY73AcK7/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9810422f0f46998f44366f156540868d0750e519bf63cc10f91bb3b9df8b44 +size 629121 diff --git a/vlm/train/ryxY73AcK7/6.png b/vlm/train/ryxY73AcK7/6.png new file mode 100644 index 0000000000000000000000000000000000000000..5f7fe2124ecef11a57a2142ab01c0e9ed0a18357 --- /dev/null +++ b/vlm/train/ryxY73AcK7/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f565c664ab0d68b946f44b5e29a8e357705cc0667a5397b2ca32dde299f63254 +size 644701 diff --git a/vlm/train/ryxY73AcK7/7.png b/vlm/train/ryxY73AcK7/7.png new file mode 100644 index 0000000000000000000000000000000000000000..6ace5ba8f913341a98b2c756ee8ab53fcce8d789 --- /dev/null +++ b/vlm/train/ryxY73AcK7/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e4c18525fbc9bf737093c880073ef0dccec17bf3528eabd126eb73e1c16e9a7 +size 532370 diff --git a/vlm/train/ryxY73AcK7/8.png b/vlm/train/ryxY73AcK7/8.png new file mode 100644 index 0000000000000000000000000000000000000000..45cd024fd4fb997b4b7fb39fcee22f0e662f9399 --- /dev/null +++ b/vlm/train/ryxY73AcK7/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e6a2fca5d0518cea6930f84cdbcda4d2c2204b99a88455f96607c9ee333ee9 +size 584942 diff --git a/vlm/train/ryxY73AcK7/9.png b/vlm/train/ryxY73AcK7/9.png new file mode 100644 index 0000000000000000000000000000000000000000..ea825544e591cf6633df9ff7c622fabb8517788c --- /dev/null +++ b/vlm/train/ryxY73AcK7/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5121d3d0c303f47fcc07f95106eb1b80566ae1b8d654455e6a2b75c2aaa60ddb +size 789623 diff --git a/vlm/train/tnq_O52RVbR/0.png b/vlm/train/tnq_O52RVbR/0.png new file mode 100644 index 0000000000000000000000000000000000000000..8f77064d60781e13e334caf275e989f367b95a8c --- /dev/null +++ b/vlm/train/tnq_O52RVbR/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48af9628df4b2776619d8e44a234fa09b46b6081214a2611ff5aec9859f9b3f6 +size 507987 diff --git a/vlm/train/tnq_O52RVbR/1.png b/vlm/train/tnq_O52RVbR/1.png new file mode 100644 index 0000000000000000000000000000000000000000..dede05f7317778a965741e0e364def0dbb4bffc5 --- /dev/null +++ b/vlm/train/tnq_O52RVbR/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:790a1288f7469b3cacf99aadbad6277b29065d19a5361de421b0c3f843dd41cb +size 611349 diff --git a/vlm/train/tnq_O52RVbR/10.png b/vlm/train/tnq_O52RVbR/10.png new file mode 100644 index 0000000000000000000000000000000000000000..0acca4cb44851079724a2fde18528be7f68fbf3d --- /dev/null +++ b/vlm/train/tnq_O52RVbR/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c75628f081c533c8485fc1aa60fa6a9f875a377cb4457d75270b9082547d91f2 +size 493256 diff --git a/vlm/train/tnq_O52RVbR/11.png b/vlm/train/tnq_O52RVbR/11.png new file mode 100644 index 0000000000000000000000000000000000000000..1c1e9c7bb6d99dbefc7a5fe6faf30c5e4dbb81ec --- /dev/null +++ b/vlm/train/tnq_O52RVbR/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:441ce9c400dfebbb4ec59449c29b28bf6ddb722b6516d00b172edbe619cfccd0 +size 385687 diff --git a/vlm/train/tnq_O52RVbR/12.png b/vlm/train/tnq_O52RVbR/12.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e304d2330b6f75e80fd45132bb7e91de20fafb --- /dev/null +++ b/vlm/train/tnq_O52RVbR/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17991885313e0be36d3708e2abcc7c05f977cb82236beb55dc924d273ff381a4 +size 472042 diff --git a/vlm/train/tnq_O52RVbR/2.png b/vlm/train/tnq_O52RVbR/2.png new file mode 100644 index 0000000000000000000000000000000000000000..a214caff1c43fc5a43a5258c9f4a9d6da9e98ea7 --- /dev/null +++ b/vlm/train/tnq_O52RVbR/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b0dc153c97ae435b69a7fe33ad36c313532d0f1f5ff04bdad63370fafa04bf +size 533365 diff --git a/vlm/train/tnq_O52RVbR/3.png b/vlm/train/tnq_O52RVbR/3.png new file mode 100644 index 0000000000000000000000000000000000000000..140407768521c2156dc18a071b4fe72dbbb7f520 --- /dev/null +++ b/vlm/train/tnq_O52RVbR/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8680129a689bcc4d03b4e72baa1fd612bd1534b3caeed79eeb94c53de0655897 +size 501306 diff --git a/vlm/train/tnq_O52RVbR/4.png b/vlm/train/tnq_O52RVbR/4.png new file mode 100644 index 0000000000000000000000000000000000000000..3f331a8d07ae817c316f3bcd8cd8c09def01484d --- /dev/null +++ b/vlm/train/tnq_O52RVbR/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf292083e82f8f331954827e3eb040ed4f34dd6c47d4293512d3c68c237d1f4c +size 572209 diff --git a/vlm/train/tnq_O52RVbR/5.png b/vlm/train/tnq_O52RVbR/5.png new file mode 100644 index 0000000000000000000000000000000000000000..388e3b856d0d6818408e682af5088ce42535496f --- /dev/null +++ b/vlm/train/tnq_O52RVbR/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e4a68b52984c4c727b13b4b616fc73af7f105d4a061814bdd096e0a01b175b +size 606365 diff --git a/vlm/train/tnq_O52RVbR/6.png b/vlm/train/tnq_O52RVbR/6.png new file mode 100644 index 0000000000000000000000000000000000000000..15ba2d801bd96c39e0ecde6a69c20f00af572bfa --- /dev/null +++ b/vlm/train/tnq_O52RVbR/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd2d8773208916faf56ef6764066129731047b8e6c2637f095986b5cd810056 +size 654693 diff --git a/vlm/train/tnq_O52RVbR/7.png b/vlm/train/tnq_O52RVbR/7.png new file mode 100644 index 0000000000000000000000000000000000000000..01b4c162cfe336b3f2c3b39bc04d837def351b27 --- /dev/null +++ b/vlm/train/tnq_O52RVbR/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62de21b44922b760859a8ed9d9c3d90d3b2e06c1976d490a3ddeba11584287a +size 583985 diff --git a/vlm/train/tnq_O52RVbR/8.png b/vlm/train/tnq_O52RVbR/8.png new file mode 100644 index 0000000000000000000000000000000000000000..9b83ee8d8143a67ffd5acba7b66070594a6a9225 --- /dev/null +++ b/vlm/train/tnq_O52RVbR/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceadae6d93c2d97c3aa3f5ca3c68fc34888fc318a466e56e51c5aedf65b145ad +size 460913 diff --git a/vlm/train/tnq_O52RVbR/9.png b/vlm/train/tnq_O52RVbR/9.png new file mode 100644 index 0000000000000000000000000000000000000000..19ff5ea8964b71f21d1ab3ded63b3422661ef5d7 --- /dev/null +++ b/vlm/train/tnq_O52RVbR/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d2f39a0d333c59834336e244f0b73987a4b25779a8b08479bdd9574d1fad411 +size 427774 diff --git a/vlm/train/ud-WYSo9JSL/0.png b/vlm/train/ud-WYSo9JSL/0.png new file mode 100644 index 0000000000000000000000000000000000000000..4e8b4138823e733d928ac2c7105ca4b1211d0904 --- /dev/null +++ b/vlm/train/ud-WYSo9JSL/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b4f30bea87159baeacb80cd97696775c14dd560241fa190204e76d15b4d4eb2 +size 453243 diff --git a/vlm/train/ud-WYSo9JSL/1.png b/vlm/train/ud-WYSo9JSL/1.png new file mode 100644 index 0000000000000000000000000000000000000000..fe1a4d798ca5dea5be26cce4abf0bbe0e95a32f7 --- /dev/null +++ b/vlm/train/ud-WYSo9JSL/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d690719649b62005c9ec7beabda97bf5700185250120754903c802fa3727fd +size 731999 diff --git a/vlm/train/ud-WYSo9JSL/10.png b/vlm/train/ud-WYSo9JSL/10.png new file mode 100644 index 0000000000000000000000000000000000000000..ca110d049983afe0f919317a4250f15c52c42c93 --- /dev/null +++ b/vlm/train/ud-WYSo9JSL/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2035b9a7be8c191922e725d259423ce378d17a224d8e1ffe278543a6b5d72ab +size 575975 diff --git a/vlm/train/ud-WYSo9JSL/11.png b/vlm/train/ud-WYSo9JSL/11.png new file mode 100644 index 0000000000000000000000000000000000000000..d3abd8b2a385807709dcfa8ee36dfdffadca384d --- /dev/null +++ b/vlm/train/ud-WYSo9JSL/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a6b95c49b7880bdbad45b05223713ef9873493442ce079a12fa47378406a070 +size 560822 diff --git a/vlm/train/ud-WYSo9JSL/12.png b/vlm/train/ud-WYSo9JSL/12.png new file mode 100644 index 0000000000000000000000000000000000000000..2168c2ce3eeb57fc6fe5de5dba32d9b8528a0dd6 --- /dev/null +++ b/vlm/train/ud-WYSo9JSL/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd11843b8825313c27958af48f59b5209c5c285fc0e234a08f1a3960e5b42d96 +size 216377 diff --git a/vlm/train/ud-WYSo9JSL/2.png b/vlm/train/ud-WYSo9JSL/2.png new file mode 100644 index 0000000000000000000000000000000000000000..26ac7588472c878e0c376c9e639bfe20157f049d --- /dev/null +++ b/vlm/train/ud-WYSo9JSL/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad688679eab735d770255800c3c2e901457e16888df329c937775608f2975a9e +size 584867 diff --git a/vlm/train/ud-WYSo9JSL/3.png b/vlm/train/ud-WYSo9JSL/3.png new file mode 100644 index 0000000000000000000000000000000000000000..b564f66005b9e9d67df548f5d12bfccb13ca1ec3 --- /dev/null +++ b/vlm/train/ud-WYSo9JSL/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a211102d548d9e4aa3b1e0a2ed3d777706f1d9a83d02b2d6d1ab6f5efe2a9437 +size 655137 diff --git a/vlm/train/ud-WYSo9JSL/4.png b/vlm/train/ud-WYSo9JSL/4.png new file mode 100644 index 0000000000000000000000000000000000000000..92a9aa072fd97331b0bbd709c27e97232ab0bb26 --- /dev/null +++ b/vlm/train/ud-WYSo9JSL/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de2d0a36f2e507e62e332756f1884a4adfa81bcb10e81565e84082c369a6a52 +size 525400 diff --git a/vlm/train/ud-WYSo9JSL/5.png b/vlm/train/ud-WYSo9JSL/5.png new file mode 100644 index 0000000000000000000000000000000000000000..ff5e1b3e8c41513a42d4353f31299cff644393c2 --- /dev/null +++ b/vlm/train/ud-WYSo9JSL/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f17efeb8b07b4878f01aa2674e748b38dc72a253baf8f23ca62b42fa4bfde0f +size 614614 diff --git a/vlm/train/ud-WYSo9JSL/6.png b/vlm/train/ud-WYSo9JSL/6.png new file mode 100644 index 0000000000000000000000000000000000000000..d17577711095ff6e1370f91e449fc7d8e07e6e93 --- /dev/null +++ b/vlm/train/ud-WYSo9JSL/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d19af0e843d2ebbe3188e55fd2d6a47f55feba2a36085a01f55e483f2cdb2703 +size 832453 diff --git a/vlm/train/ud-WYSo9JSL/7.png b/vlm/train/ud-WYSo9JSL/7.png new file mode 100644 index 0000000000000000000000000000000000000000..a670f87b240adf511c3de9c6a092c015812ecc84 --- /dev/null +++ b/vlm/train/ud-WYSo9JSL/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be762805ef2499136ed0084f772112ba30b2c8d2460ea0dcde96980bfaa83853 +size 622605 diff --git a/vlm/train/ud-WYSo9JSL/8.png b/vlm/train/ud-WYSo9JSL/8.png new file mode 100644 index 0000000000000000000000000000000000000000..acf57f308bf838ac4e2db33876973338305e846a --- /dev/null +++ b/vlm/train/ud-WYSo9JSL/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61566fc0e950d9647c6e5be29b5691c6ba09033f224098b12aaaaaf330962b2f +size 591030 diff --git a/vlm/train/ud-WYSo9JSL/9.png b/vlm/train/ud-WYSo9JSL/9.png new file mode 100644 index 0000000000000000000000000000000000000000..016dd6a84e804c12971cbd5be67dce8760cd6d93 --- /dev/null +++ b/vlm/train/ud-WYSo9JSL/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3752dcad27cb67f48292bd8973cb29540e181dddad33606a9082a8aca93812c2 +size 585449 diff --git a/vlm/train/v_4XcXsAZUn/0.png b/vlm/train/v_4XcXsAZUn/0.png new file mode 100644 index 0000000000000000000000000000000000000000..e6e99a703ca423ffa5af508b845b31fbe414fed5 --- /dev/null +++ b/vlm/train/v_4XcXsAZUn/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64ed90a9393e2527db2bcb5208e0f430d1e69a9b3b8f9b2db1dc42aaaa4b4e8 +size 490744 diff --git a/vlm/train/v_4XcXsAZUn/1.png b/vlm/train/v_4XcXsAZUn/1.png new file mode 100644 index 0000000000000000000000000000000000000000..6457718f8a610ed51a48851b570aa0d296f02606 --- /dev/null +++ b/vlm/train/v_4XcXsAZUn/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dabb66066f74a10354490842a3fd83713cdcd2409cd9dba99c4082b8c45875f5 +size 641352 diff --git a/vlm/train/v_4XcXsAZUn/10.png b/vlm/train/v_4XcXsAZUn/10.png new file mode 100644 index 0000000000000000000000000000000000000000..b813a45a3d24d008fee753f4755da9d012e2161d --- /dev/null +++ b/vlm/train/v_4XcXsAZUn/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd855ef542a78573267bd902576605aec0b45cbf1f44e67cc0ade55c46b4a3a +size 514894 diff --git a/vlm/train/v_4XcXsAZUn/11.png b/vlm/train/v_4XcXsAZUn/11.png new file mode 100644 index 0000000000000000000000000000000000000000..6044d16a781a16913fea59c069aef9baba0572aa --- /dev/null +++ b/vlm/train/v_4XcXsAZUn/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d462fdc82d533c979d7a894cc24dc1cfd21e6ec8851523ab45ed30abb90f2482 +size 545238 diff --git a/vlm/train/v_4XcXsAZUn/12.png b/vlm/train/v_4XcXsAZUn/12.png new file mode 100644 index 0000000000000000000000000000000000000000..632fdbfa76930a0f06945a4f9831a4bfc45a0e79 --- /dev/null +++ b/vlm/train/v_4XcXsAZUn/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de33857db5224ee84e4229657554ed3437774e3c439d83a6cd0314f39bf8de92 +size 428034 diff --git a/vlm/train/v_4XcXsAZUn/2.png b/vlm/train/v_4XcXsAZUn/2.png new file mode 100644 index 0000000000000000000000000000000000000000..4592f8f2c47feb5a257f5fbb24134b60c21fb825 --- /dev/null +++ b/vlm/train/v_4XcXsAZUn/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c7b52c166809560a2359e4bf5886fb4f6c7117b276c148ead415d1b18d6a42 +size 602728 diff --git a/vlm/train/v_4XcXsAZUn/3.png b/vlm/train/v_4XcXsAZUn/3.png new file mode 100644 index 0000000000000000000000000000000000000000..fe171ecdbc605d700df6afa8c51f708ad4043915 --- /dev/null +++ b/vlm/train/v_4XcXsAZUn/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:376213e4a612bb688b2261c83c0eb7e1e88bc1c9521f68377e32dcda89bdbbf9 +size 639794 diff --git a/vlm/train/v_4XcXsAZUn/4.png b/vlm/train/v_4XcXsAZUn/4.png new file mode 100644 index 0000000000000000000000000000000000000000..67cdf695e16b573fe71cfb449b618202c41dabe3 --- /dev/null +++ b/vlm/train/v_4XcXsAZUn/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138ee90799eb74131599aa8ef8a5f4c1129d32cf0e9ec99a1f8c31da6745dc8a +size 653961 diff --git a/vlm/train/v_4XcXsAZUn/5.png b/vlm/train/v_4XcXsAZUn/5.png new file mode 100644 index 0000000000000000000000000000000000000000..0dcb52cac212b417fe979848c05e4ad0ac3d03e4 --- /dev/null +++ b/vlm/train/v_4XcXsAZUn/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3cb515ae23b8462a7dee619d43a1022f0ef3ddaff4bda06618de8b0f26f530c +size 597230 diff --git a/vlm/train/v_4XcXsAZUn/6.png b/vlm/train/v_4XcXsAZUn/6.png new file mode 100644 index 0000000000000000000000000000000000000000..d6086425a41a2c66c443fc51ee30c66598829296 --- /dev/null +++ b/vlm/train/v_4XcXsAZUn/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4f545f9fd86d2a0049f7d820d30c392ce02045ba167d7a89c5cb154d927e57 +size 648057 diff --git a/vlm/train/v_4XcXsAZUn/7.png b/vlm/train/v_4XcXsAZUn/7.png new file mode 100644 index 0000000000000000000000000000000000000000..76a5bff17c0cd54bbfabe385289154431b23d0b1 --- /dev/null +++ b/vlm/train/v_4XcXsAZUn/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aea98fe070b285d1267b6ea6bdc7f1cd5d613dd639d85b18604b623876bd837 +size 634590 diff --git a/vlm/train/v_4XcXsAZUn/8.png b/vlm/train/v_4XcXsAZUn/8.png new file mode 100644 index 0000000000000000000000000000000000000000..419fbf78cac1e50e639fde98156f5194f1ae1a29 --- /dev/null +++ b/vlm/train/v_4XcXsAZUn/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bfda1496fe446daaf53680c486c1411f35b2b2c1adf73bfd913e7ac6efb8b17 +size 556114 diff --git a/vlm/train/v_4XcXsAZUn/9.png b/vlm/train/v_4XcXsAZUn/9.png new file mode 100644 index 0000000000000000000000000000000000000000..9286522f0cc89a330cf54741d002d3b9be77e3e1 --- /dev/null +++ b/vlm/train/v_4XcXsAZUn/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b7d0e18856eba0e94062c2618f5dab2eeb1ef2accaac7282d0ed6338200d05 +size 672489 diff --git a/vlm/train/wWtk6GxJB2x/0.png b/vlm/train/wWtk6GxJB2x/0.png new file mode 100644 index 0000000000000000000000000000000000000000..1a747f6b0db1aa9c0770c93264ef3cc35dcda303 --- /dev/null +++ b/vlm/train/wWtk6GxJB2x/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b845b2cc72dc2e4408c53194dbde3e8c6e7286d90e851ee495378899bf0a8e4 +size 434271 diff --git a/vlm/train/wWtk6GxJB2x/1.png b/vlm/train/wWtk6GxJB2x/1.png new file mode 100644 index 0000000000000000000000000000000000000000..34c8482a0334fb7d2cd98faec3d98af23e765e1e --- /dev/null +++ b/vlm/train/wWtk6GxJB2x/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d30da07c776308da449546d9d5e99e4e0c4dd8c079e5f7a98a019cc40388f504 +size 604803 diff --git a/vlm/train/wWtk6GxJB2x/10.png b/vlm/train/wWtk6GxJB2x/10.png new file mode 100644 index 0000000000000000000000000000000000000000..fd81284c331d6b20eb911ab6c3a19173dfe16df6 --- /dev/null +++ b/vlm/train/wWtk6GxJB2x/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9070bb87c1fecd7f59ffb42c706305a03d0908099eef71126eaf3eb1c9f08a0a +size 621277 diff --git a/vlm/train/wWtk6GxJB2x/11.png b/vlm/train/wWtk6GxJB2x/11.png new file mode 100644 index 0000000000000000000000000000000000000000..6191ad1584bdf4ae6d4f204b5a934937c401a1f6 --- /dev/null +++ b/vlm/train/wWtk6GxJB2x/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b178e8f1d899842c69c65efc44d0335d3c36c5d74dd7d9753758ab35e7add0b +size 639683 diff --git a/vlm/train/wWtk6GxJB2x/12.png b/vlm/train/wWtk6GxJB2x/12.png new file mode 100644 index 0000000000000000000000000000000000000000..092002923e1d66a0118368265a684146d944ed6f --- /dev/null +++ b/vlm/train/wWtk6GxJB2x/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6310207ccf91ee16efd93b3e1718f9019006c0e6c6b2521d0b748a2ad18fd160 +size 494542 diff --git a/vlm/train/wWtk6GxJB2x/13.png b/vlm/train/wWtk6GxJB2x/13.png new file mode 100644 index 0000000000000000000000000000000000000000..a5b9976e621ff816e76bc1f9d670c23bdc09dba8 --- /dev/null +++ b/vlm/train/wWtk6GxJB2x/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e58ef1f25512f658ac711a6833a1a8b7a2bda77f30ac53bbd872f679d886830d +size 97790 diff --git a/vlm/train/wWtk6GxJB2x/2.png b/vlm/train/wWtk6GxJB2x/2.png new file mode 100644 index 0000000000000000000000000000000000000000..d7eebb17de61d1048c46e32c5e0ab0c9ff3709f3 --- /dev/null +++ b/vlm/train/wWtk6GxJB2x/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe088fe60be9327bfc2f942047969eb7e4e6a0f89a6402be128114afbbfd9c35 +size 692233 diff --git a/vlm/train/wWtk6GxJB2x/3.png b/vlm/train/wWtk6GxJB2x/3.png new file mode 100644 index 0000000000000000000000000000000000000000..571efbb0aed71d5b86abb1842a65ece84e7299b5 --- /dev/null +++ b/vlm/train/wWtk6GxJB2x/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24803d784a9ef3917524da380e01f0ff88f0a61a222580799c5f60c4573bbac9 +size 489284 diff --git a/vlm/train/wWtk6GxJB2x/4.png b/vlm/train/wWtk6GxJB2x/4.png new file mode 100644 index 0000000000000000000000000000000000000000..675683609a1309ca2e221d99ada452f4bd9e3819 --- /dev/null +++ b/vlm/train/wWtk6GxJB2x/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6174e8a688724257d87e6ab0b42a6e2d2750d0551bc3ed672ff846a01f5a43bb +size 570247 diff --git a/vlm/train/wWtk6GxJB2x/5.png b/vlm/train/wWtk6GxJB2x/5.png new file mode 100644 index 0000000000000000000000000000000000000000..e1bb4e26b7e353242a3dc03558103ca34feadfb7 --- /dev/null +++ b/vlm/train/wWtk6GxJB2x/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a728c26f6988882cba9e08316a34c7f3211908fea8158dab2e0e5e5d5c95393 +size 473592 diff --git a/vlm/train/wWtk6GxJB2x/6.png b/vlm/train/wWtk6GxJB2x/6.png new file mode 100644 index 0000000000000000000000000000000000000000..7f2f392432ae167e317203715a1f4358e04a3e98 --- /dev/null +++ b/vlm/train/wWtk6GxJB2x/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24719e6496b0e8aaf2165425f69b02c6e4bb6b3d243416b8716a496f7286774b +size 529933 diff --git a/vlm/train/wWtk6GxJB2x/7.png b/vlm/train/wWtk6GxJB2x/7.png new file mode 100644 index 0000000000000000000000000000000000000000..98808cc8320a75f03c81749c9d1af6197697c5d7 --- /dev/null +++ b/vlm/train/wWtk6GxJB2x/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63dbe90660d795501b6fa76a9c944403bb65d594e18b43ed19368870591c5701 +size 480183 diff --git a/vlm/train/wWtk6GxJB2x/8.png b/vlm/train/wWtk6GxJB2x/8.png new file mode 100644 index 0000000000000000000000000000000000000000..82ae9d1aae5379f4b22f804f5bdde7db94c43524 --- /dev/null +++ b/vlm/train/wWtk6GxJB2x/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45bab9a115cb8d0be4171a4d518d438ab354e92200100343efb7096ba35348e6 +size 488516 diff --git a/vlm/train/wWtk6GxJB2x/9.png b/vlm/train/wWtk6GxJB2x/9.png new file mode 100644 index 0000000000000000000000000000000000000000..f638792425eb5e5f4a06ec6714e07f77c269107e --- /dev/null +++ b/vlm/train/wWtk6GxJB2x/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d3e8224d89b0cc719339e48dfe2d699124ecf5ede36e5b7ffc4022f4061d264 +size 498972